最新回答 / I醉里挑燈看劍
java.lang.ExceptionInInitializerError at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown So...
2016-06-18
最新回答 / _白駒過隙_
打開工程的.classpath文件:<?xml version="1.0"?encoding="UTF-8"?><classpath>????<classpathentry kind="src"?path="src/main/java"/>????<classpathentry kind="src"?path="src/main/config"/>????<classpathentry kind="src"??path="src/test/java"/...
2016-06-10
最新回答 / taoy
用eclipse時,要下載JavaEE版,導(dǎo)入工程時,要選擇“maven->Existing Maven projects”后,再選擇工程所在的路徑。
2016-06-02
最新回答 / 慕的地6780840
以前的老版本,依賴是在線提示的,我的現(xiàn)在也不提示。老師講課的那種我感覺是本地資源庫中已經(jīng)下載過了,你如果找相關(guān)的依賴,可以去官網(wǎng)maven資源庫http://mvnrepository.com/搜索相關(guān)依賴然后復(fù)制添加
2016-05-31
最新回答 / 慕的地6780840
Caused by:
org.springframework.beans.factory.BeanDefinitionStoreException:
IOException parsing XML document from class path resource
[spring/spring-dao.xml]; nested exception is
com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException...
2016-05-27