黄聪

论SEO对人类的重要性,请看我的博客:hcsem.com

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

07 2015 档案

摘要:1、直接禁用文件类型检测,在wp-config.php文件中,添加这样一句代码define('ALLOW_UNFILTERED_UPLOADS', true);2、在functions.php里面,添加下面代码(最重要是黄色背景那2句): true, 'read' =>... 阅读全文
posted @ 2015-07-27 16:48 黄聪 阅读(1910) 评论(0) 推荐(0) 编辑

摘要:public class WebDownload : WebClient { private int _timeout; /// /// 超时时间(毫秒) /// public int Timeout { ... 阅读全文
posted @ 2015-07-16 18:53 黄聪 阅读(3379) 评论(0) 推荐(1) 编辑