摘要: var pageIndex = 1;//当前页var pageCount = 0;//总页数$(function () { //全选 $("#qx").click(function () { $("[name=ck]").prop("checked", $(this).prop("checked") 阅读全文
posted @ 2018-11-22 19:13 嘻嘻哈哈嘿嘿呀 阅读(92) 评论(0) 推荐(0) 编辑
摘要: using NPOI.HSSF.UserModel;using NPOI.SS.UserModel;using NPOI.XSSF.UserModel;using System;using System.Collections;using System.Collections.Generic;usi 阅读全文
posted @ 2018-11-22 19:00 嘻嘻哈哈嘿嘿呀 阅读(255) 评论(0) 推荐(0) 编辑
摘要: @{ Layout = null;} <!DOCTYPE html> <html><head> <meta name="viewport" content="width=device-width" /> <title>Add</title> <script src="~/Content/jquery 阅读全文
posted @ 2018-11-22 18:28 嘻嘻哈哈嘿嘿呀 阅读(284) 评论(0) 推荐(0) 编辑
摘要: @{ Layout = null;} <!DOCTYPE html> <html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> <script src="~/Content/jque 阅读全文
posted @ 2018-11-22 18:27 嘻嘻哈哈嘿嘿呀 阅读(155) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace LC.IDAL{ public interface ID 阅读全文
posted @ 2018-11-22 18:26 嘻嘻哈哈嘿嘿呀 阅读(197) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc; namespace LC.UI.Controllers{ using BLL; using E 阅读全文
posted @ 2018-11-22 18:26 嘻嘻哈哈嘿嘿呀 阅读(95) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace LC.BLL{ using Entity; using 阅读全文
posted @ 2018-11-22 18:25 嘻嘻哈哈嘿嘿呀 阅读(158) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace LC.DAL{ using Entity; using 阅读全文
posted @ 2018-11-22 18:24 嘻嘻哈哈嘿嘿呀 阅读(79) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace LC.DAL{ using IDAL; using En 阅读全文
posted @ 2018-11-22 18:23 嘻嘻哈哈嘿嘿呀 阅读(194) 评论(0) 推荐(0) 编辑
摘要: //分页 using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace LC.Entity{ public class 阅读全文
posted @ 2018-11-22 18:22 嘻嘻哈哈嘿嘿呀 阅读(313) 评论(0) 推荐(0) 编辑