上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 43 下一页
摘要: A string is basically a sequence of characters. Immutable 阅读全文
posted @ 2007-12-10 18:23 许晓光 阅读(385) 评论(0) 推荐(0) 编辑
摘要: A quick way to measure your understanding of .NET is to take some quiz questions. And from time to time, I will offer some for your enjoyment. The answers will be given out either in the comment and/o... 阅读全文
posted @ 2007-12-04 17:36 许晓光 阅读(409) 评论(0) 推荐(0) 编辑
摘要: http://msdn2.microsoft.com/en-us/library/esw638yk.aspx 阅读全文
posted @ 2007-12-04 17:05 许晓光 阅读(245) 评论(0) 推荐(0) 编辑
摘要: use what namespace 1using System.Text.RegularExpressions; load file into richtextbox 1private System.Windows.Forms.RichTextBox inputText; 2private void LoadTextFile() ... 阅读全文
posted @ 2007-12-04 11:13 许晓光 阅读(220) 评论(1) 推荐(0) 编辑
摘要: introduction to Generics Generic classes and methods combine reusability, type safety and efficiency in a way that their non-generic counterparts cannot. Generics are most commonly used with ... 阅读全文
posted @ 2007-12-03 15:57 许晓光 阅读(188) 评论(0) 推荐(0) 编辑
摘要: use what namespace 1using System.IO; 2using System.Net; implementing FTPutil class 1try 2{ 3FtpWebRequest ftpRequest = (FtpWebRequest)WebRequest.Create(uri); ... 阅读全文
posted @ 2007-12-03 10:37 许晓光 阅读(167) 评论(0) 推荐(0) 编辑
摘要: use 1using System.IO; 阅读全文
posted @ 2007-11-30 16:40 许晓光 阅读(153) 评论(0) 推荐(0) 编辑
摘要: use 1using System.IO; 2using System.IO.Compression; compress 1byte [] buffer = null; 阅读全文
posted @ 2007-11-29 11:03 许晓光 阅读(190) 评论(0) 推荐(0) 编辑
摘要: use namespace 1using System.Security.Principal; 2using System.Security.AccessControl; define variable 1private FileSecurity m_fileSecurity; show file acces... 阅读全文
posted @ 2007-11-29 10:17 许晓光 阅读(220) 评论(0) 推荐(0) 编辑
摘要: use 1Properties.Settings.Default.clientStringSetting; 阅读全文
posted @ 2007-11-28 18:02 许晓光 阅读(244) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 43 下一页