随笔分类 -  C#

摘要:Task failed because "resgen.exe" was not found, or the correct Microsoft Windows SDK is not installed. The task is looking for "resgen.exe" in the "bi... 阅读全文
posted @ 2015-11-11 15:21 快帮我摁住你嫂子 阅读(1064) 评论(0) 推荐(0)
摘要:Image.FromStream(WebRequest.Create("http://www.baidu.com/img/baidu_logo.gif").GetResponse().GetResponseStream()); 阅读全文
posted @ 2015-08-21 16:01 快帮我摁住你嫂子 阅读(1649) 评论(0) 推荐(0)
摘要:private bool CheckSmtp(string smtpServer, int port,string username,string password) { TcpClient tcpClient = new TcpClient(smtpServer... 阅读全文
posted @ 2015-08-11 19:21 快帮我摁住你嫂子 阅读(748) 评论(1) 推荐(0)