书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 7023 个相关结果.
  • Commentary on ‘Roman Numerals Kata with Commentary’

    categories: [“Worked Examples”] Where are the requirements? Becoming a domain expert Understanding Roman numerals The requirements for this kata Writing the tests Two tests co...
  • Publishing

    Publishing Scientific Results Ready-to-go demos Handling datasets and results Available archival / preprint servers or services Data storage and preservation Planning data stora...
  • 高级查询

    快捷查询 区间查询 批量查询 闭包查询 使用Query对象查询 混合查询 字符串条件查询 快捷方法(V5.0.5+) 快捷查询 快捷查询方式是一种多字段相同查询条件的简化写法,可以进一步简化查询条件的写法,在多个字段之间用| 分割表示OR查询,用& 分割表示AND查询,可以实现下面的查询,例如: Db :: table ( 'thin...
  • _source field

    _source field Disabling the _source field Think before disabling the _source field Including / Excluding fields from _source _source field The _source field contains t...
  • Get Started

    Contribute to the project Five practical ideas to get started Get up to speed Communicate with the community Code repositories Contribute to the project There are many ways...
  • The Boy Scout Rule

    The Boy Scout Rule The Boy Scout Rule The Boy Scouts have a rule: “Always leave the campground cleaner than you found it.” If you find a mess on the ground, you clean it up reg...
  • 模板标签

    普通标签 标签库标签 模板文件可以包含普通标签和标签库标签,标签的定界符都可以重新配置。 普通标签 普通标签用于变量输出和模板注释,普通模板标签默认以{ 和 } 作为开始和结束标识,并且在开始标记紧跟标签的定义,如果之间有空格或者换行则被视为非模板标签直接输出。 例如:{$name} 、{$vo.name} 、{$vo['name']|s...
  • Template

    Template 支持模版引擎类型 模版引擎配置 使用模版引擎 扩展模版引擎类型 使用第三方模版 Adapter Template Template Adapter 用来实现支持多种类型的模版引擎,如:ejs ,swig 等。 支持模版引擎类型 base ejs ejs 模版引擎 jade jade 模板引擎 swig 一种...
  • 3.3. Lists, Lists And More Lists

    3.3. Lists, Lists And More Lists 3.3.1. Defining A List 3.3.2. How To Think Of Lists 3.3.3. Creating Lists Through Concatenation (The Cons Function) 3.3.4. Defining A List Using...
  • 文件处理

    ThinkPHP5.0 内置了一个文件处理类 \think\File ,内置的文件上传操作也是调用了该类进行处理的。 File 类继承了PHP的SplFileObject 类,因此可以调用SplFileObject 类所有的属性和方法。