摘要: 原文:http://www.cnblogs.com/yucongblog/p/7385434.html 相信使用过Spring的众多开发者都知道Spring提供了非常好用的JavaMailSender接口实现邮件发送。在Spring Boot的Starter模块中也为此提供了自动化配置。下面通过实例 阅读全文
posted @ 2018-01-29 16:04 这个名字想了很久~ 阅读(513) 评论(0) 推荐(0)
摘要: 原文:https://www.cnblogs.com/felixzh/p/6036074.html Java多线程实现方式主要有四种:继承Thread类、实现Runnable接口、实现Callable接口通过FutureTask包装器来创建Thread线程、使用ExecutorService、Cal 阅读全文
posted @ 2018-01-29 16:03 这个名字想了很久~ 阅读(281) 评论(0) 推荐(0)