hello world!!!!!

写下自己的一些心得,写下自己问题的方式,写下程序之路的艰辛,希望能够有朝一日成为大牛。
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  Python

Python
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->pythonimportMySQLdb>>>conn=MySQLdb.Connection('localhost','root','lee','proftpd')>>>cur=conn.cursor()cur.execute('select*fromstudent')>& 阅读全文

posted @ 2010-11-19 15:25 陈力 阅读(362) 评论(0) 推荐(0)