上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: int Currentpage = 1; int Pagesize = 2; //总条数 int totalRecord = Convert.ToInt32(DB.bBookDBEntities.Book.Count()); public void Data() { lblpa... 阅读全文
posted @ 2018-04-19 15:45 你的斗志并没有失去 阅读(107) 评论(0) 推荐(0) 编辑
摘要: //先进行html加密 var text = $("#text").val(); text = encodeURIComponent(text); //后端存入数据库进行解密 string text = context.Server.UrlDecode(context.Request[... 阅读全文
posted @ 2018-04-17 10:39 你的斗志并没有失去 阅读(160) 评论(0) 推荐(0) 编辑
摘要: select 学号,姓名,性别,出生日期,Student.班级ID,班级名称 from Student join Class on Student.班级ID = Class.班级ID where 姓名 like '%张%' 阅读全文
posted @ 2018-04-12 10:37 你的斗志并没有失去 阅读(230) 评论(0) 推荐(0) 编辑
摘要: layer.alert('', { icon:3, title: '删除确认', content: '您确定要删除这条记录吗?', btn: ['确定','取消'] }, function (index) { //business lo... 阅读全文
posted @ 2018-04-12 09:48 你的斗志并没有失去 阅读(607) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2018-04-09 15:11 你的斗志并没有失去 阅读(1513) 评论(0) 推荐(0) 编辑
摘要: 用户名: UserId UserName Pwd ... 阅读全文
posted @ 2018-04-09 14:21 你的斗志并没有失去 阅读(2151) 评论(0) 推荐(0) 编辑
摘要: 用户名: 密 码: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data; using System.Data.SqlClien... 阅读全文
posted @ 2018-04-08 11:01 你的斗志并没有失去 阅读(185) 评论(0) 推荐(0) 编辑
摘要: DateTime dtTime = Convert.ToDateTime(dt.Rows[0]["Newtime"]); lblDay1.Text = dtTime.Month.ToString(); lblYearMonth1.Text = dtTime.Year.ToString() + "-" + dtTime.Month.ToString(); ... 阅读全文
posted @ 2018-04-03 17:35 你的斗志并没有失去 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2018-04-02 09:21 你的斗志并没有失去 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-03-30 10:40 你的斗志并没有失去 阅读(269) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页