摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.D... 阅读全文
posted @ 2016-11-12 22:00 影落明湖 阅读(1386) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.D... 阅读全文
posted @ 2016-11-12 20:22 影落明湖 阅读(426) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Configuration; using System.Data.SqlClient; namespace _04封装SQL访问方法 { public class SqlHelper ... 阅读全文
posted @ 2016-11-12 20:18 影落明湖 阅读(909) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data.SqlClient; using System.IO; namespace _03导入数据 { class Program { static void Mai... 阅读全文
posted @ 2016-11-12 15:00 影落明湖 阅读(1091) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data.SqlClient; using System.IO; namespace _02导出数据 { class Program { static void Mai... 阅读全文
posted @ 2016-11-12 14:56 影落明湖 阅读(1274) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace _03大项目 { public class DeskInfo { //DeskId, DeskName, DeskNamePinYin, DeskDelFlag, Desk... 阅读全文
posted @ 2016-11-12 12:26 影落明湖 阅读(472) 评论(0) 推荐(0) 编辑
摘要: create table DeskInfo ( DeskId int primary key not null identity (1,1), DeskName varchar(20) , DeskNamePinYin varchar(20), DeskDelFlag int, DeskNum int ) select DeskId,DeskName,DeskNamePinYin,Des... 阅读全文
posted @ 2016-11-12 12:20 影落明湖 阅读(231) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Da... 阅读全文
posted @ 2016-11-11 23:23 影落明湖 阅读(1643) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System... 阅读全文
posted @ 2016-11-02 12:08 影落明湖 阅读(833) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net; using System.Text.RegularExpressions; using System.IO; namespace 通过WebClient类来发起请求并下载html 抓取邮... 阅读全文
posted @ 2016-11-01 22:48 影落明湖 阅读(389) 评论(0) 推荐(0) 编辑