摘要: netstat -ano|findstr 端口号 taskkill /f /t /im 进程号 阅读全文
posted @ 2020-06-02 14:02 鸿毛浮绿水 阅读(763) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/kongmin_123/article/details/82081953 阅读全文
posted @ 2020-05-22 17:47 鸿毛浮绿水 阅读(105) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/hmsiwtv/article/details/46960053 阅读全文
posted @ 2020-05-13 14:10 鸿毛浮绿水 阅读(114) 评论(0) 推荐(0)
摘要: */1 * * * * #每1分钟即每小时执行一次 */60 * * * * #每60分钟即每小时执行一次0 0 0 * * ? #每天凌晨0点执行一次 阅读全文
posted @ 2020-05-06 13:53 鸿毛浮绿水 阅读(426) 评论(0) 推荐(0)
摘要: SELECT CONCAT('drop table ', table_name, ';') FROM information_schema. TABLES WHERE table_name LIKE 'xxx_%'; 阅读全文
posted @ 2020-04-22 18:11 鸿毛浮绿水 阅读(547) 评论(0) 推荐(0)
摘要: 这种写法是错误的:在OGNL的表达式中,'true'会被解析成字符,因为java是强类型的 <if test="flag=='true' "> AND ho.id = #{id} </if> 应该这样写: <if test='flag == "true"'>AND ho.id = #{id}</if 阅读全文
posted @ 2020-04-21 17:30 鸿毛浮绿水 阅读(4399) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/dingjiaoyang/p/10763697.html 阅读全文
posted @ 2020-04-14 17:06 鸿毛浮绿水 阅读(109) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_37939251/article/details/84443830 https://www.cnblogs.com/fxwl/p/7990906.html 阅读全文
posted @ 2020-04-14 13:43 鸿毛浮绿水 阅读(112) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/u010483897/article/details/90486598 阅读全文
posted @ 2020-03-11 14:48 鸿毛浮绿水 阅读(152) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/alasijia/p/9408824.html 阅读全文
posted @ 2020-01-21 15:43 鸿毛浮绿水 阅读(116) 评论(0) 推荐(0)