10 2020 档案
Mybatis @Select注解,使用in传入ids数组作为参数 &&当参数为空则不添加该参数的判断
摘要:@Select({ "<script>", "select", "id, name, user_id", "from label", "where id in", "<foreach collection='ids' item='id' open='(' separator=',' close=')
阅读全文
MyBatis 注解方式批量插入数据库
摘要:@Insert({ "<script>", "insert into table_name(column1, column2, column3) values ", "<foreach collection='Listmap' item='item' index='index' separator=
阅读全文
删除postgresql数据库下所有的表
摘要:DO $$ DECLARE r RECORD; BEGIN -- if the schema you operate on is not"current", you will want to -- replace current_schema() in query with 'schematodel
阅读全文
spring boot 热部署关闭
摘要:热部署的功能禁用办法如下: 在application.properties文件中设置: spring.devtools.restart.enabled=false yml文件 spring.devtools.restart.enabled: false 参考资料: spring boot 热部署关闭
阅读全文
svn更新 can‘t open file 处理
摘要:vn更新报错,错误信息如下:Error: Can’t open fileError: ‘D:\Tomcat\apache-tomcat-7.0.56\webapps\BSHOW\.svn\pristine\24\2492ce6b3775e243a1d434966c0db6a3b9ab69b7.svn
阅读全文
浙公网安备 33010602011771号