摘要:
'*****************************************************************************
dim model 'current model
set model = ActiveModel
If (model Is Nothing) Then
MsgBox "There is no current Model"
ElseIf No... 阅读全文
摘要:
我之前用easy_install pyquery安装了pyquery这个框架,但是发现没有文档,因此我去它的网站下了一份源代码,幸好里面有docs文件,打开看了下,是还没有编译的,于是在终端中输入make:huangjacky@huangjacky-laptop:~/program/code/Python_Framework/pyquery/docs$ make Please use `make <target>' where <target> is one of html to make standalone HTML files pickle to make 阅读全文
摘要:
围绕一门语言学习它的文化精髓能让你成为一名更优秀的程序员更进一步,如果你还没读过Python之禅(Zen of Python) ,那么打开Python的命令提示符输入import this,列表中的每一项你都可以在这里找个相对应的例子。(Credit:itswater)吸引我注意力的一条是:优雅胜于丑陋 (Beautiful is better than ugly)看下面例子:一个带有数字参数的l... 阅读全文