07 2015 档案

摘要:/// /// 账面数据 Accounting /// /// DataTable setDataAccounting() { DataTable dt = new DataTable(... 阅读全文
posted @ 2015-07-31 17:04 ®Geovin Du Dream Park™ 阅读(736) 评论(0) 推荐(0) 编辑
摘要:excel 2003 (效果不太理想)using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;... 阅读全文
posted @ 2015-07-30 23:49 ®Geovin Du Dream Park™ 阅读(467) 评论(0) 推荐(0) 编辑
摘要:excel 2003:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using Sy... 阅读全文
posted @ 2015-07-30 15:09 ®Geovin Du Dream Park™ 阅读(911) 评论(0) 推荐(0) 编辑
摘要:/// /// 涂聚文 /// 20150728 /// EXCEL win7 32位,64位OK /// public class ExcelHelperImport { /* http://www.cnblogs.com/wangrsh201... 阅读全文
posted @ 2015-07-28 16:40 ®Geovin Du Dream Park™ 阅读(463) 评论(0) 推荐(0) 编辑
摘要:https://msdn.microsoft.com/en-us/library/windows/desktop/hh848036(v=vs.85).aspxhttps://msdn.microsoft.com/en-us/library/windows/apps/ff769509(v=vs.105... 阅读全文
posted @ 2015-07-28 09:51 ®Geovin Du Dream Park™ 阅读(1326) 评论(0) 推荐(0) 编辑
摘要: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™ 阅读(707) 评论(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™ 阅读(567) 评论(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™ 阅读(280) 评论(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™ 阅读(532) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2015-07-13 17:52 ®Geovin Du Dream Park™ 阅读(465) 评论(0) 推荐(0) 编辑
摘要:/// /// Export DataSet into Excel /// /// /// private void Form3_Load(object sender, EventArgs e) { ... 阅读全文
posted @ 2015-07-10 12:28 ®Geovin Du Dream Park™ 阅读(531) 评论(0) 推荐(0) 编辑
摘要:enum ChangeNume { /// /// 简体 /// gbk=1, /// /// 英文 /// ... 阅读全文
posted @ 2015-07-07 15:38 ®Geovin Du Dream Park™ 阅读(499) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示