摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions;//引用验证的命名空间 namespace XClas
阅读全文
摘要:在传统的.net Request验证中 ,只需要在WebConfig HttpRuntime节点 加入 RequestValidateMode 属性,值为2.0(此处2.0并非Framework版本) 在pages 或页面中将 validateRequest设为 false 即可。 但以上设置在MV
阅读全文
摘要:友情提示 更多 http://www.jb51.net/Special/822.htm 第一、在iframe中查找父页面元素的方法: 1 $('#id', window.parent.document) 1 $('#id', window.parent.document) 1 $('#id', wi
阅读全文
摘要:VO、DTO、DO、PO http://blog.csdn.net/qq897958555/article/details/53561276
阅读全文
摘要:Memcached 1 开启Telnet客户端:控制面板-》程序-》程序和功能-》启用或关闭windows功能 2 服务端的安装 例子: a: cmd.exe以管理员的身份打开 C:\WINDOWS\system32> b: 切换到程序目录安装 C:\WINDOWS\system32> cd E:\
阅读全文
摘要:解决方案 <system.webServer> <!--<modules> <remove name="FormsAuthentication" /> </modules>--><modules runAllManagedModulesForAllRequests="true" /> </syste
阅读全文
摘要:有关session链接 有关session丢失的解决方案: 1、http://m.2cto.com/kf/201702/593964.html 2、http://www.blogjava.net/Hopes/articles/385313.html ASP.NET 使用mode=”InProc”方式
阅读全文
摘要:待整理资料 1:cmd回车进入dos界面。输入sqlplus /nolog 进入sql>conn /as sysdba; 2:登陆进来解锁系统用户 sql>alter user system account unlock;忘记密码 ALTER USER system IDENTIFIED BY "s
阅读全文