随笔分类 -  CSharp code

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页
C#代码学习
摘要:https://github.com/mathnet 阅读全文
posted @ 2016-05-24 16:55 ®Geovin Du Dream Park™ 阅读(409) 评论(0) 推荐(0)
摘要:显示结果: ID:1 ParentID: 0 TreeLevel: 0 Name:中国ID:2 ParentID: 1 TreeLevel: 1 Name:江西ID:5 ParentID: 2 TreeLevel: 2 Name:南昌ID:6 ParentID: 5 TreeLevel: 3 Nam 阅读全文
posted @ 2016-05-24 10:36 ®Geovin Du Dream Park™ 阅读(270) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Net; using System.Tex... 阅读全文
posted @ 2016-05-13 17:52 ®Geovin Du Dream Park™ 阅读(441) 评论(0) 推荐(0)
摘要:测试用的当前最新版本: sql: Entities (Model) Mapping: 各关联主键外键表设计参考: http://www.codeproject.com/Articles/232034/Inheritance-mapping-strategies-in-Fluent-Nhibernat 阅读全文
posted @ 2016-03-28 21:22 ®Geovin Du Dream Park™ 阅读(363) 评论(0) 推荐(0)
摘要:http://www.dotnetperls.com/chart using System; using System.Windows.Forms; using System.Windows.Forms.DataVisualization.Charting;////net4.0需添加引用 names 阅读全文
posted @ 2016-03-09 15:57 ®Geovin Du Dream Park™ 阅读(1620) 评论(0) 推荐(0)
摘要:https://github.com/joeandaverde/socket.io-csharp-client http://websocket4net.codeplex.com/ http://www.codeproject.com/Articles/463947/Working-with-Soc 阅读全文
posted @ 2016-03-09 15:17 ®Geovin Du Dream Park™ 阅读(1874) 评论(0) 推荐(0)
摘要:代码生成器: 1. http://www.codesmithtools.com/ 2.https://sourceforge.net/projects/mygeneration/ 3. http://nmg.codeplex.com/ NHibernate Mapping Generator htt 阅读全文
posted @ 2016-02-29 15:28 ®Geovin Du Dream Park™ 阅读(977) 评论(1) 推荐(0)
摘要:https://msdn.microsoft.com/zh-cn/library/system.text.regularexpressions.regex(v=vs.110).aspx https://github.com/StackExchange/dapper-dot-net /// <summ 阅读全文
posted @ 2016-02-19 11:18 ®Geovin Du Dream Park™ 阅读(1737) 评论(0) 推荐(0)
摘要:http://json2csharp.com/http://jsonclassgenerator.codeplex.com/http://jsonutils.com/ JSON生成类文件https://github.com/bladefist/JsonUtils ///http://jsonl... 阅读全文
posted @ 2015-12-28 14:51 ®Geovin Du Dream Park™ 阅读(1268) 评论(0) 推荐(0)
摘要:安装配置:Install MongoDB on Windows(安装配置官方参考) http://docs.mongodb.org/manual/tutorial/install-mongodb-on-windows/1.Run MongoDBC:\Program Files\MongoDB\Ser... 阅读全文
posted @ 2015-09-09 17:04 ®Geovin Du Dream Park™ 阅读(603) 评论(0) 推荐(0)
摘要:http://www.microsoft.com/zh-cn/download/details.aspx?id=25281//******************************************************************************//// THIS... 阅读全文
posted @ 2015-08-24 22:21 ®Geovin Du Dream Park™ 阅读(664) 评论(1) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2015-08-21 16:54 ®Geovin Du Dream Park™ 阅读(633) 评论(0) 推荐(0)
摘要:https://openxmlexporttoexcel.codeplex.com/ http://www.codeproject.com/Tips/366446/Export-GridView-Data-to-Excel-using-OpenXml http://www.codeproject.c 阅读全文
posted @ 2015-08-19 15:56 ®Geovin Du Dream Park™ 阅读(1061) 评论(0) 推荐(1)
摘要:/// /// 账面数据 Accounting /// /// DataTable setDataAccounting() { DataTable dt = new DataTable(... 阅读全文
posted @ 2015-07-31 17:04 ®Geovin Du Dream Park™ 阅读(748) 评论(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™ 阅读(473) 评论(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™ 阅读(919) 评论(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™ 阅读(469) 评论(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™ 阅读(720) 评论(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™ 阅读(573) 评论(2) 推荐(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™ 阅读(539) 评论(0) 推荐(0)

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页