随笔分类 -  my notes

摘要:public void ShiftRows(int startRow, int endRow, int n); public void ShiftRows(int startRow, int endRow, int n, bool copyRowHeight, bool resetOriginalR 阅读全文
posted @ 2016-12-01 16:01 StaticXy 阅读(25472) 评论(1) 推荐(2)
摘要:1、【官方文档】本人不推荐。在tomcat\conf下server.xml中找到<Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespac 阅读全文
posted @ 2016-11-29 14:50 StaticXy 阅读(212) 评论(0) 推荐(0)
摘要:1、权限管理有几张表,并画出简单的uml图(很重要),权限管理的框架有哪些 (RBAC权限模型 ) 权限管理的框架有:shrio、Spring Security 2、servlet是什么以及流程,servlet的步骤,问的深一点会问init和destroy作用 Servlet是一种java技术,处理 阅读全文
posted @ 2016-11-23 17:07 StaticXy 阅读(489) 评论(0) 推荐(0)
摘要:简介:Apache Shiro是Java的一个安全框架,类似于Spring Security。 基本构成: Authentication:身份认证/登录,验证用户是不是拥有相应的身份; Authorization:授权,即权限验证,验证某个已认证的用户是否拥有某个权限; Session Manage 阅读全文
posted @ 2016-11-21 18:51 StaticXy 阅读(158) 评论(0) 推荐(0)