摘要:
主要记录一些关于专利的备忘信息:1.应该充分利用以下信息: 国内专利检索:(国家知识产权局)http://www.sipo.gov.cn/zljs/ 国际专利检索:http://www.delphion.com/simple/ 阅读全文
摘要:
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& 阅读全文