书栈网 · BookStack 本次搜索耗时 0.047 秒,为您找到 7676 个相关结果.
  • 升级 Django 到最新的版本

    升级 Django 到最新的版本 必读内容 依赖 处理过期警告 安装 测试 部署 升级 Django 到最新的版本 虽然有时是个复杂的过程,将 Django 升级到最新版有以下好处: 新功能和优化 已修复的 bug。 旧版 Django 最终将不再收到安全更新。(参考 Supported versions ) 随着每个新 Djang...
  • Debugging modules

    Debugging modules Debugging (local) Example Debugging (remote) Debugging AnsibleModule-based modules Debugging modules Debugging (local) To break into a module running on...
  • High-level Python client

    High-level Python client Setup Connecting to OpenSearch Creating an index Indexing a document Performing bulk operations Searching for documents Deleting a document Deleting...
  • 进阶内容:编写可重用的应用

    进阶内容:如何编写可重用的应用 可重用性问题 你的项目和你可重用的应用 安装一些必备工具 打包你的应用 使用你的包 发布你的应用 用 virtualenv 安装 Python 包 进阶内容:如何编写可重用的应用 本篇从 教程第七部分(zh) 结束的地方开始。我们将把之前写的调查应用转化为一个可在新项目中重复使用,和能分享给其他人的独立 ...
  • Writing your first Django app, part 2

    Writing your first Django app, part 2 Database setup Creating models Activating models Playing with the API Introducing the Django Admin Creating an admin user Start the devel...
  • Writing your first Django app, part 2

    Writing your first Django app, part 2 Database setup Creating models Activating models Playing with the API Introducing the Django Admin Creating an admin user Start the devel...
  • 基于Python脚本预测引擎推理

    基于Python预测引擎推理 一、训练模型转inference模型 检测模型转inference模型 识别模型转inference模型 方向分类模型转inference模型 二、文本检测模型推理 1. 超轻量中文检测模型推理 2. DB文本检测模型推理 3. EAST文本检测模型推理 4. SAST文本检测模型推理 (1). 四边形文本检测模型...
  • Getting Started Securing Elasticsearch

    Getting Started Securing Elasticsearch Setup Cilium Deploy the Demo Application Security Risks for Elasticsearch Access Securing Elasticsearch Using Cilium Clean Up Getting...
  • Getting Started Securing Elasticsearch

    Getting Started Securing Elasticsearch Setup Cilium Deploy the Demo Application Security Risks for Elasticsearch Access Securing Elasticsearch Using Cilium Clean Up Gettin...
  • 组织你的项目

    组织你的项目 定义 组织模式 单模块 蓝图 摘要 组织你的项目 Flask 把你的应用程序的组织交由你来决定。这是我喜欢把 Flask 推荐给初学者的原因之一,但是它确实意味着你必须花一些心思在组织你的代码上。你可以把你的整个应用程序放在一个文件中,或者让它们分布在多个包里。这里有一些你可以遵循的组织模式,它会让开发和部署更加容易。 ...