06 2016 档案

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