上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 48 下一页
摘要: https://www.cnblogs.com/huanghongbo/p/13543947.html 阅读全文
posted @ 2021-09-08 08:15 仁义礼智信的 阅读(23) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/jzxy/articles/12198108.html https://blog.csdn.net/weixin_42433970/article/details/115120718 阅读全文
posted @ 2021-09-01 17:09 仁义礼智信的 阅读(42) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/656c786b5224 阅读全文
posted @ 2021-08-29 17:14 仁义礼智信的 阅读(33) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/duanweishi/p/9607934.html 阅读全文
posted @ 2021-07-21 17:41 仁义礼智信的 阅读(28) 评论(0) 推荐(0)
摘要: https://www.wpon.cn/11966.html 阅读全文
posted @ 2021-07-19 20:05 仁义礼智信的 阅读(30) 评论(0) 推荐(0)
摘要: find . -type f | xargs grep '要查找的内容' find . -type f -name "*.csv" -o -name "*.json" | xargs grep '15010*' -l 阅读全文
posted @ 2021-07-18 12:24 仁义礼智信的 阅读(61) 评论(0) 推荐(0)
摘要: vim取消选中 :noh 阅读全文
posted @ 2021-07-18 11:12 仁义礼智信的 阅读(20) 评论(0) 推荐(0)
摘要: ps -ef | grep php-fpm 查看php-fpm所有的进程 ps -ef | grep php-fpm.conf 查看配置所在路径 ps -ef | grep php-fpn.conf 查看配置所在路径 阅读全文
posted @ 2021-07-16 14:38 仁义礼智信的 阅读(75) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/wjoyxt/p/5620827.html 阅读全文
posted @ 2021-04-08 18:50 仁义礼智信的 阅读(45) 评论(0) 推荐(0)
摘要: netstat -nat |grep "9522" netstat -anp |grep 9522 阅读全文
posted @ 2021-04-05 11:31 仁义礼智信的 阅读(31) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 48 下一页