Loading

04 2021 档案

摘要:1.后台Controller public ActionResult Index(int pageIndex = 1, int pageSize = 3) { MyDataDBEntities db = new MyDataDBEntities(); //获取集合总数 int userListCou 阅读全文
posted @ 2021-04-29 16:08 云辰 阅读(208) 评论(0) 推荐(0) 编辑
摘要:1.前端代码 @{ Layout = null; } <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <link href="~/Content/layui/css/layui.c 阅读全文
posted @ 2021-04-27 16:44 云辰 阅读(2491) 评论(0) 推荐(0) 编辑
摘要:1.新建MyModule.cs继承IHttpModule,实现BeginRequest事件。 public class MyModule:IHttpModule { public void Init(HttpApplication context) { context.BeginRequest += 阅读全文
posted @ 2021-04-21 10:19 云辰 阅读(74) 评论(0) 推荐(0) 编辑
摘要:1.以dba管理员登录 sqlplus / as sysdba 2.查看密码策略 SQL> select * from dba_profiles where resource_NAME='PASSWORD_VERIFY_FUNCTION'; 3.登录PL/SQL,以sysdba方式登录,密码输入默认 阅读全文
posted @ 2021-04-08 16:12 云辰 阅读(2440) 评论(0) 推荐(0) 编辑

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