在安装adt eclipse后,打开eclipse提示error:could not open
eclipse\jre\lib\amd64\jvm.cfg据网上显示原因应该是以前安装过java,然后错误什么的。。甲骨文也太那啥了,好像身边装java的人都遇到过大大小小的各种配置问题。我的情况是,以前...
分类:
系统相关 时间:
2014-05-15 15:17:43
阅读次数:
466
1.需要的软件1.1 VS2012 下载地址 百度吧!1.2
cocos2d-x-3.0rc0.zip下载地址1.3 CocoStudio_V1.3.0.0.exe 下载地址1.4 NDK
android-ndk-r9d-windows-x86.zip 下载地址1.5 SDK adt-bundl.....
分类:
其他好文 时间:
2014-05-15 09:35:53
阅读次数:
323
configure: error: mysql configure failed. Please check config.log for more information....
分类:
数据库 时间:
2014-05-15 05:15:02
阅读次数:
318
Implement atoi to convert a string to an integer.
Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the possible input cases.
Notes: It is intended for this problem to be specifi...
分类:
其他好文 时间:
2014-05-15 05:00:50
阅读次数:
229
今天,一位微软员工在自己的官方 Facebook 账号上发布了一张图片,为大家揭开了微软诸多新产品的进展,包括 Windows 9、Office 2015、Window 8.1 Update 2、Modern 版 Office 2013 以及之前爆出的 Windows 365。
Windows 9、Server、移动版本
从图中可以看到,Windows 9 已经进入了开发阶段,只是具体...
ADT 线性表(List)
Data
线性表的数据对象集合为{a1,a2,…,an},每个元素的类型均为DataType。
其中,除第一个元素a1外,每一个元素有且只有一个直接前驱元素,除了最后一个元素an外,每一个元素有且只有一个直接后继元素。
数据元素之间的关系是一对一的关系。
Operation
InitList(*L): 初始化操作,...
分类:
编程语言 时间:
2014-05-15 03:39:54
阅读次数:
357
JS异常try { var n = prompt("Please enter a
positive number"); var f = factorial(...
分类:
编程语言 时间:
2014-05-14 23:46:00
阅读次数:
405
【题目】
Implement atoi to convert a string to an integer.
Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the possible input cases.
Notes: It is intended for this problem to be s...
分类:
其他好文 时间:
2014-05-14 21:00:57
阅读次数:
304
ERROR1045(28000):Accessdeniedforuser‘root‘@‘localhost‘(usingpassword:YES)解决:1、先停止mysql服务,命令如下:#/etc/init.d/mysqlstop2、重新启动服务,命令如下:#/etc/init.d/mysqlstop#mysqld_safe--user=mysql--skip-grant-tables--skip-networking&3、登入mysql..
分类:
数据库 时间:
2014-05-14 16:36:13
阅读次数:
368
将ADT 解压之后,新建Android工程后没有R文件:google之后说要安装
ia32-libs 提示如下:安装lib32z1安装完成后,再次新建工程,报错如下:编译存在问题:则继续安装以下两个包:#apt-get install
g++-multilib#apt-get install lib...
分类:
其他好文 时间:
2014-05-14 10:53:21
阅读次数:
293