杰客网络

杰客网络个人博客

MySql 使用注意事项

tinyint的字段类型取值问题MySQL中设置tinyint的字段类型,在后天获取字段信息却获得true或者false。MySQL中不支持Boolean类型,通过tinyhint来表示Bool...

MySql 0 评

JOOQ学习

jOOQ系列教程https://jooq.diamondfsd.com/learn/section-1-how-to-start.html范围查询:生成正确数据的sql查询是select cre...

默认分类 0 评

常用工具类

public static boolean isDateYM(String argYm) { if (!StringUtils.isEmpty(argYm) && ar...

Java 0 评

restful 相关文章

restful最佳实践--接口规范https://blog.csdn.net/ligang2585116/article/details/78607957RESTful API接口设计标准及规范...

默认分类 0 评