2020年9月17日
摘要: 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 阅读(1114) 评论(0) 推荐(0)
摘要: 查看项目的编译依赖,同时写入文件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 阅读(7801) 评论(6) 推荐(0)