摘要:        
转自spring security功能点总结:1. 登录控制2. 权限控制(用户菜单的显示,功能点访问控制)spring security实现是通过一系列filter来实现,这些filter通过代理的模式被spring工厂管理,实际运用中只需要在web.xml中配置代理类即可下面我们将实现关于Spr...    阅读全文
posted @ 2014-06-30 15:33
marco_tan
阅读(708)
评论(0)
推荐(0)
        
            
        
        
摘要:        
if object_id('student', 'U') is not null	drop table studentgocreate table student(	sno varchar(20) not null ,	sage	decimal not null,	sname	varchar(20...    阅读全文
posted @ 2014-06-30 10:52
marco_tan
阅读(402)
评论(0)
推荐(0)
        
                    
                
浙公网安备 33010602011771号