上一页 1 2 3 4 5 6 ··· 12 下一页
摘要: using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using PT.BLL; using PT.Common; using PT.Model; using PT.Web.Mvc.App_Start; using Syst 阅读全文
posted @ 2023-06-26 11:48 妖狐鬼魅 阅读(45) 评论(0) 推荐(0) 编辑
摘要: using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using PT.BLL; using PT.Common; using PT.Model; using PT.Web.Mvc.App_Start; using Syst 阅读全文
posted @ 2023-06-26 11:37 妖狐鬼魅 阅读(7) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Data; using System.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.A 阅读全文
posted @ 2023-06-26 11:36 妖狐鬼魅 阅读(8) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Text.RegularExpressions; using S 阅读全文
posted @ 2023-06-26 11:36 妖狐鬼魅 阅读(7) 评论(0) 推荐(0) 编辑
摘要: using SqlSugar; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PT.Model 阅读全文
posted @ 2023-06-26 11:30 妖狐鬼魅 阅读(14) 评论(0) 推荐(0) 编辑
摘要: using Microsoft.AspNetCore.Hosting; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using Syste 阅读全文
posted @ 2023-06-26 11:15 妖狐鬼魅 阅读(12) 评论(0) 推荐(0) 编辑
摘要: using Microsoft.AspNetCore.Http; using PT.Model; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Th 阅读全文
posted @ 2023-06-26 11:07 妖狐鬼魅 阅读(31) 评论(0) 推荐(0) 编辑
摘要: //获取本机域账号的几种方式 System.Security.Principal.WindowsIdentity currentUser = System.Security.Principal.WindowsIdentity.GetCurrent(); string strUserName = cu 阅读全文
posted @ 2023-05-05 15:44 妖狐鬼魅 阅读(285) 评论(0) 推荐(0) 编辑
摘要: //是否可编辑 var IsEdit = true; //$("#MenuNav a").hide(); var UserJurisdictionV; LoadPageJurisdiction(); //获取用户角色页面权限 function GetUserRolePageJurisdiction( 阅读全文
posted @ 2023-05-04 14:26 妖狐鬼魅 阅读(12) 评论(0) 推荐(0) 编辑
摘要: using Microsoft.Extensions.Configuration; using Microsoft.IdentityModel.Protocols; using SqlSugar; using System; using System.Collections.Generic; usi 阅读全文
posted @ 2023-05-04 10:38 妖狐鬼魅 阅读(439) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 12 下一页