解决Ubuntu 10.10 使用`make menuconfig`配置Linux 内核时,出现缺少‘ncurses-devel‘库支持。 *** Unable to find the ncurses libraries or the *** required header files. *** ‘make menuconfig‘ requires th...
分类:
系统相关 时间:
2015-04-07 12:14:15
阅读次数:
213
本人最近在操作更新ANDROIDSDK时出现类似于题目中的错误,是一启动ECLIPSE时。但是,我现在只是想恢复到原先的开发环境。于是找到本文,方法有效!!!windows下面安装Android虚拟机,有时候选择更新SDK后,在Eclipse preference里指向android_sdk_win...
分类:
移动开发 时间:
2015-04-06 12:44:10
阅读次数:
155
Building MFC application with /MD[d] (CRT dll version)requires MFC shared dll version
分类:
移动开发 时间:
2015-04-04 14:48:56
阅读次数:
166
Code
Time Limit: 1000MS
Memory Limit: 30000K
Total Submissions: 8505
Accepted: 4030
Description
Transmitting and memorizing information is a task that requires differ...
分类:
其他好文 时间:
2015-04-04 09:14:46
阅读次数:
135
Adding exception handlers with Mono.Cecil is not difficult, it just requires you to know how exception handlers are laid out in the metadata.Let say y...
分类:
其他好文 时间:
2015-04-02 09:00:38
阅读次数:
280
/* * * TreeTable 0.1 - Client-side TreeTable Viewer! * @requires jQuery v1.3 * * Dual licensed under the MIT and GPL licenses: * http://www.opensour.....
分类:
编程语言 时间:
2015-04-01 17:33:14
阅读次数:
658
Classic DP, and requires you to track optimal path.len1, len2 = map(int, raw_input().strip().split())a = map(int, raw_input().strip().split())b = map(...
分类:
其他好文 时间:
2015-03-21 15:26:57
阅读次数:
199
重装操作系统后,要重新配置Android开发环境。配置成功后,添加原本项目时却出现了错误!Android requires compiler compliance level 5.0 or 6.0. Found '1.7' instead. Please use Android Tools > Fi...
分类:
移动开发 时间:
2015-03-20 16:09:50
阅读次数:
156
第三章创建对象的基本模式方法一:门户大开型var Book = function(isbn, title, author) { if(isbn == undefined ) throw new Error ('Book constructor requires an isbn.'); this.is...
分类:
编程语言 时间:
2015-03-16 20:59:20
阅读次数:
199
问题:设置完了RTL为true之后mannifest.xml出现Android Call requires API level 21 (current min is 8)的警告原因:minSdkVersion版本过低1 解决方法:更改minSdkVersion版本,higher1
分类:
移动开发 时间:
2015-03-14 16:36:39
阅读次数:
367