WordPress的SEO优化技巧

10月 8, 2011

这几天放假,把博客稍微优化了下,这里总结了几点Wordpress的优化技巧: 1,在评论链接里使用nofoll […]

Read the full article →

PHP常用必备函数

9月 30, 2011

array_change_key_case — 返回字符串键名全为小写或大写的数组 array_chunk — […]

Read the full article →

HTTP 返回状态代码集合

9月 28, 2011

如果向您的服务器发出了某项请求要求显示您网站上的某个网页(例如,当用户通过浏览器访问您的网页或在 Google […]

Read the full article →

WordPress数据库优化

9月 20, 2011

经常使用Wordpress,会产生冗余数据,需要定时优化,比如:删除WordPress文章修订版本等。 sel […]

Read the full article →

如何删除清空Magento1.5版本里的测试订单和测试客户信息

9月 2, 2011

我们做开发的经常要做些测试订单,但是magento默认是不能删除订单的,其他网站上也有介绍如何通过SQL语句删 […]

Read the full article →

Magento购物车Checkout Onepage页面的SaveBilling处理过程

9月 1, 2011

在Magento Checkout Onepage 中SaveBilling处理大致可分以下几步 1、通过Aj […]

Read the full article →

Magento重建所有索引方法

8月 30, 2011

Magento永久之后,在后台->Catalog->URL Rewrite Management, […]

Read the full article →

84个纯CSS GUI图标

8月 24, 2011

Nicolas Gallagher使用纯CSS及HTML制作了84个实验性质的GUI图标,这些图标只是他尝试通 […]

Read the full article →

二杠样式¥人民币符号表示方法

8月 23, 2011

一般来说人民币符号¥(Alt+0165)在网页里显示的一杠,这是因为网页默认用的是宋体的缘故, 而我们拿出一张 […]

Read the full article →

Fedora/Centos升级Python由2.7到3.2

8月 8, 2011

Fedora系统中,Python默认版本是2.7 ,python2与python3有很大的区别,因为需要用到3 […]

Read the full article →