摘要:
lisp_chapter1313 Arrays, Hash Tables, and Proterty Lists13.2 array13.5 make-array13.6 string as vectors13.7 hash tables13.8 priority listlisp toolkit:... 阅读全文
摘要:
yosemite系统用brew安装mysql可以参考: http://segmentfault.com/a/1190000000438233安装mysqldb: pip install mysql-python简单例子import MySQLdb as mdbimport systry: co... 阅读全文
摘要:
12 Structure and The Type Syetem12.2 typep, type-of12.3 defining structures12.5 accessing, modifying structs12.6 kwargs to constructor functions12.7 修... 阅读全文
摘要:
11 Iteration and Block Structure11.2 dotimes and dolist11.4 recursive, iterative11.6 比较dolist, mapcar, recursion11.7 DO macro11.8 隐式赋值的好处11.9 do*11.11... 阅读全文
摘要:
10 Assignment10.3 stereotypical updating methodsINCF and DECF macrosPUSH and POP macros10.4 WHEN and UNLESS10.5 generalized vars10.6 tic-tac-toe10.7 l... 阅读全文
摘要:
4 Databases1 pymongo2 simple word dictionary3 Burts booksread from databaseediting and adding books4 Databases1 pymongopymongo是python用来连接MongoDB数据库的一个... 阅读全文
摘要:
3 Extending Templates1 blocks and substitutions2 autoescaping3 UI modulesbasic module usagemodules in depthembedding javascript and css3 Extending Tem... 阅读全文
摘要:
Forms and Templatesex poem maker protemplate syntaxcontrol flow statementsusing functions in templatesstatic filesForms and Templatesex poem maker pro... 阅读全文
摘要:
hello.pymport tornado.httpserverimport tornado.ioloopimport tornado.optionsimport tornado.webfrom tornado.options import define, optionsdefine("port",... 阅读全文
摘要:
9 Input/Output9.2 string9.3 format9.4 read9.5 yes-or-no-p9.6 with-open-file9.7 writing files with with-open-file9.8 parameters to format directives9.9... 阅读全文