09 2020 档案
Mysql int类型字段插入表达式,值为0或1
摘要:CREATE TABLE `t_user` ( `uId` INT(11) DEFAULT NULL, `uName` VARCHAR(20) DEFAULT NULL, `uPwd` VARCHAR(20) DEFAULT NULL, `amt` INT(11) DEFAULT NULL) ENG 阅读全文
posted @ 2020-09-17 08:10 oktokeep 阅读(1124) 评论(0) 推荐(0)
Gradle查看依赖及排除依赖的方法
摘要:查看项目的编译依赖,同时写入文件aa.txt F:\sts4\order-test>gradlew :order-test-api:dependencies --configuration compile >> aa.txt 查看全部的依赖,同时写入文件bb.txt F:\sts4\order-te 阅读全文
posted @ 2020-09-17 00:08 oktokeep 阅读(7818) 评论(6) 推荐(0)