Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3646174
  • 博文数量: 880
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 6155
  • 用 户 组: 普通用户
  • 注册时间: 2016-11-11 09:12
个人简介

To be a better coder

文章分类

全部博文(880)

文章存档

2022年(5)

2021年(60)

2020年(175)

2019年(207)

2018年(210)

2017年(142)

2016年(81)

发布时间:2018-07-24 10:04:09

[root@localhost test]# [root@localhost test]# [root@localhost test]# mv initrd.img.gz initrd.img[root@localhost test]# lsinitrd.img[root@localhost test]# [root@localhost test]# [root@localhost test]# [root@localhost test]# cp initrd.img ../[root@localhost test]# lsinitrd.img[root@localhos.........【阅读全文】

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

发布时间:2019-08-05 18:59:32

ARP的格式......【阅读全文】

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

发布时间:2017-03-09 18:09:59

参考原文:http://blog.csdn.net/lxjames833539/article/details/6876716产生段错误就是访问了错误的内存段,一般是你没有权限,或者根本就不存在对应的物理内存,尤其常见的是访问0地址。一般来说,段错误就是指访问的内存超出了系统所给这个程序的内存空间,通常这个值是由gdtr来保存的,它是一个48位的寄存.........【阅读全文】

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

发布时间:2017-03-09 18:13:41

对Linux进程内核栈的描述及其产生的简单过程......【阅读全文】

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

发布时间:2018-03-21 16:31:17

从select的一个死循环谈epoll的ET模式                                                                        &nb.........【阅读全文】

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

登录 注册