05 2022 档案

摘要:Free 命令是 Linux 管理员广泛使用的最强大的命令。但与"/proc/meminfo"文件相比,它提供的信息很少。Free 命令显示系统上可用和已用物理内存和交换内存的总量,以及内核使用的缓冲区和缓存。 [root@sharplee creatfile]# free -m 下面是图中参数字段 阅读全文
posted @ 2022-05-27 17:56 .net&new 阅读(410) 评论(0) 推荐(0) 编辑
摘要:@model StudentSys.Models.SysRole@{ ViewBag.Title = "更新角色"; Layout = null;}<!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>更新角色</title> <meta 阅读全文
posted @ 2022-05-22 10:45 .net&new 阅读(144) 评论(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:43 .net&new 阅读(74) 评论(0) 推荐(0) 编辑
摘要: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 阅读(144) 评论(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 阅读(128) 评论(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 阅读(63) 评论(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 阅读(152) 评论(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 阅读(127) 评论(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 阅读(148) 评论(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 阅读(274) 评论(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 阅读(254) 评论(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 阅读(764) 评论(0) 推荐(0) 编辑
摘要:LayUi搜索时,如何只刷新表格内容,其他内容不变?ZTree工具类汇总,包括:新增、编辑和删除节点,并提交后台LayUi的表格上方的列筛选、打印和导出等三个按钮,如果想要控制其显示或隐藏,需要修改“layuiliblayuilaymodules”目录下“table.js”中源码,修改内容如下所示: 阅读全文
posted @ 2022-05-15 21:27 .net&new 阅读(1532) 评论(0) 推荐(0) 编辑
摘要:效果图: 后台代码: /// <summary> /// 分页数据 /// </summary> /// <param name="page"></param> /// <param name="limit"></param> /// <returns></returns> public strin 阅读全文
posted @ 2022-05-14 11:18 .net&new 阅读(165) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示