上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 106 下一页
摘要: You can find Dapper on Google Code here: http://code.google.com/p/dapper-dot-net/ and the GitHub distro here: https://github.com/SamSaffron/dapper-dot 阅读全文
posted @ 2015-07-26 02:21 ®Geovin Du Dream Park™ 阅读(692) 评论(0) 推荐(0) 编辑
摘要: Enterprise Library: https://msdn.microsoft.com/en-us/library/ff648951.aspx/// /// 是否存在该记录 /// /// /// public bo... 阅读全文
posted @ 2015-07-23 17:14 ®Geovin Du Dream Park™ 阅读(565) 评论(2) 推荐(0) 编辑
摘要: create database bank;use bank;/* begin table creation */create table department (dept_id smallint unsigned not null auto_increment, name varchar(20) ... 阅读全文
posted @ 2015-07-16 17:27 ®Geovin Du Dream Park™ 阅读(279) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window... 阅读全文
posted @ 2015-07-14 17:38 ®Geovin Du Dream Park™ 阅读(531) 评论(0) 推荐(0) 编辑
摘要: ... 阅读全文
posted @ 2015-07-13 17:52 ®Geovin Du Dream Park™ 阅读(461) 评论(0) 推荐(0) 编辑
摘要: /// /// Export DataSet into Excel /// /// /// private void Form3_Load(object sender, EventArgs e) { ... 阅读全文
posted @ 2015-07-10 12:28 ®Geovin Du Dream Park™ 阅读(530) 评论(0) 推荐(0) 编辑
摘要: enum ChangeNume { /// /// 简体 /// gbk=1, /// /// 英文 /// ... 阅读全文
posted @ 2015-07-07 15:38 ®Geovin Du Dream Park™ 阅读(495) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Services.Description;using System.Web.Services.Proto... 阅读全文
posted @ 2015-06-25 22:42 ®Geovin Du Dream Park™ 阅读(1584) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// DNS、网关、子网掩码、IP /// 涂聚文 2015 /// </summary> public class IPAddressString { /// <summary> /// IP地址 /// </summary> private string _loca 阅读全文
posted @ 2015-06-24 17:04 ®Geovin Du Dream Park™ 阅读(2009) 评论(2) 推荐(0) 编辑
摘要: /// /// Windows Embedded CE 6.0 R3 WinInet Functions /// https://technet.microsoft.com/zh-cn/aa914184 /// Windows WinINet Functions //... 阅读全文
posted @ 2015-06-24 12:51 ®Geovin Du Dream Park™ 阅读(1008) 评论(0) 推荐(0) 编辑
上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 106 下一页