癫和尚

导航

2014年10月17日 #

转载: C#发送邮件(VS2008)

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Net.... 阅读全文

posted @ 2014-10-17 00:40 癫和尚 阅读(137) 评论(0) 推荐(0)

转载:C#保存文件时重名自动生成新文件的方法

摘要: /// /// Generates a new path for duplicate filenames./// /// The path./// private string GetNewPathForDupes( string path ){ string directory = Path... 阅读全文

posted @ 2014-10-17 00:13 癫和尚 阅读(586) 评论(0) 推荐(0)