Slash

习惯在追逐的过程中不断去完善自己;当你不再去追逐,你自我完善的脚步也就停滞下来了。

导航

2006年4月26日 #

邮件发送

摘要: public void SenderMail(MailInfo m) { MailMessage mail=new MailMessage(); // mail.From="dingchungao@163.com"; mail.From=System.Configuratio... 阅读全文

posted @ 2006-04-26 16:00 Slash 阅读(281) 评论(0) 推荐(0) 编辑

文件上传

摘要: 实现图片文件上传至服务器端文件夹下,同时数据库中保存相应文件名便于存取,文件保存目录通过Web.config中设定。具体代码实现如下: 1using System; 2using System.IO; 3 4namespace fradmin.DBAccess 5{ 6 /**//// 7 /// File 的摘要说明。 8 /// 9 public class Fi... 阅读全文

posted @ 2006-04-26 15:48 Slash 阅读(499) 评论(0) 推荐(0) 编辑