上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 69 下一页
摘要: java集合框架是java提供的工具包,在java.util.*中,这个包中包含了常用的数据结构:集合、数组、链表、栈、队列、映射等。java集合框架主要可以分为四个部分:List列表、Set集合、Map映射和工具类(Iterator迭代器、Enumeration枚举类、Arrays和Collect 阅读全文
posted @ 2016-08-15 20:10 山河永慕~ 阅读(318) 评论(0) 推荐(0) 编辑
摘要: hibernate3和4中 HibernateSessionFactory中不同之处 //serviceRegistry = new ServiceRegistryBuilder().applySettings(configuration.getProperties()).buildServiceR 阅读全文
posted @ 2016-08-15 11:53 山河永慕~ 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 在Eclipse中生成项目是WebContent目录 而在MyEclipse中生成的项目目录名字好像叫做WebRoot,那么如果把MyEclipse的项目导入到Eclipse中,如果要部署项目到Tomcat中需要做什么修改呢。只需如下一部 1、右键点击项目--属性--Add 添加WebRoot目录, 阅读全文
posted @ 2016-08-12 13:27 山河永慕~ 阅读(955) 评论(0) 推荐(0) 编辑
摘要: maven打包的时候默认是不加入依赖的jar包的,所以想打出一个独立的可运行jar包的话直接mvn clean install package是不行的。需要略改动下pom文件,加入如下plugin maven打包的时候有些jar包是不在mavencenter的。需要在pom中引入相关的本地jar包, 阅读全文
posted @ 2016-08-11 16:32 山河永慕~ 阅读(952) 评论(0) 推荐(0) 编辑
摘要: 版本不同过滤器不同。2.16以后应该是:org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter2.12以前应该是org.apache.struts2.dispatcher.Filterdispatcher 阅读全文
posted @ 2016-08-11 16:14 山河永慕~ 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderListenerjava.lang.ClassNotFoundException: org.springf 阅读全文
posted @ 2016-08-09 09:09 山河永慕~ 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 以下为借助google翻译的,个人润色了一下,官方版里面感觉有很多问题,我这里有我个人修改大部分问题的版本,包括翻译完善,有需要的可以联系我:qyj8411@163.com 1. 在您网站的根目录创建名为“webim”的文件夹。 2. 拷贝此目录下所有文件(保留目录结构)到刚刚创建的文件夹。 设置w 阅读全文
posted @ 2016-08-08 10:46 山河永慕~ 阅读(488) 评论(0) 推荐(0) 编辑
摘要: 【Shiro】Apache Shiro架构之身份认证(Authentication) 【Shiro】Apache Shiro架构之权限认证(Authorization) 【Shiro】Apache Shiro架构之集成web 【Shiro】Apache Shiro架构之实际运用(整合到Spring中 阅读全文
posted @ 2016-08-05 14:17 山河永慕~ 阅读(664) 评论(0) 推荐(0) 编辑
摘要: Shiro系列文章: 【Shiro】Apache Shiro架构之身份认证(Authentication) 【Shiro】Apache Shiro架构之权限认证(Authorization) 【Shiro】Apache Shiro架构之自定义realm 【Shiro】Apache Shiro架构之实 阅读全文
posted @ 2016-08-05 10:15 山河永慕~ 阅读(8317) 评论(0) 推荐(0) 编辑
摘要: Shiro系列文章: 【Shiro】Apache Shiro架构之身份认证(Authentication) 【Shiro】Apache Shiro架构之集成web 【Shiro】Apache Shiro架构之自定义realm 【Shiro】Apache Shiro架构之实际运用(整合到Spring中 阅读全文
posted @ 2016-08-04 16:04 山河永慕~ 阅读(7514) 评论(0) 推荐(0) 编辑
上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 69 下一页