MP4文件格式详解——结构概述http://blog.csdn.net/pirateleo/article/details/7061452一、基本概念1、文件,由许多Box和FullBox组成。2、Box,每个Box由Header和Data组成。3、FullBox,是Box的扩展,Box结构的基础上...
分类:
其他好文 时间:
2014-04-30 13:05:13
阅读次数:
806
希望这个从UITableViewDelegate协议里得到的方法可以对你有所帮助:- (UIView
*) tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section
{ UIView *headerVi....
分类:
移动开发 时间:
2014-04-29 23:10:47
阅读次数:
809
一开始由这段代码引发的纠结
get_base(current->ldt[1])
下面是各个相关的代码,摘自不同的header files。。。
current是指向当前task的指针
struct desc_struct ldt[3];
struct desc_struct {
unsigned long a,b;
} ;
#define _get_...
分类:
系统相关 时间:
2014-04-29 13:42:20
阅读次数:
546
在接手别人的项目时发现一个问题:-Prefix.pch
预编译文件不能使用。1.首先借鉴的网站:http://blog.csdn.net/duxinfeng2010/article/details/8287550targets---build
settings---prefix Header 修改为...
分类:
移动开发 时间:
2014-04-29 09:22:46
阅读次数:
492