摘要: Linux命令: 1、cat:打开文件 2、cd:打开文件夹 3、cat>name:创建名为“name”的文件 4、touch name:创建名为“name”的文件 5、rm name:删除名为“name” 的文件 6、 echo hello > sys.txt:将hello写入到sys.txt文件 阅读全文
posted @ 2020-04-14 16:09 趙楊 阅读(159) 评论(0) 推荐(0)
摘要: Nginx: 1、Nginx启动: /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf nginx安装目录地址 -c nginx配置文件地址 2、Nginx重启: nginx -s reload 3、Nginx配置文件检测: 阅读全文
posted @ 2020-04-14 16:08 趙楊 阅读(84) 评论(0) 推荐(0)
摘要: Docker: 1、Docker Effect: 1、作用: 1、解决环境切换/配置繁琐工作。 将所需要的环境构建成一个镜像,使用的时候直接下载相应的容器,容器包含了我们程序运行中所需要的环境,无需对环境进行重复的配置。 2、docker运行原理: 1、配置文件: docker配置文件:docker 阅读全文
posted @ 2020-04-14 16:07 趙楊 阅读(384) 评论(0) 推荐(0)
摘要: Nginx其实是从前端到后端访问过程中一个代理的作用(反向代理),前端——Nginx暴露的地址——Nginx地址对应——后端 nginx.conf配置文件地址: 链接:https://pan.baidu.com/s/1aRvlZdeVE76ohbRdCHaGJQ 提取码:x9l6 nginx.con 阅读全文
posted @ 2020-04-14 16:02 趙楊 阅读(185) 评论(0) 推荐(0)
摘要: shift+end 阅读全文
posted @ 2020-04-14 14:33 趙楊 阅读(103) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_32003379/article/details/84984739 阅读全文
posted @ 2020-04-14 14:19 趙楊 阅读(154) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/ching_zhi/article/details/53673989 阅读全文
posted @ 2020-04-14 14:18 趙楊 阅读(120) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/u010142437/article/details/102871754 阅读全文
posted @ 2020-04-14 14:16 趙楊 阅读(1157) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_15037231/article/details/80624064 https://blog.csdn.net/LuQiaoYa/article/details/88233846 阅读全文
posted @ 2020-04-14 14:15 趙楊 阅读(112) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_38039015/article/details/82907993 阅读全文
posted @ 2020-04-14 14:13 趙楊 阅读(644) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/wpf719971425/article/details/79456640 阅读全文
posted @ 2020-04-14 14:12 趙楊 阅读(127) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/junmoxi/article/details/76976692 阅读全文
posted @ 2020-04-14 14:10 趙楊 阅读(1898) 评论(0) 推荐(0)
摘要: java -Dfile.encoding=utf-8 -jar -Xms1024m -Xmx1536m -XX:PermSize=128M -XX:MaxPermSize=256M XXX.jar 说明: 1、堆内存:最小1024M,最大1536M。(对象使用的内存) 2、永久内存:最小128M,最 阅读全文
posted @ 2020-04-14 14:09 趙楊 阅读(279) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/gnail_oug/article/details/80324120 阅读全文
posted @ 2020-04-14 14:08 趙楊 阅读(120) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/fly910905/article/details/77868300 https://blog.csdn.net/qq_35246620/article/details/61191375 阅读全文
posted @ 2020-04-14 14:06 趙楊 阅读(84) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/zmx729618/article/details/54018629 阅读全文
posted @ 2020-04-14 10:13 趙楊 阅读(210) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/changqing5818/article/details/84309562 阅读全文
posted @ 2020-04-14 09:51 趙楊 阅读(240) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_30681615/article/details/99627448 阅读全文
posted @ 2020-04-14 09:50 趙楊 阅读(94) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/chenjiard/article/details/79989519 阅读全文
posted @ 2020-04-14 09:49 趙楊 阅读(152) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/dtjiawenwang88/article/details/74892245 阅读全文
posted @ 2020-04-14 09:48 趙楊 阅读(130) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/wtuihnui/article/details/81198249 阅读全文
posted @ 2020-04-14 09:45 趙楊 阅读(431) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/a243293719/article/details/101017372 阅读全文
posted @ 2020-04-14 09:44 趙楊 阅读(259) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/WanJiaBaoBao/article/details/83349622 阅读全文
posted @ 2020-04-14 09:34 趙楊 阅读(130) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/u011328417/article/details/77163844 阅读全文
posted @ 2020-04-14 09:33 趙楊 阅读(281) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/gyujhjjjj/article/details/103546881 阅读全文
posted @ 2020-04-14 09:32 趙楊 阅读(106) 评论(0) 推荐(0)