Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6392401
  • 博文数量: 2759
  • 博客积分: 1021
  • 博客等级: 中士
  • 技术积分: 4091
  • 用 户 组: 普通用户
  • 注册时间: 2012-03-11 14:14
文章分类

全部博文(2759)

文章存档

2019年(1)

2017年(84)

2016年(196)

2015年(204)

2014年(636)

2013年(1176)

2012年(463)

发布时间:2015-10-13 04:37:58

<p style="line-height:25px;margin:0pt auto;color:#333333;font-family:微软雅黑;font-size:14px;white-space:normal;background-color:#FFFFFF;text-align:center;"><span style="line-height:1.8;font-family:宋体;font-size:16pt;font-weight:bold;">高性能IO模型浅析</span></p><p style="line-height:25px;margi.........【阅读全文】

阅读(1380) | 评论(0) | 转发(0)

发布时间:2015-09-22 23:36:40

<span class="Apple-style-span" style="border-collapse:separate;color:#000000;font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;orphans:2;text-align:auto;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-.........【阅读全文】

阅读(1210) | 评论(0) | 转发(0)

发布时间:2015-08-12 05:08:43

linux awk命令详解......【阅读全文】

阅读(1617) | 评论(0) | 转发(0)

发布时间:2015-07-18 10:07:33

创建文件时,代码并没有主动调用log  commit提交日志,只是将需要修改的元数据信息写到日志handle。等handle所在的事务超时,log会自动提交,内存transaction内容会刷写到磁盘日志中。写入磁盘日志中的内容为新建文件的inode所在的数据块内容、新建文件父目录文件的inode所在的数据块内容、新建文件父目录文件相关数.........【阅读全文】

阅读(2565) | 评论(0) | 转发(0)

发布时间:2015-06-17 04:41:41

一、安装内核模块:一般步骤:(1) 在/usr/src/linux/下运行make menuconfig把需要编译成模块的项打上(M),保存并退出。(2) 运行make modules,这一步将在/usr/src/linux/下生成*.o或*.ko文件。(3) 运行make modeules_install来安装,这步会把生成的.o或ko文件拷贝到/lib/modules/`uname -r`/下。如果你.........【阅读全文】

阅读(1428) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册