- 浏览: 462213 次
- 性别:
- 来自: 深圳
最新评论
-
lbs1026:
您好,卸载后怎么再装上去呢?
java中dll文件的加载和卸载。 -
mp19901204:
请教下,能通过js播放指定的影片吗。不刷新网页,用js直接调用 ...
Flv播放器 Vcastr3.0的用法参考 -
wiflish:
hanmiao 写道试了第壹個,好用。
使maven2在下载依赖包的同时下载其源代码包。 -
hanmiao:
试了第壹個,好用。
使maven2在下载依赖包的同时下载其源代码包。 -
chuanwang66:
请问Heritrix 3.1.0 你是怎么配置进Eclipse ...
Heritrix3.1.0RC1使用Cookie不能自动登录问题的一个解决办法
文章列表
一个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 ...
- 2006-06-15 17:16
- 浏览 1040
- 评论(0)
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.
- 2006-06-15 11:30
- 浏览 817
- 评论(0)
软件环境(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 ...
- 2006-05-29 16:30
- 浏览 1025
- 评论(0)
配置文件hibernate.cfg.xml的hbm2dll属性有4个值:1、validate:验证hbm2dll映射。2、update:检查更新hbm2dll映射。3、create:先drop数据库,在create数据库。4、create-drop:先drop数据库,在create数据库,当SessionFactory关闭时,又drop数据库。
- 2006-05-26 16:59
- 浏览 1505
- 评论(0)
安装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 < ...
- 2006-05-26 15:20
- 浏览 1155
- 评论(0)
原文链接:http://www-128.ibm.com/developerworks/cn/java/j-dclp2.html
ClassNotFoundException
ClassNotFoundException 是最常见的类装入异常类型。它发生在装入阶段。Java 规范对 ClassNotFoundException 的描述是这样的:
当应用程序试图通过类的字符串名称,使用以下三种方法装入类,但却找不到指定名称的类定义时抛出该异常。
...
- 2006-05-24 16:24
- 浏览 1137
- 评论(0)
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 ...
- 2006-05-22 14:12
- 浏览 842
- 评论(0)
一个ant中用于编译的宏定义例子: 1 <macrodef name="compile"> 2 <attribute name="module"/> 3 <attribute name="additional.src.dirs" default=""/> 4 <element
- 2006-05-18 16:47
- 浏览 1600
- 评论(0)
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下载。下载后解压 ...
- 2006-05-16 15:23
- 浏览 905
- 评论(0)
收集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--------- ...
- 2006-05-15 15:56
- 浏览 1030
- 评论(0)
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 ...
- 2006-05-12 11:49
- 浏览 3198
- 评论(0)