书栈网 · BookStack 本次搜索耗时 0.036 秒,为您找到 7676 个相关结果.
  • The staticfiles app

    The staticfiles app 配置 管理命令(Management Commands) collectstatic Customizing the ignored pattern list findstatic runserver Storages StaticFilesStorage ManifestStaticFiles...
  • 升级 Django 到最新的版本

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

    3.3 训练基于分类器的词块划分器 3.3 训练基于分类器的词块划分器 无论是基于正则表达式的词块划分器还是 n-gram 词块划分器,决定创建什么词块完全基于词性标记。然而,有时词性标记不足以确定一个句子应如何划分词块。例如,考虑下面的两个语句: class ConsecutiveNPChunkTagger ( nltk . TaggerI ...
  • Protobuf

    Protobuf Example: Load Protobuf messages from Kafka Proto file Descriptor file Create Kafka Supervisor Adding Protobuf messages to Kafka Generating the example files metrics.d...
  • Protobuf

    Protobuf Example: Load Protobuf messages from Kafka Proto file Descriptor file Create Kafka Supervisor Adding Protobuf messages to Kafka Generating the example files metrics.d...
  • Protobuf

    Protobuf Example: Load Protobuf messages from Kafka Proto file Descriptor file Create Kafka Supervisor Adding Protobuf messages to Kafka Generating the example files metrics.d...
  • 图片验证码

    图片验证码 图片验证码 本实例主要是为了解决部分用户输出验证码的时候,未能正确的把验证码响应至HTTP响应的问题。 namespace App \Utility\VerifyCode ; class Verify { public static function create ( $codeStr ){...
  • CudaLint plugin

    664 2020-02-22 《CudaText WIKI》
    CudaLint plugin Linters per project CudaLint plugin CudaLint allows to check syntax of source code files. It was initially ported from SublimeLinter 2.x plugin for Sublime Tex...
  • Adding information to our model

    Adding information to our model Adding information to our model We're going to make a couple of changes to our Snippet model class.First, let's add a couple of fields. One of ...
  • Testing

    Testing Using TestClient Separating tests FastAPI app file Testing file Testing: extended example Extended FastAPI app file Extended testing file Run it Testing Warni...