最近在看《Linux内核源代码情景分析》,作者毛德操。书中刚开始介绍了AT&T汇编语言与GCC内嵌汇编,以及Linux内核数据结构之链表。可惜书中介绍的不够全面。因为推荐大家阅读下面两篇文章。很不错。 AT&T汇编语言与GCC内嵌汇编:http://grid.hust.edu.cn/zyshao/Teaching_Material/OSEngineering/Chapter2.pdf...
分类:
编程语言 时间:
2014-08-27 16:45:38
阅读次数:
232
1.打开Help -- Eclipse Marketplace2.搜索Eclipse Color Theme,点击Install3.安装完成后点击Window -- Preference -- Appearance -- Clolor Theme选择自己喜爱的配色方案
分类:
系统相关 时间:
2014-08-27 16:02:07
阅读次数:
309
In a typical assembly line, machines are connected one by one. The first machine's output product will be the second machine's raw material. To simplify the problem, we put all machines
into a two-d...
分类:
其他好文 时间:
2014-08-26 15:37:36
阅读次数:
288
自从iOS7,UIView有了一个新的属性tintColor,它是用来在视觉上说明屏幕上哪些控件是活跃的或者有相关的活动。例如bar button items和tab bar items默认使用tintColor。如果一个view没有显示地指定tintColor,它将继承父视图的tintColor,因此在整个视图层次结构中将有一个连锁反应。最简单的情况是你可以通过一行代码来给整个APP指定一个颜色主题...
分类:
移动开发 时间:
2014-08-24 00:23:49
阅读次数:
430
impdp 导入物化视图(mv)时报错 :ORA-31685: Object type MATERIALIZED_VIEW...
分类:
其他好文 时间:
2014-08-23 23:00:51
阅读次数:
475
1. Package ControlGetPackage Control here.2. Theme - Phoenix and Flatland(扁平)If Sublime Text 2 is a highly tuned race car, then this plugin is the fl....
分类:
Web程序 时间:
2014-08-23 05:39:39
阅读次数:
647
/1.题目(theme) StarsTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 32652Accepted: 14263DescriptionAstrono...
分类:
其他好文 时间:
2014-08-22 19:35:29
阅读次数:
146
本篇主要包括: ■ 自定义CSS■ 自定义Theme■ 自定义Package 自定义CSS 有时候,需要自定义或重写Bootstrap默认的CSS。→在css文件夹下创建一个site.css→假设要对container类重写,在site.css中.container { background-col...
分类:
Web程序 时间:
2014-08-22 17:39:19
阅读次数:
272
2014-06-08 BaoXinjian1. 用法物化视图是包括一个查询结果的数据库对象,它是远程数据的的本地副本,或者用来生成基于数据表求和的汇总表。物化视图存储基于远程表的数据,也可以称为快照。对于复制,物化视图允许你在本地维护远程数据的副本,这些副本是只读的。如果你想修改本地副本,必须用高级...
分类:
数据库 时间:
2014-08-21 22:32:05
阅读次数:
387
具体请看论文....POJ1743 Musical Theme不重叠的最长重复子串#include #include #include #include using namespace std;#define N 20100int p[N];int sa[N],rank[N],height[N];i...
分类:
其他好文 时间:
2014-08-21 11:10:23
阅读次数:
229