05 2024 档案

摘要:.bashrc 给文件夹添加颜色 # ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # f 阅读全文
posted @ 2024-05-20 12:43 xiluhua 阅读(30) 评论(0) 推荐(0) 编辑
摘要:[[ : not found 解决方法: https://www.cnblogs.com/w787815/p/17772384.html 阅读全文
posted @ 2024-05-19 16:09 xiluhua 阅读(175) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/devhg/p/13969647.html 阅读全文
posted @ 2024-05-18 14:06 xiluhua 阅读(7) 评论(0) 推荐(0) 编辑
摘要:遇到的问题: [2024-05-14T15:23:17,530][INFO ][logstash.runner ] Logstash shut down. [2024-05-14T15:23:17,534][FATAL][org.logstash.Logstash ] Logstash stoppe 阅读全文
posted @ 2024-05-18 14:05 xiluhua 阅读(86) 评论(0) 推荐(0) 编辑
摘要:重启 restart.sh #!/bin/bash LOG=nohup.out PID=$(netstat -tpln|grep 5044 | cut -d 'N' -f2 | sed -s "s/\/java//g") #PID=$(jps | grep $MODULE | cut -f 1 -d 阅读全文
posted @ 2024-05-17 19:27 xiluhua 阅读(28) 评论(0) 推荐(0) 编辑
摘要:下载地址 https://www.elastic.co/cn/downloads 阅读全文
posted @ 2024-05-17 12:16 xiluhua 阅读(14) 评论(0) 推荐(0) 编辑
摘要:Centos同步网络时间 https://www.cnblogs.com/devhg/p/13969647.html 阅读全文
posted @ 2024-05-16 22:14 xiluhua 阅读(3) 评论(0) 推荐(0) 编辑
摘要:git 免密推送代码到github。 参考:https://www.bilibili.com/video/BV1vy4y1s7k6?p=26&vd_source=ad97a93a8a42c9559b03a66114d94d18 关键动作: 然后: 阅读全文
posted @ 2024-05-14 00:17 xiluhua 阅读(10) 评论(0) 推荐(0) 编辑
摘要:springmvc 在 tomcat-maven-plugin 中配置 contentPath 参考:https://blog.csdn.net/weixin_44454512/article/details/110202174 启动时:配置 tomcat7:run 阅读全文
posted @ 2024-05-13 21:30 xiluhua 阅读(49) 评论(0) 推荐(0) 编辑
摘要:mysql 远程无法连接,解决办法: https://blog.csdn.net/Dontla/article/details/133213538 阅读全文
posted @ 2024-05-06 00:21 xiluhua 阅读(6) 评论(0) 推荐(0) 编辑
摘要:npm 查看现有 webpack 版本命令: npm view webpack versions 阅读全文
posted @ 2024-05-03 15:49 xiluhua 阅读(49) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示