`
xxj
  • 浏览: 435021 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论
文章列表
因为lazy的问题,还是采用了OpenSessionInView 一开始我的web.xml配置文件如下:     <filter>         <filter-name>opensession</filter-name>         <filter-class>org.springframework.orm.hibernate3.support.OpenSessionInViewFilter</filter-class>     </filter> 写了个保存的代码测试了一下,报如下的错误: org.s ...
正好这段时间有空,开始研读rails。本身我没有ruby基础,也一直没有太大的兴趣,这本书正好是对没有ruby基础人写的rails教程。Thanks manning:)
Mergere, Inc. is excited to announce the release of Better Builds with Maven, the ultimate resource to help you unleash the power of the Apache Software Foundation's Maven project. Better Builds with Maven is written by Vincent Massol, Jason van Zyl ...
今天在python-chinese邮件列表中看到一则好消息,下面的来自maillistLiang Osmond :已经和原作者联系好了,Dive into Python 的官方中文版地址为 http://www.woodpecker.org.cn<wbr>/diveintopython/</wbr>现在如果您访问 http://diveintopython.org/ 的 Chinese已经是新的地址了。或者http://cn.diveintopython.org/ 直接访问另外,Dive into Python 的官方中文版将纳入 Ubuntu 6.06 (Dap ...
个人比较偏好IDEA,虽然eclipse有freemarker的plugin,但是还是舍不得为了一个plugin而选用Eclipse,google了一下发现有人把自己的Live template共享了,呵呵,正好拿来用用http://weblog.flop.ca/2005/03/27/1111947748000.html
好久没有去书店了,一直没空,喜欢看去逛书店,已经养成这个习惯了,每个月都回去看看。无意中看到一本:《领域驱动设计:软件核心复杂性应对之道》觉得挺不错的,买下来研读中o_ohttp://www.douban.com/subject/1629512/
新开发的产品需要考虑多语言的问题,i18n一直只是看过,并没有正在的用到项目中,觉得应该是个很容易的事情,谁知今天却折腾了我一把:(首先修改webwork.properties:webwork.locale=zh_CNwebwork.i18n.encoding=GBK修改native2ascii的编码     ...
昨天在用hibernate无意中在后台发现一个很奇怪的问题,一条SQL一直在重复执行,跑了好半天也没完成:(仔细的看了一下,原来是在查询字典表,先执行一次总的查询出id,然后分别根据id分别select,这个字典表的内容太多了,而且本身自关联的。当然我也知道这个只是第一次加载慢,第一次加载同时会被缓存,可是这个项目刚刚开始,这个字典表的改动是很频繁的,需要根据客户的需求而经常变动,等稳定下来再该回去。先修改为sql:  select c.categoryid as {category.Id}, c.categoryname as {cat ...
http://dark.clansoft.dk/~mbn/svnservice/ SVN Service Wrapper for Windows This is my Win32 Service wrapper for SVN. Source is included, and its in the public domain. No need to copyright this stuff. SVNService.zip Usage instructions: SVNService ...
在最新的EAP版本下跑不起来,害的我又改用了IDEA5.1Home Page:        http://groovy.codehaus.org/IntelliJ+IDEA+Plugin
dwr.xml <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE dwr PUBLIC "-//GetAhead Limited//DTD Direct Web Remoting 1.0//EN"        "http://www.getahead.ltd.uk/dwr/dwr10.dtd"><dwr>    <allow>        <create creator="spring" ...
AnnotationSessionFactoryBean 继承LocalSessionFactoryBean今天用到,查了一下refrence,顺便把它贴出来: <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"        "http://www.springframework.org/dtd/spring-beans.dtd"><beans>    ...
Smack is a library for communicating with XMPP servers to perform instant messaging and chat.  package cn.martin.xmpp;import org.jivesoftware.smack.GroupChat;import org.jivesoftware.smack.XMPPConnection;import org.jivesoftware.smack.XMPPException;import org.jivesoftware.smack.Chat;import org.jive ...
http://blogs.jetbrains.com/idea/
http://www.instrumentalservices.com/index.php?option=com_content&task=view&id=45&Itemid=52Gunjan DoshiInstrumental Services Inc. Abstract: JUnit needs no introduction. Originally written by Kent Beck and Erich Gamma, the software is the preferred tool of choice for developer tes ...
Global site tag (gtag.js) - Google Analytics