书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 4525 个相关结果.
  • Declaring an Array attribute

    Declaring an Array attribute Declaring an Array attribute Each array should have a specified type of items that this array can store. Supported types are: int , float and str ....
  • Server Requirements

    Server Requirements Server Requirements PHP version 7.2 or newer is required, with theintl extension installed. The following PHP extensions should be enabled on your server:...
  • 测试使用 EF Core 的代码

    测试使用 EF Core 的代码Testing code that uses EF Core 所有数据库提供程序都不等同All database providers are not equal 方法 1:生产数据库系统Approach 1: Production database system LocalDBLocalDB 方法 2:SQLiteApp...
  • Keyword Search

    Keyword Search Keyword Search Chroma uses SQLite for storing metadata and documents. Additionally documents are indexed using SQLite FTS5 for fast text search. import chr...
  • Django 3.1.4 release notes

    Django 3.1.4 release notes Bugfixes Django 3.1.4 release notes December 1, 2020 Django 3.1.4 fixes several bugs in 3.1.3. Bugfixes Fixed setting the Content-Length HTTP he...
  • Django 1.9.6 release notes

    Django 1.9.6 release notes 漏洞修复 Django 1.9.6 release notes May 2, 2016 Django 1.9.6 fixes several bugs in 1.9.5. 漏洞修复 Added support for relative path redirects to the tes...
  • 数据库或附加的数据库设置

    数据库或附加的数据库设置 MySQL、Oracle、PostgreSQL、SQL Server、MariaDB、MongoDB SQLite 数据库或附加的数据库设置 MySQL、Oracle、PostgreSQL、SQL Server、MariaDB、MongoDB 在“数据库”选项卡中,你可以设置连接到服务器时导航窗格显示哪些数据库。这设置不...
  • 数据库或附加的数据库设置

    数据库或附加的数据库设置 MySQL、Oracle、PostgreSQL、SQL Server、MariaDB、MongoDB SQLite 数据库或附加的数据库设置 MySQL、Oracle、PostgreSQL、SQL Server、MariaDB、MongoDB 在“数据库”选项卡中,你可以设置连接到服务器时导航窗格显示哪些数据库。这设置不...
  • Setting the database at run-time

    Setting the database at run-time Setting the database at run-time We have seen three ways that databases can be configured with Peewee: # The usual way: db = SqliteDatabas...
  • 项目创建

    349 2022-10-19 《Ent v0.11 教程》
    项目创建 前提条件 安装 代码生成 创建测试案例 项目创建 本指南针对的是首次需要说明如何从零开始创建项目的用户。 在我们开始之前,请确保您的机器上满足了以下前提条件。 前提条件 Go Docker (可选) 在安装这些依赖后,创建项目目录并初始化Go模块: mkdir todo cd $_ go mod init tod...