书栈网 · BookStack 本次搜索耗时 0.029 秒,为您找到 102920 个相关结果.
  • How-To: Publish & subscribe

    How-To: Publish a message and subscribe to a topic Introduction Content Types Step 1: Setup the Pub/Sub component Step 2: Subscribe to topics Note Declarative subscriptions Ex...
  • HelloWorld

    Hello World 目录检查 自动加载检查 更新自动加载 启动服务 停止服务 Hello World 目录检查 我们在执行完框架的安装步骤后,可以在项目根目录下看到一个自动生成的 App 目录。目录结构如下: ./ App └── HttpController ├── Index . php ...
  • Running Your App

    Running Your App Initial Configuration & Set Up Local Development Server Hosting with Apache .htaccess Virtual Hosting Testing Hosting with Vagrant Setting Up Testing ...
  • 任务队列 Queue

    任务队列 使用 部署 1.简单部署,本地测试时可以选择这种方式 2. 更安全的部署方式 3. 更稳定,多进程部署 最佳实践 0.根据业务调整配置 1.定期删除已完成任务 任务队列 任务队列适用后台长时间,批量、异步执行任务,如邮件、短信发送,每日生成报表等。 使用 1.创建任务 要点:继承 Queue\Libs\Job ...
  • 文件上传

    上传文件 1. 获取上传文件所需授权凭证和上传地址 2. 使用上一步获取的授权凭证和上传地址,进行文件上传 上传文件 上传流程图 +-----------------+ +-----------------+ +-----------------+ | Client / Browser | ...
  • Horizontal Pod Autoscaler演练

    Horizontal Pod Autoscaler演练 准备开始 第一步:运行 php-apache 服务器并暴露服务 创建 Horizontal Pod Autoscaler 增加负载 停止负载 基于多项度量指标和自定义度量指标自动伸缩 多个度量指标下伸缩 基于Kubernetes以外的度量指标伸缩 附录:Horizontal Pod Au...
  • Installation

    Installation Installation CodeIgniter4 can be installed in a number of different ways: manually,using Composer , or usingGit .Which is right for you? If you would like the si...
  • WordPress

    WordPress 基本信息 使用方法 Dockerfile WordPress 基本信息 WordPress 是开源的 Blog 和内容管理系统框架,它基于 PHP 和 MySQL。 该仓库位于 https://hub.docker.com/_/wordpress/ ,提供了 WordPress 4.x ~ 5.x 版本的镜像。 ...
  • TMS静态资源nginx承载从而加速访问

    840 2019-07-30 《TMS 使用手册》
    nginx开启gzip压缩,再将动态api数据请求通过nginx反向代理转发到tomcat. 配置示例: #user nobody; worker_processes 4 ; error_log logs / error . log ; pid logs / nginx . pid ; ...
  • 第十课:msfvenom常用生成payload命令

    msfvenom 常用生成 Payload 命令 windows: mac: android: powershell: linux: php: aspx: jsp: war: nodejs: python: perl: ruby: lua: windows shellcode: linux shellcode: mac she...