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

    APIs APIs class SqliteExtDatabase (database[, pragmas=None[, timeout=5[, c_extensions=None[, rank_functions=True[, hash_functions=False[, regexp_function=False[, bloomfilter=Fa...
  • 使用源代码安装

    使用源代码安装 下载 编译 测试 交叉编译 使用源代码安装 首先你需要安装Golang,关于Golang的安装,参见官方文档 。 其次你需要安装Node.js ,Node.js 和 npm 将用于构建 Gitea 前端。 下载 你需要获取Gitea的源码,最方便的方式是使用 git 命令。执行以下命令: git clone https...
  • Django 3.1.4 版本发行说明

    Django 3.1.4 版本发行说明 漏洞修复 Django 3.1.4 版本发行说明 2020 年 12 月 1 日 Django 3.1.4 修复了 3.1.3 中的几个漏洞。 漏洞修复 修正了 AsyncRequestFactory (#32162 )中 Content-Length HTTP 头的配置。 修正了向 AsyncRe...
  • Prometheus

    Usage User-Defined Metrics MySQL GORM provides Prometheus plugin to collect DBStats or user-defined metrics https://github.com/go-gorm/prometheus Usage import ( "go...
  • Django 2.0.1 release notes

    Django 2.0.1 release notes 漏洞修复 Django 2.0.1 release notes January 1, 2018 Django 2.0.1 fixes several bugs in 2.0. 漏洞修复 Fixed a regression in Django 1.11 that added newli...
  • Hacking on Gitea

    Hacking on Gitea Quickstart Installing go Installing Make On Linux On Windows Downloading and cloning the Gitea source code Forking Gitea Building Gitea (Basic) Building co...
  • Django 2.0.1 版本发行说明

    Django 2.0.1 版本发行说明 漏洞修复 Django 2.0.1 版本发行说明 2018 年 1 月 1 日 Django 2.0.1 fixes several bugs in 2.0. 漏洞修复 Fixed a regression in Django 1.11 that added newlines between Multi...
  • Build from source

    Build from source Building rqlite Linking behavior Raspberry Pi Protobuf code generation Speeding up the build process Cloning a fork Testing Development philosophy Clean co...
  • In-Memory Databases

    456 2020-01-30 《SQLite Document》
    In-Memory Databases In-memory Databases And Shared Cache Temporary Databases In-Memory Databases An SQLite database is normally stored in a single ordinary disk file. However...
  • EF Core 测试示例

    EF Core 测试示例EF Core testing sample 应用程序The application 模型和业务规则The model and business rules Item实体类型The Item entity type Tag实体类型The Tag entity type ItemsControllerThe ItemsContro...