MySQL的相关概念介绍 MySQL 为关系型数据库(Relational Database Management System), 这种所谓的"关系型"可以理解为"表格"的概念, 一个关系型数据库由一个或数个表格组成, 如图所示的一个表格: 表头(header): 每...
分类:
数据库 时间:
2014-07-31 00:12:15
阅读次数:
447
html5 application cache web离线应用
分类:
移动开发 时间:
2014-07-30 20:06:44
阅读次数:
262
Android 的Recovery机制
目录
1. 系统的启动模式 1
1.1 Android系统的启动模式 1
1.2 系统的启动模式 2
2. Recovery模式中的三个部分 3
3. Recovery模式中的两个通信接口 3
3.1 主系统和Recovery通过/cache下的文件通信
3
3.2 Bootloader与Recovery通过BCB(Bootload...
分类:
移动开发 时间:
2014-07-30 17:36:54
阅读次数:
388
环境介绍root@ubuntu-1:~#uname-aLinuxubuntu-1.2303.2.0-29-generic#46-UbuntuSMPFriJul2717:03:23UTC2012x86_64x86_64x86_64GNU/Linuxroot@ubuntu-1:~#cat/etc/issueUbuntu12.04.1LTS\n\lroot@ubuntu-1:~#PS:以下操作我只在如上系统操作,仅供参考1.安装GraphicsMagickGraph..
分类:
其他好文 时间:
2014-07-30 15:00:04
阅读次数:
267
import org.apache.http.Header;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http.client.ClientProtocolExceptio...
分类:
Web程序 时间:
2014-07-30 12:34:44
阅读次数:
3811
在将命令行下的C++程序转换成MFC窗口程序时一般会提示下面这种错误:fatal error C1010: unexpected end of file while looking for precompiled header directive解决办法:在该文件第一行(记住一定要是第一行)加入#i...
分类:
编程语言 时间:
2014-07-30 11:31:53
阅读次数:
214
A cache coherence protocol facilitates a distributed cache coherency conflict resolution in a multi-node system to resolve conflicts at a home node.
F...
分类:
其他好文 时间:
2014-07-30 03:14:42
阅读次数:
447
Methods and apparatus to provide for power consumption reduction in memories (such as cache memories) are described. In one embodiment, a virtual tag ...
分类:
其他好文 时间:
2014-07-30 03:13:53
阅读次数:
372
出现这个问题,把工程编译选项中的预编译去掉就可以了,操作步骤:首先全部重编译一下工程,如还是不行则试一试将工程设置中C/C++中precompiled header中选中automatic use of precompiled headers,并在相应through header中输入stdafx.h。
另外,把debug目录下的文件删除,然后重新编译也是一种解决...
分类:
其他好文 时间:
2014-07-30 01:07:02
阅读次数:
281
本篇先介绍 下Innodb表空间,文件相关的内存数据结构。1. 数据结构Innodb的tablespace和文件的关系,是一对多的关系,先来看三个结构体1. fil_system_struct: 表示Innodb的表空间内存cache,innodb一共包括两类tablespace,即 #defi.....
分类:
数据库 时间:
2014-07-30 00:45:12
阅读次数:
260