摘要: 效果图: Login.aspx页面代码: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Login.aspx.cs" Inherits="EasyUIWeb.Login" %> <!DOCTYPE html> <html xmln 阅读全文
posted @ 2019-06-28 17:57 智者见智 阅读(147) 评论(0) 推荐(0)
摘要: CREATE DATABASE EasyUi_RoleManage GO USE EasyUi_RoleManage GO --权限表 CREATE TABLE tb_role ( roleId INT IDENTITY(1,1) PRIMARY KEY , roleName VARCHAR(50) 阅读全文
posted @ 2019-06-28 17:49 智者见智 阅读(124) 评论(0) 推荐(0)
摘要: // JavaScript Document $.extend($.fn.validatebox.defaults.rules, { Composite_validation: { validator: function (value, param) { var mReg = new RegExp(param[0]); //传递过来的... 阅读全文
posted @ 2019-06-28 17:46 智者见智 阅读(400) 评论(0) 推荐(0)
摘要: using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Web; namespace Xima.FreamWork.Common.Web ... 阅读全文
posted @ 2019-06-28 17:44 智者见智 阅读(236) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; namespace Xima.FreamWork.Common.Web { pu... 阅读全文
posted @ 2019-06-28 17:43 智者见智 阅读(209) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Web; namespace Xima.FreamWork.C... 阅读全文
posted @ 2019-06-28 17:42 智者见智 阅读(330) 评论(0) 推荐(0)