01 2022 档案

摘要:https://help.fanruan.com/finebi/doc-view-260.html https://help.fanruan.com/finebi/doc-view-262.html 安装包自行在官网下载,安装过后访问不了可能是防火墙没关。也可能是37799端口没做映射。 阅读全文
posted @ 2022-01-22 18:13 哦~杰克 阅读(629) 评论(0) 推荐(0) 编辑
摘要:db.a_message_bak.drop() 附上链接一条仅供参考:https://www.cnblogs.com/chujunqiao/p/11680044.html 阅读全文
posted @ 2022-01-20 18:25 哦~杰克 阅读(65) 评论(0) 推荐(0) 编辑
摘要:1 docker system prune -a (清理无用的层级) 2 find / -type f -size +100M -print0 | xargs -0 du -h | sort -nr (查找大于100MB的文件) 阅读全文
posted @ 2022-01-20 18:04 哦~杰克 阅读(125) 评论(0) 推荐(0) 编辑
摘要:分两种情况: 1 nginx.conf 中的http 下添加一条 server_tokens off; 并重启服务。 2 还有一种情况,是docker部署中的代理Dockerfile 中定义,直接删掉,重启服务即可。 阅读全文
posted @ 2022-01-14 12:06 哦~杰克 阅读(1210) 评论(0) 推荐(0) 编辑
摘要:https://www.zsythink.net/archives/1604 阅读全文
posted @ 2022-01-10 15:34 哦~杰克 阅读(91) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_36801585/article/details/105569544 阅读全文
posted @ 2022-01-08 10:01 哦~杰克 阅读(16) 评论(0) 推荐(0) 编辑
摘要:echo 'export HISTTIMEFORMAT="%F %T `whoami` "' >> /etc/profile && source /etc/profile 阅读全文
posted @ 2022-01-06 08:27 哦~杰克 阅读(32) 评论(0) 推荐(0) 编辑
摘要:ps -ajx | grep 父进程号 阅读全文
posted @ 2022-01-05 08:05 哦~杰克 阅读(173) 评论(0) 推荐(0) 编辑

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