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

    2599 2020-07-14 《Nginx 中文文档》
    ngx_http_proxy_module 示例配置 指令 proxy_bind proxy_buffer_size proxy_buffering proxy_buffers proxy_busy_buffers_size proxy_cache proxy_cache_background_update proxy_cache_bypas...
  • ngx_http_map_module

    752 2020-07-14 《Nginx 中文文档》
    ngx_http_map_module 示例配置 指令 map map_hash_bucket_size map_hash_max_size 原文档 ngx_http_map_module 指令 map map_hash_bucket_size map_hash_max_size ngx_http_map_module ...
  • ngx_http_geoip_module

    834 2020-07-14 《Nginx 中文文档》
    ngx_http_geoip_module 示例配置 指令 geoip_country geoip_city geoip_org geoip_proxy geoip_proxy_recursive 原文档 ngx_http_geoip_module 示例配置 指令 geoip_country geoip_city geoip...
  • ngx_http_core_module

    3101 2020-07-14 《Nginx 中文文档》
    ngx_http_core_module 指令 absolute_redirect aio aio_write alias chunked_transfer_encoding client_body_buffer_size client_body_in_file_only client_body_in_single_buffer client...
  • ngx_http_access_module

    914 2020-07-14 《Nginx 中文文档》
    ngx_http_access_module 示例配置 指令 allow deny 原文档 ngx_http_access_module 示例配置 指令 allow deny ngx_http_access_module 模块允许限制对某些客户端地址的访问。 访问也可以通过密码 、子请求结果 或 JWT 限制。可用 s...
  • The VideoTexture Module: bge.texture

    The VideoTexture Module: bge.texture How It Works Game Preparation First Example Find Material Create Texture Make Texture Persistent Create a Source Setup the Source Play t...
  • WildFly module identifiers: slots and conventions

    WildFly module identifiers: slots and conventions WildFly module identifiers: slots and conventions Note that the Hibernate ORM modules coming with WildFly will remain untouche...
  • Learn JS Module loaders/bundlers

    Learn Module loaders/bundlers Webpack: Rollup: SystemJS: NOTES: Learn Module loaders/bundlers Webpack: Webpack Webpack Deep Dive [read] Webpack Fundamentals [watch][...
  • 常用几个module的用法

    1981 2018-04-18 《Ansible入门》
    介绍几个常用的module ping debug 通过参数msg定义打印的字符串 通过参数var定义需要打印的变量 copy 设置文件权限 备份结点上原来的文件 拷贝后的验证操作 template template文件语法 使用facts变量的template 使用普通变量的template 和copy module一样强大的功能 ...
  • exports 和 module.exports

    1011 2018-03-01 《一起学 Node.js》
    exports = module.exports = {…} require 用来加载代码,而 exports 和 module.exports 则用来导出代码。 很多新手可能会迷惑于 exports 和 module.exports 的区别,为了更好的理解 exports 和 module.exports 的关系,我们先来巩固下 js 的基础。示例:...