上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 38 下一页
摘要: 文件的开端错误我少写了个<网上也有说BOM什么的原因及其解决办法:1.xml编码错误该xml是UTF-8编码的,如果该文件通过UltraEdit编辑后,会在无BOM头的UTF-8文件中加入BOM,但是DOM4j不认这个BOM(dom4j1.3),解决的办法可以通过升级dom4j到1.6解决www.dom4j.org什么是BOM?http://www.unicode.org/faq/utf_bom.html#22Unicode规范中有一个BOM的概念。BOM——Byte Order Mark,就是字节序标记。在这里找到一段关于BOM的说明:在UCS 编码中有一个叫做"ZERO W 阅读全文
posted @ 2012-04-15 20:52 Atlas's blog 阅读(454) 评论(0) 推荐(0) 编辑
摘要: 首先我在配置文件里面已经有配置<property name="packagesToScan"> <list> <value>com.travelsky.ism.bean</value> </list> </property>然后我在bean里面也指出了@Entity@Table(name="xxx")再者我也没有写错对象名所以不存在是这三种问题让我抓狂。最后发现是@Id @GeneratedValue(strategy= GenerationType.IDENTITY) privat 阅读全文
posted @ 2012-04-15 04:21 Atlas's blog 阅读(230) 评论(0) 推荐(0) 编辑
摘要: org.springframework.orm.hibernate3.HibernateSystemException: IllegalArgumentException occurred while calling setter of com.travelsky.ism.bean.UserBase.userGroupId; nested exception is org.hibernate.PropertyAccessException: IllegalArgumentException occurred while calling setter of com.travelsky.ism.b 阅读全文
posted @ 2012-04-12 10:21 Atlas's blog 阅读(147) 评论(0) 推荐(0) 编辑
摘要: StrutsPrepareAndExecuteFilter与FilterDispatcher的区别org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilterorg.apache.struts2.dispatcher.FilterDispatcherFilterDispatcher是早期struts2的过滤器,后期的都用StrutsPrepareAndExecuteFilter了,如 2.1.6、2.1.8。StrutsPrepareAndExecuteFilter名字已经很能说明问题了,prepare与execut 阅读全文
posted @ 2012-04-11 11:25 Atlas's blog 阅读(366) 评论(0) 推荐(0) 编辑
摘要: http://hi.baidu.com/ichuan/blog/item/56603bee58c5d81dfcfa3cf5.html看看这些有没有帮助:, B2 l7 F1 L) a$ W: [, f1.StatSVNhttp://www.svn8.com/svnpz/20080401/462.html! B. B. _" D/ h3 j# E使用StatSVN统计Subversion库中的代码开发情况入门, H# M, I/ p: f/ f' a5 @StatSVN是一个Java写的开源统计程序,从STATCVS移值而来。) v( i8 m' ~/ G这是官方下载地 阅读全文
posted @ 2012-04-11 10:47 Atlas's blog 阅读(2520) 评论(0) 推荐(0) 编辑
摘要: 利用VISUALSVNSEVER管理项目为VisualSVN Server增加在线修改用户密码的功能HELP // Configuring Email Notifications in VisualSVN Server . 阅读全文
posted @ 2012-04-10 22:54 Atlas's blog 阅读(127) 评论(0) 推荐(0) 编辑
摘要: VisualSVN Server includes simple Subversion hook for email notifications. To enable it email notifications on every commit please do the following: Start VisualSVN Server ManagerOpen Properties for your repositorySelect Hooks tabEdit the Post-commit hookEnter the following command into the hook edit 阅读全文
posted @ 2012-04-10 22:54 Atlas's blog 阅读(470) 评论(0) 推荐(0) 编辑
摘要: VisualSVN Server是一个非常不错的SVN Server程序,方便,直观,用户管理也异常方便。不过,它本身并没有提供在线修改密码的功能。由于在实际使用过程中,一旦SVN的用户比较多,只单单依靠windows的管理控制台去修改密码 显然是不太合适的。总不能任何人想改个密码还要通过管理员吧?所以,就想为其增加在线修改密码的功能。说实话,网上已经有了可以在线修改密码的方法。试用过,也的确可以。不过我这个人说好听点是比较勤奋,喜欢钻研,说难听点,就是喜欢钻牛角尖,呵呵。所以,一直想自己写一个在线修改密码的程序。不过一直苦于不知道svn密码的加密算法,也不太会调用dll(svn其实是使用的h 阅读全文
posted @ 2012-04-10 22:50 Atlas's blog 阅读(405) 评论(0) 推荐(0) 编辑
摘要: eclipse导入myeclipse的web项目没法识别问题解决无法加入到Sever中1、进入项目目录,找到.project文件,打开。2、找到<natures>…</natures>代码段。3、在第2步的代码段中加入如下标签内容并保存: <nature>org.eclipse.wst.common.project.facet.core.nature</nature><nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature><nature&g 阅读全文
posted @ 2012-04-09 17:11 Atlas's blog 阅读(6357) 评论(0) 推荐(0) 编辑
摘要: 如何在Android应用当中避免内存溢出问题http://blog.csdn.net/yangzl2008/article/details/7438721Android操作系统安全http://blog.csdn.net/pku_android/article/details/7438795NDK Android.mk手册http://blog.csdn.net/flydream0/article/details/7437121 阅读全文
posted @ 2012-04-09 09:07 Atlas's blog 阅读(139) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 38 下一页