MySql 使用注意事项
tinyint的字段类型取值问题MySQL中设置tinyint的字段类型,在后天获取字段信息却获得true或者false。MySQL中不支持Boolean类型,通过tinyhint来表示Bool...
tinyint的字段类型取值问题MySQL中设置tinyint的字段类型,在后天获取字段信息却获得true或者false。MySQL中不支持Boolean类型,通过tinyhint来表示Bool...
https://www.cnblogs.com/sanboshi/p/9378666.html各注解使用https://www.cnblogs.com/wjh123/p/8745473.html...
jOOQ系列教程https://jooq.diamondfsd.com/learn/section-1-how-to-start.html范围查询:生成正确数据的sql查询是select cre...
public static boolean isDateYM(String argYm) { if (!StringUtils.isEmpty(argYm) && ar...
restful最佳实践--接口规范https://blog.csdn.net/ligang2585116/article/details/78607957RESTful API接口设计标准及规范...