会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
StringXy
github.com/Stringxy
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2016年11月29日
[转]tomcat配置虚拟目录
摘要: 1、【官方文档】本人不推荐。在tomcat\conf下server.xml中找到<Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespac
阅读全文
posted @ 2016-11-29 14:50 StaticXy
阅读(204)
评论(0)
推荐(0)
2016年11月28日
struts2+bootstrap-fileinput+poi 实现读取excel文件到数据库
摘要: jsp代码 <!-- 文件上传 --> <label class="control-label">请选择要导入的Excel文件:</label><input type="file" name="uploadFiles" id="uploadfile" class="file-loading" />
阅读全文
posted @ 2016-11-28 18:10 StaticXy
阅读(3407)
评论(0)
推荐(0)
2016年11月23日
面试题总结
摘要: 1、权限管理有几张表,并画出简单的uml图(很重要),权限管理的框架有哪些 (RBAC权限模型 ) 权限管理的框架有:shrio、Spring Security 2、servlet是什么以及流程,servlet的步骤,问的深一点会问init和destroy作用 Servlet是一种java技术,处理
阅读全文
posted @ 2016-11-23 17:07 StaticXy
阅读(486)
评论(0)
推荐(0)
2016年11月22日
Missing artifact com.sun:tools:jar 1.5.0 解决方法
摘要: 将JDK\lib\目录下的tools.jar拷贝到提示的路径\.m2\repository\com\sun\tools\1.5.0\目录下,并将tools.jar改名为 tools-1.5.0.jar,并在pom.xml中作如下配置: <dependency> <groupId>com.sun</g
阅读全文
posted @ 2016-11-22 14:43 StaticXy
阅读(318)
评论(0)
推荐(0)
2016年11月21日
About Shiro 基础1
摘要: 简介:Apache Shiro是Java的一个安全框架,类似于Spring Security。 基本构成: Authentication:身份认证/登录,验证用户是不是拥有相应的身份; Authorization:授权,即权限验证,验证某个已认证的用户是否拥有某个权限; Session Manage
阅读全文
posted @ 2016-11-21 18:51 StaticXy
阅读(149)
评论(0)
推荐(0)
2016年11月19日
11-14 把maven 项目导入eclipse中遇到的各种问题
摘要: 1,build workspace很慢 1可以在eclipse中点击project 取消bulid auto~ 2可以右击项目 选properties builders 去掉validation (maven project builder) 2,tomcat启动不了(Starting Tomcat
阅读全文
posted @ 2016-11-19 13:00 StaticXy
阅读(1301)
评论(0)
推荐(0)
2016年11月17日
my imooc
摘要: http://www.imooc.com/u/3370789
阅读全文
posted @ 2016-11-17 21:40 StaticXy
阅读(94)
评论(0)
推荐(0)
上一页
1
2
公告