Shiro support for the Spring Security plugin - Reference
Documentation1 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 月前3
Shiro support for the Spring Security plugin - Reference
Documentation1 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 月前3
Spring Framwork Language Support v5.3.36 SNAPSHOTLanguage Support Version 5.3.36-SNAPSHOT Table of Contents 1. Kotlin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 3. Dynamic Language Support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . interoperability with existing libraries written in Java. The Spring Framework provides first-class support for Kotlin and lets developers write Kotlin applications almost as if the Spring Framework was a0 码力 | 42 页 | 603.79 KB | 1 年前3
Beyond Compilation Databases to Support C++ Modules: Build Databaseswhich 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 | 6 月前3
Spring Framwork Language Support v6.0.0-M2Language Support Version 6.0.0-M2 Table of Contents 1. Kotlin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 3. Dynamic Language Support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . interoperability with existing libraries written in Java. The Spring Framework provides first-class support for Kotlin and lets developers write Kotlin applications almost as if the Spring Framework was a0 码力 | 42 页 | 602.76 KB | 1 年前3
Nim - the first high performance language with full support for hot codereloading at runtimefirst high performance Nim - the first high performance language with full support for hot code- language with full support for hot code- reloading at runtime reloading at runtime by Viktor Kirilov backed by Mozilla (although with a lot less...) has a rich stdlib, package manager, docs, some IDE support 19 Feature rundown Feature rundown uniform call syntax (extension methods) - obj.method() OR method(obj) iteration of practical language design by humble !!! >> me << !!! Nim: speed of C, elegance of Python, flexibility of Perl Peter Munch-Ellingsen Nim is to C++ as CoffeeScript is to JavaScript cjhanks0 码力 | 63 页 | 2.91 MB | 1 年前3
Python AdminUIPython AdminUI 2022 年 06 月 25 日 目录 1 安装和快速入门 3 1.1 基本概念和示例解析 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1.2 Use FastAPI instead of Flask . . . . . . . . . 59 15 索引和表格 61 索引 63 ii Python AdminUI 使用 Python 制作专业的 Web 前端界面 本 Python 包适用于想要制作简单的前端界面,但却不想处理 HTML, CSS, React, Angular, Webpack 和其 他 Javascript 前端代码的情况。你可以直接用 Python 完成网页、表单、图标和仪表盘界面。 一些应用场景:数据项目;运维工具和脚本;简单 带有分页的数据表 • 适配小屏幕和移动设备 • 不需要使用 HTML, CSS 或者 JS 目录 1 Python AdminUI 2 目录 CHAPTER 1 安装和快速入门 使用 pip 安装包: pip install adminui 为您的项目创建一个 python 文件,例如 example.py: from adminui import * app = AdminApp()0 码力 | 67 页 | 653.37 KB | 1 年前3
The Python Handbook1 Table of Contents Preface The Python Handbook Conclusion 2 Preface The Python Handbook follows the 80/20 rule: learn in 20% of the time the 80% of a topic. In particular, the goal is to get get you up to speed quickly with Python. This book is written by Flavio. I publish programming tutorials on my blog flaviocopes.com and I organize a yearly bootcamp at bootcamp.dev. You can reach me on @flaviocopes. Enjoy! 3 The Python Handbook 1. Introduction to Python 2. Installing Python 3. Running Python programs 4. Python 2 vs Python 3 5. The basics of working with Python 5.1. Variable 5.2. Expressions0 码力 | 93 页 | 7.31 MB | 1 年前3
1 Beautiful PythonBEAUTIFUL PYTHON Great ideas of language design that make Python enjoyable and useful to so many people. E l e g a n c e b e g e t s s i m p l i c i t y FLUENT PYTHON Published in 9 languages so 11 A BAUHAUS CHESS SET BY JOSEF HARTWIG 12 A SIMPLE PROGRAM IN PYTHON 13 import sys for arg in sys.argv: print arg PYTHON: A MODERNIST LANGUAGE 14 #includeint main(int argc return 0; } import sys for arg in sys.argv: print arg PYTHON: A MODERNIST LANGUAGE 15 PYTHON: A MODERNIST LANGUAGE 16 PYTHON: A MODERNIST LANGUAGE 17 MODERNIST 18 19 ANCIENT AND MODERNIST 0 码力 | 109 页 | 34.99 MB | 1 年前3
Objeet Oriented Python
TutorialOOP in Python ii About the Tutorial Python has been an object-oriented language since it existed. In this tutorial we will try to get in-depth features of OOPS in Python programming beginners and intermediate to help them understand the Python Oops features and concepts through programming. Prerequisites Understanding on basic of Python programming language will help to understand and If you are new to programming, it is recommended to first go through “Python for beginners” tutorials. OOP in Python Table of Contents About the Tutorial ..................0 码力 | 111 页 | 3.32 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













