摘要:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 年 15 月 16 日 17 18 19 20 21 阅读全文
摘要:
使用纯HTML页与js、ajax、Linq实现分页与组合查询的配合使用 <body> <div id="top"><input type="button" id="btn1" class="btn" value="刷新" /></div> <div style="position:relative; 阅读全文
摘要:
1.首先使用Linq连接数据库,并扩展属性 public partial class User { public string SexStr { get { string end = "<暂无>"; if (this._Sex != null) { end = Convert.ToBoolean(t 阅读全文
摘要:
1.发送邮件 首先引用using System.Net;和using System.Net.Mail;两个命名空间 2.数据导出 阅读全文