摘要: using System;using System.Collections.Generic;using System.Data;using System.Data.SqlClient;using System.Linq;using System.Text;using System.Threading... 阅读全文
posted @ 2014-09-03 22:42 小鱼儿游游 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 插个1万条的数据用了40多秒,我感觉我这个代码还是有问题using Microsoft.Win32;using System;using System.Collections;using System.Collections.Generic;using System.Configuration;us... 阅读全文
posted @ 2014-09-03 15:57 小鱼儿游游 阅读(152) 评论(0) 推荐(0) 编辑
摘要: using Microsoft.Win32;using System;using System.Collections;using System.Collections.Generic;using System.Data.SqlClient;using System.IO;using System.... 阅读全文
posted @ 2014-09-03 10:27 小鱼儿游游 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 在vs中新建项“应用程序配置文件”,然后按上面代码配置,最后别忘了在解决方案管理器添加引用System.Configuration 阅读全文
posted @ 2014-09-02 16:57 小鱼儿游游 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 1 using Microsoft.Win32; 2 using System; 3 using System.Collections.Generic; 4 using System.Data.SqlClient; 5 using System.IO; 6 using System.Linq; 7... 阅读全文
posted @ 2014-09-02 16:47 小鱼儿游游 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 自学.net已经快一个月了,看的是传智播客的视频,今天正好申请了博客,就先把手写的sqlhelper类上传上去吧别忘了在解决方案管理器的“引用”添加System.Configuration 1 using System; 2 using System.Collections.Generic; 3 ... 阅读全文
posted @ 2014-09-02 15:57 小鱼儿游游 阅读(132) 评论(0) 推荐(0) 编辑