2019年6月3日

Linux 面板宝塔

摘要: 个人建议:对于不熟悉linux的开发运维适合使用, 中小型项目搭建环境,建站速度。 官网:https://www.bt.cn/ 安装:https://www.bt.cn/bbs/thread-19376-1-1.html 1.可以快速搭建环境 2.建站,内存CPU网络实时查看,用起来很方便 找回密码 阅读全文

posted @ 2019-06-03 10:09 xiaogui918 阅读(211) 评论(0) 推荐(0) 编辑

2019年5月31日

yum 互转 properties

摘要: 在线工具:https://toyaml.com/index.html idea 插件:https://plugins.jetbrains.com/plugin/8000-properties-to-yaml-converter 阅读全文

posted @ 2019-05-31 18:37 xiaogui918 阅读(1188) 评论(0) 推荐(0) 编辑

2019年5月30日

linux centos7搭建apollo

摘要: 登录linux服务器 JDK:1.8.0_161(提前准备好,不介绍安装了哦) Maven:3.5.2(提前准备好,不介绍安装了哦) MySQL:5.7.18(5.7以上,不介绍安装了哦) apollo:v1.4.0 创建目录 下载apollo 修改数据库配置 增加start脚本 vi start. 阅读全文

posted @ 2019-05-30 11:43 xiaogui918 阅读(2630) 评论(0) 推荐(0) 编辑

2019年5月15日

java linux ssh工具类

摘要: 1. maven 配置<dependency> <groupId>com.jcraft</groupId> <artifactId>jsch</artifactId> <version>0.1.54</version></dependency>2.代码 import java.io.IOExcept 阅读全文

posted @ 2019-05-15 14:26 xiaogui918 阅读(1252) 评论(0) 推荐(0) 编辑

2019年4月23日

java list批处理工具类

摘要: 用于处理大LIST分批处理,避免内存溢出。public final class BatchOperator { private BatchOperator() { } /** * 批量操作 * * @param pageSize * @param list * @param callback * @ 阅读全文

posted @ 2019-04-23 11:15 xiaogui918 阅读(469) 评论(0) 推荐(0) 编辑

导航