书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 1183 个相关结果.
  • 初始化数据

    初始化数据 打开MainSetup类,在Daos语句后面插入新建根用户的代码 完成后的整个MainSetup类 启动Tomcat验证代码 观察tomcat输出的log Ioc初始化的日志,如果出错,请检查dao.js及IocBy的配置 建立数据库连接并创建表的log. 完成后,关闭Tomcat 手册关联(选修) 初始化数据 打开M...
  • ORM查询-LeftJoin/RightJoin/InnerJoin

    LeftJoin/RightJoin/InnerJoin 自定义数据表别名 结合dao 使用示例 LeftJoin/RightJoin/InnerJoin LeftJoin 左关联查询; RightJoin 右关联查询; InnerJoin 内关联查询; 其实我们并不推荐使用Join 进行联表查询,特别是在数据量比较大、并发请求量比较...
  • ORM查询-LeftJoin/RightJoin/InnerJoin

    LeftJoin/RightJoin/InnerJoin 自定义数据表别名 结合dao 使用示例 LeftJoin/RightJoin/InnerJoin LeftJoin 左关联查询; RightJoin 右关联查询; InnerJoin 内关联查询; 其实我们并不推荐使用Join 进行联表查询,特别是在数据量比较大、并发请求量比较...
  • 配置SetupBy

    配置SetupBy 新建一个类叫MainSetup,package设置为net.wendal.nutzbook MainSetup需要实现Setup接口,并在其中初始化数据库表 打开MainModule类, 配置@SetupBy, 引用刚刚创建的MainSetup 完成后的MainModule类 手册关联(选修) 配置SetupBy 新...
  • Accessing the Data Store

    Accessing the Datastore kong.db The DAO Lua API You are browsing documentation for an older version. See the latest documentation here . Accessing the Datastore Kong inter...
  • Accessing the Data Store

    Accessing the Datastore kong.db The DAO Lua API Accessing the Datastore Kong interacts with the model layer through classes we refer to as “DAOs”. This chapter will detail the...
  • memcache

    591 2021-07-16 《Kratos v1.0 教程》
    开始使用 配置 初始化 Ping 关闭 常用方法 单个查询 批量查询使用 设置KV Flags 删除KV 扩展阅读 开始使用 配置 进入项目中的configs目录,打开memcache.toml,我们可以看到: [ Client ] name = "demo" proto = "tcp"...
  • 数据文件创建

    代码生成 dao 使用 model 使用 代码生成 该模型通过GF 工具链的gf gen dao 命令生成,提供了强大灵活的数据表操作方式。生成的数据文件: 生成的文件介绍请参考 gen 代码生成 章节。 dao 使用 通过dao 包引用对应的对象即可,dao 往往是被service 代码层调用。 查找dao 中的User 对象:...
  • 一对多映射

    1238 2019-02-26 《Nutz 文档手册》
    什么是一对多映射 在 POJO 中配置一对多映射 插入操作 获取操作 更新操作 删除操作 一对多映射 Jul 10, 2017 10:38:44 AM 什么是一对多映射 有两张数据表,其中A表的某个字段的值指向B表的主键。因为B表的任何一条记录理论上可以对应A表的多条记录,所以称这种映射为B表对A表数据的一对多映射。 上述结构,如果用...
  • Accessing the datastore

    Plugin Development - Accessing the Datastore kong.db The DAO Lua API Plugin Development - Accessing the Datastore Kong interacts with the model layer through classes we refer ...