为每个进程创建page table ,iOS没有Mach API documentation can be found in the osfmk/man directory of the XNU source package.Mach IPC: Ports and Messages
分类:
移动开发 时间:
2014-08-14 23:12:26
阅读次数:
209
问题描述:致命错误,没有可引导的媒体.系统挂起.以下是在网上查的:1:检查硬盘的类型,ide或sata接口是否在0,0或是在1,0.2:光驱是否选择iso文件.3:iso文件是否损坏4:virtualbox默认是软盘启动,设置成光盘(设置-系统-启动顺序)我今天遇到了这个错误。之前,虚拟机都是可以正...
分类:
其他好文 时间:
2014-08-14 16:19:28
阅读次数:
226
下面有一段html文档
Introduction to the DOM
There are a number of reasons why the DOM is awesome, here are some:
It can be found everywhere.
It's easy to use.
It can...
分类:
编程语言 时间:
2014-08-14 14:09:48
阅读次数:
148
准备文件如下:1.CentOS-6.4-x86_64-bin-DVD1.iso2.jdk-7u67-linux-x64.rpm3.apache-tomcat-7.0.55.tar.gz安装步骤如下:一、安装JDK[root@n1 /]# java -versionbash: java: command not found[root@n1 /]# rpm -ivh /soft/jdk-7u67-li...
分类:
其他好文 时间:
2014-08-14 14:09:08
阅读次数:
254
Tempter of the Bone
Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u
Description
The doggie found a bone in an ancient maze, which fascinated him a lot. However,...
分类:
其他好文 时间:
2014-08-14 14:07:08
阅读次数:
168
遇到这个问题,只需要在eclipse中的Project选项菜单中选择clean,选中当前的项目。clean之后就不会报错了。如图:Clean will discard all build problems and built states。The projects will be rebuilt f...
分类:
移动开发 时间:
2014-08-14 10:28:58
阅读次数:
374
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:
其他好文 时间:
2014-08-14 10:27:38
阅读次数:
181
When learning the usage of map collection in java, I found serveral beneficial methods that was encountered in the daily life. Now I made a summary:
[java] view
plaincopy
i...
分类:
编程语言 时间:
2014-08-14 01:30:28
阅读次数:
207
1.错误#includeusing namespace std;int main(){ ..... return 0;}//如果把注释放到这里了,那么提交就会出错2.正确#includeusing namespace std;int main(){ ..... //应该放到大括号里面 return ...
分类:
其他好文 时间:
2014-08-13 21:56:57
阅读次数:
240
No mapping found for HTTP request with URI [/account/login.do] in DispatcherServlet with name 'spring'...
分类:
移动开发 时间:
2014-08-13 18:51:57
阅读次数:
234