随笔分类 -  CSharp code

上一页 1 ··· 13 14 15 16 17
C#代码学习
摘要:http://stephencleary.com/projects/ 阅读全文
posted @ 2016-10-27 16:09 ®Geovin Du Dream Park™ 阅读(375) 评论(0) 推荐(0) 编辑
摘要:paging : http://www.codeproject.com/Articles/44858/Custom-Paging-GridView-in-ASP-NET-Oracle https://github.com/MarcosMeli/FileHelpers/ http://www.code 阅读全文
posted @ 2016-09-21 11:28 ®Geovin Du Dream Park™ 阅读(589) 评论(0) 推荐(0) 编辑
摘要:ODP.NET: 引用: 数据库连接字符串: System.Data.OracleClient(.net 4.0) 引用: 数据库连接字符串: System.Data.OleDb oracle package sql: C# 3.5 调用查询: Oracle sql: ODP.NET: 阅读全文
posted @ 2016-09-18 16:07 ®Geovin Du Dream Park™ 阅读(1366) 评论(0) 推荐(0) 编辑
摘要:类似于SQL Server中的:sp_executesql sql server script: MySql script: 阅读全文
posted @ 2016-09-07 10:54 ®Geovin Du Dream Park™ 阅读(350) 评论(0) 推荐(0) 编辑
摘要:http://ccflow.codeplex.com/ http://winwf.codeplex.com/ http://nginn.codeplex.com/ https://github.com/lafar6502/NGinnBPM http://ringleflow.codeplex.com 阅读全文
posted @ 2016-08-26 12:11 ®Geovin Du Dream Park™ 阅读(1045) 评论(1) 推荐(0) 编辑
摘要:https://openxmlexporttoexcel.codeplex.com/ http://referencesource.microsoft.com/ 引用: 阅读全文
posted @ 2016-08-16 23:03 ®Geovin Du Dream Park™ 阅读(1403) 评论(1) 推荐(0) 编辑
摘要:http://stackoverflow.com/questions/16222674/software-license-key-and-activationhttps://github.com/Labs64http://www.codeproject.com/Articles/11012/Lice 阅读全文
posted @ 2016-08-05 01:01 ®Geovin Du Dream Park™ 阅读(658) 评论(0) 推荐(0) 编辑
摘要:Speech SDK 5.1https://www.microsoft.com/en-us/download/details.aspx?id=10121 detects mobile devices and browsers http://51degrees.codeplex.com/ http:/ 阅读全文
posted @ 2016-07-13 12:33 ®Geovin Du Dream Park™ 阅读(513) 评论(0) 推荐(0) 编辑
摘要:https://github.com/mathnet 阅读全文
posted @ 2016-05-24 16:55 ®Geovin Du Dream Park™ 阅读(401) 评论(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™ 阅读(265) 评论(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™ 阅读(432) 评论(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™ 阅读(358) 评论(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™ 阅读(1611) 评论(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™ 阅读(1867) 评论(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™ 阅读(970) 评论(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™ 阅读(1718) 评论(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™ 阅读(1242) 评论(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™ 阅读(594) 评论(0) 推荐(0) 编辑
摘要:http://www.microsoft.com/zh-cn/download/details.aspx?id=25281//******************************************************************************//// THIS... 阅读全文
posted @ 2015-08-24 22:21 ®Geovin Du Dream Park™ 阅读(657) 评论(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™ 阅读(620) 评论(0) 推荐(0) 编辑

上一页 1 ··· 13 14 15 16 17
< 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
点击右上角即可分享
微信分享提示