using System; using System.Text; using System.IO; using System.Security; using System.Security.Cryptography; namespace Tgnet.Base.Security { /**...
                            
                            
                                分类:
Web程序   时间:
2014-07-22 22:54:32   
                                阅读次数:
206
                             
                         
                    
                        
                            
                            
                                using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebContro...
                            
                            
                                分类:
Web程序   时间:
2014-07-19 22:03:49   
                                阅读次数:
176
                             
                         
                    
                        
                            
                            
                                转载的:今天在网上看到一个关于加密算法的安全性及破解复杂度的表格,特摘录下来以便日后参考使用,原表是英文的,这里直接翻译成中文方便查阅。另外还找了一些关于密码学相关的信息,附录在后。加密算法的安全级别(Security Level of Cryptographic Algorithms) 安全级别 ...
                            
                            
                                分类:
其他好文   时间:
2014-07-18 20:36:05   
                                阅读次数:
512
                             
                         
                    
                        
                            
                            
                                thisthis表示当前对象,如果在全局作用范围内使用this,则指代当前页面对象window;如果在函数中使用this,则this指代什么是根据运行时此函数在什么对象上被调用。我们还可以使用apply和call两个全局方法来改变函数中this的具体指向。先看一个在全局作用范围内使用this的例子:...
                            
                            
                                分类:
编程语言   时间:
2014-07-18 20:24:15   
                                阅读次数:
276
                             
                         
                    
                        
                            
                            
                                Shiro 是一个强大而灵活的开源安全框架,能够非常清晰的处理认证、授权、管理会话以及密码加密。如下是它所具有的特点:易于理解的 Java Security API;简单的身份认证(登录),支持多种数据源(LDAP,JDBC,Kerberos,ActiveDirectory 等);对角色的简单的签权...
                            
                            
                                分类:
其他好文   时间:
2014-07-18 19:21:32   
                                阅读次数:
292
                             
                         
                    
                        
                            
                            
                                Ns.UI.AjaxForm = function () { Ns.UI.Control.apply(this, arguments);//属于继承 this.onError = null; this.onSuccess = null; this.onBeforSend = ...
                            
                            
                                分类:
编程语言   时间:
2014-07-18 19:20:58   
                                阅读次数:
372
                             
                         
                    
                        
                            
                            
                                Ns.UI.AjaxForm = function () { Ns.UI.Control.apply(this, arguments); this.onError = null; this.onSuccess = null; this.onBeforSend = null; this.onCompl...
                            
                            
                                分类:
编程语言   时间:
2014-07-18 16:26:08   
                                阅读次数:
270
                             
                         
                    
                        
                            
                            
                                演示了spring-mvc3 + spring-security3环境下,如何用xml方式配置http-basic用户认证
                            
                            
                                分类:
编程语言   时间:
2014-07-18 09:00:47   
                                阅读次数:
266
                             
                         
                    
                        
                            
                            
                                perl:warning:Settinglocalefailed解决办法:$sudovi/etc/profile按a或i进入编辑模式exportLC_ALL=en_US.UTF-8exportLANGUAGE=en_US.UTF-8按Esc键退出编辑模式:wq(保存并退出)$source/etc/profile
                            
                            
                                分类:
其他好文   时间:
2014-07-17 20:31:02   
                                阅读次数:
178