- 浏览: 53749 次
- 性别:
- 来自: 深圳
最新评论
文章列表
QRTZ_CALENDARS 以 Blob 类型存储 Quartz 的 Calendar 信息
QRTZ_CRON_TRIGGERS 存储 Cron Trigger,包括 Cron 表达式和时区信息
QRTZ_FIRED_TRIGGERS 存储与已触发的 Trigger 相关的状态信息,以及相联 Job 的执行信息
QRTZ_PAUSED_TRIGGER_GRPS 存储已暂停的 Trigger 组的信息
QRTZ_SCHEDULER_STATE 存储少量的有关 Scheduler 的状态信息,和别的 Scheduler 实例(假如是用于一个集群中)
QRTZ_LOCKS 存储程序的非观 ...
- 2009-08-15 10:46
- 浏览 2735
- 评论(0)
打开本机的ftp后,若只有本机可以访问,则需要查看防火墙了
控制面板-》windows防火墙-》高级-》设置-》服务中选中ftp服务器。
- 2009-08-14 12:55
- 浏览 1785
- 评论(0)
Web library project archive jaxb-api-2.0.jar conflicts with another archive also mapped to
the WEB-INF/lib folder.
在maven工程中,如果出现如上问题,可能原因是在pom.xml文件中引用的jar包依赖两个位置不同但是名
字相同的jar包,验证方法如下:
在cmd环境下,输入如下命令:mvn dependency:tree,根据jar包的依赖树,我们可以查找上面发生冲突
的jar包,查看同一个包是否引用了不同路径下的同名jar包。如果是,可以用exclusion将其中一个 ...
- 2009-08-12 14:56
- 浏览 3448
- 评论(0)
ORA-02266 unique/primary keys in table referenced by enabled foreign keys
Cause
An attempt was made to drop or truncate a table with unique or primary keys referenced by foreign keys enabled in another table.
Action
Before dropping or truncating the table, disable the foreign key constraints in othe ...
- 2009-08-03 15:45
- 浏览 1048
- 评论(0)
org.springframework.dao.DataIntegrityViolationException: not-null property references a null or transient value: com.bee.appserver.config.entity.ChannelServer.broadcastserver; nested exception is org.hibernate.PropertyValueException: not-null property references a null or transient value: com.bee.app ...
http://eclipse-cs.sf.net/update checkstyle
http://java.decompiler.free.fr/jd-eclipse/update decompiler
http://www.freemarker.org/eclipse/updates/ freemarker
http://propedit.sourceforge.jp/eclipse/updates/ ascii decompiler
- 2009-08-03 15:08
- 浏览 967
- 评论(0)
hibernate报出下列异常,为主键冲突异常。可以先查看hibernate配置文件中的主键策略是否为sequence,如果是,再查看数据库中原始数据是否存在该sequence的nextVal的数据,
如果存在只需要修改sequence的下一个值或者修改原始数据,该异常就可以解决了。
org.hibernate.event.def.AbstractFlushingEventListener - Could not synchronize database state with session
> org.hibernate.exception.ConstraintViolationExc ...
- 2009-07-29 12:49
- 浏览 14400
- 评论(0)
引用[align=left][/align]<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>bee.vision</groupId>
<artifactId>appserver</artifactId>
<packaging>war</packaging>
<version>2.2 ...
- 2009-07-15 12:44
- 浏览 2527
- 评论(0)