ES6 Tutorial........ 215 Math- LOG2E ....................................................................................................................................... 215 Math - LOG10E ................. ........ 221 Math.log(x) ......................................................................................................................................... 222 Math.log10(x) ............... ......... 222 Math.log2(x) ....................................................................................................................................... 223 Math.log1p(x) ...............0 码力 | 435 页 | 4.00 MB | 1 年前3
 CIS 1.6 Benchmark - Self-Assessment Guide - Rancher v2.5.4argument is set to false (Automated) 1.2.22 Ensure that the --audit-log-path argument is set (Automated) 1.2.23 Ensure that the --audit-log-maxage argument is set to 30 or as appropriate (Automated) CIS 1 83 83 83 85 85 1.2.24 Ensure that the --audit-log-maxbackup argument is set to 10 or as appropriate (Automated) 1.2.25 Ensure that the --audit-log-maxsize argument is set to 100 or as appropriate (Automated) --tls-cert-file=/etc/kubernetes/ssl/kube- apiserver.pem --authorization-mode=Node,RBAC --audit-log- maxsize=100 --audit-log-format=json --requestheader-allowed- names=kube-apiserver-proxy-client --cloud-provider=0 码力 | 132 页 | 1.12 MB | 1 年前3
 TiDB Database Auditing User Guide (new)
information 7 Audit log filters and rules 7 Filters 8 Filter rules 9 File formats of audit log 10 Rotation of audit log 11 The number and duration for reserving audit logs 11 Audit log redaction 11 System mysql.audit_log_filters 11 mysql.audit_log_filter_rules 12 System variables 13 tidb_audit_enabled 13 tidb_audit_log 14 tidb_audit_log_format 14 tidb_audit_log_max_filesize 14 tidb_audit_log_max_lifetime 15 tidb_audit_log_reserved_backups 15 tidb_audit_log_reserved_days 15 tidb_audit_log_redacted 16 Functions 16 audit_log_rotate 16 audit_log_create_filter 16 Examples 17 audit_log_remove_filter 170 码力 | 23 页 | 328.42 KB | 1 年前3
 Apache Karaf Container 4.x - Documentation4.6. Remote 4.6.1. SSHd server 4.6.2. JMX MBeanServer 4.7. Log 4.7.1. Configuration files 4.7.2. Log4j v2 support 4.7.3. karaf.log.console property 4.7.4. Commands 4.7.5. JMX LogMBean 4.7.6. 16. Configuration 5.17. Deployer 5.18. Dump extender 5.19. JDBC & JPA 5.20. JMS 5.21. Custom log appender 5.22. Custom JMX MBean 5.23. Working with profiles 5.24. Security & JAAS 5.25. Servlet reloaded. • Advanced Logging System: Apache Karaf supports all the popular logging frameworks (slf4j, log4j, etc). Whichever logging framework you use, Apache Karaf centralizes the configuration in one file0 码力 | 370 页 | 1.03 MB | 1 年前3
 BabelJS Tutorialunderstand the use of let. Example let a = 1; if (a == 1) { let a = 2; console.log(a); } console.log(a); Output 2 1 7. BabelJS — Transpile ES6 features to ES5 BabelJS console.log(a); } console.log(a); Transpiled using babel to ES5 "use strict"; var a = 1; if (a == 1) { var _a = 2; console.log(_a); } console.log(a); understand how const keyword is used. Example let a =1; if (a == 1) { const age = 10; } console.log(age); Output Uncaught ReferenceError: age is not defined at:5:13 The above output 0 码力 | 173 页 | 2.70 MB | 1 年前3
 RxJS Tutorialimport { map } from 'rxjs/operators'; map(x => x * x)(of(1, 2, 3)).subscribe((v) => console.log(`Output is: ${v}`)); When we go to execute the above code in command prompt, using command: node let list1 = [1, 6, 15, 10, 58, 2, 40]; from(list1).max((a,b)=>a-b).subscribe(x => console.log("The Max value is "+x)); From RxJS version 5.5 onwards, we have to use pipe() to execute the operator: 'rxjs/operators'; RxJS 14 from(list1).pipe(max((a,b)=>a-b)).subscribe(x => console.log("The Max value is "+x)); Operators Renamed During restructuring of the packages some of the operators0 码力 | 106 页 | 1.56 MB | 1 年前3
 TiDB v5.4 DocumentationTiDB cluster status· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 177 4.5.2 Log in to the database and perform simple operations· · · · · · · · · · · · · · · 180 4.6 Test Cluster · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 506 8.1.7 7. Common log analysis · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 511 8.2 Identify · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 517 8.2.4 Memory mapping in slow log · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 519 8.2.5 SLOW_QUERY / CLUSTER_SLOW_QUERY0 码力 | 3650 页 | 52.72 MB | 1 年前3
 AWS LAMBDA Tutorialrequired for the code. AWS Lambda can also execute parallel requests as per the event triggers. Log Provision AWS Lambda gives the details of number of times a code was executed and time taken for Headers modification at viewer or origin request/response in CloudFront ● Log entries in AWS Kinesis data stream ● Log history in CloudTrail AWS Lambda 4 Use Cases of in AWS Lambda for storing the database connection details, file details as to store the output , log file details etc. AWS Lambda 46 Tags They are key-value pairs added0 码力 | 393 页 | 13.45 MB | 1 年前3
 Lecture 5: Gaussian Discriminant Analysis, Naive Bayes122 Warm Up (Contd.) Log-likelihood function ℓ(θ) = log m � i=1 pX,Y (x(i), y(i)) = log m � i=1 pX|Y (x(i) | y(i))pY (y(i)) = m � i=1 � log pX|Y (x(i) | y(i)) + log pY (y(i)) � where θ = {pX|Y Given m sample data, the log-likelihood is ℓ(ψ, µ0, µ1, Σ) = log m � i=1 pX,Y (x(i), y(i); ψ, µ0, µ1, Σ) = log m � i=1 pX|Y (x(i) | y(i); µ0, µ1, Σ)pY (y(i); ψ) = m � i=1 log pX|Y (x(i) | y(i); µ0 + m � i=1 log pY (y(i); ψ) Feng Li (SDU) GDA, NB and EM September 27, 2023 46 / 122 Gaussian Discriminant Analysis (Contd.) The log-likelihood function ℓ(ψ, µ0, µ1, Σ) = m � i=1 log pX|Y (x(i) |0 码力 | 122 页 | 1.35 MB | 1 年前3
 BAETYL 1.0.0 Documentationfirst load etc/baetyl/conf.yml in the working directory, initialize the running mode, API server, log and exit timeout, etc. These configurations can not be changed during application OTA. If no error sh View the version of installed Docker: docker version NOTE: According to the Official Release Log [https://docs.docker.com/engine/release- notes/#18092], the version of Docker lower than 18.09.2 has failures, you need to view the log of the Baetyl master. And the log file which is stored in /usr/local/var/log/baetyl/baetyl.log by default. Once found errors in the log file, you can refer to FAQ. If0 码力 | 135 页 | 15.44 MB | 1 年前3
共 1000 条
- 1
 - 2
 - 3
 - 4
 - 5
 - 6
 - 100
 













