随笔分类 - 前端开发
摘要:http://www.zhihu.com/question/26717343问:用hexo搭了个blog,之前一直正常,最近在deploy的时候无法连接到github了。fatal: unable to access ‘https://github.com/xxxxx’: Empty reply f...
阅读全文
摘要:1. 使用【360安全卫士】->【安全防护中心】->【信任与阻止】->【阻止的网站】不足:http://www.baidu.com/具有反屏蔽的功能,使用这种方法无法进行屏蔽 ;2. 修改hosts文件,具体怎么修改自行谷歌不足:使用FQ代理仍然可以访问被屏蔽的网站3. 使用广告屏蔽插件,例如【ad...
阅读全文
摘要:Professional JavaScript for Web Developers P552Basic Usage The element requires at least its width and height attributes to be set in order to indi...
阅读全文
摘要:Ajax操作的四个步骤:创建Ajax对象连接服务器发送请求接收返回信息 1 2 3 4 5 6 39 40 41 42 43 View Code
阅读全文
摘要:运行效果图:[点击这里] 1 2 3 4 5 6 22 66 67 68 69 70 View Code
阅读全文