摘要:#安装jdk https://www.jianshu.com/p/f4b4c6177046 #安装tomcat #安装maven https://www.cnblogs.com/sunleejon/p/12391093.html #安装git #安装svn #安装mysql服务器 https://b
阅读全文
摘要:#mybatis 批量更新update foreach 1 注意:需要在连接mysql的时候在application.yml中加上 &allowMultiQueries=true 2 spring.datasource.url=jdbc:mysql://localhost:3306/test?use
阅读全文
摘要:#针对like 模糊查询,前端传递过来一个List,将参数构造成符合模糊查询的格式 private String stringUtil(String string) { if (!string.contains(",")) { return "'" + string + "'"; } String[
阅读全文
摘要:#本文来源于: https://www.pianshen.com/article/90531322434/ #第一步:显示历史版本 #第二步:复制想要回退版本的版本号 #第三步:右键选择 Git Reset HEAD #第四步:选择 Hard 方式,To Commit中填入刚刚复制的版本号 #第五步
阅读全文