 Official NativeScript Plugin SeedOfficial NativeScript Plugin Seed0 码力 | 92 页 | 15.00 MB | 1 年前3 Official NativeScript Plugin SeedOfficial NativeScript Plugin Seed0 码力 | 92 页 | 15.00 MB | 1 年前3
 Writing a Localization plugin for webpack 50 码力 | 4 页 | 1.31 MB | 1 年前3 Writing a Localization plugin for webpack 50 码力 | 4 页 | 1.31 MB | 1 年前3
 TiDB Audit Plugin User GuideTiDB Audit Plugin User Guide August 4, 2022 TiDB Audit Plugin User Guide Introduction The TiDB audit plugin records the TiDB server’s activities that are expected to follow auditing regulations of of your organization. For each client session, the plugin records users accessing the server (that is, username and IP address), SQL queries executed, databases and tables accessed, environment variable package, and use the audit plugin. Download the plugin You can download the plugin on TiDB Enterprise Edition Downloads. Deploy the audit plugin After downloading the plugin, you can use either TiDB0 码力 | 15 页 | 257.26 KB | 1 年前3 TiDB Audit Plugin User GuideTiDB Audit Plugin User Guide August 4, 2022 TiDB Audit Plugin User Guide Introduction The TiDB audit plugin records the TiDB server’s activities that are expected to follow auditing regulations of of your organization. For each client session, the plugin records users accessing the server (that is, username and IP address), SQL queries executed, databases and tables accessed, environment variable package, and use the audit plugin. Download the plugin You can download the plugin on TiDB Enterprise Edition Downloads. Deploy the audit plugin After downloading the plugin, you can use either TiDB0 码力 | 15 页 | 257.26 KB | 1 年前3
 Spring Security Shiro Plugin - Reference DocumentationSpring Security Shiro Plugin - Reference Documentation Burt Beckwith Version 3.1.2.BUILD-SNAPSHOT Table of Contents 1. Introduction to the Spring Security Shiro Plugin . . . . . . . . . . . . . . . . . . . . . . . . . 6 Chapter 1. Introduction to the Spring Security Shiro Plugin The Spring Security Shiro plugin adds some support for using a hybrid approach combining Spring Security and Shiro The majority of the authentication and authorization work is still done by Spring Security. This plugin listens for Spring Security authentication events and uses the Spring Security Authentication instance0 码力 | 8 页 | 122.93 KB | 10 月前3 Spring Security Shiro Plugin - Reference DocumentationSpring Security Shiro Plugin - Reference Documentation Burt Beckwith Version 3.1.2.BUILD-SNAPSHOT Table of Contents 1. Introduction to the Spring Security Shiro Plugin . . . . . . . . . . . . . . . . . . . . . . . . . 6 Chapter 1. Introduction to the Spring Security Shiro Plugin The Spring Security Shiro plugin adds some support for using a hybrid approach combining Spring Security and Shiro The majority of the authentication and authorization work is still done by Spring Security. This plugin listens for Spring Security authentication events and uses the Spring Security Authentication instance0 码力 | 8 页 | 122.93 KB | 10 月前3
 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 Introduction 1.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 The majority of the authentication and authorization work is still done by Spring Security. This plugin listens for Spring Security authentication events and uses the Spring Security Authentication instance0 码力 | 6 页 | 17.49 KB | 10 月前3 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 Introduction 1.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 The majority of the authentication and authorization work is still done by Spring Security. This plugin listens for Spring Security authentication events and uses the Spring Security Authentication instance0 码力 | 6 页 | 17.49 KB | 10 月前3
 Shiro support for the Spring Security plugin - Reference
