书栈网 · BookStack 本次搜索耗时 0.015 秒,为您找到 67047 个相关结果.
  • JavaScript Shopping App

    Javascript Shopping App 1. 前提条件 2. 依赖 3. 安装 4. 设置存储桶 5. 连接Minio Server 6. 调用listObjects 7. 创建view 8. 运行APP 9. 了解更多。 Javascript Shopping App 本示例将会指导你如何构建一个使用Minio Ser...
  • app.enabled

    app.enabled(name) 返回true 如果布尔类型的设置值name 被启动为true ,此处的name 是[app settings table][16]中各属性的一个。 app . enabled ( 'trust proxy' ); // => false app . enable ( 'trust p...
  • app.engine

    app.engine(ext, callback) 注册给定引擎的回调,用来渲染处理ext文件。默认情况下,Express需要使用require() 来加载基于文件扩展的引擎。例如,如果你尝试渲染一个foo.jade 文件,Express在内部调用下面的内容,同时缓存require() 结果供随后的调用,来加速性能。 app . engine ...
  • app.all

    app.all(path, callback[, callback …] app.all 方法和标准的app.METHOD() 方法相似,除了它匹配所有的HTTP动词。对于给一个特殊前缀映射一个全局的逻辑处理,或者无条件匹配,它是很有效的。例如,如果你把下面内容放在所有其他的路由定义的前面,它要求所有从这个点开始的路由需要认证和自动加载一个用户。记住这些...
  • app.enable

    app.enable(name) 设置布尔类型的设置值name 为true ,此处的name 是[app settings table][15]中各属性的一个。调用app.set('foo', true) 和调用app.enable('foo') 是等价的。 app . enable ( 'trust proxy' ); app ....
  • app.disable

    app.disable(name) 设置类型为布尔的设置名为name 的值为false ,此处的name 是[app settings table][13]中各属性的一个。调用app.set('foo', false) 和调用app.disable('foo') 是等价的。比如: app . disable ( 'trust proxy' ); a...
  • Creating a New App

    Creating a New App File and Folder Setup Creating a New App Use the ng new [app-name] command to create a new app. This will generate a basic app in the folder of the app nam...
  • App.config

    APP配置项(App.config) APP配置项(App.config) [info] —框架基本信息email=henrylee_cn@foxmail.com license=MITlicenseurl=https://github.com/henrylee2cn/lessgo/raw/master/doc/LICENSE version=0.4...
  • Explore Your App

    Explore Your App Viewing Pods and Nodes Explore Your App Viewing Pods and Nodes Learn how to troubleshoot Kubernetes applications using kubectl get, kubectl describe, kubect...
  • Azure App Configuration

    Azure App Configuration Component format Warning Spec metadata fields Authenticating with Connection String Authenticating with Microsoft Entra ID Set up Azure App Configurat...