摘要: @{ ViewData["Title"] = "Login"; Layout = "~/Views/Shared/_Layout_default.cshtml"; } @section Css { <style> body { /* 加载背景图 */ background-image: url(.. 阅读全文
posted @ 2023-06-26 12:21 妖狐鬼魅 阅读(42) 评论(0) 推荐(0) 编辑
摘要: @{ ViewData["Title"] = "Edit"; Layout = "~/Views/Shared/_Layout_default.cshtml"; } <form class="layui-form layui-form-pane" lay-filter="DataForm" styl 阅读全文
posted @ 2023-06-26 12:19 妖狐鬼魅 阅读(4) 评论(0) 推荐(0) 编辑
摘要: @{ ViewData["Title"] = "IPList"; Layout = "~/Views/Shared/_Layout_layui.cshtml"; } @section Css { } <div class="demoTable layui-form" style="padding: 阅读全文
posted @ 2023-06-26 12:18 妖狐鬼魅 阅读(4) 评论(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:48 妖狐鬼魅 阅读(32) 评论(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 妖狐鬼魅 阅读(3) 评论(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 妖狐鬼魅 阅读(6) 评论(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 妖狐鬼魅 阅读(3) 评论(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 妖狐鬼魅 阅读(9) 评论(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 妖狐鬼魅 阅读(9) 评论(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 妖狐鬼魅 阅读(25) 评论(0) 推荐(0) 编辑