1. use this persistence.xml - simply copy it
into src/main/resources/META-INF org.hibernate.ejb.HibernatePersistence
jdbc/jbpm-ds ...
分类:
其他好文 时间:
2014-06-29 07:40:54
阅读次数:
1021
Export Wizard Error Errors occurred during the
buildProblems occured when invoking code from plug-in: "org.eclipse.resources".
The builder launch con....
分类:
其他好文 时间:
2014-06-11 23:31:49
阅读次数:
255
用了一年的语言,觉得啰嗦,懒人一个,不中意它,但,纪念下。
教程:http://www.ada-europe.org/resources/online/...
分类:
其他好文 时间:
2014-06-11 00:49:46
阅读次数:
215
cocos2dx有多种使用图片的方法,先来个最简单的:用CCSprite直接使用图片。首先,进入到之前建立的项目,把你将要使用的图片放入到目录下的Resources文件夹里面。项目中以相对路径使用资源皆是以Resources文件夹为根目录参考的。然后进入到HelloWorldScene.cpp的in...
分类:
其他好文 时间:
2014-06-10 09:31:54
阅读次数:
269
Could not write metadata for '/test'.
这是由于删除一个项目时,没有同时在硬盘上删除该项目,而后又到硬盘文件系统中删除了该项目,才出现这问题的。
到eclipse工作空间workspace中找到\.metadata\.plugins\org.eclipse.core.resources\.projects
在其下面新建一个test再打开eclipse,在项...
分类:
系统相关 时间:
2014-06-10 07:47:39
阅读次数:
329
关于ibatis的介绍、优缺点,以及ibatis和hibernate的比较再此不在赘述,可参阅其他资料。一、准备工作1、下载ibatis软件包 xxx 所需jar包为:ibatis-xxx.jar,mysql-connector-java-xxx-bin.jar2、创建测试数据库,并新建user表,其中包含三个字段: id(int) name(varchar) age(int)...
分类:
其他好文 时间:
2014-06-10 06:50:30
阅读次数:
269
In general classpath is the path where JVM can
find .class files and resources of your application and in this tutorial we will
see how to load resour...
分类:
编程语言 时间:
2014-06-08 22:20:57
阅读次数:
371
mysqldump: Got error: 23: Out of resources when
opening file ‘./mydb/tax_calculation_rate_title.MYD’ (Errcode: 24) when using
LOCK TABLES看到这个后,我比较奇怪,备...
分类:
其他好文 时间:
2014-06-05 13:19:12
阅读次数:
328
从官网下载了ExtJs的3.2版本的SDK,包含了代码依赖的详细说明、文档、范例和其他文件。其中,adapter和resources文件是Ext正常运行所必须的,其他的仅在开发过程中使用到。
Adapter:支持把Ext和其他代码库一同使用的文件
build:用于自定义构建ext-all.js的文件
docs:文档中心(仅当运行在服务器上时能够正常访问)
examples:大量令人印象深刻...
分类:
Web程序 时间:
2014-06-01 09:35:59
阅读次数:
372