码迷,mamicode.com
首页 >  
搜索关键字:mysqlimport    ( 44个结果
MySQL和PostgreSQL 导入数据对比
MySQL 和 PostgreSQL 导入数据功能对比。...
分类:数据库   时间:2014-05-23 07:54:15    阅读次数:380
c语言学习之结构篇代码示例-输入n个同学的姓名,数学英语成绩,按照平均分从低到高排序并输出
#include void main(){ const int count = 5;//定义数量 struct student{ char name[80]; float math,eng; float aver; }stu[count],temp; //输入 for (int i = 0; i scanf("%s%f%f", stu[i].name, &stu[i].m...
分类:编程语言   时间:2014-05-22 11:21:15    阅读次数:312
同一路由器不同vlan之间的通信(一)
还是废话不多说,第一步,看...
分类:其他好文   时间:2014-05-22 08:19:28    阅读次数:279
Python Mysql
import MySQLdb# 打开数据库连接db = MySQLdb.connect("localhost","testuser","test123","TESTDB" )# 使用cursor()方法获取操作游标 cursor = db.cursor() #cursor用来执行命令的方法:
分类:数据库   时间:2014-05-10 06:03:19    阅读次数:309
44条   上一页 1 ... 3 4 5
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!