06 2016 档案
摘要:public ActionResult Index() { MailMessage mailMessage = new MailMessage();//导入system.net这个Assembly mailMessage.From = new MailAddress("发件人邮箱地址","我是谁"); mailMessage.To.Add(new MailAddress(...
阅读全文
摘要:废话不多说,直接上代码: SQL存储过程: SQL调用: declare @count intexec usp_PagingLarge '表1,表2,表3','表1 主键','要添加的字段',10,1,'条件,多条件时用and连接','','排序字段 desc',@RecordCount=@coun
阅读全文

浙公网安备 33010602011771号