DocumentationSecurity plugin Shiro support for the Spring Security plugin - Reference Documentation Authors: Burt Beckwith Version: 1.0.0 Table of Contents 1 Introduction to the Spring Security Shiro Plugin 1.1 History History 2 Usage 3 Configuration 2 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 The majority of the authentication and authorization work is still done by Spring Security. This plugin listens for Spring Security authentication events and uses the Spring Security Authentication instance0 码力 | 5 页 | 16.72 KB | 10 月前3 Shiro support for the Spring Security plugin - Reference
DocumentationSecurity plugin Shiro support for the Spring Security plugin - Reference Documentation Authors: Burt Beckwith Version: 1.0.0 Table of Contents 1 Introduction to the Spring Security Shiro Plugin 1.1 History History 2 Usage 3 Configuration 2 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 The majority of the authentication and authorization work is still done by Spring Security. This plugin listens for Spring Security authentication events and uses the Spring Security Authentication instance0 码力 | 5 页 | 16.72 KB | 10 月前3
 Git Plugin Detailed coverage analysis (JENKINS 50535)0 码力 | 2 页 | 46.93 KB | 1 年前3 Git Plugin Detailed coverage analysis (JENKINS 50535)0 码力 | 2 页 | 46.93 KB | 1 年前3
 Jenkins Variable List Matrix Project Plugin 1.60 码力 | 4 页 | 241.15 KB | 1 年前3 Jenkins Variable List Matrix Project Plugin 1.60 码力 | 4 页 | 241.15 KB | 1 年前3
 Exporting GoExporting Go Robert Griesemer GopherCon Singapore, 2017 Intro ● Go package ○ Namespace ○ Interface (export) ○ Import ● Implementation ○ Export/import (this talk) ○ Linker (not this talk) A long * 3 … 996 == 2^2 * 3 * 83 997 == 997 prime 998 == 2 * 499 999 == 3^3 * 37 1000 == 2^3 * 5^3 Go package main import "fmt" type List struct { Factor, Power int Link *List } func Factor(x lib.o lib.go package client import “./lib” … client.go client.o export data export data go tool compile lib.go go tool compile client.go lib.o before Go 1.7 go object darwin amd64 go1.5 X:none0 码力 | 34 页 | 2.29 MB | 1 年前3 Exporting GoExporting Go Robert Griesemer GopherCon Singapore, 2017 Intro ● Go package ○ Namespace ○ Interface (export) ○ Import ● Implementation ○ Export/import (this talk) ○ Linker (not this talk) A long * 3 … 996 == 2^2 * 3 * 83 997 == 997 prime 998 == 2 * 499 999 == 3^3 * 37 1000 == 2^3 * 5^3 Go package main import "fmt" type List struct { Factor, Power int Link *List } func Factor(x lib.o lib.go package client import “./lib” … client.go client.o export data export data go tool compile lib.go go tool compile client.go lib.o before Go 1.7 go object darwin amd64 go1.5 X:none0 码力 | 34 页 | 2.29 MB | 1 年前3
 The Expressiveness of Gohttp://golang.org Monday, October 18, 2010 http://golang.org The Expressiveness of Go Rob Pike JAOO Oct 5, 2010 Monday, October 18, 2010 Who 2 Monday, October 18, 2010 Team 3 Russ Cox Robert source community. Monday, October 18, 2010 Why 4 Why a new language? Monday, October 18, 2010 Why Go? 5 A response to Google’s internal needs: - efficient large scale programming - speed of compilation - complexity, weight, noise (C++, Java) vs. - no static checking (JavaScript, Python) Go is statically typed and compiled, like C++ or Java (with no VM), but in many ways feels as lightweight0 码力 | 49 页 | 839.26 KB | 1 年前3 The Expressiveness of Gohttp://golang.org Monday, October 18, 2010 http://golang.org The Expressiveness of Go Rob Pike JAOO Oct 5, 2010 Monday, October 18, 2010 Who 2 Monday, October 18, 2010 Team 3 Russ Cox Robert source community. Monday, October 18, 2010 Why 4 Why a new language? Monday, October 18, 2010 Why Go? 5 A response to Google’s internal needs: - efficient large scale programming - speed of compilation - complexity, weight, noise (C++, Java) vs. - no static checking (JavaScript, Python) Go is statically typed and compiled, like C++ or Java (with no VM), but in many ways feels as lightweight0 码力 | 49 页 | 839.26 KB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100














 
  
 