上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: systemctl stop ssh.service systemctl start ssh.service systemctl restart ssh.service #centos7 systemctl restart sshd.service 阅读全文
posted @ 2019-12-05 14:04 IT-Jack 阅读(3995) 评论(0) 推荐(0) 编辑
摘要: docker run -d --name myredis -p 9379:6379 redis:5.0.5 --requirepass "KKIW2DD93EEEEOO02JJDi2" 阅读全文
posted @ 2019-10-28 14:09 IT-Jack 阅读(97) 评论(0) 推荐(0) 编辑
摘要: <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <executable>true</executable> <includeSystemScope>true</include 阅读全文
posted @ 2019-10-18 14:53 IT-Jack 阅读(891) 评论(0) 推荐(0) 编辑
摘要: wiki 配置数据源 编码要是utf8 不能是utf8mb4 阅读全文
posted @ 2019-10-16 15:24 IT-Jack 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 这个网址里面的内容有虚假 本人按照这个方法操作有问题,现在纠正下 https://jingyan.baidu.com/article/6dad50750f3f22a123e36ec2.html 注意:不要用root账号进行免密码登录,本人试过不行,需要创建一个额外的账号,不知道是否是本人哪里操作不行 阅读全文
posted @ 2019-10-12 10:34 IT-Jack 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 执行命令,重启tomcattomcat_home=/usr/local/cohesion/project-test/test/apache-tomcat-8.5.31 #停止tomcat变量 SHUTDOWN=$tomcat_home/bin/shutdown.sh #启动tomcat变量 STARTTOMCAT=$tomcat_home/bin/startup.sh echo "hello" ... 阅读全文
posted @ 2019-09-20 11:28 IT-Jack 阅读(2452) 评论(0) 推荐(0) 编辑
摘要: /usr/local/cohesion/project-testdocker run -p 9001:8080 --name=tcpenavico --privileged=true -v /usr/local/cohesion/project-test/tcpenavico/webapps/:/u 阅读全文
posted @ 2019-08-08 13:41 IT-Jack 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 1.rabbitMQ是Erlang语言写的,而且rabbitMQ的版本要和Erlang版本要匹配。以下是 rabbitMQ 3.7.15对应的Erlang22.0版本信息 2.Erlang下载 官网地址:https://www.erlang-solutions.com/resources/download.html wget https://packages.erlang-s... 阅读全文
posted @ 2019-07-02 17:25 IT-Jack 阅读(2034) 评论(1) 推荐(0) 编辑
摘要: https://blog.csdn.net/iteye_19209/article/details/82676409?tdsourcetag=s_pcqq_aiomsg 错误 libXext.so.6: 执行以下文章 https://segmentfault.com/q/10100000066784 阅读全文
posted @ 2019-06-29 01:20 IT-Jack 阅读(220) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/t-road/p/6837221.html 修改tomcat的启动文件catalina.sh: 原先的结构是: touch "$CATALINA_OUT"if [ "$1" = "-security" ] ; then ...... org.apach 阅读全文
posted @ 2019-06-27 22:50 IT-Jack 阅读(229) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页