06 2018 档案

摘要: 阅读全文
posted @ 2018-06-27 10:52 柠檬可乐 阅读(226) 评论(0) 推荐(0)
摘要:8081端口被占用,McAfee Agent关不掉 阅读全文
posted @ 2018-06-25 10:37 柠檬可乐 阅读(138) 评论(0) 推荐(0)
摘要:* { margin:0; padding:0; } li { list-style:none; } .box1 { width:320px; height:60px; overflow:hidden; /* 超出隐藏滚动条 */ background-color:skyblue; } .box1 .wrap { width:32... 阅读全文
posted @ 2018-06-14 16:53 柠檬可乐 阅读(5619) 评论(0) 推荐(1)
摘要:1.控制台登陆服务器,需要首先知道服务器ip和密码,,命令是 ssh root@1.1.1.1(服务器IP),然后输入密码登入服务器 2.查看linux 版本的系统命令是 cat /etc/redhat-release,,截图如下 3.查看是否已经安装国nginx 命令是 nginx -v 4.若没 阅读全文
posted @ 2018-06-12 10:48 柠檬可乐 阅读(256) 评论(0) 推荐(0)
摘要:配置文件如下图 nginx 配置文件在centos上的路径是 /etc/nginx/conf.d/文件夹是其他站点的配置文件 /etc/nginx/nginx.conf 是配置文件 一般主配置都在nginx.conf里面,站点的配置都会放在conf.d里面。 下图是其他服务器的配置文件,待后续研究 阅读全文
posted @ 2018-06-12 10:01 柠檬可乐 阅读(866) 评论(0) 推荐(0)
摘要:https://aip.baidubce.com/oauth/2.0/token?grant_type=client_credentials&client_id=Mk2Orf5pqEOXvYREkM9347fe&client_secret=9RW6yAeKd6wmcsG6jACsMuH7GYeKo6 阅读全文
posted @ 2018-06-07 18:48 柠檬可乐 阅读(221) 评论(0) 推荐(0)