摘要: Best Practices for Speeding Up Your Web Site(原文)The Exceptional Performance team has identified a number of best practices for making web pages fast. The list includes 35 best practices divided into 7 categories.Filter by category:ContentServerCookieCSSJavaScriptImagesMobileAllMinimize HTTP Requests 阅读全文
posted @ 2013-07-20 23:55 visense 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 只需要打开data\safe\inc_safe_config.php 将$safe_gdopen = ’1,2,3,5,6,7′; 中的6,7删除即可。完成以上一步就OK了。希望能给大家带来帮助! 阅读全文
posted @ 2013-07-20 06:23 visense 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 找到include/userlogin.class.php文件,用代码编辑器将它打开,在第二行session_start();前加上以下代码: if (isset($_POST["PHPSESSID"])) { session_id($_POST["PHPSESSID"]); } else if(isset($_GET["PHPSESSID"])) { session_id($_GET["PHPSESSID"]); } 如图示: 阅读全文
posted @ 2013-07-20 06:20 visense 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 织梦CMS v5.7,在友情链接中会自动添加“织梦链”,可以考虑删除。不过,在后台管理中,并没有发现织梦链管理,所以只能修改源文件。 DedeCMS v5.7 删除友情链接中的织梦链的方法:后台模块---文件管理器找到织梦CMS v5.7 根目录include/taglib/flinktype.lib.php 文件删除如下代码然后重新生成首页HTML。$DedeCMS = false;$DedeCMS->id = 999;$DedeCMS->typename = '织梦链';if($type == 'DedeCMS') $row[] = $DedeC 阅读全文
posted @ 2013-07-20 06:04 visense 阅读(199) 评论(0) 推荐(0) 编辑
摘要: http://www.w3cplus.com/MetroUICSS/# 阅读全文
posted @ 2013-07-20 04:49 visense 阅读(148) 评论(0) 推荐(0) 编辑