上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 101 下一页
摘要: 转: 在IDEA中使用@Slf4j报错,找不到log报错 问题:用idea使用@Slf4j注解,然后写log.debug("debug...");就报错,但是运行没问题,解决方式如下: File——》Settings——》plugins——》搜索lombok安装即可 阅读全文
posted @ 2020-09-03 05:52 戈博折刀 阅读(2856) 评论(0) 推荐(0)
摘要: 转: mybatis plus 动态表名 SQL 解析器 说明: 其中 put 后面的 “User”就是bean的@TableName("User")注解中配的表名,这个表不一定在数据库存在,实际执行sql时是在dynamicTableName方法中返回的表名。另外下面这段代码可以配多行,代表对不同 阅读全文
posted @ 2020-09-02 17:03 戈博折刀 阅读(9566) 评论(0) 推荐(1)
摘要: 转: Linux下搭建FTP服务器的方法 Linux下如何从普通用户切换到root用户 阅读全文
posted @ 2020-09-01 16:59 戈博折刀 阅读(157) 评论(0) 推荐(0)
摘要: 关于行结束符(CR、LF) 阅读全文
posted @ 2020-08-27 14:58 戈博折刀 阅读(492) 评论(0) 推荐(0)
摘要: import com.alibaba.fastjson.JSONObject; import org.apache.commons.lang.StringUtils; import org.springframework.http.*; import org.springframework.web. 阅读全文
posted @ 2020-08-25 16:55 戈博折刀 阅读(2035) 评论(0) 推荐(0)
摘要: 转: BigDecimal判断两值是否相等(转载) //字符串相乘比较 public static boolean multCompare(String s1,String s2,String sum) { BigDecimal b1 = new BigDecimal(s1); BigDecimal 阅读全文
posted @ 2020-08-20 17:47 戈博折刀 阅读(1020) 评论(0) 推荐(0)
摘要: 我改的日志配置文件: <?xml version="1.0" encoding="UTF-8"?> <configuration scan="true" scanPeriod="60 seconds" debug="false"> <contextName>logback</contextName> 阅读全文
posted @ 2020-08-12 14:32 戈博折刀 阅读(439) 评论(0) 推荐(0)
摘要: 1、清空文件( % 是匹配所有行 d 是删除的意思):%d2、粘贴shift+insert3、删除某一行dd 阅读全文
posted @ 2020-08-11 10:30 戈博折刀 阅读(154) 评论(0) 推荐(0)
摘要: mybatis-plus主键策略 阅读全文
posted @ 2020-08-05 14:54 戈博折刀 阅读(161) 评论(0) 推荐(0)
摘要: 转: 有关powerdesinger中灰色数据无法修改的问题 阅读全文
posted @ 2020-08-04 16:47 戈博折刀 阅读(524) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 101 下一页