04 2018 档案
摘要: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[...
阅读全文
摘要:select 学号,姓名,性别,出生日期,Student.班级ID,班级名称 from Student join Class on Student.班级ID = Class.班级ID where 姓名 like '%张%'
阅读全文
摘要:layer.alert('', { icon:3, title: '删除确认', content: '您确定要删除这条记录吗?', btn: ['确定','取消'] }, function (index) { //business lo...
阅读全文
摘要: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...
阅读全文
摘要:用户名: UserId UserName Pwd ...
阅读全文
摘要:用户名: 密 码: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data; using System.Data.SqlClien...
阅读全文
摘要:DateTime dtTime = Convert.ToDateTime(dt.Rows[0]["Newtime"]); lblDay1.Text = dtTime.Month.ToString(); lblYearMonth1.Text = dtTime.Year.ToString() + "-" + dtTime.Month.ToString(); ...
阅读全文
摘要: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...
阅读全文

浙公网安备 33010602011771号