PHPxref 安装使用手册

3月 7, 2012

PHPXref是一个十分优秀的PHP开发工具,它能将某一个程序(如Magento)中所有的函数、变量、常量等分 […]

Read the full article →

RememberTheMilk快捷键

3月 6, 2012

最近在用RememberTheMilk做任务管理,发现使用快捷键能提供效率,这里做个note: 快捷键     […]

Read the full article →

移除Magento帐户面板里的可下载类商品

2月 27, 2012

使用Magento默认版本的时候,在用户的帐户面板会有 “可下载类商品(My Downloadab […]

Read the full article →

恢复Ubuntu中sudo文件权限

2月 25, 2012

最近自己Ubuntu里的账户出现sudo权限错误,使用sudo命令出现如下提示: can’t op […]

Read the full article →

Linux服务器管理常用的命令

2月 7, 2012

显示Linux系统信息 arch 显示机器的处理器架构(1) uname -m 显示机器的处理器架构(2) u […]

Read the full article →

Linux利用scp 远程上传下载文件/文件夹

1月 28, 2012

利用scp传输文件 从服务器下载文件 用法: scp username@servername:/path/fi […]

Read the full article →

FiveSecondTest:网页设计的五秒钟测试

1月 18, 2012

我们通常习惯用Google Analytics、Site Meter或StatCounter等计量工具,来评估 […]

Read the full article →

如何快速掌握一个編程语言最常用的50%

1月 17, 2012

现在的开发工作要求我们能够快速掌握一门语言。一般来说应对这种挑战有两种态度:其一,粗粗看看语法,就撸起袖子开干 […]

Read the full article →

程序员的健康养生

1月 15, 2012

原文作者Zed Shaws是一位作家、软件开发人员、音乐人(下文中提到吉他手),于2010年发布《Learn […]

Read the full article →

配置Nginx正向代理示例

1月 11, 2012

文档:http://nginx.org/en/docs/http/ngx_http_proxy_module. […]

Read the full article →