
Java
在java大牛路上匍匐
哇哈哈
展开
-
定时器
cron表达式用于配置cronTrigger的实例。cron表达式实际上是由七个子表达式组成。这些表达式之间用空格分隔。 1.Seconds (秒) 2.Minutes(分) 3.Hours(小时) 4.Day-of-Month (天) 5.Month(月) 6.Day-of-Week (周) 7.Year(年)例:”0 0 12 ? * WED” 意思是:每个星期三的中午12点执行。 个别子表达转载 2017-09-10 18:11:48 · 214 阅读 · 0 评论 -
如何切换多个GitHub账号,idea github 账号修改不生效
原地址:http://www.jianshu.com/p/0ad3d88c51f4 1 前言 很惭愧做了几年开发,刚刚使用Git。入职的时候使用公司邮箱注册的GitHub账号,后来使用私人邮箱又注册一个。为了解决同一系统上多个账号切换的问题,查了一些资料,在此总结一下。 注:当前操作系统是Windows10,shell工具是PowerShell, Git版本为Git for Wi转载 2017-10-24 18:00:33 · 10401 阅读 · 0 评论 -
POI 把 excel 转 html
1.导入 maven项目 <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>${poi.version}</version> ...原创 2017-06-01 13:09:57 · 3103 阅读 · 1 评论 -
jenkins maven Spring Boot git Linux持续集成环境搭建教程
转载:http://www.jianshu.com/p/d4f2953f3ce0 jenkins maven Spring Boot git Linux持续集成环境搭建教程 最近工作需要使用jenkins来持续部署Spring Boot项目,在网上爬了很多教程,这方面的教程也不是很多,也掉了很多坑。转载 2017-11-27 14:08:27 · 456 阅读 · 0 评论 -
spring boot 1.4.2.RELEASE+Thymeleaf+mybatis 集成通用maper,与分页插件:
spring boot 1.4.2.RELEASE+Thymeleaf+mybatis 集成通用maper,与分页插件:spring boot 142RELEASEThymeleafmybatis 集成通用maper与分页插件 pomxml UserPojo UserService UserController 前台模板页 pom.xml<parent> <groupId>org.s转载 2017-12-15 15:52:13 · 684 阅读 · 0 评论