Shiro support for the Spring Security plugin - Reference Documentation
1 Shiro support for the Spring Security plugin Table of contents 2 Shiro support for the Spring Security plugin - Reference Documentation Authors: Burt Beckwith Version: 0.1 Table of Contents 1 History 2 Usage 3 Configuration 3 1 Introduction The Spring Security Shiro plugin adds some support for using a hybrid approach combining Spring Security and . It currently only supports Shiro ACLs0 码力 | 6 页 | 17.49 KB | 10 月前3Shiro support for the Spring Security plugin - Reference Documentation
1 Shiro support for the Spring Security plugin Shiro support for the Spring Security plugin - Reference Documentation Authors: Burt Beckwith Version: 1.0.0 Table of Contents 1 Introduction to the 1 Introduction to the Spring Security Shiro Plugin The Spring Security Shiro plugin adds some support for using a hybrid approach combining Spring and . It currently only supports Shiro ACLs, since0 码力 | 5 页 | 16.72 KB | 10 月前3Beyond Compilation Databases to Support C++ Modules: Build Databases
which use CMake ○ C++ modules support ● Working with the community to improve building software ○ ISO standards ■ Dependency format ○ Pushing forward modules support in other build systems ■ xmake needed to order compilations ● Vendored into CMake for its Unix Makefiles generator ● dyndep support added to ninja, merged into 1.10 (released Jan 2020) 11C++ Modules: Example Target add_library(A) up ○ Object (uniqueness constraint) ○ Source file ○ Work directory ○ Arguments (no “command” support) ● Additional fields ○ For modules build graph ■ Provides (mapping of module name to BMI path)0 码力 | 31 页 | 585.05 KB | 5 月前3Tornado 6.5 Documentation
6.5.1 The Tornado Authors May 22, 2025CONTENTS 1 Quick links 3 2 Hello, world 5 3 Threads and WSGI 7 4 asyncio Integration 9 5 Installation 11 6 Documentation 13 6.1 User’s guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 165 7 Discussion and support 255 Python Module Index 257 Index 259 iiiTornado Documentation, Release 6.5.1 Tornado is a Python 5.1 6 Chapter 2. Hello, worldCHAPTER THREE THREADS AND WSGI Tornado is different from most Python web frameworks. It is not based on WSGI, and it is typically run with only one thread per process.0 码力 | 272 页 | 1.12 MB | 2 月前3Tornado 6.5 Documentation
com/tornadoweb/tornado/tree/stable/demos/chat]. Threads and WSGI Tornado is different from most Python web frameworks. It is not based on WSGI [https://wsgi.readthedocs.io/en/latest/], and it is typically run guide for more on Tornado’s approach to asynchronous programming. While some support of WSGI is available in the tornado.wsgi module, it is not a focus of development and most applications should be written written to use Tornado’s own interfaces (such as tornado.web) directly instead of using WSGI. In general, Tornado code is not thread-safe. The only method in Tornado that is safe to call from other threads0 码力 | 437 页 | 405.14 KB | 2 月前3Python 标准库参考指南 2.7.18
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 192 8.9 mutex —Mutual exclusion support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 193 8.10 Queue —A synchronized . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 314 11.3 copy_reg —Register pickle support functions . . . . . . . . . . . . . . . . . . . . . . . . . . . 314 11.4 shelve —Python 对象持久化 . of mail messages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 807 18.10 multifile —Support for files containing distinct parts . . . . . . . . . . . . . . . . . . . . . . . . 808 18.11 rfc8220 码力 | 1552 页 | 7.42 MB | 9 月前3Python 标准库参考指南 2.7.18
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 192 8.9 mutex —Mutual exclusion support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 193 8.10 Queue —A synchronized . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 314 11.3 copy_reg —Register pickle support functions . . . . . . . . . . . . . . . . . . . . . . . . . . . 314 11.4 shelve —Python 对象持久化 . of mail messages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 807 18.10 multifile —Support for files containing distinct parts . . . . . . . . . . . . . . . . . . . . . . . . 808 18.11 rfc8220 码力 | 1552 页 | 7.42 MB | 9 月前3Python 标准库参考指南 2.7.18
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 192 8.9 mutex —Mutual exclusion support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 193 8.10 Queue —A synchronized . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 314 11.3 copy_reg —Register pickle support functions . . . . . . . . . . . . . . . . . . . . . . . . . . . 314 11.4 shelve —Python 对象持久化 . of mail messages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 807 18.10 multifile —Support for files containing distinct parts . . . . . . . . . . . . . . . . . . . . . . . . 808 18.11 rfc8220 码力 | 1552 页 | 7.42 MB | 9 月前3Python 标准库参考指南 3.6.15
—用于 CGI 脚本的回溯管理器 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1070 21.4 wsgiref —WSGI Utilities and Reference Implementation . . . . . . . . . . . . . . . . . . . . . . . 1071 21.5 urllib 回归测试包 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1454 26.9 test.support —Utilities for the Python test suite . . . . . . . . . . . . . . . . . . . . . . . . . . 1457 27 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1639 32.9 pyclbr —Python class browser support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1639 32.10 py_compile —编译 Python0 码力 | 1886 页 | 8.95 MB | 9 月前3Python 标准库参考指南 3.6.15
—用于 CGI 脚本的回溯管理器 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1070 21.4 wsgiref —WSGI Utilities and Reference Implementation . . . . . . . . . . . . . . . . . . . . . . . 1071 21.5 urllib 回归测试包 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1454 26.9 test.support —Utilities for the Python test suite . . . . . . . . . . . . . . . . . . . . . . . . . . 1457 27 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1639 32.9 pyclbr —Python class browser support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1639 32.10 py_compile —编译 Python0 码力 | 1886 页 | 8.95 MB | 9 月前3
共 327 条
- 1
- 2
- 3
- 4
- 5
- 6
- 33