数智图书馆-无锡数智政务 本次搜索耗时 1.995 秒,为您找到 100 个相关结果.
  • CRUD of Object

    sort: 3 CRUD of Object Read ReadOrCreate Insert InsertMulti Update Delete name: CRUD Operations sort: 3 CRUD of Object If the value of the primary key is already known...
  • Configuration

    sort: 1 Configuration Default configurations parsing Configurations for Different Environments Multiple config files Beego default config variables Basic config App config Web...
  • beego 2.0.4

    sort: 2 beego 2.0.4 beego 2.0.3 beego 2.0.2 beego 2.0.1 beego 2.0.0 Refactor Feature: Fix: Doc: beego 1.12.3 Feature: Fix: beego 1.12.2 beego 1.10.0 beego 1.9.0 bee ...
  • Introduction to Beego’s MVC

    sort: 4 Introduction to Beego’s MVC root: true name: MVC Introduction sort: 4 Introduction to Beego’s MVC Beego uses a typical Model-View-Controller (MVC) framework. This di...
  • 在 Nashron 中使用 Backbone.js

    在 Nashron 中使用 Backbone.js 在 Nashron 中使用 Backbone.js Java 模型 Backbone 模型 将二者放在一起 总结 在 Nashron 中使用 Backbone.js 在 Nashron 中使用 Backbone.js 原文:Using Backbone.js with Nashorn ...
  • ORM Usage

    sort: 2 ORM Usage models.go: main.go Set up database RegisterDriver RegisterDataBase SetMaxIdleConns SetMaxOpenConns Timezone Config Registering Model RegisterModel Gene...
  • bee 工具简介

    sort: 2 bee 工具简介 bee 工具的安装 bee 工具命令详解 new 命令 api 命令 run 命令 pack 命令 bale 命令 version 命令 generate 命令 migrate 命令 dockerize 命令 bee 工具配置文件 name: Bee 工具的使用 sort...
  • 5.3 测试代码的写法

    5.3 测试代码的写法 自动化测试可以说是 CI 的重点。如同我们在第 2 章问题 5 中所见,如果不持续地执行自动化测试,就无法发现不知不觉中发生的退化。 同样还有问题 7,因为缺乏测试,所以无法进行重构。通过实施 CI,构筑起能够时常自动执行测试的环境,那样就应该有信心进行重构了。从长期来看也能够有效地提高开发质量。随着质量的提高,添加新功能的速...
  • FAQ

    sort: 12 FAQ name: FAQ sort: 12 FAQ Q: My application need to support multiple database type. How can I check current database type when I am using Raw SQL? A: You can chec...
  • Model Definition

    sort: 8 Model Definition Naming conventions Custom table name Custom index Custom engine Set parameters Ignore field auto pk null index unique column size digits / dec...