会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
IT-jack
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
11
下一页
2019年12月5日
ubuntu 重启ssh服务
摘要: 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
阅读(4049)
评论(0)
推荐(0)
2019年10月28日
docker 安装redis
摘要: docker run -d --name myredis -p 9379:6379 redis:5.0.5 --requirepass "KKIW2DD93EEEEOO02JJDi2"
阅读全文
posted @ 2019-10-28 14:09 IT-Jack
阅读(102)
评论(0)
推荐(0)
2019年10月18日
maven 打包 把第三方包也打进去
摘要: <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
阅读(899)
评论(0)
推荐(0)
2019年10月16日
wiki 配置数据源 编码要是utf8 不能是utf8mb4
摘要: wiki 配置数据源 编码要是utf8 不能是utf8mb4
阅读全文
posted @ 2019-10-16 15:24 IT-Jack
阅读(194)
评论(0)
推荐(0)
2019年10月12日
SCFT用公钥登录
摘要: 这个网址里面的内容有虚假 本人按照这个方法操作有问题,现在纠正下 https://jingyan.baidu.com/article/6dad50750f3f22a123e36ec2.html 注意:不要用root账号进行免密码登录,本人试过不行,需要创建一个额外的账号,不知道是否是本人哪里操作不行
阅读全文
posted @ 2019-10-12 10:34 IT-Jack
阅读(259)
评论(0)
推荐(0)
2019年9月20日
配置tomcat重启脚本
摘要: 执行命令,重启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
阅读(2456)
评论(0)
推荐(0)
2019年8月8日
tomcat
摘要: /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
阅读(136)
评论(0)
推荐(0)
2019年7月2日
centos7 搭建rabbitmq服务 3.7.15
摘要: 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
阅读(2113)
评论(1)
推荐(0)
2019年6月29日
安装openoffice
摘要: 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
阅读(224)
评论(0)
推荐(0)
2019年6月27日
tomcat 日期切分
摘要: 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
阅读(236)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
11
下一页
公告