安装android SDK时出现图1问题,说找不到JDK,然而很久很久以前本人安装过的,环境变量也设置了,如图2、3,之前在myeclipse都可以用的,现在报错是为什么?求高手指点
解决方案:80分
你看看会不会是环境变量JAVA_HOME没正确配置?
……继续阅读 »
10年前 (2016-02-02) 1247浏览
0个赞
LogCat:贴出的错误:01-06 14:05:13.834: E/(1620): file /data/data/com.nvidia.NvCPLSvc/files/driverlist.txt: not found!
相关的解释很少,有的说是程序退出的提示错误,本人在Android下调用C++的函数,事实证明不调用该函数是正确的,函数是这么写的,
#……继续阅读 »
10年前 (2016-02-02) 1625浏览
2个赞
本人以前一直用Eclipse ADT做安卓,现在原因是需要,必须用Android Studio,但是发现Gradle总是同步时卡死,整个电脑就像死机了似的。不知道是不是和墙有关,网上给的一些方案,例如本人下载离线的Gradle到C:\Users\【用户名】\.gradle,感觉没什么太大作用,还是很卡。
本人想问下,大家用Android Studio开发,……继续阅读 »
10年前 (2016-02-02) 2830浏览
0个赞
最近在做一个对PC端数据库操作的事,知道服务器是用websrvers,但是不知道websrvers是怎么知道你用户需要什么,服务器怎么得知你要执行的操作是什么。他们是用什么方法交流的。求高手给讲解下,在下小白。
解决方案:8分
本人是这样做的。本人电脑用的IIS,服务器用php写然后安卓这边用post或get一个URL来实现交互。数据的话是json格式,……继续阅读 »
10年前 (2016-02-02) 1379浏览
0个赞
错误如下
Error creating bean with name “”userController””: Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.Be……继续阅读 »
10年前 (2016-02-02) 2020浏览
0个赞
为什么下面代码出现这种结果?
客户编号<a style=””color:red;””>*</a>:
客户名称*:
initUIComponents : function() {
this.formPanel = new Ext.FormPanel({
url : __ctxPath +……继续阅读 »
10年前 (2016-02-02) 1506浏览
0个赞
严重: Context initialization failed
org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [spring-mybati……继续阅读 »
10年前 (2016-02-02) 1145浏览
0个赞
在写一个测试小程序时,用Junit运行时,报Nullpointerexception异常求高手帮忙。
下面是测试代码。
import static org.junit.Assert.*;
import org.junit.Test;
import com.bjsxt.model.User;
public class UserServiceTest1 {
@……继续阅读 »
10年前 (2016-02-02) 1293浏览
0个赞
2016-03-23 18:54:30 [org.codehaus.xfire.handler.DefaultFaultHandler]-[ERROR] Fault occurred!
org.codehaus.xfire.XFireRuntimeException: Error invoking ""com.ccf.xjcms.webservice.I……继续阅读 »
10年前 (2016-02-01) 1776浏览
0个赞