会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
于是张
精神不灭,则万物兴亦。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
11
下一页
2021年6月10日
kafka介绍原理
摘要: https://zhuanlan.zhihu.com/p/37405836
阅读全文
posted @ 2021-06-10 10:42 老小包的博客
阅读(21)
评论(0)
推荐(0)
2021年6月2日
xxl-job
摘要: https://www.xuxueli.com/xxl-job/
阅读全文
posted @ 2021-06-02 11:12 老小包的博客
阅读(33)
评论(0)
推荐(0)
2021年5月18日
多线程使用
摘要: 首先创建线程池 @EnableAsync@Configuration@Componentpublic class TaskPoolConfig { @Bean("taskExecutor") public ThreadPoolTaskExecutor taskExecutor(){ ThreadPo
阅读全文
posted @ 2021-05-18 14:10 老小包的博客
阅读(187)
评论(0)
推荐(0)
2021年3月16日
基础
摘要: https://lingcoder.github.io/OnJava8/?hmsr=codercto.com&utm_medium=codercto.com&utm_source=codercto.com#/book/01-What-is-an-Object?id=%e6%8a%bd%e8%b1%a
阅读全文
posted @ 2021-03-16 13:31 老小包的博客
阅读(30)
评论(0)
推荐(0)
2021年2月7日
linux命令
摘要: 将一个文件从一个服务器 传输到另一台服务器 scp 文件名 用户@ip:/url scp nginx-1.16.1.tar.gz root@10.***.***.89:/usr/local
阅读全文
posted @ 2021-02-07 14:37 老小包的博客
阅读(32)
评论(0)
推荐(0)
2020年12月29日
oracle id 自增
摘要: 创建序列 CREATE SEQUENCE APPROVE_SequenceINCREMENT BY 1 -- 每次加几个START WITH 1 -- 从1开始计数NOMAXVALUE -- 不设置最大值NOCYCLE -- 一直累加,不循环 关联数据表 CREATE TRIGGER Increas
阅读全文
posted @ 2020-12-29 14:34 老小包的博客
阅读(111)
评论(0)
推荐(0)
2020年10月28日
feign调用远程服务 并传输媒体类型
摘要: 引包 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-openfeign</artifactId> <version>2.2.0.RELEASE</version><
阅读全文
posted @ 2020-10-28 16:18 老小包的博客
阅读(453)
评论(0)
推荐(0)
2020年9月16日
复杂sql mybatis查询
摘要: Mapper 增加注解 @SelectProvider(type = xxx.class, method = "xxx") Page<xxxVO> queryxxxxInfo(Page<xxxxVO> page, xxxxxVO requestVO); //查询代理人信息 页面展示public St
阅读全文
posted @ 2020-09-16 11:20 老小包的博客
阅读(187)
评论(0)
推荐(0)
2020年9月15日
开源easyExcel应用
摘要: 首先引入excel工具 <dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel</artifactId> <version>2.2.6</version></dependency>入参需传入 HttpServletRespo
阅读全文
posted @ 2020-09-15 13:14 老小包的博客
阅读(229)
评论(0)
推荐(0)
2020年9月8日
queryWapper 使用
摘要: https://www.hangge.com/blog/cache/detail_2913.html
阅读全文
posted @ 2020-09-08 14:04 老小包的博客
阅读(522)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
11
下一页
公告