Mybatis 3.3.0 中文用户指南
name="url" value="${url}"/> 最近更新: 24 五月 2015 最近更新: 24 五月 2015 || 版本: 3.3.0 版本: 3.3.0 Save web pages as PDF manually or automatically with PDFmyURL 日志 日志 项目文档 项目文档 项目文档 项目文档 项目信息 项目信息 项目报表 项目报表 延迟加载的全局开 关。当开启时,所 有关联对象都会延 迟加载。 特定关联 关系中可通过设 置 fetchType 属性 来覆盖该项的开关 状态。 true | false false Save web pages as PDF manually or automatically with PDFmyURL aggressiveLazyLoading 当启用时,对任意 延迟属性的调用会 使带有延迟加载属 性的对象完整加 只会 自动映射没有定义 嵌套结果集映射的 结果集。 FULL 会 自动映射任意复杂 的结果集(无论是 否嵌套)。 NONE, PARTIAL, FULL PARTIAL Save web pages as PDF manually or automatically with PDFmyURL defaultExecutorType 配置默认的执行 器。SIMPLE 就是普 通的执行器; REUSE0 码力 | 98 页 | 2.03 MB | 1 年前3Golang 101(Go语言101 中文版) v1.21.a
10 | // 它们的源类型均为无名类型(见下下节)。 11 | type IntPtr *int 12 | type Book struct{author, title string; pages int} 13 | type Convert func(in0 int, in1 bool)(out0 int, out1 string) 14 | type StringArray [5]string 一个结构体类型由若干成员变量组成。每个这样的成员变量称为此结构体的一 个字段。 比如,下面这个结构体类型含有三个字段:author、title和 pages。 1| struct { 2| author string 3| title string 4| pages int 5| } 结构体(第16章)一文详细解释了结构体类型和结构体值。 概念:函数类型的签名(signature) 4| pages int 5| } 上面这个结构体类型含有三个字段。前两个字段(title和author)的类型均 为string。 最后一个字段pages的类型为int。 有时字段也称为成员变量。 相邻的同类型字段可以声明在一起。比如上面这个类型也可表示成下面这样: 1| struct { 2| title, author string 3| pages0 码力 | 821 页 | 956.82 KB | 1 年前3Golang 101(Go语言101 中文版) v1.21.a
下面这些新定义的类型和它们的源类型都是组合类型。 // 它们的源类型均为无名类型(见下下节)。 type IntPtr *int type Book struct{author, title string; pages int} type Convert func(in0 int, in1 bool)(out0 int, out1 string) type StringArray [5]string type StringSlice 一个结构体类型由若干成员变量组成。每个这样的成员变量称为此结构体的一 个字段。 比如,下面这个结构体类型含有三个字段:author、title和pages。 struct { author string title string pages int } 结构体(第16章)一文详细解释了结构体类型和结构体值。 概念:函数类型的签名(signature) 一个函数和其类型的签 author string pages int } 上面这个结构体类型含有三个字段。前两个字段(title和author)的类型均为 string。 最后一个字段pages的类型为int。 有时字段也称为成员变量。 相邻的同类型字段可以声明在一起。比如上面这个类型也可表示成下面这样: struct { title, author string pages int0 码力 | 608 页 | 1.08 MB | 1 年前3Golang 101(Go语言101 中文版) v1.21.a
10| // 它们的源类型均为无名类型(见下下节)。 11| type IntPtr *int 12| type Book struct{author, title string; pages int} 13| type Convert func(in0 int, in1 bool)(out0 int, out1 string) 第14章:Go类型系统概述 111 14| type 一个结构体类型由若干成员变量组成。每个这样的成员变量称为此结构体的一个字 段。 比如,下面这个结构体类型含有三个字段:author、title和pages。 1| struct { 2| author string 3| title string 4| pages int 5| } 结构体(第16章)一文详细解释了结构体类型和结构体值。 概念:函数类型的签名(signature) pages int 5| } 上面这个结构体类型含有三个字段。前两个字段(title和author)的类型均为 string。 最后一个字段pages的类型为int。 有时字段也称为成员变量。 相邻的同类型字段可以声明在一起。比如上面这个类型也可表示成下面这样: 1| struct { 2| title, author string 3| pages0 码力 | 591 页 | 21.40 MB | 1 年前3httpd 2.2.29 中文文档
RedirectMatch permanent ^/$ http://www.example.com/startpage.html Alternatively, to temporarily redirect all pages on one site to a particular page on another site, use the following: RedirectMatch temp .* http://othersite management of risk. Another solution is to disable the ability to run scripts and programs from SSI pages. To do this replace Includes with IncludesNOEXEC in the Options directive. Note that users may still environment variables set within the Apache configuration and passed from the shell, CGI scripts and SSI pages are provided with a set of environment variables containing meta-information about the request as0 码力 | 1854 页 | 1.48 MB | 1 年前3httpd 2.2.27 中文文档
RedirectMatch permanent ^/$ http://www.example.com/startpage.html Alternatively, to temporarily redirect all pages on one site to a particular page on another site, use the following: RedirectMatch temp .* http://othersite management of risk. Another solution is to disable the ability to run scripts and programs from SSI pages. To do this replace Includes with IncludesNOEXEC in the Options directive. Note that users may still environment variables set within the Apache configuration and passed from the shell, CGI scripts and SSI pages are provided with a set of environment variables containing meta-information about the request as0 码力 | 1849 页 | 1.47 MB | 1 年前3httpd 2.2.31 中文文档
RedirectMatch permanent ^/$ http://www.example.com/startpage.html Alternatively, to temporarily redirect all pages on one site to a particular page on another site, use the following: RedirectMatch temp .* http://othersite management of risk. Another solution is to disable the ability to run scripts and programs from SSI pages. To do this replace Includes with IncludesNOEXEC in the Options directive. Note that users may still environment variables set within the Apache configuration and passed from the shell, CGI scripts and SSI pages are provided with a set of environment variables containing meta-information about the request as0 码力 | 1860 页 | 1.48 MB | 1 年前3httpd 2.2.27.dev 中文文档
RedirectMatch permanent ^/$ http://www.example.com/startpage.html Alternatively, to temporarily redirect all pages on one site to a particular page on another site, use the following: RedirectMatch temp .* http://othersite management of risk. Another solution is to disable the ability to run scripts and programs from SSI pages. To do this replace Includes with IncludesNOEXEC in the Options directive. Note that users may still environment variables set within the Apache configuration and passed from the shell, CGI scripts and SSI pages are provided with a set of environment variables containing meta-information about the request as0 码力 | 1849 页 | 1.47 MB | 1 年前3Python AdminUI
. . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 10 Require users to Log in 43 10.1 Pages requires authorization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 a filter form, to let users search in your table. Each time the user submits the form or switch pages, values in the form will be passed along to the on_data callback. 8.5. 每行的操作链接 35 Python AdminUI 43 Python AdminUI • auth – a list of permission string the user have. Will be checked against in pages or menus • avatar – the avatar of the user • user_info – info for future use, accessible by app0 码力 | 67 页 | 653.37 KB | 1 年前3httpd 2.2.32 中文文档
RedirectMatch permanent ^/$ http://www.example.com/startpage.html Alternatively, to temporarily redirect all pages on one site to a particular page on another site, use the following: RedirectMatch temp .* http://othersite management of risk. Another solution is to disable the ability to run scripts and programs from SSI pages. To do this replace Includes with IncludesNOEXEC in the Options directive. Note that users may still environment variables set within the Apache configuration and passed from the shell, CGI scripts and SSI pages are provided with a set of environment variables containing meta-information about the request as0 码力 | 1866 页 | 1.48 MB | 1 年前3
共 206 条
- 1
- 2
- 3
- 4
- 5
- 6
- 21