一、X86的流程可以参考http://www.kerneltravel.net/kernel-book/第十三章%20启动系统/13.5.htm二、arm的流程,在http://www.cnblogs.com/gangsaleisi/archive/2013/01/09/2851734.html基础...
分类:
系统相关 时间:
2014-08-21 13:17:14
阅读次数:
342
public class Book { public string BookID { get; set; } public DateTime PublishDate { get; set; } public decimal Price { ...
分类:
Web程序 时间:
2014-08-21 09:38:14
阅读次数:
265
最近想学习一下libevent,就先翻译一下libevent的官方文档吧.英文原文链接:http://www.wangafu.net/~nickm/libevent-book/01_intro.html大部分编程初学者都是从阻塞IO开始的。何谓阻塞IO?,即你进行一个IO调用时,除非这个操作完成,或...
分类:
其他好文 时间:
2014-08-20 22:27:22
阅读次数:
303
MySQL 加入列,改动列,删除列ALTER TABLE:加入,改动,删除表的列,约束等表的定义。查看列:desc 表名;改动表名:alter table t_book rename to bbb; 加入列:alter table 表名 add column 列名 varchar(30); 删除列:...
分类:
数据库 时间:
2014-08-20 20:56:03
阅读次数:
220
Google Book
Time Limit: 1000MS
Memory Limit: 32768KB
64bit IO Format: %lld & %llu
[Submit]
[Go Back] [Status]
Description
You, the best hacker in the world, w...
分类:
其他好文 时间:
2014-08-19 20:50:15
阅读次数:
237
Google Book
Time Limit: 1 Second
Memory Limit: 32768 KB
You, the best hacker in the world, want to download the books published on Google Book. After some investigation, you found that...
分类:
其他好文 时间:
2014-08-19 16:38:05
阅读次数:
222
MySQL 加入列,改动列,删除列ALTER TABLE:加入,改动,删除表的列,约束等表的定义。查看列:desc 表名;改动表名:alter table t_book rename to bbb; 加入列:alter table 表名 add column 列名 varchar(30); 删除列:...
分类:
数据库 时间:
2014-08-19 14:22:34
阅读次数:
241
OulipoTime Limit:1000MSMemory Limit:65536KTotal Submissions:23667Accepted:9492DescriptionThe French author Georges Perec (1936–1982) once wrote a book...
分类:
其他好文 时间:
2014-08-19 10:53:34
阅读次数:
230
在本篇文章中,我将添加一个新的查询页面(SearchIndex),可以按书籍的种类或名称来进行查询。这个新页面的网址是/Book/ SearchIndex。该页面中用一个下拉框来显示种类,用一文本框让用户输入书籍的名称。当用户在点击“搜索”按钮之后,页面会跳转到一个新的页面,控制器会根据用户提交查询...
分类:
Web程序 时间:
2014-08-17 21:15:02
阅读次数:
362
css最近公司里刚好要搞一下css重构,把原来的css结构改掉,改成sass推荐的方式,然后看了下关于如何管理设计css架构。参考地址: http://smacss.com/book前面有讲过css的分离,看了这个以后感觉想法还是有点幼稚,css架构设计主要是为了后期开发的快捷便利,对于大型富应用网...
分类:
Web程序 时间:
2014-08-17 19:55:22
阅读次数:
282