上一页 1 2 3 4 5 6 ··· 12 下一页
摘要: lisp_chapter1313 Arrays, Hash Tables, and Proterty Lists13.2 array13.5 make-array13.6 string as vectors13.7 hash tables13.8 priority listlisp toolkit:... 阅读全文
posted @ 2015-06-01 21:38 Jolin123 阅读(378) 评论(0) 推荐(0) 编辑
摘要: yosemite系统用brew安装mysql可以参考: http://segmentfault.com/a/1190000000438233安装mysqldb: pip install mysql-python简单例子import MySQLdb as mdbimport systry: co... 阅读全文
posted @ 2015-05-30 23:53 Jolin123 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 12 Structure and The Type Syetem12.2 typep, type-of12.3 defining structures12.5 accessing, modifying structs12.6 kwargs to constructor functions12.7 修... 阅读全文
posted @ 2015-05-26 19:15 Jolin123 阅读(476) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2015-05-24 11:37 Jolin123 阅读(674) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2015-05-21 20:48 Jolin123 阅读(409) 评论(0) 推荐(0) 编辑
摘要: 4 Databases1 pymongo2 simple word dictionary3 Burts booksread from databaseediting and adding books4 Databases1 pymongopymongo是python用来连接MongoDB数据库的一个... 阅读全文
posted @ 2015-05-17 19:55 Jolin123 阅读(440) 评论(0) 推荐(0) 编辑
摘要: 3 Extending Templates1 blocks and substitutions2 autoescaping3 UI modulesbasic module usagemodules in depthembedding javascript and css3 Extending Tem... 阅读全文
posted @ 2015-05-15 13:50 Jolin123 阅读(607) 评论(0) 推荐(0) 编辑
摘要: Forms and Templatesex poem maker protemplate syntaxcontrol flow statementsusing functions in templatesstatic filesForms and Templatesex poem maker pro... 阅读全文
posted @ 2015-05-13 16:21 Jolin123 阅读(371) 评论(0) 推荐(0) 编辑
摘要: hello.pymport tornado.httpserverimport tornado.ioloopimport tornado.optionsimport tornado.webfrom tornado.options import define, optionsdefine("port",... 阅读全文
posted @ 2015-05-13 10:53 Jolin123 阅读(1747) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2015-05-12 21:39 Jolin123 阅读(396) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 12 下一页