书栈网 · BookStack 本次搜索耗时 0.113 秒,为您找到 6709 个相关结果.
  • 并发标记

    并发标记Concurrency Tokens 配置Configuration Timestamp/rowversionTimestamp/rowversion 并发标记Concurrency Tokens 备注 此页介绍如何配置并发标记。 有关并发控制的工作原理的详细说明,请参阅处理并发冲突 EF Core 和如何处理应用程序中的并发冲突的示例...
  • 5.15 独立使用ActiveRecord

    5.15 独立使用ActiveRecord 5.15 独立使用ActiveRecord ActiveRecordPlugin可以独立于java web 环境运行在任何普通的java程序中,使用方式极度简单,相对于web项目只需要手动调用一下其start() 方法即可立即使用。以下是代码示例: public   class   ActiveReco...
  • 5.15 独立使用ActiveRecord

    5.15 独立使用ActiveRecord 5.15 独立使用ActiveRecord ActiveRecordPlugin可以独立于java web 环境运行在任何普通的java程序中,使用方式极度简单,相对于web项目只需要手动调用一下其start() 方法即可立即使用。以下是代码示例: public class ActiveRecor...
  • QuerySet API reference

    QuerySet API reference When QuerySet s are evaluated Pickling QuerySet s QuerySet API Methods that return new QuerySet s filter() exclude() annotate() alias() order_by(...
  • The layout Property

    The layout property The layout property Every file (first level) in the layouts directory will create a custom layout accessible with the layout property in the page component. ...
  • 删除

    删除文档 删除文档 删除文档的语法模式与之前基本一致,只不过要使用DELETE 方法: DELETE / website / blog / 123 如果文档被找到,Elasticsearch将返回200 OK 状态码和以下响应体。注意_version 数字已经增加了。 { "found" : true , ...
  • ORM

    ORM Setup Create tables Define a Model class Relations Belongs-to relation One-to-many relation One-to-one relation Many-to-many relation ORM Queries Create new model inst...
  • QuerySet API reference

    QuerySet API reference When QuerySet s are evaluated Pickling QuerySet s QuerySet API Methods that return new QuerySet s filter() exclude() annotate() alias() order_by(...
  • 模型

    模型 什么是模型? 载入模型 自动载入模型 连接到数据库 模型 模型对于那些想用传统MVC方式的人来说是可选 的。 什么是模型? 剖析模型 载入模型 自动载入模型 连接数据库 什么是模型? 模型是专门用来和数据库打交道的PHP类。例如,假设你想用CodeIgniter来做一个Blog。你可以写一个模型类,里面包含插入、更新...
  • QuerySet API reference

    QuerySet API reference When QuerySet s are evaluated Pickling QuerySet s QuerySet API Methods that return new QuerySet s filter() exclude() annotate() alias() order_by(...