摘要: 使用jenkins+svn搭建可持续部署环境 阅读全文
posted @ 2018-07-28 00:39 me-ht 阅读(616) 评论(0) 推荐(0) 编辑
摘要: JVM中的符号引用和直接引用 阅读全文
posted @ 2018-07-03 21:42 me-ht 阅读(2133) 评论(0) 推荐(0) 编辑
摘要: WinScp下载脚本 阅读全文
posted @ 2018-06-30 00:34 me-ht 阅读(2459) 评论(0) 推荐(0) 编辑
摘要: 背景:使用WinScp上传文件,从windows上传到linux,避免使用软件的麻烦,所以采用脚本形式,bat脚本 注意:命令需要在一行执行,变量设置可以分多行 分割线 ::设置参数::WinScp安装路径SET rootPath=C:\Kit\WinSCP::sftp路径SET sftpPath= 阅读全文
posted @ 2018-06-29 23:56 me-ht 阅读(2280) 评论(3) 推荐(0) 编辑
摘要: 关于分库分表 阅读全文
posted @ 2018-05-05 02:56 me-ht 阅读(3225) 评论(1) 推荐(1) 编辑
摘要: linux安装zookeeper 阅读全文
posted @ 2018-04-22 15:00 me-ht 阅读(96) 评论(0) 推荐(0) 编辑
摘要: springboot项目的构建一般存在如下依赖: <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.0.0.RELEA 阅读全文
posted @ 2018-04-10 20:43 me-ht 阅读(10068) 评论(0) 推荐(0) 编辑
摘要: springboot引用外部文件和jar包 阅读全文
posted @ 2018-04-08 21:44 me-ht 阅读(5450) 评论(0) 推荐(0) 编辑
摘要: Springboot记录 阅读全文
posted @ 2018-04-07 20:21 me-ht 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 从本地读取txt文件,内容样式如下: 1,2;wrewr,23423;李磊,null;HC14323,兰兰;HC14323,2018-03-13 13:25:33.233; 目的:转换成json数据 /** * @Title: FileReadUtil.java * @Package com.cli 阅读全文
posted @ 2018-04-02 02:47 me-ht 阅读(963) 评论(0) 推荐(0) 编辑