书栈网 · BookStack 本次搜索耗时 0.038 秒,为您找到 13483 个相关结果.
  • Advanced

    Advanced Component lifetime Registering multiple services Configuring Multiple Components Next steps Advanced While not typically needed by most, these guides show advanced ...
  • Advanced

    Advanced Component lifetime Registering multiple services Configuring Multiple Components Next steps Advanced While not typically needed by most, these guides show advanced ...
  • Emit cheatsheet

    Emit cheatsheet Emit cheatsheet io . on ( 'connection' , onConnect ); function onConnect ( socket ){ // sending to the client socket . emit ( 'hello' , 'can...
  • 9 模版变更

    9 模版变更 在6.0.0中的变化 新模版 模版的变化 在6.0.2中的变化 在6.0.3中的变化 在6.0.4中的变化 9 模版变更 此页面列出了 Zabbix 内置模板的所有变更。 注意,升级到最新的Zabbix版本不会自动升级所使用的模板。建议通过以下方式修改现有安装中的模板: 从Zabbix Git repository 下载...
  • Forkpty路由器

    Forkpty路由器 uwsgi模式 VS 原始模式 运行forkpty路由器 修改默认命令 Forkpty路由器 处理容器现在是一个常见的部署模式。处理jails/名字空间时的最烦人的任务之一是‘附加’到已经运行的实例。 forkpty路由器旨在简化这个过程,提供一个伪终端服务器给你的uWSGI实例。 一个客户端连接到由forkpty路由...
  • 18.2 TCP编程

    TCP编程 客户端 服务器 小结 TCP编程 Socket是网络编程的一个抽象概念。通常我们用一个Socket表示“打开了一个网络链接”,而打开一个Socket需要知道目标计算机的IP地址和端口号,再指定协议类型即可。 客户端 大多数连接都是可靠的TCP连接。创建TCP连接时,主动发起连接的叫客户端,被动响应连接的叫服务器。 举个例子,...
  • TLS

    TLS tls.connect(options[,callback]) tls.connect(port[,host][,options][,callback]) tls.createServer([options][, secureConnectionListener]) tls.createSecureContext([options]) Cl...
  • Server

    Server new Server(httpServer[, options]) new Server(port[, options]) new Server(options) server.sockets server.serveClient([value]) server.path([value]) server.adapter([value...
  • Comparison to Java

    Comparison to Java Programming Language Some Java issues addressed in Kotlin What Java has that Kotlin does not What Kotlin has that Java does not Comparison to Java Program...
  • Protecting Against Overflow Errors at the Compiler Level

    507 2021-02-11 《Mastering Ethereum》
    Protecting Against Overflow Errors at the Compiler Level Protecting Against Overflow Errors at the Compiler Level Overflow errors in software can be catastrophic when dealing w...