摘要: 环境:CentOS7.5一.安装virtua... 阅读全文
posted @ 2018-12-07 19:06 vlees 阅读(22) 评论(0) 推荐(0)
摘要: 方法一:likeSELECT * FROM ... 阅读全文
posted @ 2018-12-06 13:24 vlees 阅读(82) 评论(0) 推荐(0)
摘要: 阿里云镜像网址http://mirrors.... 阅读全文
posted @ 2018-12-05 10:46 vlees 阅读(6) 评论(0) 推荐(0)
摘要: Linux系统下强制关闭程序kill -9 ... 阅读全文
posted @ 2018-11-29 18:29 vlees 阅读(8) 评论(0) 推荐(0)
摘要: 1.卸载openJDk部分Liunx自带Op... 阅读全文
posted @ 2018-11-26 23:00 vlees 阅读(17) 评论(0) 推荐(0)
摘要: 顺带介绍下systemctlCentOS7默... 阅读全文
posted @ 2018-11-26 22:52 vlees 阅读(15) 评论(0) 推荐(0)
摘要: 1.下载推荐去官网下载Maven的下载地址是... 阅读全文
posted @ 2018-11-24 15:30 vlees 阅读(18) 评论(0) 推荐(0)
摘要: 卸载openJDk部分Liunx自带OpenJDK,需要先卸载。查看当前jdk版本java -version查询OpenJDK,发现有两个openJDK版本rpm -qa|grep java 删除对应openJD... 阅读全文
posted @ 2018-11-21 18:50 vlees 阅读(14) 评论(0) 推荐(0)
摘要: @Data :注解在类上;提供类所有属性的 getting 和 setting 方法,此外还提供了equals、canEqual、hashCode、 toString 方法 @... 阅读全文
posted @ 2018-11-19 11:03 vlees 阅读(3) 评论(0) 推荐(0)
摘要: 目前认为比较好的解决方案。1,工具类public class SpringApplicationContextHolder implements ApplicationContextAware { private... 阅读全文
posted @ 2018-09-14 16:02 vlees 阅读(106) 评论(0) 推荐(0)