2008-04-18

MySQL部分新特性将闭源

关键字: mysql 闭源
SUN真是开源的毒药,收购mysql以后,竟然宣布一些特性将闭源,只提供给企业版。 原帖见:注意Marten Mickos是Mysql CEO http://jcole.us/blog/archives/2008/04/14/just-announced-mysql-to-launch-new-features-only-in-mysql-enterprise/ Vadim的评论 http://www.mysqlperformanceblog.com/2008/04/15/partially-opensourced/
Git --- The stupid content tracker。 Linux内核开发使用的版本控制系统,只能在Linux系统下运行。rails目前已经采用git作为版本控制系统。 中文教程地址: http://www.bitsun.com/documents/gittutorcn.htm
2008-04-17

The smallwig theory of optimization

关键字: optimization
There are three kinds of optimization. 1. Optimization by using a more sensible overall approach. 2. Optimization by making the code less weird. 3. Optimization by making the code more weird. You've probably heard, and maybe even spouted yourself, the phrase "premature optimization is the ...
2008-04-10

Unitils 1.1rc

关键字: unitils
2008-03-28 - Release of Unitils 1.1 rc 1 We've been working hard to implement following features: JPA integration, support for hierarchically organized database scripts, support for Oracle PL/SQL in database scripts. Also, Unitils' transaction management and hibernate integration have been re-imple ...
jdk5.0引入Annotation语法,@Target中的ElementType包括 ElementType.ANNOTATION_TYPE 应用于其他注解的元注解 ElementType.CONSTRUCTOR 构造函数 ElementType.FIELD 字段 ElementType.LOCAL_VARIABLE 方法中的本地变量 ElementType.METHOD 方法 ElementType.PACKAGE 包 ElementType.PARAMETER 方法的参数 ElementType.TYPE 类,接口或者枚举声明 ElementType.LOCAL_VARIA ...
2008-04-07

Unitils结合Dbdeploy管理测试数据库

关键字: unitils dbdeploy
Unitils是单元测试的一组工具集,介绍见http://www.javaeye.com/topic/160004Dbdeploy是Thoughtworks公司开发的数据库工具,获得Jolt大奖。 Unitils有自己的一个管理类似于dbdeploy的管理数据库的module -- DBMaintainer,其要求的sql文件名称格式如下所示,要求使用下划线分隔001_create_users_table.sqlDbdeploy要求的sql文件格式使用空格分隔1 create users table.sql如果在项目中同时使用了dbdeploy和unitils(dbdeploy比db ...
2008-04-05

Java Persistence with Hibernate

关键字: jpa hibernate
图灵出版社官方Hibernate实战(第2版)链接为: http://www.turingbook.com/Books/ShowBook.aspx?BookID=260 书  名: Hibernate实战(第2版) 评论星级: **** 书  号: 978-7-115-17448-2 原 书 名: Java Persistence with Hibernate 原出版社: Manning Publications 丛 书 名: 图灵程序设计丛书 分  类: 计算机 >> 程序设计 >> Java 作  者: Christian ...
2008-04-05

Memcached java client 2.01发布

关键字: memcached
com.danga.MemCached 发布2.0.1包括许多重要更新,建议升级至2.0.1 引用Released version 2.0.1 today. Many bug fixes on the 2.0 branch. You should use this and *not* use the 2.0 release.
2008-04-05

Struts2中使用Stream Result Type

关键字: struts2 stream
Stream result type是Struts2中比较有用的一个feature。特别是在动态生成图片和文档的情况下;例如动态验证码,各种报表图片生成等。鉴于网上使用struts2生成动态验证码,struts2+jfreechart的例子中很少使用到该feature,这里以生成动态验证码为例解释stream result的使用: Action类,action主要要提供一个获取InputStrem的方法public class CheckCodeAction extends ActionSupport implements SessionAware { private Logger ...
2008-04-03

NotSerializableException: EnhancerByCGLIB

关键字: ibatis notserializableexception enhancerbycglib
使用Ibatis时,为了获得更好的性能,我们一般都会将enhancementEnabled设为true,使用cglib。如果从ibatis获取的domain object需要序列化,这时就需要注意有可能出现如下异常:java.io.NotSerializableException: $java.util.List$$EnhancerByCGLIB$$a80b8ab4 at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1156) at java.io.ObjectOutputStream.writeObj ...
andyao
搜索本博客
我的相册
5420ab30-72c6-3b30-9492-388a5a0e5e66-thumb
Snap1
共 1 张
存档
最新评论