Computer Programming with the Nim Programming Language
grammars Cligen command line interface generator Part VI: Advanced Nim Macros and meta-programming Process execution Code execution with async/await Concepts Part VII: Appendix Disclaimer and legal notice people might skip Part I, and because it is generally beneficial to reinforce the reader’s learning process through repetition. Part III will give you an overview of Nim’s standard library, which contains topics to cover. So, for now, we will leave out the following: the installation of the compiler, the process of installing and using text editors or IDEs with special Nim support, the use of Nim package managers0 码力 | 865 页 | 7.45 MB | 1 年前3
Computer Programming with the Nim Programming Language
grammars Cligen command line interface generator Part VI: Advanced Nim Macros and meta-programming Process execution Code execution with async/await Concepts Part VII: Appendix Disclaimer and legal notice people might skip Part I, and because it is generally beneficial to reinforce the reader’s learning process through repetition. Part III will give you an overview of Nim’s standard library, which contains topics to cover. So, for now, we will leave out the following: the installation of the compiler, the process of installing and using text editors or IDEs with special Nim support, the use of Nim package managers0 码力 | 784 页 | 2.13 MB | 1 年前3
Hyperledger Fabric 1.1 DocumentationPlatform-specific Binaries Next, we will install the Hyperledger Fabric platform-specific binaries. This process was designed to complement the Hyperledger Fabric Samples above, but can be used independently. ledger, the appropriate funds change hands automatically when the item is received. Consensus The process of keeping the ledger transactions synchronized across the network – to ensure that ledgers update which is updated via smart contracts and kept consistently synchronized through a collaborative process called consensus. Why is a Blockchain useful? Today’s Systems of Record The transactional networks0 码力 | 422 页 | 4.84 MB | 1 年前3
Tornado 4.5 Documentation
make_app(): return tornado.web.Application([ (r"/", MainHandler), ]) if __name__ == "__main__": app = make_app() app.listen(8888) tornado.ioloop.IOLoop.current().start() This example http1connection – HTTP/1.x client/server implementation Asynchronous networking tornado.ioloop — Main event loop tornado.iostream — Convenient wrappers for non-blocking sockets tornado.netutil — Miscellaneous futures tornado.locks – Synchronization primitives tornado.queues – Queues for coroutines tornado.process — Utilities for multiple processes Integration with other services tornado.auth — Third-party login0 码力 | 333 页 | 322.34 KB | 1 年前3
Tornado 6.1 Documentation
make_app(): return tornado.web.Application([ (r"/", MainHandler), ]) if __name__ == "__main__": app = make_app() app.listen(8888) tornado.ioloop.IOLoop.current().start() This example WSGI [https://wsgi.readthedocs.io/en/latest/], and it is typically run with only one thread per process. See the User’s guide for more on Tornado’s approach to asynchronous programming. While some support supported or recommended for production use. Some features are missing on Windows (including multi-process mode) and scalability is limited (Even though Tornado is built on asyncio, which supports Windows0 码力 | 931 页 | 708.03 KB | 1 年前3
Tornado 6.2 Documentation
(r"/", MainHandler), ]) async def main(): app = make_app() app.listen(8888) await asyncio.Event().wait() if __name__ == "__main__": asyncio.run(main()) This example does not use any of WSGI [https://wsgi.readthedocs.io/en/latest/], and it is typically run with only one thread per process. See the User’s guide for more on Tornado’s approach to asynchronous programming. While some support supported or recommended for production use. Some features are missing on Windows (including multi-process mode) and scalability is limited (Even though Tornado is built on asyncio, which supports Windows0 码力 | 407 页 | 385.03 KB | 1 年前3
Tornado 6.0 Documentation
make_app(): return tornado.web.Application([ (r"/", MainHandler), ]) if __name__ == "__main__": app = make_app() app.listen(8888) tornado.ioloop.IOLoop.current().start() This example WSGI [https://wsgi.readthedocs.io/en/latest/], and it is typically run with only one thread per process. See the User’s guide for more on Tornado’s approach to asynchronous programming. While some support asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy()) at the beginning of their main file/function. Documentation This documentation is also available in PDF and Epub formats [https://readthedocs0 码力 | 869 页 | 692.83 KB | 1 年前3
httpd 2.2.31 中文文档also Overview of new features in Apache 2.2 Compile Time Configuration Changes The compilation process is very similar to the one used in version 2.0. Your old configure command line (as found in build/config used to enable commonly-used features are now bundled with Apache, and can be easily added to the main server config. Graceful stop The prefork, worker and event MPMs now allow httpd to be shutdown gracefully Glossary | Sitemap Monitor hook enables modules to run regular/scheduled jobs in the parent (root) process. Regular expression API changes The pcreposix.h header is no longer available; it is replaced by0 码力 | 1860 页 | 1.48 MB | 1 年前3
httpd 2.2.29 中文文档also Overview of new features in Apache 2.2 Compile Time Configuration Changes The compilation process is very similar to the one used in version 2.0. Your old configure command line (as found in build/config used to enable commonly-used features are now bundled with Apache, and can be easily added to the main server config. Graceful stop The prefork, worker and event MPMs now allow httpd to be shutdown gracefully Glossary | Sitemap Monitor hook enables modules to run regular/scheduled jobs in the parent (root) process. Regular expression API changes The pcreposix.h header is no longer available; it is replaced by0 码力 | 1854 页 | 1.48 MB | 1 年前3
httpd 2.2.27 中文文档also Overview of new features in Apache 2.2 Compile Time Configuration Changes The compilation process is very similar to the one used in version 2.0. Your old configure command line (as found in build/config used to enable commonly-used features are now bundled with Apache, and can be easily added to the main server config. Graceful stop The prefork, worker and event MPMs now allow httpd to be shutdown gracefully Glossary | Sitemap Monitor hook enables modules to run regular/scheduled jobs in the parent (root) process. Regular expression API changes The pcreposix.h header is no longer available; it is replaced by0 码力 | 1849 页 | 1.47 MB | 1 年前3
共 647 条
- 1
- 2
- 3
- 4
- 5
- 6
- 65













