摘要: using System; using System.Data; using System.Configuration; using Excel; //using Microsoft.Office.Interop; using Microsoft.Office.Core; namespace ExcelEdit { /// /// ExcelEdit 的摘要说明 ... 阅读全文
posted @ 2010-10-21 16:09 lcqjiyi 阅读(229) 评论(0) 推荐(0)
摘要: using System; 002using System.Collections.Generic; 003using System.Text; 004using System.Net; 005using System.IO; 006007namespace Czt.Web 008{ 009/// <summary> 010/// 实现网站登录类 011/// </summary... 阅读全文
posted @ 2010-08-19 17:01 lcqjiyi 阅读(1950) 评论(2) 推荐(0)
摘要: 代码 阅读全文
posted @ 2010-08-19 16:59 lcqjiyi 阅读(633) 评论(0) 推荐(0)
摘要: 通过.Net FrameWork 2.0下提供的“System.Net.Mail”可以轻松的实现,本文列举了3种途径来发送: 1.通过Localhost; 2.通过普通SMTP; 3.通过SSL的SMTP; 下面一个一个来说: 1.通过LocalHost 1public void SendMailLocalhost() 2 ...{ 3 System.Net.Mail.... 阅读全文
posted @ 2010-08-17 17:05 lcqjiyi 阅读(342) 评论(0) 推荐(1)