随笔分类 -  服务器

摘要:cd /usr/share/tomcat/webapps/ROOTcd 项目文件夹 ./run.sh 阅读全文
posted @ 2021-08-17 07:10 ThisCall 阅读(186) 评论(0) 推荐(0) 编辑
摘要:../ 阅读全文
posted @ 2021-08-17 06:22 ThisCall 阅读(33) 评论(0) 推荐(0) 编辑
摘要:1.Linux 系统服务器: CentOS 72.yum 3.4.33.java 1.84.tomcat 公网ip远程连接后 安装yum rpm -qa | grep yum 安装jdk yum list | grep java-1.8.0-openjdk 安装java-1.8.0-openjdk所 阅读全文
posted @ 2020-05-24 14:19 ThisCall 阅读(364) 评论(1) 推荐(0) 编辑
摘要:1、登录阿里云 >> 控制台 >> 选择相应地域 >> 在左侧导航栏,单击“实例”>> 找到相应服务器后点击右侧的“更多”>> 密码/密钥 >> 修改远程连接密码(或者在远程连接页面,直接点击右上角的“修改远程连接密码”), 阅读全文
posted @ 2020-05-24 13:08 ThisCall 阅读(504) 评论(0) 推荐(0) 编辑
摘要:[root@iZbp1aed32ln6eZ sbin]# netstat -ntlp|grep 80 tcp 0 0 127.0.0.1:8005 0.0.0.0:* LISTEN 1501/java tcp 0 0 0.0.0.0:8009 0.0.0.0:* LISTEN 1501/java t 阅读全文
posted @ 2020-05-01 20:58 ThisCall 阅读(8317) 评论(1) 推荐(0) 编辑
摘要:yum -y install dos2unix* dos2unix run.sh converting file run.sh to UNIX format ... dos2unix start.sh converting file start.sh to UNIX format ... dos2u 阅读全文
posted @ 2020-04-26 15:04 ThisCall 阅读(155) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/cx-code/p/10059109.html https://help.aliyun.com/document_detail/98576.html?spm=a2c4g.11186623.2.8.20b8625av8d8ur#concept-omf-l 阅读全文
posted @ 2020-04-19 00:55 ThisCall 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-04-18 11:05 ThisCall 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-04-18 10:29 ThisCall 阅读(2260) 评论(0) 推荐(0) 编辑
摘要:工具项目目录 实例 主机(H)服务器公网ip 阅读全文
posted @ 2020-02-26 10:10 ThisCall 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-02-24 15:30 ThisCall 阅读(110) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/ghzjm/p/10677599.html nginx转发tomcat https://www.cnblogs.com/swbzmx/p/8845810.html Xshell 链接好服务器 yum install -y pcre pcre-devel 阅读全文
posted @ 2020-01-13 15:09 ThisCall 阅读(269) 评论(0) 推荐(0) 编辑
摘要:打包新的jar包 java -jar xx.jar 本地测试后 删除旧的jar包 cd.. #用来返回服务器根目录 ls #显示当前根目录有那些文件 cd /usr/share/tomcat/webapps/ROOT 首次安装jar yum -y install dos2unix* dos2unix 阅读全文
posted @ 2019-11-22 20:09 ThisCall 阅读(1683) 评论(0) 推荐(0) 编辑
摘要:下载对应证书 把文件从新命名后放在项目对应文件夹下 然后配置yml 运行springboot maven项目 打包jar包 -->> Maven build -->>clean package 先清空再创建,避免jar包多次打包叠加 jar包地址 阅读全文
posted @ 2019-11-12 20:10 ThisCall 阅读(143) 评论(0) 推荐(0) 编辑
摘要:https://note.youdao.com/ynoteshare1/index.html?id=d4393c503e585faeb51d6f9be1ed762a&type=note 阅读全文
posted @ 2019-11-07 10:02 ThisCall 阅读(93) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/ghzjm/p/10677599.html https://baijiahao.baidu.com/s?id=1598864066574517002&wfr=spider&for=pc 阅读全文
posted @ 2019-11-04 10:46 ThisCall 阅读(129) 评论(0) 推荐(0) 编辑
摘要:服务器重启后tomcat就会挂掉 cd /usr/share/tomcat //进入tomcat systemctl status tomcat //查看tomcat的状态 dead说明重启后tomcat挂掉了 systemctl start tomcat //启动tomcat systemctl 阅读全文
posted @ 2019-11-02 07:10 ThisCall 阅读(787) 评论(0) 推荐(0) 编辑
摘要:.执行命令yum -y list java*查看可安装java版本。执行成功后可以看见如下的结果 安装java-1.8全部相关 yum install -y java-1.8.0-openjdk* 使用命令检查是否安装成功java -version 到此安装结束了。这样安装有一个好处就是不需要对pa 阅读全文
posted @ 2019-10-22 14:53 ThisCall 阅读(463) 评论(0) 推荐(0) 编辑
摘要:https://edu.csdn.net/course/play/26164/324383 视频 https://m.aliyun.com/citiao/985664.html //购买服务器 https://www.jianshu.com/p/7cd246f888d8 //购买搭建服务器 http 阅读全文
posted @ 2019-08-22 17:16 ThisCall 阅读(195) 评论(0) 推荐(0) 编辑