书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 687 个相关结果.
  • Cookie

    741 2018-03-28 《Vanilla中文手册》
    Vanilla 中使用 Cookie vanilla.v.libs.cookie 包使用 Vanilla 中使用 Cookie Vanilla 中封装了 vanilla.v.libs.cookie 包,源至 lua-resty-cookie ,提供了简单的 get 、set 、getAll 等方法来控制 Cookie,下面具体使用举例如下: ...
  • 如何使用models/dao

    699 2018-03-28 《Vanilla中文手册》
    Vanilla 的 DAO 最简单的 DAO 以上代码解释 Vanilla 的 DAO vanilla 的 DAO 预设为项目对数据源的封装,一切对数据源的操作都可以封装成 DAO,方便维护、管理、缓存等。 Vanilla 的 DAO 在项目的 models/dao 路径下,一般使用 LoadModel 方法进行加载 最简单的 DAO 由...
  • 如何新增一个Controller

    886 2018-03-28 《Vanilla中文手册》
    Vanilla 的 controller 最简单的 Controller 以上代码解释 新添加一个 Controller Vanilla 的 controller vanilla 的 controller 是业务处理的关键,vanilla 通过对 URI 的路由,找到本次请求对应的 controller 和 action。 最简单的 Co...
  • 如何调试

    761 2018-03-28 《Vanilla中文手册》
    Vanilla 的 调试 sprint_r,print_r,lprint_r,err_log sprint_r print_r lprint_r err_log Vanilla 的 调试 除了查看 nginx 错误日志辅助开发外,为了方便 Vanilla 项目的开发和调试,Vanilla 提供了诸如 print_r 之类的对象输出方法,以...
  • 如何使用models/service

    662 2018-03-28 《Vanilla中文手册》
    Vanilla 的 Service 最简单的 Service 以上代码解释 Vanilla 的 Service vanilla 的 Service 预设为项目对某些通用业务逻辑封装为独立的 Service,方便维护、管理、缓存等。 Vanilla 的 Service 在项目的 models/service 路径下,一般使用 LoadModel ...
  • FAQs: PostgreSQL

    FAQs - Comparing to PostgreSQL Why would I use TimescaleDB over vanilla PostgreSQL? How compatible is TimescaleDB with PostgreSQL? How does TimescaleDB handle geospatial data? ...
  • 面向对象

    844 2018-03-28 《Vanilla中文手册》
    面向对象的 Vanilla 一个简单的 Vanilla 类 类定义 类使用 类继承 类定义 类使用 面向对象的 Vanilla Lua 提供了部分面向对象的语法糖,这仅仅能在开发中提供一个功能不完备的独立 Class 的使用,有 self 可以来引用 LUA 表的某些属性和方法,但是更多的面向对象特性,比如继承,比如类的构造等,LUA ...
  • FAQs: PostgreSQL

    FAQs - Comparing to PostgreSQL Why would I use TimescaleDB over vanilla PostgreSQL? How compatible is TimescaleDB with PostgreSQL? How does TimescaleDB handle geospatial data? ...
  • $indexOfCP (aggregation)

    709 2019-12-01 《MongoDB v4.2 Manual》
    $indexOfCP (aggregation) Definition Behavior Examples $indexOfCP (aggregation) Definition $indexOfCP New in version 3.4. Searches a string for an occurence of a subs...
  • $indexOfBytes (aggregation)

    411 2019-12-01 《MongoDB v4.2 Manual》
    $indexOfBytes (aggregation) Definition Behavior Examples $indexOfBytes (aggregation) Definition $indexOfBytes New in version 3.4. Searches a string for an occurence ...