Chinaunix首页 | 论坛 | 博客
  • 博客访问: 273258
  • 博文数量: 56
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 642
  • 用 户 组: 普通用户
  • 注册时间: 2013-12-16 15:11
文章分类

全部博文(56)

文章存档

2017年(6)

2015年(3)

2014年(41)

2013年(6)

我的朋友

发布时间:2014-03-26 15:31:36

......【阅读全文】

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

发布时间:2014-03-26 15:28:53

Cache 的write back和write through 收藏 为了保证cache和memory的数据一致性,通常有三种方法:1〉write through:CPU向cache写入数据时,同时向memory也写一份,使cache和memory的数据保持一致。优点是简单,缺点是每次都要访问memory,速度比较慢。2〉post write:CPU更新cache数据时,把更新的数据写入到一.........【阅读全文】

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

发布时间:2013-12-19 13:31:49

yum grouplist#安装X图形界面系统yum list 列出所有可安装的软件包 可以通过 yum grouplist 来查看可能批量安装哪些列表 比如 #yum groupinstall "DNS Name Server" //安装 bind 及 bind-chroot 套件yum groupinstall 'X Window System' -y#安装GNOME桌面环境yum groupinstall 'GNOME Desktop Environment' -y#.........【阅读全文】

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

登录 注册