上一页 1 ··· 7 8 9 10 11 12 下一页
摘要: step01: (Install sqlobject)sudo easy_install sqlobjectstep02: (Connect MySQL)step03: (Install superParser)sudo easy_install superParserstep04:(Create ... 阅读全文
posted @ 2015-05-27 22:54 Landpack 阅读(128) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/pythonimport MySQLdbtry: conn=MySQLdb.connect(host='localhost',user='root',passwd='yourpasswd',db='yourdb') cur=conn.cursor()... 阅读全文
posted @ 2015-05-26 16:58 Landpack 阅读(468) 评论(0) 推荐(0) 编辑
摘要: step 01:sudo easy_install AKBusGpsParserstep02: Let's see a sample#!/usr/bin/python#coding:UTF-8#-----------------------------------------#-- Name ... 阅读全文
posted @ 2015-05-13 21:26 Landpack 阅读(262) 评论(0) 推荐(0) 编辑
摘要: Fork() in C: (sys_fork.c)#include #include #include int main(void){ fork(); printf("Hello Landpack\n"); return 0;}Fork() in AT&T for Linux:(s... 阅读全文
posted @ 2015-05-07 08:03 Landpack 阅读(227) 评论(0) 推荐(0) 编辑
摘要: Prepare:sudo apt-get install libtool autoconf automake uuid-devsudo apt-get install python-devsudo apt-get install g++sudo apt-get install python-setu... 阅读全文
posted @ 2015-04-23 16:48 Landpack 阅读(688) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 下一页