书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 13646 个相关结果.
  • 渲染

    渲染 跨模块渲染模板及自定义模板路径 渲染内容 渲染 因为控制器可以无需继承任何基础类,因此在控制器中如何使用视图取决于你怎么定义控制器。 渲染模板最常用的方法是控制器继承 ginkgo\Ctrl 类后调用 fetch 方法: fetch 方法说明 function fetch ( [ $template = '' [...
  • 模板渲染

    模板渲染 自定义模板路径 渲染完整模板 渲染内容 模板渲染 版本 新增功能 5.0.4 支持渲染视图根目录的模板文件 渲染模板最常用的是继承系统的控制器基类后调用fetch 方法,调用格式: fetch('[模板文件]'[,'模板变量(数组)']) 模板文件的写法支持下面几种: 用法 描述 不带任何参数 自动定位当前操作的模板文...
  • 游标属性

    常用的游标属性及其返回值 示例 NO_DATA_FOUND 与 %NOTFOUND 的区别 获取游标属性值的语法是 cursor_name%attribute ,如:c1%NOTFOUND 。游标属性类型如下: %FOUND 布尔型属性,当最近一次读游标返回记录,则值为 TRUE。 %NOTFOUND 布尔型属性,与 %FOUND 相反...
  • 游标属性

    常用的游标属性及其返回值 示例 NO_DATA_FOUND 与 %NOTFOUND 的区别 获取游标属性值的语法是 cursor_name%attribute ,如:c1%NOTFOUND 。游标属性类型如下: %FOUND 布尔型属性,当最近一次读游标返回记录,则值为 TRUE。 %NOTFOUND 布尔型属性,与 %FOUND 相反...
  • ES6 系列之 Generator 的自动执行

    单个异步任务 多个异步任务 启动器函数 回调函数 run return Promise 优化 co ES6 系列 单个异步任务 var fetch = require ( 'node-fetch' );   function * gen (){ var url = 'https://api.githu...
  • 赋值

    赋值 assign 方法 传入参数方法 赋值 如果需要在模板中输出变量,首先必须进行赋值操作,赋值有下面几种方式: assign 方法 namespace app\ctrl\index ; class Index extends ginkgo\Ctrl { public function in...
  • Using the streaming WebAssembly APIs

    210 2021-11-07 《Deno v1.15.2 Manual》
    Using the streaming WebAssembly APIs Using the streaming WebAssembly APIs The most efficient way to fetch, compile and instantiate a WebAssembly module is to use the streaming ...
  • Using the streaming WebAssembly APIs

    159 2022-04-17 《Deno v1.20.5 Manual》
    Using the streaming WebAssembly APIs Using the streaming WebAssembly APIs The most efficient way to fetch, compile and instantiate a WebAssembly module is to use the streaming ...
  • Using the streaming WebAssembly APIs

    164 2022-06-23 《Deno v1.21.2 Manual》
    Using the streaming WebAssembly APIs Using the streaming WebAssembly APIs The most efficient way to fetch, compile and instantiate a WebAssembly module is to use the streaming ...
  • Using the streaming WebAssembly APIs

    193 2022-01-19 《Deno v1.17.3 Manual》
    Using the streaming WebAssembly APIs Using the streaming WebAssembly APIs The most efficient way to fetch, compile and instantiate a WebAssembly module is to use the streaming ...