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...
5.5 CI 的运用 Jenkins 的配置完成后就可以实施 CI 了。这里我们来说一下 CI 运用上的小窍门以及同版本管理系统和缺陷管理系统的协作。 5.5.1 build 失败了该怎么办 开始实施 CI 后会由于某人的提交而造成 build 出错。这里所说的 build 出错是指代码无法编译(compile)、静态分析出现错误、测试失败等现...