书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 4359 个相关结果.
  • Testing Peewee Applications

    Testing Peewee Applications Testing Peewee Applications When writing tests for an application that uses Peewee, it may be desirable to use a special database for tests. Another...
  • Model definitions

    Model definitions Creating test data Model definitions We’ll use the following model definitions for our examples: import datetime from peewee import *     db = S...
  • Testing Peewee Applications

    Testing Peewee Applications Testing Peewee Applications When writing tests for an application that uses Peewee, it may be desirable touse a special database for tests. Another ...
  • Unit-Testing

    Unit-Testing PHP unit testing Getting PHPUnit Writing PHP unit tests Bootstrapping Nextcloud Running unit tests for the Nextcloud core project Further reading JavaScript unit...
  • How to install Django

    How to install Django Install Python Install Apache and mod_wsgi Get your database running Install the Django code Installing an official release with pip Installing a distri...
  • 备份与恢复

    概述 备份步骤 备份数据库 备份 Seafile 资料库数据 恢复备份 恢复数据库 概述 一般来说,Seafile 备份分为两部分内容: Seafile 资料库数据 数据库如果你根据我们的手册来安装 Seafile 服务器,你应该有如下目录结构: haiwen # 根目录,haiwen 为示例文件名,如果你安装到其他目录...
  • 属性和条件

    属性,条件和条件组 如何使用条件 条件组 属性,条件和条件组 DBFlow,通过Java注释处理,生成一个_Table 表示你的 Model 。生成的每个领域都是子类的IProperty 。每个的IProperty 代表在相应表中的列,并提供了一个类型安全的条件操作把它变成SQLCondition或变异成另一种属性。 SQLCondition ...
  • Hacks

    Hacks Optimistic Locking Top object per group Top N objects per group Postgres lateral joins Window functions Other methods Writing custom functions with SQLite Date math ...
  • Using OLM on restricted networks

    Using Operator Lifecycle Manager on restricted networks Prerequisites Disabling the default OperatorHub catalog sources Filtering a SQLite-based index image Mirroring an Operato...
  • 使用源代码安装

    使用源代码安装 下载 构建 测试 更改默认路径 交叉编译 添加 bash/zsh 自动补全(从 1.19 版本起) 在 Linux 上使用 Zig 进行编译或交叉编译 在 Windows 上使用 Zig 进行编译或交叉编译 源映射 使用源代码安装 你需要 安装Go 并正确设置Go环境。特别的,建议设置$GOPATH 环境变量,并将 ...