J'KYO
No pains,no gains.
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 30 下一页
摘要: Spring boot将配置属性注入到bean类中 following:https://blog.csdn.net/jiaobuchong/article/details/50442709 following:https://blog.csdn.net/jiaobuchong/article/det 阅读全文
posted @ 2018-05-07 14:16 J'KYO 阅读(8411) 评论(0) 推荐(0) 编辑
摘要: 主线程等待线程池结束 所有 BlockingQueue 都可用于传输和保持提交的任务。可以使用此队列与池大小进行交互: 如果运行的线程少于 corePoolSize,则 Executor 始终首选添加新的线程,而不进行排队。 如果运行的线程等于或多于 corePoolSize,则 Executor 阅读全文
posted @ 2018-05-07 14:14 J'KYO 阅读(390) 评论(0) 推荐(0) 编辑
摘要: [十]SpringBoot 之 普通类获取Spring容器中的bean 我们知道如果我们要在一个类使用spring提供的bean对象,我们需要把这个类注入到spring容器中,交给spring容器进行管理,但是在实际当中,我们往往会碰到在一个普通的Java类中,想直接使用spring提供的其他对象或 阅读全文
posted @ 2018-05-07 14:13 J'KYO 阅读(3865) 评论(0) 推荐(1) 编辑
摘要: https://www.journaldev.com/1069/threadpoolexecutor-java-thread-pool-example-executorservice Java thread pool manages the pool of worker threads, it co 阅读全文
posted @ 2018-05-07 13:47 J'KYO 阅读(536) 评论(0) 推荐(0) 编辑
摘要: 我们常用ThreadPoolExecutor提供的线程池服务,springboot框架提供了@Async注解,帮助我们更方便的将业务逻辑提交到线程池中异步执行,今天我们就来实战体验这个线程池服务; 本文地址:http://blog.csdn.net/boling_cavalry/article/de 阅读全文
posted @ 2018-05-07 11:44 J'KYO 阅读(46523) 评论(1) 推荐(3) 编辑
摘要: Introduction to Spring Data MongoDB Introduction to Spring Data MongoDB I just announced the new Spring 5 modules in REST With Spring: >> CHECK OUT TH 阅读全文
posted @ 2018-05-04 11:36 J'KYO 阅读(222) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/heshushun/article/details/77776706 一、先登录Mongodb官网https://www.mongodb.com/download-center#community 下载 安装包。32、64位的都行。 二、安装MongoDB 阅读全文
posted @ 2018-05-04 09:28 J'KYO 阅读(22228) 评论(4) 推荐(2) 编辑
摘要: 2017年03月22日 11:01:19 阅读数:4755 2017年03月22日 11:01:19 阅读数:4755 阅读数:4755 前边介绍了34个子程序 关于清洗和校验的子系统包含四个: 清洗、错误处理、审计维度、排重 Kettle里没有单一的数据清洗步骤,但有很多的步骤组合起来可以完成数据 阅读全文
posted @ 2018-05-03 14:05 J'KYO 阅读(2543) 评论(0) 推荐(0) 编辑
摘要: 1、Row Normaliser,将一行多列数据转换为多行一列数据。 输入数据流: 计算器配置如下: 与计算器相连接的excel输出如下: Row Normaliser,设置如下, 与Row Normaliser连接的Excel输入如下 2、Split field to rows 字段拆分,一个单元 阅读全文
posted @ 2018-05-03 10:28 J'KYO 阅读(3334) 评论(0) 推荐(0) 编辑
摘要: 参考源端:https://blog.csdn.net/liaodehong/article/details/76974827 今天用Spring Boot访问一下数据库,并且把数据返回到页面中,进行增删改查操作。主要介绍springboot通过jdbc访问关系型MySQL,通过spring的Jdbc 阅读全文
posted @ 2018-04-28 19:13 J'KYO 阅读(4789) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 30 下一页