01 2020 档案

cookie设置HttpOnly、Secure属性
摘要:参考网址:https://www.cnblogs.com/Irving/archive/2013/03/08/2949106.html c# System.Web.Security.FormsAuthenticationTicket tk = new FormsAuthenticationTicke 阅读全文

posted @ 2020-01-08 14:18 七七2020 阅读(2613) 评论(0) 推荐(0)

web.config,system.web中加<machineKey
摘要:1、生成machineKey https://blog.csdn.net/zhengzhengyi/article/details/49277589 2、在web.config,system.web中加<machineKey 阅读全文

posted @ 2020-01-08 14:16 七七2020 阅读(898) 评论(0) 推荐(0)

登陆页面粒子效果
摘要:使用 particles.min.js 参考链接:https://www.cnblogs.com/zx-admin/p/7030978.html 阅读全文

posted @ 2020-01-06 16:49 七七2020 阅读(726) 评论(0) 推荐(0)

cmd命令登陆oracle
摘要:打开cmd,输入:sqlplus/nolog输入: conn 用户名/密码@127.0.0.1/数据库名 阅读全文

posted @ 2020-01-04 16:34 七七2020 阅读(3170) 评论(0) 推荐(0)

oracle 千万级数据表增加索引
摘要:千万级数据表增加索引时容易卡住,使用 nologging (不记录日志)。 create index index_three on table_name(monitor_time,code1,code2) nologging 阅读全文

posted @ 2020-01-03 17:56 七七2020 阅读(4792) 评论(0) 推荐(0)

导航