摘要:
主要记录一些关于专利的备忘信息:1.应该充分利用以下信息: 国内专利检索:(国家知识产权局)http://www.sipo.gov.cn/zljs/ 国际专利检索:http://www.delphion.com/simple/ 阅读全文
posted @ 2011-09-15 22:07
Let it be!
阅读(186)
评论(0)
推荐(0)
摘要:
import MySQLdb #注意大小写!!#建立和数据库系统的连接conn = MySQLdb.connect(host='localhost',user='root',passwd='smile',db='test')#获取操作游标cursor = conn.cursor()#执行SQL,创建一个数据库.cursor.execute("""create database python""")cursor.execute('create table test& 阅读全文
posted @ 2011-09-15 21:50
Let it be!
阅读(298)
评论(0)
推荐(0)
浙公网安备 33010602011771号