Category: Uncategorized

今天早上登录雅虎邮箱看到的提示

28 十二月, 2006 (09:41) | Uncategorized

29日更新

...

firefox2明天发布

23 十月, 2006 (15:47) | news, Uncategorized

firefox 2正式版明天发布,值得记下来。不过我现在已经在用RC3了,而且irc上的人说,应该和正式版没什么区别。可惜有些插件还不兼容,像我常用到的tab mix plug、del.icio.us和fastfox都不能用了...

如何使用psycopg2?

4 十月, 2006 (10:30) | django, Uncategorized

settings.py文件中设置如下:
DATABASE_ENGINE = ‘postgresql_psycopg2′

...

django的外键查询

30 八月, 2006 (13:15) | django, Uncategorized

假设我有两个表(model),分别叫useraccount和userrole:
class UserAccount(meta.Model):
person  = meta.ForeignKey(Person, core=True)
account = meta.ForeignKey(User,   core=True)
class UserRole(meta.Model):
...

wangbin’s blog › 创建新文章 — WordPress

23 三月, 2006 (23:28) | Uncategorized

wangbin’s blog › 创建新文章 — WordPress

...

落伍,老土

29 十二月, 2005 (12:13) | Uncategorized

注册了美味标签之后就从来没用过,落伍、老土!http://del.icio.us/wangbin

...

想攒一台机器

7 十二月, 2005 (21:58) | Uncategorized

想买新电脑,唉!

...

irc 缩写

2 十二月, 2005 (09:15) | Uncategorized

BRB = be right back, IMHO = in my honest opinion, YMMV = your mileage may vary (your results may be different from mine),BTW = by the way, IC = I see, TTYL = Talk to you later, ROFTL = Rolling on the floor laughing, RTFM = read the F**king ManualAFAIK...