2018年2月24日
摘要: package user.controller;import java.util.*;import javax.mail.*;import javax.mail.internet.*;import javax.activation.*;public class SendMail { public s 阅读全文
posted @ 2018-02-24 10:44 Legend_yan 阅读(137) 评论(0) 推荐(0) 编辑
  2018年2月9日
摘要: 一、 1、安装nginx 先要安装 pcre正则表达库 2、安装pcre前需要有gcc环境,不然会出现 错误 二、安装gcc 2、安装pcre: 下载: wget https://netix.dl.sourceforge.net/project/pcre/pcre/8.40/pcre-8.40.ta 阅读全文
posted @ 2018-02-09 11:32 Legend_yan 阅读(147) 评论(0) 推荐(0) 编辑
  2018年2月5日
摘要: mybatis的执行器有三种类型: ExecutorType.SIMPLE 这个类型不做特殊的事情,它只为每个语句创建一个PreparedStatement。 ExecutorType.REUSE 这种类型将重复使用PreparedStatements。 ExecutorType.BATCH 这个类 阅读全文
posted @ 2018-02-05 11:25 Legend_yan 阅读(4023) 评论(0) 推荐(0) 编辑
  2017年12月19日
摘要: 1、 2、 3、热布署 <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <dependencies> <d 阅读全文
posted @ 2017-12-19 18:14 Legend_yan 阅读(185) 评论(0) 推荐(0) 编辑
  2017年12月6日
摘要: 时间调试格式 http://cron.qqe2.com/ 阅读全文
posted @ 2017-12-06 16:16 Legend_yan 阅读(100) 评论(0) 推荐(0) 编辑
  2017年12月5日
摘要: 转自:http://blog.csdn.net/puma_dong/article/details/51752099 阅读全文
posted @ 2017-12-05 14:36 Legend_yan 阅读(396) 评论(0) 推荐(0) 编辑
  2017年11月20日
摘要: 转自:http://huangqiqing123.iteye.com/blog/1461163 阅读全文
posted @ 2017-11-20 10:45 Legend_yan 阅读(2689) 评论(0) 推荐(0) 编辑
  2017年11月16日
摘要: Stream和集合的区别: Stream不会自己存储元素。元素储存在底层集合或者根据需要产生。Stream操作符不会改变源对象。相反,它会返回一个持有结果的新的Stream。3.Stream操作可能是延迟执行的,这意味着它们会等到需要结果的时候才执行。Stream操作的基本过程,可以归结为3个部分: 阅读全文
posted @ 2017-11-16 22:57 Legend_yan 阅读(1555) 评论(0) 推荐(0) 编辑
  2017年11月2日
摘要: insert into 表 values(),(),() 同时插入多个 阅读全文
posted @ 2017-11-02 18:09 Legend_yan 阅读(208) 评论(0) 推荐(0) 编辑
  2017年10月20日
摘要: 阅读全文
posted @ 2017-10-20 15:30 Legend_yan 阅读(247) 评论(0) 推荐(0) 编辑