摘要:
解析的xml <?xml version="1.0" encoding="UTF-8"?> <bookstore> <book id="1"> <name>Java</name> <author>Bruce Eckel</author> <year>2014</year> <price>102</p 阅读全文
posted @ 2019-12-19 18:04
求知若渴的蜗牛
阅读(846)
评论(0)
推荐(0)
摘要:
命令跳过测试的打包方式 mvn package -Dmaven.test.skip=true 项目部署的命令jar的存放位置打开cmd java -jar 打的jar文件 指定不同的生产环境项目部署 java -jar 打的jar文件 --spring.profile.active=gs 阅读全文
posted @ 2019-12-19 18:04
求知若渴的蜗牛
阅读(198)
评论(0)
推荐(0)
摘要:
<select id="getJhList" resultType="string"> select t.jh from jcsxx t where ceil(sysdate- to_date(substr(t.ssgxsj, 0,19),'yyyy/mm/dd hh24:mi:ss')) <
浙公网安备 33010602011771号