1.如果 没有更改工作空间,去c:\user\administrator中删除.android文件 重启eclipse 网上通常只说了这种方法2.如果 更换了工作空间 则需要将原工作空间中 your workspace\.metadata\.plugins\org.eclipse.core.runt...
分类:
移动开发 时间:
2014-11-19 12:29:45
阅读次数:
206
//获取元素子节点 function getChild(parent) { var childs = parent.childNodes, result = []; for (var i = 0; cl = childs.length, i < cl; i++) { ...
分类:
其他好文 时间:
2014-11-19 10:46:27
阅读次数:
172
今天学习spring+cxf的时候遇到一个问题:在web.xml中配置了spring的上下文监听器:Xml代码org.springframework.web.context.ContextLoaderListener随后启动tomcat服务器,控制台提示如下错误:Java代码java.lang.Cl...
分类:
编程语言 时间:
2014-11-19 10:27:38
阅读次数:
238
说明:1.初始化 BaiduMap SDK要在显示界面之前,即:SDKInitializer.initialize(Context); setContentView(R.layout.main);2. 设置定位的模式是LocationMode.Hight_Accuracy 时,在室内可能无法获取到准...
分类:
其他好文 时间:
2014-11-18 23:46:20
阅读次数:
681
在将vc6.0程序转换到vs2005或者vs2008、vs2010时提示:error C2440: 'static_cast' : cannot convert from 'UINT (__thiscall CStaticLink::* )(CPoint)' to 'LRESULT (__thisc...
分类:
其他好文 时间:
2014-11-18 23:00:35
阅读次数:
200
android studio经常会莫名奇妙的找不到R文件。 1.多半是xml文件有问题,,标签不匹配等等,仔细检查。 2.如果提示的错误你已经解决,但是仍然不听的提示错误。 重启androidstutio,但是比较麻烦,stackoverflow上的解决方法是: a,选中自己的project然后按F...
分类:
移动开发 时间:
2014-11-18 17:52:39
阅读次数:
216
The Donkey of Gui ZhouTime Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:474064-bit integer IO format:%I64d Java cl...
分类:
其他好文 时间:
2014-11-18 17:27:52
阅读次数:
242
问题一:关闭IPv61、问题:使用yum下载东西的时候提示有一个IPv6的地址不可达,如下http://download.fedoraproject.org/pub/epel/6/x86_64/repodata/924f970f6436162727781050e63524af37f891ba57c8a374cdd0a87e53d89180-filelists.sqlite.bz2:[Errno14]PYCURLERROR7-"Failedtoc..
分类:
其他好文 时间:
2014-11-18 12:01:38
阅读次数:
587
Cannot find or open the PDB file 分类: vc++ 2013-08-19 16:48 672人阅读 评论(0) 收藏 举报 2012OpenCVWindows调试win32 vs2012运行程序时出现以下的情况: 'surfmatch.exe' (Win32): Lo...
分类:
数据库 时间:
2014-11-17 21:03:43
阅读次数:
420
编译VC++程序的时候出现如下提示警告:warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode f...
分类:
其他好文 时间:
2014-11-17 17:38:52
阅读次数:
182