摘要: core dump的概念: A core dump is the recorded state of the working memory of a computer program at a specific time, generally when the program has termina 阅读全文
posted @ 2016-07-27 18:15 the_tops 阅读(696) 评论(0) 推荐(0) 编辑
摘要: 原文地址:linix环境下给文件加密/解密的方法 作者:oracunix 一、 利用 vim/vi 加密:优点:加密后,如果不知道密码,就看不到明文,包括root用户也看不了;缺点:很明显让别人知道加密了,容易让别人把加密的文件破坏掉,包括内容破坏和删除; vi编辑器相信大家都很熟悉了吧,vi里有一 阅读全文
posted @ 2016-07-27 18:08 the_tops 阅读(17113) 评论(0) 推荐(0) 编辑
摘要: Linux下的微秒级定时器: usleep, nanosleep, select, pselect Linux下的微秒级定时器: usleep, nanosleep, select, pselect 标签: linuxnulldelaystructdate 2012-02-07 23:29 4979 阅读全文
posted @ 2016-07-27 18:04 the_tops 阅读(1736) 评论(0) 推荐(0) 编辑
摘要: Linux平台延时之sleep、usleep、nanosleep、select比较 Linux平台延时之sleep、usleep、nanosleep、select比较 标签: 嵌入式thread线程cpu多线程 2015-05-05 15:28 369人阅读 评论(0) 收藏 举报 标签: 嵌入式t 阅读全文
posted @ 2016-07-27 17:52 the_tops 阅读(13861) 评论(0) 推荐(0) 编辑
摘要: Linux 高精確的時序(sleep, usleep,nanosleep) (2010-04-14 17:18:26) 转载▼ Linux 高精確的時序(sleep, usleep,nanosleep) 转载▼ 标签: 杂谈 分类: linux 杂谈 首先, 我会说不保证你在使用者模式 (user- 阅读全文
posted @ 2016-07-27 17:48 the_tops 阅读(704) 评论(0) 推荐(0) 编辑
摘要: nanosleep的精度与调度算法的关系 2011-12-03 13:05:17 分类: LINUX Heartwork前辈在我前一篇博文多线程条件下的计数器(2)中的回复中提到, nanosleep的问题很好解释,看这里…… The nanosleep() function shall cause 阅读全文
posted @ 2016-07-27 17:44 the_tops 阅读(399) 评论(0) 推荐(0) 编辑
摘要: [常规] nanosleep() -- 更精确的延迟 beyes 4220 主题 5152 帖子 3万 积分 GROAD 曲径通幽,安觅芳踪。 积分30607 发消息 电梯直达 楼主 发表于 2010-8-22 00:08:53 | 只看该作者 原型: #include <time.h>int na 阅读全文
posted @ 2016-07-27 17:16 the_tops 阅读(4581) 评论(0) 推荐(0) 编辑