随笔分类 -  CSharp code

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 17 下一页
C#代码学习
摘要:... 阅读全文
posted @ 2015-07-13 17:52 ®Geovin Du Dream Park™ 阅读(472) 评论(0) 推荐(0)
摘要:/// /// Export DataSet into Excel /// /// /// private void Form3_Load(object sender, EventArgs e) { ... 阅读全文
posted @ 2015-07-10 12:28 ®Geovin Du Dream Park™ 阅读(539) 评论(0) 推荐(0)
摘要:enum ChangeNume { /// /// 简体 /// gbk=1, /// /// 英文 /// ... 阅读全文
posted @ 2015-07-07 15:38 ®Geovin Du Dream Park™ 阅读(505) 评论(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™ 阅读(1600) 评论(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™ 阅读(2043) 评论(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™ 阅读(1022) 评论(0) 推荐(0)
摘要:/// /// http://www.codeproject.com/Tips/784090/Conversion-Between-DataTable-and-List-in-Csharp /// public static class ExtensionUtility ... 阅读全文
posted @ 2015-06-17 15:34 ®Geovin Du Dream Park™ 阅读(712) 评论(0) 推荐(0)
摘要:/// /// http://www.dotnetperls.com/linq /// public partial class LinqForm : Form { const int _max = 1000000; /// /... 阅读全文
posted @ 2015-06-07 21:57 ®Geovin Du Dream Park™ 阅读(437) 评论(0) 推荐(0)
摘要:/// /// (eraghi) /// Custom CheckedListBox with binding facilities (Value property) /// from A Custom CheckedListBox with Datasource http:... 阅读全文
posted @ 2015-05-09 20:54 ®Geovin Du Dream Park™ 阅读(461) 评论(0) 推荐(0)
摘要:/* ASP.NET 默认上传文件是4M ,可以修改服务配置.. */ /// /// Gets a files formatted... 阅读全文
posted @ 2015-04-20 17:55 ®Geovin Du Dream Park™ 阅读(367) 评论(0) 推荐(0)
摘要:/// ///列表名 /// /// /// public static string GetColumnNames(System.Data.DataTable table) { if ... 阅读全文
posted @ 2015-04-09 17:05 ®Geovin Du Dream Park™ 阅读(444) 评论(1) 推荐(0)
摘要:from:http://www.codeproject.com/Articles/38858/Line-Numbers-for-RichText-Control-in-Cusing Microsoft.VisualBasic;using System;using System.Collections... 阅读全文
posted @ 2015-04-03 12:50 ®Geovin Du Dream Park™ 阅读(664) 评论(0) 推荐(0)
摘要:/// /// 集合添加的控件 /// 涂聚文20150339 /// public void AddNewTextBox() { Point p = new Point(); ... 阅读全文
posted @ 2015-03-29 16:24 ®Geovin Du Dream Park™ 阅读(539) 评论(0) 推荐(0)
摘要:http://www.csharphelp.com/2007/09/c-time-class/ 1 /* 2 datatypes. 3 4 Time class is writen in C# and .NET 2.0. 5 6 Time class explantation. ... 阅读全文
posted @ 2015-03-19 16:59 ®Geovin Du Dream Park™ 阅读(442) 评论(0) 推荐(0)
摘要:/// /// /// /// /// private string ConvertFloatToString(float fl) { string str = string.Empt... 阅读全文
posted @ 2015-03-12 17:59 ®Geovin Du Dream Park™ 阅读(1504) 评论(0) 推荐(0)
摘要:引用WINDOWS API: [DllImport("gdi32.dll", CharSet = CharSet.Auto)] public static extern int SetTextCharacterExtra(IntPtr hdc, int nCharExtr... 阅读全文
posted @ 2015-03-05 11:45 ®Geovin Du Dream Park™ 阅读(3972) 评论(2) 推荐(1)
摘要:#region GetOnlyTextFromHtmlCode + RemoveHtmlChars + RemoveTagFromHtmlCode /// /// http://www.codeproject.com/script/Content/ViewAssocia... 阅读全文
posted @ 2015-03-03 10:26 ®Geovin Du Dream Park™ 阅读(365) 评论(0) 推荐(0)
摘要:from:Microsoft Data Access Application Block for .NET https://www.microsoft.com/en-us/download/confirmation.aspx?id=435.NET4.5:http://referencesource.... 阅读全文
posted @ 2015-03-01 08:33 ®Geovin Du Dream Park™ 阅读(501) 评论(0) 推荐(0)
摘要:/// /// /// /// /// public static System.Data.DataTable ReadExcel(String strFileName) { Workbook book = new Workbook(strFileName); ... 阅读全文
posted @ 2015-02-28 13:04 ®Geovin Du Dream Park™ 阅读(818) 评论(0) 推荐(0)
摘要:SQLite sql script: SQLite 数据库连接字符 Csharp操作SQLite 添加返回值 Csharp操作Access添加返回值 https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki http 阅读全文
posted @ 2015-02-11 15:02 ®Geovin Du Dream Park™ 阅读(1018) 评论(0) 推荐(0)

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