- 博客(4)
- 资源 (18)
- 收藏
- 关注
转载 Ubuntu 安装httpd apache环境记录
1.apache安装错误error: APR not found解决方法 分别下载apr apr-util pcre工具 wget http://archive.apache.org/dist/apr/apr-1.4.5.tar.gz wget http://archive.apache.org/dist/apr/apr-util-1.3.12.tar.gz wget
2016-05-12 21:29:25
477
原创 fd_set结构的理解
"/usr/include/sys/select.h" 中是这样定义结构 fd_set 的: typedef struct { /* XPG4.2 requires this member name. Otherwise avoid the name from the global namespace. */ #
2010-05-08 13:57:00
727
原创 大端 小端判断
Linux 源代码 static union { char c[4]; unsigned long l; } endian_test = { { l, ?, ?, b } }; #define ENDIANNESS ((char)endian_test.l) 常规写法:typedef unsigned char BYTE; int main(int ar
2010-05-07 14:08:00
338
原创 简单字符设备驱动程序 以及 相应测试程序
#include #include #include #include #include #include #include #include #include #define DEVICE_NAME "EmbedSky-leds" /* 加载模式后,执行”cat /proc/devices”命令看到的设备名称 */#define LED_MAJOR 231 /* 主设备号 *//*
2010-04-26 01:33:00
828
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人