会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
把泥洗干净
博客园
首页
新随笔
联系
订阅
管理
[置顶]
两个对象相同属性的值比较
摘要: @Target(ElementType.FIELD) @Retention(RetentionPolicy.RUNTIME) public @interface CompareField { public String value() default ""; } /** * 拥有自定义注解 @Com
阅读全文
posted @ 2021-04-09 15:36 把泥洗干净
阅读(570)
评论(0)
推荐(0)
2021年8月12日
idea 常用插件
摘要: Free Mybatis Plugin--mybatis方法与xml文件跳转 Translation--翻译 POJO to Json--对象转json GsonFormat--json转对象 Lombok--打包时自动生成get/set,不用手动添加 JRebel--热部署,收费。
阅读全文
posted @ 2021-08-12 09:45 把泥洗干净
阅读(65)
评论(0)
推荐(0)
2021年4月26日
mysql 8.0
摘要: 链接:https://pan.baidu.com/s/129w86CjT7cR-TcTaJB5g0w 提取码:4zhl
阅读全文
posted @ 2021-04-26 17:20 把泥洗干净
阅读(86)
评论(0)
推荐(0)
2020年9月15日
GitHub Desktop下载
摘要: 链接:https://pan.baidu.com/s/1ltMH7Uggbbej4fQDJC9H4g 提取码:4yp6
阅读全文
posted @ 2020-09-15 11:25 把泥洗干净
阅读(539)
评论(0)
推荐(0)
2020年8月17日
Mysql limit
摘要: select from table limit n,m 查询从n+1开始的m条数据 select from table limit n 查询n条数据
阅读全文
posted @ 2020-08-17 15:16 把泥洗干净
阅读(144)
评论(0)
推荐(0)
公告