书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 13483 个相关结果.
  • Using A Custom CRI

    Custom CRI runtime Custom CRI runtime k0s supports users bringing their own CRI runtime (for example, docker). In which case, k0s will not start nor manage the runtime, and it ...
  • Using a Custom CRI

    Custom CRI runtime Custom CRI runtime k0s supports users bringing their own CRI runtime (for example, docker). In which case, k0s will not start nor manage the runtime, and it ...
  • Using a Custom CRI

    Custom CRI runtime Custom CRI runtime k0s supports users bringing their own CRI runtime (for example, docker). In which case, k0s will not start nor manage the runtime, and it ...
  • Using a Custom CRI

    Custom CRI runtime Custom CRI runtime k0s supports users bringing their own CRI runtime (for example, docker). In which case, k0s will not start nor manage the runtime, and it ...
  • 1-6 广播(Broadcasting)

    广播 广播 下一个目标是让我们从服务器向其他用户发送事件 为了发送一个事件给所有人,socket.io 给我们提供了io.emit : io . emit ( 'some event' ,{ for : 'hey gay! to everyone' }) 如果你想向除了某些socket 以外的所有人发送消息,我们有broadcasting ...
  • DNS解析缓存

    前言: 代码: 说明: 前言: 这是Python 爬虫中DNS解析缓存模块中的核心代码,是去年的代码了,现在放出来 有兴趣的可以看一下。一般一个域名的DNS解析时间在10~60毫秒之间,这看起来是微不足道,但是对于大型一点的爬虫而言这就不容忽视了。例如我们要爬新浪微博,同个域名下的请求有1千万(这已经不算多的了),那么耗时在10~60万秒之间,一...
  • UDP/Datagram

    UDP / Datagram Sockets Class: dgram.Socket 事件:’close’ 事件:’error’ 事件:’listening’ 事件:’message’ socket.addMembership(multicastAddress[, multicastInterface]) socket.address() so...
  • Emit cheatsheet

    Emit cheatsheet Emit cheatsheet io . on ( 'connection' , onConnect ); function onConnect ( socket ){ // sending to the client socket . emit ( 'hello' , 'can you hear me...
  • Using A Custom CRI

    Custom CRI runtime Custom CRI runtime k0s supports users bringing their own CRI runtime (for example, docker). In which case, k0s will not start nor manage the runtime, and it ...
  • 2.1.5 在express中使用Socket.io

    在express 中使用Socket.io Server(app.js) Client(index.html) 在express 中使用Socket.io Server(app.js) const app = require ( 'express' )() const server = require ( 'http' ). S...