书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 718 个相关结果.
  • 提示

    Optimizer Hints Index Hints Comment Hints GORM 提供了 optimizer/index/comment hint 支持 https://github.com/go-gorm/hints Optimizer Hints import "gorm.io/hints" db . Clause...
  • 1 Introduction

    1 Introduction 1.1 What's new in Grails 4? 1.1.1 Updated Dependencies 1.1.2 Micronaut Parent Context 1 Introduction Many modern web frameworks in the Java space are more com...
  • 2.6 模块开发:标签管理

    2.6 模块开发:标签管理 2.6.1 新建 model 方法 2.6.2 处理 model 回调 2.6.2.1 新增行为的回调 2.6.2.2 更新行为的回调 2.6.2.3 删除行为的回调 2.6.2.4 注册回调行为 2.6.3 新建 dao 方法 2.6.4 新建 service 方法 2.6.6 新增业务错误码 2.6.7 新增...
  • Context

    Context 单会话模式 持续会话模式 在 Hooks/Callbacks 中使用 Context Chi 中间件示例 Logger Context GORM 通过 WithContext 方法提供了 Context 支持 单会话模式 单会话模式通常被用于执行单次操作 db . WithContext ( ctx ). Find...
  • 复合主键

    1041 2020-06-11 《Go语言中文文档》
    1. 复合主键 1. 复合主键 可以设置多个字段为主键来开启复合主键功能: type Product struct { ID string `gorm:"primary_key"` LanguageCode string `gorm:"primary_key"` C...
  • Hints

    Optimizer Hints Index Hints Comment Hints GORM provides optimizer/index/comment hints support https://github.com/go-gorm/hints Optimizer Hints import "gorm.io/hints" ...
  • Gin实践 连载四 搭建Blog API’s(三)

    7143 2018-09-04 《Golang Gin 实践》
    编写Article的API’s、Models 定义接口 编写路由逻辑 编写models逻辑 验证功能 参考 本系列示例代码 编写Article的API’s、Models 项目地址:https://github.com/EDDYCJY/go-gin-example 定义接口 本节编写文章的逻辑,我们定义一下接口吧! 获取文章列表...
  • 提示

    Optimizer Hints Index Hints Comment Hints GORM 提供了 optimizer/index/comment hint 支持 https://github.com/go-gorm/hints Optimizer Hints import "gorm.io/hints" db . Clause...
  • 17.1 Securing Against Attacks

    17.1 Securing Against Attacks SQL injection Phishing XSS - cross-site scripting injection Cross-site request forgery HTML/URL injection Denial of service Guessable IDs 1...
  • 提示

    Optimizer Hints Index Hints Comment Hints GORM 提供了 optimizer/index/comment hint 支持 https://github.com/go-gorm/hints Optimizer Hints import "gorm.io/hints" db . Clause...