上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 38 下一页
摘要: 严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListenerorg.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 37 in XML document from URL [jar:file:/E:/workspace/.metadata/.plugins/org.eclipse.wst.server 阅读全文
posted @ 2011-12-15 15:59 Atlas's blog 阅读(849) 评论(0) 推荐(0) 编辑
摘要: 在我这里是由于java.util.Date 和 java.sql.Date的转换问题造成的.好像是由于在json里要输出的实体类中的一个属性类型为java.sql.Date.我将其改变成了java.util.Date.就好了.另附上:java.util.Date 转换为 java.sql.Datejava.util.Date 就是在除了SQL语句的情况下面使用java.sql.Date 是针对SQL语句使用的,它只包含日期而没有时间部分它都有getTime方法返回毫秒数,自然就可以直接构建java.util.Date d = new java.util.Date(sqlDate.getTime 阅读全文
posted @ 2011-12-15 13:51 Atlas's blog 阅读(5984) 评论(0) 推荐(0) 编辑
摘要: question:I clean and restarted Tomcat Server. From that time the error comes as followsPublishing failed with multiple errors Resource is out of sync with the file systemCan you help me to avoid.--------------------------------------------------------------------------------------------------------- 阅读全文
posted @ 2011-12-14 16:46 Atlas's blog 阅读(1079) 评论(0) 推荐(0) 编辑
摘要: 发现是我不小心将url上的端口号写错了. 阅读全文
posted @ 2011-12-14 14:20 Atlas's blog 阅读(246) 评论(0) 推荐(0) 编辑
摘要: - No enclosing instance of type Test is accessible. Must qualify the allocation with an enclosing instance of type Test (e.g. x.new A() where xis an instance of Test).public class Test { public static void main(String[] args) { Test test = new Test(); Beans xm = test.new Beans(); } public c... 阅读全文
posted @ 2011-12-14 11:25 Atlas's blog 阅读(353) 评论(0) 推荐(0) 编辑
摘要: 出现这样的情况,一般有四种原因:一:连接URL格式出现了问题(Connection conn=DriverManager.getConnection("jdbc:mysql://localhost:3306/XX","root","XXXX")[qzhao]:我的配置如下:<!-- Database connection settings --><property name="connection.driver_class">com.mysql.jdbc.Driver</propert 阅读全文
posted @ 2011-12-11 13:32 Atlas's blog 阅读(357) 评论(0) 推荐(0) 编辑
摘要: http://www.linuxso.com/architecture/8746.html 阅读全文
posted @ 2011-12-09 13:22 Atlas's blog 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 本文介绍如何在Eclipse中通过maven插件编写java项目和web项目。安装Maven下载Maven最新版本,见:maven.apache.org/download.html当前版本2.0.7。解压缩下载的文件, 将其中的bin目录设置到windows Path环境变量中.测试安装是否成功:在命令行中输入mvn -version安装Maven插件安装Eclipse的Maven插件M2Eclipse。本文使用:JDK:SUN JDK1.6.0_03Eclipse:3.3.1.1M2Eclipse插件网址:m2eclipse.codehaus.org通过Eclipse在线更新网址:m2ecl 阅读全文
posted @ 2011-12-08 14:27 Atlas's blog 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 1. NDK下载 最新版 Android NDK 开发工具包 地址:http://dl.google.com/android/ndk/android-ndk-r6-windows.zip2.交叉编译环境下载 Cygwin ,并安装。 我们通过Cygwin编译一个交叉环境。地址:http://www.cygwin.com/选择 Devel Install 安装 gcc 和 make 等工具。3 .配置NDK环境在 Cygwin的root 的目录下root\home\<username> 目录下找到 ,bath_profile 文件添加######################### 阅读全文
posted @ 2011-12-08 13:54 Atlas's blog 阅读(1126) 评论(0) 推荐(0) 编辑
摘要: 2011.12.8首先从SVN上得到X_INTF: x-domainx-servicex-webx-webappx.batpom.xml前期准备:配置Mavendownload Maven.环境变量path :%M2_HOME%\bin;在maven下建立repo目录将conf目录下settins.xml增加<localRepository>D:/GreenSoftware/apache-maven-2.2.1/repo</localRepository>节点为eclipse添加maven plugin,详细见http://hzbook.group.iteye.com/ 阅读全文
posted @ 2011-12-08 11:12 Atlas's blog 阅读(202) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 38 下一页