会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
于是张
精神不灭,则万物兴亦。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
下一页
2019年2月19日
定时任务相关
摘要: 继承QuartzJobBean 重写executeInternal方法 实现定时任务功能 @DisallowConcurrentExecution 标签 在此次执行完毕前不执行下次定时任务
阅读全文
posted @ 2019-02-19 09:42 老小包的博客
阅读(126)
评论(0)
推荐(0)
2019年2月13日
Spring Boot 异步运用
摘要: 使用@Async标签 导入包 org.springframework.scheduling.annotation.Async 并配置并发线程池asyncTaskConfig 实现AsyncConfigurer接口 连接池注解 @EnableAsync @Configure 重写接口getAsyncE
阅读全文
posted @ 2019-02-13 10:06 老小包的博客
阅读(136)
评论(0)
推荐(0)
2018年12月7日
将JPA出参Iterable转为List
摘要: Iterable<Entity> geted = entityDao.findAll(); Iterable<Entity> geted = entityDao.findAll(); List<Entity> list = Lists.newArrays(); geted.forEach(singl
阅读全文
posted @ 2018-12-07 19:37 老小包的博客
阅读(470)
评论(0)
推荐(0)
idea添加JPA导出实体类
摘要: https://blog.csdn.net/liu_yulong/article/details/72910588
阅读全文
posted @ 2018-12-07 11:36 老小包的博客
阅读(490)
评论(0)
推荐(0)
2018年12月6日
idea 引入web、配制tomcat
摘要: 引入web包: https://www.cnblogs.com/chenloveslife/p/8973912.html 配置tomcat:https://blog.csdn.net/qq_33257527/article/details/79716475
阅读全文
posted @ 2018-12-06 10:52 老小包的博客
阅读(151)
评论(0)
推荐(0)
2018年11月28日
mongo常用sql
摘要: 基本查询 db.getCollection('chdr').find({chdrnum:"test123456"}) lookup关联查询 db.getCollection ( ' chdr ' ) . aggregate ( [ { " $lookup " : { " localField" :
阅读全文
posted @ 2018-11-28 14:55 老小包的博客
阅读(1264)
评论(0)
推荐(0)
2018年8月9日
状态码
摘要: 200 成功 302 临时跳转,跳转由location指定 400 请求语法错误 403 服务器收到请求 但拒绝提供服务 404 请求URL资源不存在 500 不可预期的错误
阅读全文
posted @ 2018-08-09 18:41 老小包的博客
阅读(97)
评论(0)
推荐(0)
2018年1月12日
JS两个页面通过URL传值
摘要: 1.传递参数: 1.接收参数: (1)接收参数函数封装 (1)调用
阅读全文
posted @ 2018-01-12 09:16 老小包的博客
阅读(284)
评论(0)
推荐(0)
2018年1月1日
新起点 新开始
摘要: 新的一年,希望能更上一层楼,不虚度光阴。新年伊始 来冒个泡。加油加油加油
阅读全文
posted @ 2018-01-01 00:32 老小包的博客
阅读(129)
评论(0)
推荐(0)
2017年12月23日
Spring Boot 常见标签
摘要: @Controller(value=“名字”,descripation="描述",tags="具体" ) @RestController控制器(path="",product="charset utf-8") @AutoWired swagger用法 @API(方法) @ApiOperation @
阅读全文
posted @ 2017-12-23 23:13 老小包的博客
阅读(1573)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
下一页
公告