只有注册用户登录后才能阅读该文。 阅读全文
beginning python from novice to professional ---chap7, 8
2013-04-23 19:30 by i一骑绝尘, 0 阅读, 0 推荐, 收藏, 编辑beginning python from novice to professional ---chap6--abstraction
2013-04-22 12:18 by i一骑绝尘, 2 阅读, 0 推荐, 收藏, 编辑
只有注册用户登录后才能阅读该文。 阅读全文
beginning python from novice to professional ---chap5
2013-04-22 01:46 by i一骑绝尘, 0 阅读, 0 推荐, 收藏, 编辑
只有注册用户登录后才能阅读该文。 阅读全文
beginning python from novice to professional ---chap4
2013-04-22 01:18 by i一骑绝尘, 0 阅读, 0 推荐, 收藏, 编辑
只有注册用户登录后才能阅读该文。 阅读全文
beginning python from novice to professional ---chap3
2013-04-22 00:36 by i一骑绝尘, 0 阅读, 0 推荐, 收藏, 编辑
只有注册用户登录后才能阅读该文。 阅读全文
beginning python from novice to professional ---chap2
2013-04-21 23:56 by i一骑绝尘, 1 阅读, 0 推荐, 收藏, 编辑
只有注册用户登录后才能阅读该文。 阅读全文
django learning note ---1
2013-04-11 22:43 by i一骑绝尘, 110 阅读, 0 推荐, 收藏, 编辑
摘要:1. If you want to change the server’s port, pass it as a command-line argument. For instance, this command starts the server on port 8080:python manage.py runserver 80802. 阅读全文
emacs setup on mac
2013-04-07 01:39 by i一骑绝尘, 161 阅读, 0 推荐, 收藏, 编辑
摘要:Mac上的emacs不喜欢用, 到http://emacsformacosx.com/上面下载了gnu版的。 下面是一些安装过程。一路点击dmg文件, 安装到Appliacation里。1. cd /usr/bin2. sudo mv emacs emacs23. sudo vim emacs4. 在新建的emacs文件中加入一下内容#!/usr/binemacs_path=/Applications/Emacs.app/Contenes/MacOS/Emacs$emacs_path $*对于我自己的电脑, 在调用emacs的时候总是会出现说insecure writeable path /U 阅读全文
Programming perl --chap01--an overview of perl
2013-03-20 17:20 by i一骑绝尘, 6 阅读, 0 推荐, 收藏, 编辑
只有注册用户登录后才能阅读该文。 阅读全文