摘要:
int Currentpage = 1; int Pagesize = 2; //总条数 int totalRecord = Convert.ToInt32(DB.bBookDBEntities.Book.Count()); public void Data() { lblpa... 阅读全文
摘要:
//先进行html加密 var text = $("#text").val(); text = encodeURIComponent(text); //后端存入数据库进行解密 string text = context.Server.UrlDecode(context.Request[... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data; using System.Data.SqlClient; using System.Configuration; namespace AJAX { /// /// Log... 阅读全文
摘要:
用户名: 密 码: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data; using System.Data.SqlClien... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography; using System.Web; /// /// Md5 的摘要说明 /// public class Md5 { public static string GetMD5(st... 阅读全文