`
文章列表
一个Person可以参加多个Event,一个Event有多个Person参加。映射文件如下:<!-- Person.hbm.xml --><hibernate-mapping package="events">  <class name="Person" table="person">      <id name="id" column="person_id">          <generator class="native&qu ...
The rules you have to remember are straightforward:    All bi-directional associations need one side as inverse.   In a one-to-many association it has to be the many-side,   In many-to-many association you can pick either side, there is no difference.
软件环境(windowsXP):Apache2.0.55 + PHP4.3.5 + MySQL4.0.24 + phpMyAdmin-2.5.6-rc2 配置方法: 1、复制%PHP_HOME%\php4ts.dll文件到%Apache_HOME%\bin\php4ts.dll; 2、修改%Apache_HOME%\conf\httpd.conf查找: # #  Commonly used filename extensions to character sets. You probably #  want to avoid clashes with the language extensio ...
配置文件hibernate.cfg.xml的hbm2dll属性有4个值:1、validate:验证hbm2dll映射。2、update:检查更新hbm2dll映射。3、create:先drop数据库,在create数据库。4、create-drop:先drop数据库,在create数据库,当SessionFactory关闭时,又drop数据库。
安装mysql的windows系统服务: ${mysql.home}\bin\mysqld-nt --install; 卸载mysql的windows系统服务: ${mysql.home}\bin\mysqld-nt --remove 绿色心情 大大介绍的更好的方法: 在命令行使用sc命令: DESCRIPTION: SC is a command line program used for communicating with the NT Service Controller and services. USAGE: sc < ...
原文链接:http://www-128.ibm.com/developerworks/cn/java/j-dclp2.html ClassNotFoundException ClassNotFoundException 是最常见的类装入异常类型。它发生在装入阶段。Java 规范对 ClassNotFoundException 的描述是这样的: 当应用程序试图通过类的字符串名称,使用以下三种方法装入类,但却找不到指定名称的类定义时抛出该异常。 ...
Google Web Toolkit (GWT) is a Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don't speak browser quirks as a second language. Writing dynamic web applications today is a tedious and error-prone process; you spend 90% of your ...
一个ant中用于编译的宏定义例子: 1     <macrodef name="compile"> 2         <attribute name="module"/> 3         <attribute name="additional.src.dirs" default=""/> 4         <element 
jadclips插件网站:http://jadclipse.sourceforge.net/ 一、下载:  下载插件:    下载jadclipse_3.1.0.jar 版本,该版本支持eclipse3.1M6以上    下载jadclipse_3.2.0.jar 版本,该版本支持eclipse3.2M3和eclipse3.2M4。    下载jadclipse_3.2.2.jar 版本,该版本支持eclipse3.2M5以上。  下载Jad 反编译工具:    http://www.kpdus.com/jad.html#download,在该页中找到适合自己操作系统平台的jad下载。下载后解压 ...
收集Eclipse插件网站 摘自 CSDN(http://blog.csdn.net/blueball/archive/2004/07/26/51821.aspx) http://www.eclipse-workbench.com/jsp/ http://www.objectlearn.com/index.jsp http://www.crionics.com/products/opensource/eclipse/eclipse.jsp http://eclipse-plugins.2y.net/eclipse/index.jsp--------- ...
Property设置属性的7种方法: 1、设置name和value属性值,比如:<property name="srcdir" value="${basedir}/src"/> 2、设置name和refid属性值,比如:<property name="srcpath" refid="dao.compile.classpath"/>,其中    dao.compile.classpath在别的地方定义。 3、设置name和l ...
参照链接: Xdoclet的标签及用法

我的小窝

我的小窝
Global site tag (gtag.js) - Google Analytics