摘要: 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 许晓光 阅读(194) 评论(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 许晓光 阅读(176) 评论(0) 推荐(0)