随笔分类 -  CSharp code

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页
C#代码学习
摘要:https://github.com/exaphaser/ScrapySharp https://github.com/zzzprojects/html-agility-pack https://github.com/atifaziz/Fizzler https://archive.codeplex 阅读全文
posted @ 2018-03-05 15:03 ®Geovin Du Dream Park™ 阅读(733) 评论(3) 推荐(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.... 阅读全文
posted @ 2018-02-23 15:56 ®Geovin Du Dream Park™ 阅读(471) 评论(0) 推荐(0)
摘要:https://stackoverflow.com/questions/14796162/how-to-install-a-windows-font-using-c-sharp 阅读全文
posted @ 2017-09-01 16:12 ®Geovin Du Dream Park™ 阅读(444) 评论(0) 推荐(0)
摘要:Spire.Pdf: 注:pdf 显示中文一定要设置相应的中文字体,其他外文类似。否则显示为乱码( 如果繁体的服务器上生成的中文内容PDF文档,在简体操作系统保存或并传给简体系统上查看,会存在乱码问题,这个需要考虑的) 安装配置:PM> Install-Package Spire.PDF https 阅读全文
posted @ 2017-08-30 11:20 ®Geovin Du Dream Park™ 阅读(1257) 评论(0) 推荐(0)
摘要:测试代码: 阅读全文
posted @ 2017-08-02 16:36 ®Geovin Du Dream Park™ 阅读(945) 评论(0) 推荐(1)
摘要:https://netftp.codeplex.com/ 测试 https://github.com/hgupta9/FluentFTP 阅读全文
posted @ 2017-08-02 16:27 ®Geovin Du Dream Park™ 阅读(1495) 评论(2) 推荐(1)
摘要:https://netftp.codeplex.com/SourceControl/latest http://ftplib.codeplex.com/ https://www.codeproject.com/articles/18537/c-ftp-client-library https://w 阅读全文
posted @ 2017-07-26 14:14 ®Geovin Du Dream Park™ 阅读(718) 评论(0) 推荐(0)
摘要:TypeInfo,PropertyInfo,MethodInfo,FieldInfo 阅读全文
posted @ 2017-06-22 10:24 ®Geovin Du Dream Park™ 阅读(463) 评论(0) 推荐(0)
摘要:https://www.codeproject.com/Tips/873677/SQL-Server-Database-Backup-and-Restore-in-Csharp https://www.codeproject.com/Articles/162684/SMO-Tutorial-of-n 阅读全文
posted @ 2017-06-02 12:11 ®Geovin Du Dream Park™ 阅读(457) 评论(0) 推荐(0)
摘要:DataTable dt = setData(); // Sum rows. //foreach (DataRow row in dt.Rows) //{ // int rowTotal = 0; // foreach (DataColumn... 阅读全文
posted @ 2017-05-23 16:29 ®Geovin Du Dream Park™ 阅读(506) 评论(0) 推荐(0)
摘要:http://stackoverflow.com/questions/691035/setting-the-default-value-of-a-datetime-property-to-datetime-now-inside-the-syst 阅读全文
posted @ 2017-04-21 11:50 ®Geovin Du Dream Park™ 阅读(567) 评论(0) 推荐(0)
摘要:https://github.com/chivandikwa/AIMLBot (csharp) https://github.com/gunthercox/ChatterBot (python) http://hci.stanford.edu/~winograd/shrdlu/ http://fam 阅读全文
posted @ 2017-03-01 17:57 ®Geovin Du Dream Park™ 阅读(2970) 评论(2) 推荐(1)
摘要:http://stephencleary.com/projects/ 阅读全文
posted @ 2016-10-27 16:09 ®Geovin Du Dream Park™ 阅读(380) 评论(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™ 阅读(595) 评论(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™ 阅读(1377) 评论(0) 推荐(0)
摘要:类似于SQL Server中的:sp_executesql sql server script: MySql script: 阅读全文
posted @ 2016-09-07 10:54 ®Geovin Du Dream Park™ 阅读(354) 评论(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™ 阅读(1054) 评论(1) 推荐(0)
摘要:https://openxmlexporttoexcel.codeplex.com/ http://referencesource.microsoft.com/ 引用: 阅读全文
posted @ 2016-08-16 23:03 ®Geovin Du Dream Park™ 阅读(1423) 评论(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™ 阅读(672) 评论(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™ 阅读(522) 评论(0) 推荐(0)

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