PyArmor Documentation v8.5.10
loading issue in darwin 1.5.4. Using hook to bind script to docker id 1.5.5. Using hook to check network time by other service 1.5.6. Protecting extension module pyarmor_runtime 1.5.7. Comments within outer loading issue in darwin 1.5.4. Using hook to bind script to docker id 1.5.5. Using hook to check network time by other service 1.5.6. Protecting extension module pyarmor_runtime 1.5.7. Comments within outer plugin to fix loading issue in darwin Using hook to bind script to docker id Using hook to check network time by other service Protecting extension module pyarmor_runtime Comments within outer key Pyarmor0 码力 | 193 页 | 154.05 KB | 1 年前3Python 标准库参考指南 3.6.15
. . . . . . . . . . . . . . . . . . . . . . . . . . . 1148 21.21 socketserver —A framework for network servers . . . . . . . . . . . . . . . . . . . . . . . . . 1151 iv 21.22 http.server —HTTP 服务器 db[b'hello'] = b'there' db['www.python.org'] = 'Python Website' db['www.cnn.com'] = 'Cable News Network' # Note that the keys are considered bytes now. assert db[b'www.python.org'] == b'Python Website' Website' # Notice how the value is now in bytes. assert db['www.cnn.com'] == b'Cable News Network' # Often-used methods of the dict interface work too. print(db.get('python.org', b'not present')) # Storing0 码力 | 1886 页 | 8.95 MB | 9 月前3Python 标准库参考指南 3.6.15
. . . . . . . . . . . . . . . . . . . . . . . . . . . 1148 21.21 socketserver —A framework for network servers . . . . . . . . . . . . . . . . . . . . . . . . . 1151 iv 21.22 http.server —HTTP 服务器 db[b'hello'] = b'there' db['www.python.org'] = 'Python Website' db['www.cnn.com'] = 'Cable News Network' # Note that the keys are considered bytes now. assert db[b'www.python.org'] == b'Python Website' Website' # Notice how the value is now in bytes. assert db['www.cnn.com'] == b'Cable News Network' # Often-used methods of the dict interface work too. print(db.get('python.org', b'not present')) # Storing0 码力 | 1886 页 | 8.95 MB | 9 月前3PyArmor Documentation v8.1.9
loading issue in darwin 1.5.2. Using hook to bind script to docker id 1.5.3. Using hook to check network time by other service 2. How To 2.1. Highest security and performace 2.1.1. What’s the most security loading issue in darwin 1.5.2. Using hook to bind script to docker id 1.5.3. Using hook to check network time by other service 1.1. Getting Started Content What’s Pyarmor Installation from PyPI Obfuscating foo.py Run the obfuscated scripts dist4/foo.py to verify it: $ python dist4/foo.py It checks network time, make sure your machine is connected to internet. Let’s use another form to set past date 2020-12-31:0 码力 | 131 页 | 111.00 KB | 1 年前3websockets Documentation Release 9.0
• End-user devices tend to lose network connectivity often and unpredictably because they can move out of wire- less network coverage, get unplugged from a wired network, enter airplane mode, be put to 2.2.1 Application server The author of websockets isn’t aware of best practices for deploying network services based on asyncio, let alone application servers. You can run a script similar to the server ConnectionClosedOK after a normal connection closure and ConnectionClosedError after a protocol error or a network failure. Canceling recv() is safe. There’s no risk of losing the next message. The next invocation0 码力 | 81 页 | 352.88 KB | 1 年前3Tornado 6.0 Documentation
framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling blocks when it waits for something to happen before returning. A function may block for many reasons: network I/O, disk I/O, mutexes, etc. In fact, every function blocks, at least a little bit, while it is running0 码力 | 245 页 | 885.76 KB | 1 年前3Tornado 5.1 Documentation
networking library, originally developed at FriendFeed [http://friendfeed.com]. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling tornado.iostream — Convenient wrappers for non-blocking sockets tornado.netutil — Miscellaneous network utilities tornado.tcpclient — IOStream connection factory tornado.tcpserver — Basic IOStream-based originally developed at FriendFeed [https://en.wikipedia.org/wiki/FriendFeed]. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling0 码力 | 359 页 | 347.32 KB | 1 年前3websockets Documentation Release 5.0
2.2.1 Application server The author of websockets isn’t aware of best practices for deploying network services based on asyncio, let alone application servers. You can run a script similar to the server FORBIDDEN. It is declared as a coroutine because such authentication checks are likely to require network requests. static select_subprotocol(client_subprotocols, server_subprotocols) Pick a subprotocol raises ConnectionClosed. This can happen after a normal connection closure, a protocol error or a network failure. Changed in version 3.0: recv() used to return None instead. Refer to the changelog for0 码力 | 56 页 | 245.43 KB | 1 年前3Tornado 4.5 Documentation
networking library, originally developed at FriendFeed [http://friendfeed.com]. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling tornado.iostream — Convenient wrappers for non-blocking sockets tornado.netutil — Miscellaneous network utilities tornado.tcpclient — IOStream connection factory tornado.tcpserver — Basic IOStream-based networking library, originally developed at FriendFeed [http://friendfeed.com]. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling0 码力 | 333 页 | 322.34 KB | 1 年前3Tornado 6.1 Documentation
framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling blocks when it waits for something to happen before returning. A function may block for many reasons: network I/O, disk I/O, mutexes, etc. In fact, every function blocks, at least a little bit, while it is running0 码力 | 245 页 | 904.24 KB | 1 年前3
共 351 条
- 1
- 2
- 3
- 4
- 5
- 6
- 36