环境:CentOS
鉴于语句描述苍白无力,用例子直接说明...
分类:
系统相关 时间:
2014-05-09 02:19:30
阅读次数:
380
本文对块设备框架进行阐述,并以一个实际例子来清楚的让大家看到块设备的框架。...
分类:
其他好文 时间:
2014-05-09 02:15:00
阅读次数:
346
sys.c 代码分析
setregid
/*
* This is done BSD-style, with no consideration of the saved gid, except
* that if you set the effective gid, it sets the saved gid too. This
* makes it possib...
分类:
系统相关 时间:
2014-05-09 02:13:12
阅读次数:
621
newton板已经发布了,下面接着整理我调试的一个小小的方面,蓝牙的功能实现以及测试:
转载请注明出处:http://blog.csdn.net/wang_zheng_kai
下面是我写的newton开发板中bluetooth阅读文档README的一部分。...
分类:
其他好文 时间:
2014-05-09 01:51:19
阅读次数:
354
vsprintf.c 代码笔记
你
/*
* linux/kernel/vsprintf.c
*
* (C) 1991 Linus Torvalds
*/
/* vsprintf.c -- Lars Wirzenius & Linus Torvalds. */
/*
* Wirzenius wrote this portably, Torvalds fucked...
分类:
系统相关 时间:
2014-05-09 01:38:20
阅读次数:
480
《UNIX环境高级编程》第二版源码在Ubuntu下的编译...
分类:
其他好文 时间:
2014-05-09 01:36:30
阅读次数:
167
高级I/O
非阻塞IO
非阻塞I/O使我们可以调用open、read和write这样的I/O操作,并使这些操作不会永久阻塞。如果这种操作不能完成,则调用立即出错返回,表示该操作如继续执行将阻塞。
对于一个给定的描述符有两种方法对其指定非阻塞I/O:
1) 如果调用open获得描述符,则可指定O_NONBLOCK标志
2) 对于已打开的一个描述符,则可调用fcntl,由...
分类:
系统相关 时间:
2014-05-09 01:16:55
阅读次数:
577
Linux下安装Oracle11g1、 下载安装VMware Workstation v9.0.2 虚拟机软件,下载rhel-server-6.0-x86_64-dvd.iso安装Red Hat Enterprise Linux 6 64-bit操作系统到VMware中,安装时候添加Linux用户oracle。2、 在Vmware虚拟机中设置光驱属性为使用ISO映像文件linux.x64_11gR...
分类:
数据库 时间:
2014-05-09 00:59:35
阅读次数:
443
工作需求,需要自己写一个memcached的启动停止脚本,呕心沥血,终于完成,虽然很搓很搓,还是记录一下吧,废话不多说直接上脚本#!/bin/sh
#ckconfig:-5545
#description:Thememcacheddaemonisanetworkmemorycacheservice.
#processname:memcached
#config:/etc/memcached.conf
..
分类:
其他好文 时间:
2014-05-09 00:45:11
阅读次数:
301