上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 30 下一页
摘要: using Newtonsoft.Json;using StudentSys.data;using StudentSys.Filter;using StudentSys.Models;using StudentSys.ViewModel;using System;using System.Colle 阅读全文
posted @ 2022-05-22 10:42 .net&new 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 后台代码: using Newtonsoft.Json;using StudentSys.data;using StudentSys.Filter;using StudentSys.Models;using System;using System.Collections.Generic;using 阅读全文
posted @ 2022-05-22 10:33 .net&new 阅读(118) 评论(0) 推荐(0) 编辑
摘要: public string Delete() { int id = int.Parse(Request["idsStr"]); YuanGongDb dbcontext = new YuanGongDb(); var user = dbcontext.SysUser.FirstOrDefault(o 阅读全文
posted @ 2022-05-22 10:06 .net&new 阅读(56) 评论(0) 推荐(0) 编辑
摘要: @model StudentSys.Models.SysUser@{ ViewBag.Title = "更新用户"; Layout = null;} <!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>更新用户</title> <met 阅读全文
posted @ 2022-05-22 10:05 .net&new 阅读(111) 评论(0) 推荐(0) 编辑
摘要: @{ ViewBag.Title = "添加用户"; Layout = null;} <!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>添加用户</title> <meta name="viewport" content="width 阅读全文
posted @ 2022-05-22 10:04 .net&new 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 效果图片: @{ ViewBag.Title = "员工列表"; Layout = null;} <!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>员工列表</title> <meta name="viewport" content= 阅读全文
posted @ 2022-05-22 10:01 .net&new 阅读(127) 评论(0) 推荐(0) 编辑
摘要: @{ Layout = null;}<!DOCTYPE html><html><head> <meta charset="utf-8"> <title>员工管理系统</title> <meta name="viewport" content="width=device-width, initial- 阅读全文
posted @ 2022-05-22 09:59 .net&new 阅读(235) 评论(1) 推荐(0) 编辑
摘要: @{ ViewBag.Title = "员工登录"; Layout = null;} <!DOCTYPE html><html lang="en" class="page-fill"><head> <meta charset="UTF-8"> <title>员工登录</title> <meta na 阅读全文
posted @ 2022-05-22 09:57 .net&new 阅读(213) 评论(0) 推荐(0) 编辑
摘要: class User { public int Id { get; set; } public string Name { get; set; } public string Gender { get; set; } } class Phone { public int UserId { get; 阅读全文
posted @ 2022-05-21 11:16 .net&new 阅读(731) 评论(0) 推荐(0) 编辑
摘要: LayUi搜索时,如何只刷新表格内容,其他内容不变?ZTree工具类汇总,包括:新增、编辑和删除节点,并提交后台LayUi的表格上方的列筛选、打印和导出等三个按钮,如果想要控制其显示或隐藏,需要修改“layuiliblayuilaymodules”目录下“table.js”中源码,修改内容如下所示: 阅读全文
posted @ 2022-05-15 21:27 .net&new 阅读(1399) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 30 下一页