上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
摘要: docker search mysql 下载镜像 启动服务 my.cnf配置代码 阅读全文
posted @ 2019-04-09 16:50 IT-Jack 阅读(171) 评论(0) 推荐(0)
摘要: docker pull redis 设置密码 对外端口9379 docker run --name redis -p 9379:6379 -d --restart=always redis:latest redis-server --appendonly yes --requirepass "red 阅读全文
posted @ 2019-04-09 16:46 IT-Jack 阅读(175) 评论(0) 推荐(0)
摘要: 释放缓存,使用一组共三条命令: echo 1 > /proc/sys/vm/drop_caches echo 2 > /proc/sys/vm/drop_caches echo 3 > /proc/sys/vm/drop_caches 阅读全文
posted @ 2018-12-25 10:59 IT-Jack 阅读(1343) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/shihaiming/p/5855616.html 阅读全文
posted @ 2018-12-07 16:16 IT-Jack 阅读(134) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_35241080/article/details/80495718 阅读全文
posted @ 2018-12-04 19:28 IT-Jack 阅读(331) 评论(0) 推荐(0)
摘要: http://bbs.gupaoedu.com/forum.php?mod=viewthread&tid=295&extra=page%3D1 阅读全文
posted @ 2018-11-29 16:44 IT-Jack 阅读(204) 评论(0) 推荐(0)
摘要: https://www.cs.usfca.edu/~galles/visualization/AVLtree.html 阅读全文
posted @ 2018-11-29 09:46 IT-Jack 阅读(68) 评论(0) 推荐(0)
摘要: 重新载入 firewall-cmd --reload 阅读全文
posted @ 2018-10-29 23:11 IT-Jack 阅读(152) 评论(0) 推荐(0)
摘要: nohup java -jar -Xms512m -Xmx1024m 项目的jar名称 > log.txt& 阅读全文
posted @ 2018-10-29 13:18 IT-Jack 阅读(355) 评论(0) 推荐(0)
摘要: ps aux|head -1;ps aux|grep -v PID|sort -rn -k +3| head 阅读全文
posted @ 2018-10-29 10:09 IT-Jack 阅读(666) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页