书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 7676 个相关结果.
  • Upgrading Django to a newer version

    Upgrading Django to a newer version Required Reading Dependencies Resolving deprecation warnings Installation Testing Deployment Upgrading Django to a newer version Whil...
  • Upgrading Django to a newer version

    Upgrading Django to a newer version Required Reading Dependencies Resolving deprecation warnings Installation Testing Deployment Upgrading Django to a newer version While...
  • How to upgrade Django to a newer version

    How to upgrade Django to a newer version Required Reading Dependencies Resolving deprecation warnings Installation Testing Deployment How to upgrade Django to a newer vers...
  • How to upgrade Django to a newer version

    How to upgrade Django to a newer version Required Reading Dependencies Resolving deprecation warnings Installation Testing Deployment How to upgrade Django to a newer vers...
  • 2.配置

    配置 单一配置 多配置 说明 配置 对于一个项目来说,配置是一个很严肃的问题,比如说:在开发环境和生产环境中,配置是不同的,那么一个项目该如何自由地在不同的配置环境中进行切换呢,思考下,然后带着答案或者疑问往下阅读。 单一配置 撸起袖子,开始吧,新建文件夹 demo2 ,内部建立这样的文件结构: demo02 ├── confi...
  • 示例程序

    示例程序 baresshd.py: consoles.py: controllers.py: controllers2.py: controlnet.py: cpu.py: emptynet.py: hwintf.py: limit.py: linearbandwidth.py: miniedit.py: multiping.py: ...
  • 文本检测

    文字检测 数据准备 快速启动训练 启动训练 断点训练 指标评估 测试检测效果 文字检测 本节以icdar2015数据集为例,介绍PaddleOCR中检测模型的训练、评估与测试。 数据准备 icdar2015数据集可以从官网 下载到,首次下载需注册。 将下载到的数据集解压到工作目录下,假设解压在 PaddleOCR/train_data...
  • gRPC Bridge

    gRPC Bridge Envoy gRPC Building the Go service Docker compose Sending requests to the Key/Value store gRPC Bridge Envoy gRPC The gRPC bridge sandbox is an example usage o...
  • HTTP Proxying

    HTTP Proxying Creating a .py server Configuring nginx HTTP Proxying Many people prefer using a standalone Python HTTP server and proxying thatserver via nginx, Apache etc. A...
  • 20.4 建造你自己的 Hello world 应用

    481 2023-05-17 《Go入门指南》
    20.4 建造你自己的 Hello world 应用 20.4.1 映像结构 (map-structure):创造一个简单的 http-handler 20.4.2 创建配置文件 app.yaml 20.4.3 迭代开发 20.4.4. 与 GoClipse IDE 的集成 链接 20.4 建造你自己的 Hello world 应用 现在让我...