上一页 1 ··· 5 6 7 8 9 10 11 下一页
摘要: 继承QuartzJobBean 重写executeInternal方法 实现定时任务功能 @DisallowConcurrentExecution 标签 在此次执行完毕前不执行下次定时任务 阅读全文
posted @ 2019-02-19 09:42 老小包的博客 阅读(126) 评论(0) 推荐(0)
摘要: 使用@Async标签 导入包 org.springframework.scheduling.annotation.Async 并配置并发线程池asyncTaskConfig 实现AsyncConfigurer接口 连接池注解 @EnableAsync @Configure 重写接口getAsyncE 阅读全文
posted @ 2019-02-13 10:06 老小包的博客 阅读(136) 评论(0) 推荐(0)
摘要: 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)
摘要: https://blog.csdn.net/liu_yulong/article/details/72910588 阅读全文
posted @ 2018-12-07 11:36 老小包的博客 阅读(490) 评论(0) 推荐(0)
摘要: 引入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)
摘要: 基本查询 db.getCollection('chdr').find({chdrnum:"test123456"}) lookup关联查询 db.getCollection ( ' chdr ' ) . aggregate ( [ { " $lookup " : { " localField" : 阅读全文
posted @ 2018-11-28 14:55 老小包的博客 阅读(1264) 评论(0) 推荐(0)
摘要: 200 成功 302 临时跳转,跳转由location指定 400 请求语法错误 403 服务器收到请求 但拒绝提供服务 404 请求URL资源不存在 500 不可预期的错误 阅读全文
posted @ 2018-08-09 18:41 老小包的博客 阅读(97) 评论(0) 推荐(0)
摘要: 1.传递参数: 1.接收参数: (1)接收参数函数封装 (1)调用 阅读全文
posted @ 2018-01-12 09:16 老小包的博客 阅读(284) 评论(0) 推荐(0)
摘要: 新的一年,希望能更上一层楼,不虚度光阴。新年伊始 来冒个泡。加油加油加油 阅读全文
posted @ 2018-01-01 00:32 老小包的博客 阅读(129) 评论(0) 推荐(0)
摘要: @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 下一页