java
ivanyin111
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
自定义异常中构造方法参数用int表示errorCode的好处
如主题,请各位大虾帮助!2008-06-03 08:55:57 · 299 阅读 · 0 评论 -
appfuse appjsf jar包分析篇之三
图3 M2_REPO\org\hibernate\hibernate-ehcache\3.6.1.Final\hibernate-ehcache-3.6.1.Final.jarHibernate+ehcache二级缓存技术- lizwjiangHibernate Second-Level CacheM2_REPO\org\hibernat...2011-12-08 12:01:17 · 233 阅读 · 0 评论 -
appfuse appjsf jar包分析篇之二
图2 M2_REPO\commons-lang\commons-lang\2.4\commons-lang-2.4.jarLang Provides extra functionality for classes in java.lang.M2_REPO\commons-logging\commons-logging\1.1.1\commons-logging-1.1...2011-12-06 17:10:01 · 131 阅读 · 0 评论 -
appfuse appjsf jar包分析篇之一
昨天我写了appfuse 的初试,起步, 今天来分析下它所用的jars.图1 M2_REPO\javax\activation\activation\1.1\activation-1.1.jar http://www.xasxt.com/java/api/javax/activation/package-summary.htmlM2_REPO\javax\el\el-api...2011-12-06 16:42:30 · 206 阅读 · 0 评论 -
appfuse 起步, 初试。
首先安装maven,http://maven.apache.org/download.html, 当前最新的是3.0.3, 下载解压, 设置环境变量,打开终端, 测试是否安装成功,mvn -v, 如果显示相应的版本, 则安装成功。 在http://appfuse.org/display/APF/AppFuse+QuickStart 中选择要生成的类型...2011-12-05 18:00:05 · 152 阅读 · 0 评论 -
ejp 使用
使用ejp3.1试了下手。整个过程下来用了差不多一上午时间。最大的特点就是不用做一些关系映射, 方便好用。附件中EJPStart用eclipse 3.7, ejp_testSQL 用的mysql 5。结构:比较简单就不用做介绍了。启动类:TestEjp....原创 2011-12-02 17:52:46 · 555 阅读 · 0 评论 -
WhatsTheCauseOfThisExceptionJavalangClassFormatErrorAbsentCode
http://community.jboss.org/wiki/WhatsTheCauseOfThisExceptionJavalangClassFormatErrorAbsentCodeBackground When these artifacts were published to the Maven repository, Sun stripped out the code ...原创 2011-06-09 15:03:14 · 120 阅读 · 0 评论 -
maven Absent Code attribute in method that is not native or abstract in class...
今天用Maven进行test , 发现这个问题:Absent Code attribute in method that is not native or abstract in class file javax/xml/rpc/ServiceException 在网上找到了这个http://maven.40175.n5.nabble.com/Test-fails-with-Mav...原创 2011-05-05 15:36:20 · 269 阅读 · 0 评论 -
解决Eclipse Access restriction: 问题
The method encode(byte[]) from the type CharacterEncoder is not accessible due to restriction on required library C:\Program Files\Java\jdk1.6.0_21\jre\lib\rt.jar 其实要解决它也很容易,在Window -preferences...原创 2011-05-04 15:04:52 · 166 阅读 · 0 评论 -
statement 与preparestatement 区别
关键字: statement 与preparestatement 区别1.PreparedStatement对象不仅包含了SQL语句,而且大多数情况下这个语句已经被预编译过,因而当其执行时,只需DBMS运行SQL语句,而不必先编译。当你需要执行Statement对象多次的时候,PreparedStatement对象将会大大降低运行时间,当然也加快了访问数据库的速度。这种转换也给你带来很...原创 2010-07-20 14:50:48 · 213 阅读 · 0 评论 -
java.lang.UnsupportedClassVersionError: Bad version number in .class file问题处理
今天在搭建新的开发环境时,由于MyEclipse6.0使用jre1.6版本使用的编译级别是6.0,而Web服务器Tomcat使用的jdk版本是1.5,这样将应用部署到服务器后,后天报java.lang.UnsupportedClassVersionError: Bad version number in .class file错误信息。解决方法:将开发eclipse首先项大开,选择Java...原创 2010-07-19 16:16:40 · 118 阅读 · 0 评论 -
转:JasperReports and iReport
基础入门篇,写的挺好的。不过是英文的。 :D [url]http://www.devx.com/Java/Article/29309/1954[/url]原创 2010-01-27 12:24:11 · 93 阅读 · 0 评论 -
关于水晶报表使用的一点心得
前一段时间,公司需要做一个在线的调查投票系统,目的是统计公司能力等级指数,统计的能力级别分三大类,分别为一级能力要素,二级能力要素,三级能力要素,不同的一级能力要素下面分若干的二级能力要素,每一项二级能力要素下面又分许多三级能力要素,结果是要根据三级能力要素进行复杂的运算后形成二级能力要素的值, 然后再根据得到的二级能力要素的值和投票的人员的不同的级别和不同的岗位情况进行统计(具体怎么统计就不多说...原创 2009-02-24 10:20:32 · 193 阅读 · 0 评论 -
appfuse appjsf jar包分析篇之四
图4 M2_REPO\org\springframework\spring-aop\3.0.5.RELEASE\spring-aop-3.0.5.RELEASE.jarM2_REPO\org\springframework\spring-asm\3.0.5.RELEASE\spring-asm-3.0.5.RELEASE.jarM2_REPO\org\springframework...2011-12-08 15:25:25 · 173 阅读 · 0 评论
分享