07 2016 档案

摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using Model;using System.Reflection;usi 阅读全文
posted @ 2016-07-25 16:06 如果冬天没有雪 阅读(343) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using MySql.Data;using MySql.Data.MySqlClient;using System.Data; nam 阅读全文
posted @ 2016-07-25 16:05 如果冬天没有雪 阅读(253) 评论(0) 推荐(0)
摘要://在界面设置一个div 将数据动态绑定到这个div里面,在界面加载的时候,调用此方法 $(function(){ //默认进来显示第一页,一页显示五条数据 GetList(1,5); }) function GetList(page,size){ //将动态生成的html代码赋值给tr var t 阅读全文
posted @ 2016-07-06 16:39 如果冬天没有雪 阅读(1221) 评论(0) 推荐(0)