博客地址:http://home.cnblogs.com/u/zengjianrong/
上一页 1 ··· 6 7 8 9 10 11 12 13 下一页
摘要: 转自:http://originlee.com/2015/01/21/trick-in-conditon-variable/ 附录:惊群效应 https://blog.csdn.net/lyztyycode/article/details/78648798 阅读全文
posted @ 2018-09-06 10:39 black_man 阅读(670) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/w616358337/article/details/47302515https://www.cnblogs.com/dwdxdy/archive/2012/07/17/2595741.html 1 #include ... 阅读全文
posted @ 2018-05-23 23:49 black_man 阅读(454) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-05-09 15:23 black_man 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 1. sysrq http://www.chinaunix.net/old_jh/4/902287.html 常用的SysRq命令(序列) 重启机器的SysRq命令序列是 k(SAK) s(sync) u(umount) b(reboot) 显示内存信息的SysRq命令是m(memory) 显示当前 阅读全文
posted @ 2017-08-21 16:29 black_man 阅读(263) 评论(0) 推荐(0) 编辑
摘要: Your Perl installation is not complete enough, at least Data::Dumper is missing. How about running "yum install 'perl(Data::Dumper)'" (without the "") 阅读全文
posted @ 2017-07-07 02:17 black_man 阅读(327) 评论(0) 推荐(0) 编辑
摘要: http://freemind.pluskid.org/archive/ http://blog.pluskid.org/ https://www.zhihu.com/question/24957182 红黑树: http://www.cppblog.com/converse/archive/200 阅读全文
posted @ 2017-05-31 17:22 black_man 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 1. 人才流动问题 => 以小组形式分工轮动,培养全方位人才; 2. 提升工作效率 => 提供support guides给上层人员,减少工作量,清晰问题; => bug分流、归类 => debug tools完善 3. 提升代码健壮性,可阅读性 => code review、bug review, 阅读全文
posted @ 2017-04-27 16:23 black_man 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 先列一下点,后面在补充解决过程 1. 某函数局部变量被串改(此局部变量存于寄存器) 2. 访问非法地址挂死(但死机位置没有load/store instructions) 3. 系统寄存器存储值异常(双物理cpu操作引起) 4. task stack 爆掉,在切换task时检测到栈顶第一个byte被 阅读全文
posted @ 2017-04-27 16:16 black_man 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 参考引用:http://www.wowotech.net/sort/irq_subsystem wowotech:一个很好的linux技术博客。 一、概述 kernel管理硬件设备的方式:轮询、中断。中断效率高且反应快于轮询,因为它利用了硬件本身执行指令前会做的‘中断电信号周期轮询’。 中断分为同步 阅读全文
posted @ 2017-04-22 18:31 black_man 阅读(345) 评论(0) 推荐(0) 编辑
摘要: 1 #include <linux/module.h> 2 3 #include <linux/compat.h> 4 #include <linux/types.h> 5 #include <linux/errno.h> 6 #include <linux/kernel.h> 7 #include 阅读全文
posted @ 2016-10-15 20:13 black_man 阅读(632) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 下一页