上一页 1 2 3 4 5 6 7 8 ··· 64 下一页

2019年5月22日

摘要: 阅读全文
posted @ 2019-05-22 15:34 薇薇123456 阅读(153) 评论(0) 推荐(0) 编辑

2019年5月21日

摘要: npm install v-echarts echarts --save 阅读全文
posted @ 2019-05-21 09:42 薇薇123456 阅读(213) 评论(0) 推荐(0) 编辑

2019年5月20日

摘要: l链接:https://baijiahao.baidu.com/s?id=1621989444415819861&wfr=spider&for=pc 阅读全文
posted @ 2019-05-20 17:06 薇薇123456 阅读(67) 评论(0) 推荐(0) 编辑

2019年5月14日

摘要: curl爬取过程中,设置CURLOPT_FOLLOWLOCATION为true,则会跟踪爬取重定向页面,否则,不会跟踪重定向页面 阅读全文
posted @ 2019-05-14 17:57 薇薇123456 阅读(144) 评论(0) 推荐(0) 编辑

2019年5月13日

摘要: 阅读全文
posted @ 2019-05-13 15:53 薇薇123456 阅读(171) 评论(0) 推荐(0) 编辑

2019年5月11日

摘要: 1.修改php.ini里面:disable_functions 2.重启服务器 2.如果是虚拟机,就重启虚拟机 阅读全文
posted @ 2019-05-11 14:56 薇薇123456 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 解决办法: $ sudo nginx -c /usr/local/etc/nginx/nginx.conf $ sudo nginx -s reload 阅读全文
posted @ 2019-05-11 14:51 薇薇123456 阅读(113) 评论(0) 推荐(0) 编辑

2019年5月8日

摘要: 解决办法:关闭代理服务器 阅读全文
posted @ 2019-05-08 09:27 薇薇123456 阅读(221) 评论(0) 推荐(0) 编辑

2019年5月7日

摘要: 拉取方式:https、SSH 1、前者可以随意克隆github上的项目,而不管是谁的;而后者则是你必须是你要克隆的项目的拥有者或管理员,且需要先添加 SSH key ,否则无法克隆。 2、https url 在push的时候是需要验证用户名和密码的;而 SSH 在push的时候,是不需要输入用户名的 阅读全文
posted @ 2019-05-07 15:10 薇薇123456 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 1.打开git ssh 2.检查home目录的ssh目录是否存在,没有创建一个,mkdir ~/.ssh 3.运行命名:ssh-keygen -t rsa -C “你的邮箱”, 如 ssh-keygen -t rsa -C “abc@abc.com” 阅读全文
posted @ 2019-05-07 13:48 薇薇123456 阅读(161) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 64 下一页

导航