积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(138)综合其他(113)Weblate(90)云计算&大数据(66)系统运维(48)Python(48)PyWebIO(42)数据库(39)区块链(33)OpenShift(31)

语言

全部中文(简体)(413)

格式

全部PDF文档 PDF(298)其他文档 其他(109)PPT文档 PPT(4)DOC文档 DOC(2)
 
本次搜索耗时 0.192 秒,为您找到相关结果约 413 个.
  • 全部
  • 后端开发
  • 综合其他
  • Weblate
  • 云计算&大数据
  • 系统运维
  • Python
  • PyWebIO
  • 数据库
  • 区块链
  • OpenShift
  • 全部
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 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
  • pdf文档 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到Cassandra
    0 码力 | 40 页 | 4.95 MB | 1 年前
    3
  • pdf文档 基于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
  • pdf文档 Linux命令大全搜索工具 v1.8

    compiled 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 使用指定网络接口/地址 —krb4
    0 码力 | 1347 页 | 8.79 MB | 1 年前
    3
  • pdf文档 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
  • pdf文档 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 最新版文档:wiki
    0 码力 | 62 页 | 542.14 KB | 1 年前
    3
  • ppt文档 陈东 - 利用Rust重塑移动应用开发-230618

    header 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
  • pdf文档 从 Swift 到机器学习 - 王巍

    CreateML 到底做了了什什么 mlmodel https://apple.github.io/coremltools/coremlspecification/index.html Protocol Buffers 序列列化的模型描述 layer 类型,权重等 ~KB 迁移学习 VisionFeaturePrint_Scene mlmodel VisionFeaturePrint_Scene
    0 码力 | 64 页 | 4.32 MB | 1 年前
    3
  • pdf文档 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 Trapper
    0 码力 | 1850 页 | 13.52 MB | 1 年前
    3
  • pdf文档 鸟哥的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: 289128
    0 码力 | 386 页 | 11.69 MB | 1 年前
    3
共 413 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 42
前往
页
相关搜索词
NodejsManualDocumentationCassandra应用基于gRPCgo实现消息发布订阅Linux命令大全搜索工具v18.0Zabbix5.4中文手册NodeJS文档V02.3陈东利用Rust重塑移动开发230618Swift机器学习机器学习王巍4.4鸟哥私房
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