Fengzhimei@Dot.Net
Designing My Colorful Dream
摘要: 1using System; 2using System.IO; 3using System.Data; 4using System.Data.SqlClient; 5using System.Configuration; 6using System.Collections; 7using System.Web; 8 9namespace Forum.Component 10{ 11 /// 1... 阅读全文
posted @ 2004-04-13 02:14 fengzhimei 阅读(818) 评论(0) 推荐(0) 编辑
摘要: 1/// 2/// WriteToURL is a method that writes the contents of 3/// a specified URL to the web 4/// 5/// 6/// 7private void WriteToURL (WebRequest request, string data) 8{ 9 byte [] bytes = null; 1... 阅读全文
posted @ 2004-04-13 01:42 fengzhimei 阅读(703) 评论(0) 推荐(0) 编辑