会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
弓呆的胖次
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
30
下一页
2020年12月29日
如何优雅的用java实现视频转码
摘要: 开源项目 JAVE (Java Audio Video Encoder) 引入依赖 <dependency> <groupId>ws.schild</groupId> <artifactId>jave-all-deps</artifactId> <version>2.7.2</version> </
阅读全文
posted @ 2020-12-29 10:28 弓呆的胖次
阅读(1137)
评论(0)
推荐(0)
2020年12月28日
GitHub如何合并分支
摘要: https://blog.csdn.net/qq_30607843/article/details/84404000
阅读全文
posted @ 2020-12-28 14:38 弓呆的胖次
阅读(325)
评论(0)
推荐(0)
2020年12月22日
javax.validation.Validation使用方法
摘要: https://www.cnblogs.com/eyesfree/p/12780523.htmlimport javax.validation.Valid;import javax.validation.constraints.NotBlank;import javax.validation.con
阅读全文
posted @ 2020-12-22 20:34 弓呆的胖次
阅读(2495)
评论(0)
推荐(0)
阿里巴巴Java开发手册(详尽版)
摘要: 阿里巴巴Java开发手册(详尽版) 下载地址: https://www.lanzous.com/i4jauib密码:9tz4 侵权,删!
阅读全文
posted @ 2020-12-22 18:58 弓呆的胖次
阅读(284)
评论(0)
推荐(0)
2020年12月21日
MySQL事务的介绍
摘要: https://www.runoob.com/mysql/mysql-transaction.html
阅读全文
posted @ 2020-12-21 21:40 弓呆的胖次
阅读(65)
评论(0)
推荐(0)
使用Hibernate-Validator优雅的验证参数(转载)
摘要: https://blog.csdn.net/qq_32258777/article/details/86743416 https://blog.csdn.net/yufeiyanliu/article/details/81150169?utm_medium=distribute.pc_relevan
阅读全文
posted @ 2020-12-21 20:42 弓呆的胖次
阅读(82)
评论(0)
推荐(0)
2020年12月17日
MyBatis流式分页(建议收藏)!(转载)
摘要: https://blog.csdn.net/weixin_35681869/article/details/111243846
阅读全文
posted @ 2020-12-17 15:24 弓呆的胖次
阅读(976)
评论(0)
推荐(0)
2020年12月16日
lombok-@NoArgsConstructor @AllArgsConstructor
摘要: https://www.hangge.com/blog/cache/detail_2493.html 5,@NoArgsConstructor 注解在类上,为类提供一个无参的构造方法。 注意: 当类中有 final 字段没有被初始化时,编译器会报错,此时可用 @NoArgsConstructor(f
阅读全文
posted @ 2020-12-16 18:26 弓呆的胖次
阅读(519)
评论(0)
推荐(0)
springboot注解大全(转载)
摘要: https://mp.weixin.qq.com/s/pyI5HC4T_IwFqxGca55cyg 来源:cnblogs.com/tanwei81/p/6814022.html 一、注解(annotations)列表 二、注解(annotations)详解 三、JPA注解 四、springMVC相关
阅读全文
posted @ 2020-12-16 11:09 弓呆的胖次
阅读(120)
评论(0)
推荐(0)
Spring Boot MyBatis注解:@MapperScan和@Mapper(转载)
摘要: https://www.cnblogs.com/JackpotHan/p/10286496.html 在之前的文章中,我们定义DemoMapper类,但是并没有在该类上定义类似@Service或者@Controller之类的注解,那么为什么可以被Spring管理呢? 下面是我整理的这两种方法的比较:
阅读全文
posted @ 2020-12-16 11:08 弓呆的胖次
阅读(849)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
30
下一页
公告