APUE
文章平均质量分 80
middilestep
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Linux日志管理之详解syslog/vsyslog
Linux日志管理之详解syslog/vsyslog 2012-04-26 11:34:50| 分类:系统开发(嵌入式l | 标签:linux日志管理 syslog vsyslog |举报|字号 订阅1、syslog简介syslog 是一种工业标准的协议,可用来记录设备的日志。在UNIX系统,路由器、交换机等网络设备中,系统日志(转载 2014-08-25 15:51:14 · 2242 阅读 · 0 评论 -
another issue: I encoutered such a strace stack
another issue:I encoutered such a strace stack #9 0xb6af99ca in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 No symbol table info available. #10 0xb6aa401d in ?? () from /lib/i386-linux-gn转载 2014-08-27 10:13:15 · 3221 阅读 · 0 评论 -
GTK+ and Glade3 GUI Programming Tutorial--中文系列
GTK+ and Glade3 GUI Programming Tutorial--中文系列分类: Platforms Frameworks and Libraries 2009-03-29 18:50 5238人阅读评论(5)收藏 举报 gtkpython文本编辑语言objectgcc原文链接:Micah Carrickwww.micahcarrick.c转载 2014-09-16 13:58:07 · 631 阅读 · 0 评论 -
Process name from its pid in linux
Process name from its pid in linuxup vote13 down vote favorite3How to get a process name from his pid ?For example I execute cat file1.txt, but I want to figure out转载 2014-09-03 17:57:45 · 963 阅读 · 0 评论 -
Linux 获取文件大小--C函数
分类: 基础知识 2013-05-31 14:23 1766人阅读 评论(2)收藏 举报目录(?)[+]1. ftell[cpp] view plaincopyunsigned long get_file_size(const char *path) { unsigned long filesize = -1;转载 2014-12-17 15:25:47 · 798 阅读 · 0 评论 -
Linux的多个time属性
Linux的多个time属性您的评价: 收藏该经验 Linux文件的change time和Modify time很多人很容易搞混淆,有些Unix参考书都会写错(特别是翻译的),将ctime理解为create time(创建时间),那是瞎说的,Linux文件系统不会记录create time的,除非文转载 2014-12-31 15:47:12 · 588 阅读 · 0 评论 -
linux下文件的读写操作(open read write)
linux下文件的读写操作(openreadwrite)2014-03-17 我来说两句 来源:linux下文件的读写操作( open read write) 收藏 我要投稿open(打开文件) 相关函数 read,write,fcntl,close,link,stat,umask,unlink,fopen 表头文件 #include#include#转载 2015-01-05 16:27:53 · 765 阅读 · 0 评论
分享