摘要:参考网址:https://www.cnblogs.com/Irving/archive/2013/03/08/2949106.html c# System.Web.Security.FormsAuthenticationTicket tk = new FormsAuthenticationTicke
阅读全文
摘要:1、生成machineKey https://blog.csdn.net/zhengzhengyi/article/details/49277589 2、在web.config,system.web中加<machineKey
阅读全文
摘要:使用 particles.min.js 参考链接:https://www.cnblogs.com/zx-admin/p/7030978.html
阅读全文
摘要:打开cmd,输入:sqlplus/nolog输入: conn 用户名/密码@127.0.0.1/数据库名
阅读全文
摘要:千万级数据表增加索引时容易卡住,使用 nologging (不记录日志)。 create index index_three on table_name(monitor_time,code1,code2) nologging
阅读全文