
python
蜜汁小强
年龄怎么就突然变大了呢
展开
-
[Python] SQLBuilder 示例代码
用Python写一个SQLBuilder,Java版可以从 http://www.java2s.com/Code/Java/Database-SQL-JDBC/SQLBuilder.htm 看到。附上代码:class SQLDirector: @classmethod def buildSQL(cls, builder): sql = "" sql原创 2014-07-25 11:40:27 · 2426 阅读 · 0 评论 -
Demo of Python "Map Reduce Filter"
Here I share with you a demo for python map, reduce and filter functional programming thatowned by me(Xiaoqiang). I assume there are two DB tables, that `file_logs` and `expanded_attrs` which re原创 2014-08-09 02:43:34 · 1031 阅读 · 0 评论 -
[Python 2.7] Hello World CGI HTTP Server
# CGI HTTP server## Getting StartedPython 2.x is preferred to this simple demo. I'm using Python 2.7 over windows.* https://docs.python.org/2.7/library/cgihttpserver.html* https://do原创 2014-08-13 00:43:30 · 5672 阅读 · 1 评论 -
python - pytest - Very easy sample in steps
Here assume we have a python script folder, and we want to put test scripts in tests just in scripts folder.原创 2014-10-21 18:04:12 · 3363 阅读 · 0 评论