随笔分类 -  Linux

摘要:启动SpringBoot Jar: nohup java -jar cloud-provide-payment-1.0-SNAPSHOT.jar >nohup.log 2>&1 & 查端口: netstat -an |grep 8002 查端口线程:lsof -i tcp:8002 杀线程:kill 阅读全文
posted @ 2022-12-02 19:38 NingShare 阅读(20) 评论(0) 推荐(0)
摘要:https://rensanning.iteye.com/blog/2354624 阅读全文
posted @ 2019-05-17 09:27 NingShare 阅读(192) 评论(0) 推荐(0)
摘要:http://c.biancheng.net/shell/base/ 常用命令: https://www.cnblogs.com/gaojun/p/3359355.html 1.什么是Shell? Shell 是一个应用程序,它连接了用户和 Linux 内核,让用户能够更加高效、安全、低成本地使用 阅读全文
posted @ 2019-05-16 16:30 NingShare 阅读(210) 评论(0) 推荐(0)
摘要:Linux安装tomcat: 1.下载apache-tomcat-9.0.17.tar.gz 2.复制apache-tomcat-9.0.17.tar.gz 到usr/local ,打开命令行 3. 解压输入: tar -zxvf apache-tomcat-9.0.17.tar.gz 4.修改se 阅读全文
posted @ 2019-04-12 19:25 NingShare 阅读(106) 评论(0) 推荐(0)
摘要:安装mysql5.6https://www.cnblogs.com/wangdaijun/p/6132632.html 阅读全文
posted @ 2019-04-10 10:38 NingShare 阅读(103) 评论(0) 推荐(0)