给 GoDaddy 上的域名续费 5 年

因为找到较好的优惠码,刚才给 Go Daddy 上的域名 cnzhx.net(就是这个网站了)一次续费 5 年。差不多 5 折吧,感觉好爽啊。原本 $14.99 的 .net 续费,优惠后 $7.5。非常给力,不敢独享。不过有效期 未知,需要的赶紧了。

继续阅读全文

Associate m-file with MATLAB Editor

If you can’t open a M-file by double clicking on the file icon, you should read this. I’ve been trying so hard to find the way to re-associate M-file with MATLAB Editor, but not MATLAB it self. In this article, I’ll show how to re-associate M-file with MATLAB Editor in Windows XP and Windows 7.

继续阅读全文

修复 MySQL 数据库结构错误 – 升级

不知道是不是每次更新 MySQL 软件之后都需要执行数据库升级指令?在我进行过的几次软件升级之后,总会在 MySQL 的日志中见到“[ERROR] Missing system table mysql.proxies_priv; please run mysql_upgrade to create it”之类的错误。虽然这个错误修复起来很简单,却不容易引起注意。

继续阅读全文

Mod_Rewrite 的妙用:屏蔽不友好的访问

Rewrite 是网页服务器程序的一个链接地址重写模块(Mod_Rewrite),可以按照正则表达式(Regular Expression)规则匹配内容,对符合条件的 URL 进行实时的改写。我这几天用它干了点儿“坏”事儿:屏蔽了一些我认为不友好的访问。

继续阅读全文