 Node.js Manual & Documentation emitter.emit(event, [arg1], [arg2], [...])  Event: 'newListener' 事件:'newListener'  Buffers 缓冲器 o new Buffer(size) o new Buffer(array) o new Buffer(str, encoding='utf8') o buffer.write(string listener) { } This event is emitted any time someone adds a new listener. 任何时候只要新的监听器被添加时该事件就会触发。 Buffers 缓冲器 Pure Javascript is Unicode friendly but not nice to binary data. When dealing with TCP streams 另外,Buffer 是一个全局对象。 Converting between Buffers and JavaScript string objects requires an explicit encoding method. Here are the different string encodings; 在缓冲器(Buffers)和 JavaScript 间进行字符串的转换需要调用特定的编码 方法。如下列举了不同的编码方法:0 码力 | 153 页 | 1.21 MB | 1 年前3 Node.js Manual & Documentation emitter.emit(event, [arg1], [arg2], [...])  Event: 'newListener' 事件:'newListener'  Buffers 缓冲器 o new Buffer(size) o new Buffer(array) o new Buffer(str, encoding='utf8') o buffer.write(string listener) { } This event is emitted any time someone adds a new listener. 任何时候只要新的监听器被添加时该事件就会触发。 Buffers 缓冲器 Pure Javascript is Unicode friendly but not nice to binary data. When dealing with TCP streams 另外,Buffer 是一个全局对象。 Converting between Buffers and JavaScript string objects requires an explicit encoding method. Here are the different string encodings; 在缓冲器(Buffers)和 JavaScript 间进行字符串的转换需要调用特定的编码 方法。如下列举了不同的编码方法:0 码力 | 153 页 | 1.21 MB | 1 年前3
 Cassandra在饿了么的应用schema设计优化 性能调优-集群调优化 集群参数设置 1.memtable_allocation_type heap_buffers: on heap nio buffer offheap_buffers: off heap(direct) nio buffers offheap_objects: native memory 2.concurrent_write和concurrent_read 两大数据推送Cassandra工具 1. Hive Integrate Cassandra Native Protocol 2. Hive Integrate Cassandra Bulkload 大数据离线平台和Cassandra的整合 Hive Integrate Cassandra Native Protocol 1.Hive外部表映射到Cassandra表 2.Insert Into HiveTable HiveTable Select 简单快捷 3.跨机房推送限流/限速 4.异步写 大数据离线平台和Cassandra的整合 Hive Integrate Cassandra Native Protocol 大数据离线平台和Cassandra的整合 Hive Integrate Cassandra Bulkload 1.hive生成Cassandra底层的SSTable文件直接load到Cassandra0 码力 | 40 页 | 4.95 MB | 1 年前3 Cassandra在饿了么的应用schema设计优化 性能调优-集群调优化 集群参数设置 1.memtable_allocation_type heap_buffers: on heap nio buffer offheap_buffers: off heap(direct) nio buffers offheap_objects: native memory 2.concurrent_write和concurrent_read 两大数据推送Cassandra工具 1. Hive Integrate Cassandra Native Protocol 2. Hive Integrate Cassandra Bulkload 大数据离线平台和Cassandra的整合 Hive Integrate Cassandra Native Protocol 1.Hive外部表映射到Cassandra表 2.Insert Into HiveTable HiveTable Select 简单快捷 3.跨机房推送限流/限速 4.异步写 大数据离线平台和Cassandra的整合 Hive Integrate Cassandra Native Protocol 大数据离线平台和Cassandra的整合 Hive Integrate Cassandra Bulkload 1.hive生成Cassandra底层的SSTable文件直接load到Cassandra0 码力 | 40 页 | 4.95 MB | 1 年前3
 基于gRPC go实现消息发布订阅根据Proto生成桩代码 根据Proto生成桩代码 01. 副标题 protoc --go-grpc_out=. --go_out=. pubsub.proto  protoc: 这是 Protocol Buffers 编译器的执行命令。  --go-grpc_out=.: 这个选项指定了输出 gRPC 相关的 Go 语言代码的目标目录,. 表示当前目录。protoc-gen-go- grpc grpc 插件将会处理 .proto 文件中的服务定义并生成 gRPC 服务器和客户端的接口代码。  --go_out=.: 类似地,这个选项指定了非 gRPC 相关的 Protocol Buffers 消息结构体等 Go 语言代码的输出目录, 同样为当前目录。protoc-gen-go 插件会处理 .proto 文 件中的消息定义并生成对应的 Go 结构体。 订阅者动态注册 01. 副标题0 码力 | 31 页 | 2.42 MB | 1 年前3 基于gRPC go实现消息发布订阅根据Proto生成桩代码 根据Proto生成桩代码 01. 副标题 protoc --go-grpc_out=. --go_out=. pubsub.proto  protoc: 这是 Protocol Buffers 编译器的执行命令。  --go-grpc_out=.: 这个选项指定了输出 gRPC 相关的 Go 语言代码的目标目录,. 表示当前目录。protoc-gen-go- grpc grpc 插件将会处理 .proto 文件中的服务定义并生成 gRPC 服务器和客户端的接口代码。  --go_out=.: 类似地,这个选项指定了非 gRPC 相关的 Protocol Buffers 消息结构体等 Go 语言代码的输出目录, 同样为当前目录。protoc-gen-go 插件会处理 .proto 文 件中的消息定义并生成对应的 Go 结构体。 订阅者动态注册 01. 副标题0 码力 | 31 页 | 2.42 MB | 1 年前3
 Linux命令大全搜索工具 v1.8compiled in (ab -h will show you) use the SSL protected https 56. # rather than the http protocol. This feature is experimental and 57. # very rudimentary. You probably do not want to use 转换表 arp 命令 是 Address Resolution Protocol,地址解析协议,是通过解析网络层地址来找寻数 据链路层地址的一个网络协议包中极其重要的网络传输协议。而该命令可以显示和修改 arp 协议解析 表中的缓冲数据。 这个核心协议模块实现RFC826中定义的 Address Resolution Protocol [译注:即TCP/IP的第 三层到第一层的地址转换协议], -G/—get 以get的方式来发送数据 -H/—header 自定义头信息传递给服务器 —ignore-content-length 忽略的HTTP头信息的长度 -i/—include 输出时包括protocol头信息 -I/—head 只显示请求头信息 -j/—junk-session-cookies 读取文件进忽略session cookie —interface 使用指定网络接口/地址 —krb40 码力 | 1347 页 | 8.79 MB | 1 年前3 Linux命令大全搜索工具 v1.8compiled in (ab -h will show you) use the SSL protected https 56. # rather than the http protocol. This feature is experimental and 57. # very rudimentary. You probably do not want to use 转换表 arp 命令 是 Address Resolution Protocol,地址解析协议,是通过解析网络层地址来找寻数 据链路层地址的一个网络协议包中极其重要的网络传输协议。而该命令可以显示和修改 arp 协议解析 表中的缓冲数据。 这个核心协议模块实现RFC826中定义的 Address Resolution Protocol [译注:即TCP/IP的第 三层到第一层的地址转换协议], -G/—get 以get的方式来发送数据 -H/—header 自定义头信息传递给服务器 —ignore-content-length 忽略的HTTP头信息的长度 -i/—include 输出时包括protocol头信息 -I/—head 只显示请求头信息 -j/—junk-session-cookies 读取文件进忽略session cookie —interface 使用指定网络接口/地址 —krb40 码力 | 1347 页 | 8.79 MB | 1 年前3
 Zabbix 5.4 中文手册DBTLSCipher13 - the list of encryption ciphers that the client permits for connections using TLS 1.3 protocol (MySQL) TLS connection is made using a cipher from the provided list. (PostgreSQL) Setting this TO 'zbx_srv'@'%'; mysql> SET DEFAULT ROLE 'zbx_web_role' TO 'zbx_web'@'%'; Note, that the X.509 protocol is not used to check identity, but the user is configured to use only encrypted connections. See ssl_key_file = 'server.key' ssl_ciphers = 'HIGH:MEDIUM:+3DES:!aNULL' ssl_prefer_server_ciphers = on ssl_min_protocol_version = 'TLSv1.3' ... For access control adjust /var/lib/pgsql/13/data/pg_hba.conf: 25 ...0 码力 | 2339 页 | 19.57 MB | 1 年前3 Zabbix 5.4 中文手册DBTLSCipher13 - the list of encryption ciphers that the client permits for connections using TLS 1.3 protocol (MySQL) TLS connection is made using a cipher from the provided list. (PostgreSQL) Setting this TO 'zbx_srv'@'%'; mysql> SET DEFAULT ROLE 'zbx_web_role' TO 'zbx_web'@'%'; Note, that the X.509 protocol is not used to check identity, but the user is configured to use only encrypted connections. See ssl_key_file = 'server.key' ssl_ciphers = 'HIGH:MEDIUM:+3DES:!aNULL' ssl_prefer_server_ciphers = on ssl_min_protocol_version = 'TLSv1.3' ... For access control adjust /var/lib/pgsql/13/data/pg_hba.conf: 25 ...0 码力 | 2339 页 | 19.57 MB | 1 年前3
 NodeJS 中文文档 V0.2.3............................................................................................. 3 Buffers 缓存对象............................................................................................ 返回值赋给一个和模块同名的局部变量。 例如: var sys = require('sys'); 同样可以使用其他模块扩展 node。 详情参看"模块"章节。 Buffers Buffers Buffers Buffers 缓存 缓存 缓存 缓存对象 对象 对象 对象 纯粹的 Javascript 对 Unicode 很友好,但是操作二进制数据就不怎么在行了。处理 TCP 数据流或者文件时,必 query=string#hash' � href 原始的 URL。例如:'http://user:pass@host.com:8080/p/a/t/h?query=string#hash' � protocol 请求的协议。例如:'http' � host URL 中主机地址部分,包括端口和验证信息。 例如:'user:pass@host.com:8080' � auth 最新版文档:wiki0 码力 | 62 页 | 542.14 KB | 1 年前3 NodeJS 中文文档 V0.2.3............................................................................................. 3 Buffers 缓存对象............................................................................................ 返回值赋给一个和模块同名的局部变量。 例如: var sys = require('sys'); 同样可以使用其他模块扩展 node。 详情参看"模块"章节。 Buffers Buffers Buffers Buffers 缓存 缓存 缓存 缓存对象 对象 对象 对象 纯粹的 Javascript 对 Unicode 很友好,但是操作二进制数据就不怎么在行了。处理 TCP 数据流或者文件时,必 query=string#hash' � href 原始的 URL。例如:'http://user:pass@host.com:8080/p/a/t/h?query=string#hash' � protocol 请求的协议。例如:'http' � host URL 中主机地址部分,包括端口和验证信息。 例如:'user:pass@host.com:8080' � auth 最新版文档:wiki0 码力 | 62 页 | 542.14 KB | 1 年前3
 陈东 - 利用Rust重塑移动应用开发-230618header file for this library - Introduce the library as linked library into the application Protocol Buffers 利用 Rust 重塑移动应用开发 Directly expose the function to IOS/Android? - Hard to maintain - Hard independent service - Command <> Response - Using the protobuf as the data encoding/decoding protocol Tools - cargo-dinghy - rust-android-gradle - cargo-lipo - android-logger 利用 Rust 重塑移动应用开发0 码力 | 22 页 | 2.10 MB | 1 年前3 陈东 - 利用Rust重塑移动应用开发-230618header file for this library - Introduce the library as linked library into the application Protocol Buffers 利用 Rust 重塑移动应用开发 Directly expose the function to IOS/Android? - Hard to maintain - Hard independent service - Command <> Response - Using the protobuf as the data encoding/decoding protocol Tools - cargo-dinghy - rust-android-gradle - cargo-lipo - android-logger 利用 Rust 重塑移动应用开发0 码力 | 22 页 | 2.10 MB | 1 年前3
 从 Swift 到机器学习 
 - 王巍CreateML 到底做了了什什么 mlmodel https://apple.github.io/coremltools/coremlspecification/index.html Protocol Buffers 序列列化的模型描述 layer 类型,权重等 ~KB 迁移学习 VisionFeaturePrint_Scene mlmodel VisionFeaturePrint_Scene0 码力 | 64 页 | 4.32 MB | 1 年前3 从 Swift 到机器学习 
 - 王巍CreateML 到底做了了什什么 mlmodel https://apple.github.io/coremltools/coremlspecification/index.html Protocol Buffers 序列列化的模型描述 layer 类型,权重等 ~KB 迁移学习 VisionFeaturePrint_Scene mlmodel VisionFeaturePrint_Scene0 码力 | 64 页 | 4.32 MB | 1 年前3
 Zabbix 4.4 中文手册success. 有关导出数据的详细信息,请参见导出协议页面。For precise details on what information is exported, see the export protocol page. 请注意,如果在收到数据后,在服务器导出数据之前删除了主机/监控项,主机/监控项可能没有元数据(例如:主机组,主机名,监控项 名称)。Note that host/item can availability, history data, discovery data and auto registration 请求. 1 Server-proxy data exchange protocol Overview Server - proxy data exchange is based on JSON format. Request and response messages 有关详细信息,请参阅被动和主动代理检查页面。 2 Zabbix agent protocol Please refer to Passive and active agent checks page for more information. 3 Zabbix sender 协议 有关详细信息,请参阅Trapper items页面。 3 Zabbix sender protocol Please refer to Trapper0 码力 | 1850 页 | 13.52 MB | 1 年前3 Zabbix 4.4 中文手册success. 有关导出数据的详细信息,请参见导出协议页面。For precise details on what information is exported, see the export protocol page. 请注意,如果在收到数据后,在服务器导出数据之前删除了主机/监控项,主机/监控项可能没有元数据(例如:主机组,主机名,监控项 名称)。Note that host/item can availability, history data, discovery data and auto registration 请求. 1 Server-proxy data exchange protocol Overview Server - proxy data exchange is based on JSON format. Request and response messages 有关详细信息,请参阅被动和主动代理检查页面。 2 Zabbix agent protocol Please refer to Passive and active agent checks page for more information. 3 Zabbix sender 协议 有关详细信息,请参阅Trapper items页面。 3 Zabbix sender protocol Please refer to Trapper0 码力 | 1850 页 | 13.52 MB | 1 年前3
 鸟哥的Linux 私房菜total used free shared buffers cached Mem: 62524 60200 2324 0 716 19492 -/+ buffers/cache: 39992 22532 Swap: 127004 total used free shared buffers cached Mem: 62524 60240 2284 0 724 19492 -/+ buffers/cache: 40024 22500 Swap: 192524 total used free shared buffers cached Mem: 255892 222076 33816 0 49072 112272 -/+ buffers/cache: 60732 195160 Swap: 2891280 码力 | 386 页 | 11.69 MB | 1 年前3 鸟哥的Linux 私房菜total used free shared buffers cached Mem: 62524 60200 2324 0 716 19492 -/+ buffers/cache: 39992 22532 Swap: 127004 total used free shared buffers cached Mem: 62524 60240 2284 0 724 19492 -/+ buffers/cache: 40024 22500 Swap: 192524 total used free shared buffers cached Mem: 255892 222076 33816 0 49072 112272 -/+ buffers/cache: 60732 195160 Swap: 2891280 码力 | 386 页 | 11.69 MB | 1 年前3
共 413 条
- 1
- 2
- 3
- 4
- 5
- 6
- 42














 
 