内核编译时出现错误Makefile.ssl is older than Makefile.org.Reconfigure the source tree (via './config' or 'perl Configure'), please.make: *** [Makefile.ssl] Err...
分类:
其他好文 时间:
2015-03-18 15:51:20
阅读次数:
615
如果你在virtualbox里得到这样的提示信息:
Unable to boot
- please use a kernel appropriate for your CPU
下面的解决办法,可以帮你:
1.重启你的电脑进入BIOS中,里面有选项虚拟化技术之类的,让其选项【Enable】
如果这样做还解决不了你的问题,尝试第二种办法。
...
分类:
移动开发 时间:
2015-03-17 09:03:15
阅读次数:
211
1.1 问题:'tools.jar' seems to be not in Android Studio classpath. Please ensure JAVA_HOME points to JDK rather than JRE. 解决:开始以为是环境变量的问题,其实是安装 JDK 时,把.....
分类:
移动开发 时间:
2015-03-15 19:45:57
阅读次数:
140
1、错误描述
<Unable to load performance pack. Using Java I/O instead. Please ensure that wlntio.dll is in: 'D:\Java\jdk1.7.0_67\bin;C:\Oracle\Middleware\wlser...
分类:
Web程序 时间:
2015-03-15 15:19:31
阅读次数:
1328
Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server ad...
分类:
Web程序 时间:
2015-03-14 19:56:43
阅读次数:
159
本文主要介绍Sublime Text如何开启debug模式,以及分析一些使用过程中常见错误的解决方法。情形一Package Control:There are no packages available for installation。情形二:Package Control:Unableto download Emmet.Please view the console for more details. Error while loading PyV8 binary:exit code 3 …情形三:无法...
分类:
其他好文 时间:
2015-03-14 18:34:13
阅读次数:
2177
4.1. if StatementsPerhaps the most well-known statement type is the if statement. For example:if语句可能是最常见的控制流语句了,例如:>>> x = int(input("Please enter an ...
分类:
编程语言 时间:
2015-03-14 16:36:46
阅读次数:
189
例如有如下代码 bm.LoadFile(filename,?wxBITMAP_TYPE_BMP); 运行时出错。 那么原因可能如下: filename不是bmp类型。 方法: 将wxBITMAP_TYPE_BMP改成队应类型或者wxBITMAP_TYPE_ANY 另外还要在LoadFile【之前】...
分类:
其他好文 时间:
2015-03-12 22:44:08
阅读次数:
135
Problem Description
A number whose only prime factors are 2,3,5 or 7 is called a humble number. The sequence 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 18, 20, 21, 24, 25, 27, ... shows the first 20 humble numbers.
Now given a humble number, please w...
分类:
其他好文 时间:
2015-03-12 17:17:24
阅读次数:
128