书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 2414 个相关结果.
  • 4. 在线升级

    1. 缘由 2. 升级过程 1. 缘由 公司有一个项目,需要用到websocket,所谓websocket是基于tcp/ip的协议,它跟http协议是同等级的。它解决的问题是长轮循的资源消耗问题。也就是用它做类似长轮循的应用时,因为本身协议的支持,资源消耗是较低的。类似的应用可以是聊天室,通知系统,股票实时更新等。具体的我们不再细说。由于我们项目是...
  • 附录A.ucore实验中的常用工具

    ucore实验中的常用工具 上述工具的使用方法在线信息 ucore实验中的常用工具 在ucore实验中,一些基本的常用工具如下: 命令行shell: bash shell — 有对文件和目录操作的各种命令,如ls、cd、rm、pwd… 系统维护工具:apt、git apt:安装管理各种软件,主要在debian, ubuntu linux系统中 ...
  • 发布历史

    Changelog v0.10.0 - 2020-05-25 Added Changed Removed v0.9.0 - 2020-04-16 Added Changed Fixed v0.8.0 - 2020-03-27 Added Changed v0.7.0 - 2020-02-26 Added Fixed v0.6.0 ...
  • Build Harbor from Source Code

    Step 1: Prepare for a build environment for Harbor Step 2: Getting the source code Step 3: Building and installing Harbor Configuration Compiling and Running I. Build with offic...
  • 0.10.0-beta 版本

    0.10.0-beta 版本 0.10.0-beta 版本 发布日期: 2015-08-20 [Web Dashboard](https://github.com/emqtt/emqttd_dashboard ) and [MySQL](https://github.com/emqtt/emqttd_plugin_mysql ), [Postgre...
  • Install Standalone MatrixOne

    Install standalone MatrixOne Building from source 1. Install Go as necessary 2. Get the MatrixOne code 3. Run make 4. Boot MatrixOne server Downloading binary packages 1. ...
  • 《测试用例:mocha,should,istanbul》

    《测试用例:mocha,should,istanbul》 目标 知识点 课程内容 《测试用例:mocha,should,istanbul》 目标 建立一个 lesson6 项目,在其中编写代码。 main.js: 其中有个 fibonacci 函数。fibonacci 的介绍见:http://en.wikipedia.org/wiki/F...
  • 如何构建 Apache APISIX

    构建 Apache APISIX 1. 安装依赖 2. 安装 Apache APISIX 通过源码包安装 通过 RPM 包安装(CentOS 7) 通过 Luarocks 安装 (不支持 macOS) 3. 管理(启动、关闭等)APISIX 服务 4. 运行测试案例 疑难排解测试 5. 更新 Admin API 的 token ,保护 Apa...
  • CLI工具

    687 2023-06-19 《Kratos v2.6 教程》
    CLI工具 安装 创建项目 添加 Proto 文件 生成 Proto 代码 生成 Service 代码 运行项目 查看版本 工具升级 更新日志 查看帮助 CLI工具 安装 go install github . com / go - kratos / kratos / cmd / kratos / v2@latest 创建...