cannot resolve com.example.xx.R
摘要:有时候只是因为values中的某个xml里面有错误而已,比如我误把strings.xml中的某个string写成了String
阅读全文
解决Android中文乱码问题
摘要:代码中是好的,但是运行时会乱码 解决方法,file->setting->editor->file encoding 将project encoding改成utf-8 记得重启Android studio!!!然后代码中会乱码,把乱码删掉,重新输入中文,运行后乱码消失:
阅读全文
java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already.
摘要:java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load [META-INF/services/javax.xml.b...
阅读全文
HTTP Status 500 - Servlet.init() for servlet CXFServlet threw exception
摘要:root causejava.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.wsdl.WSD...
阅读全文