05 2015 档案
摘要: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...
阅读全文
摘要:8 Recursion8.11 recursive templates8.12 variations on the basic templates8.13 trees and car/cdr recursion8.14 helping functions8.16 tail recursion8.18...
阅读全文
摘要:7 Applicative Programming7.2 funcall7.3 mapcar7.4 manipulating tables with mapcar7.5 lambda expressions7.6 find-if7.7 my-assoc7.8 remove-if, remove-if...
阅读全文
摘要:6 list data structure 首先注意cons的用法 (cons 'w '(x y z)) -> (w x y z)但是想在list的结尾添加一个元素就不能这样实现,eg,(cons '(w x y) 'z) -> ((w x y) . z)6.3 the APPEND functio...
阅读全文

浙公网安备 33010602011771号