码迷,mamicode.com
首页 >  
搜索关键字:please update adt    ( 22253个结果
adt eclipse 配置问题 error:could not open ...jvm.cfg
在安装adt eclipse后,打开eclipse提示error:could not open eclipse\jre\lib\amd64\jvm.cfg据网上显示原因应该是以前安装过java,然后错误什么的。。甲骨文也太那啥了,好像身边装java的人都遇到过大大小小的各种配置问题。我的情况是,以前...
分类:系统相关   时间:2014-05-15 15:17:43    阅读次数:466
cocos2d-x创建项目(系列二)
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.
configure: error: mysql configure failed. Please check config.log for more information....
分类:数据库   时间:2014-05-15 05:15:02    阅读次数:318
[LeetCode]String to Integer (atoi)
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
微软自曝Win9、Windows 365
今天,一位微软员工在自己的官方 Facebook 账号上发布了一张图片,为大家揭开了微软诸多新产品的进展,包括 Windows 9、Office 2015、Window 8.1 Update 2、Modern 版 Office 2013 以及之前爆出的 Windows 365。 Windows 9、Server、移动版本 从图中可以看到,Windows 9 已经进入了开发阶段,只是具体...
分类:Windows程序   时间:2014-05-15 04:29:06    阅读次数:380
线性表顺序存储结构的c语言实现
ADT 线性表(List) Data 线性表的数据对象集合为{a1,a2,…,an},每个元素的类型均为DataType。 其中,除第一个元素a1外,每一个元素有且只有一个直接前驱元素,除了最后一个元素an外,每一个元素有且只有一个直接后继元素。 数据元素之间的关系是一对一的关系。 Operation InitList(*L): 初始化操作,...
分类:编程语言   时间:2014-05-15 03:39:54    阅读次数:357
学习JavaScript王者归来_02
JS异常try { var n = prompt("Please enter a positive number"); var f = factorial(...
分类:编程语言   时间:2014-05-14 23:46:00    阅读次数:405
LeetCode 008 String to Integer (atoi)
【题目】 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
mysql安装完成后登入错误
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
Ubuntu14.0.4 64位安装ADT问题
将ADT 解压之后,新建Android工程后没有R文件:google之后说要安装 ia32-libs 提示如下:安装lib32z1安装完成后,再次新建工程,报错如下:编译存在问题:则继续安装以下两个包:#apt-get install g++-multilib#apt-get install lib...
分类:其他好文   时间:2014-05-14 10:53:21    阅读次数:293
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!