semaphore,sem_init的问题
命名的semaphore基本会用,但是想在父子进程间用匿名的semaphore,用了这个sem_init,但是没起作用。估计是我没理解对这个东西。请懂的朋友赐教。 我…
高手帮我看下下面的回调函数
/* Callback functions required by the porting layer. They are called when * an external event has happend which includes a timeout or the re…
linux 安装软件 MAKE时的问题 -all-recursive
以下我遇到的问题:         ./CONFIGURE  没问题 但MAKE 时遇到问题 问题如下: m -f .libs/webcam.lo gcc -DHAVE_CO…
Ubuntu下,ftp文件传输的问题
谁碰到过? ASCII传输模式下,window的回车换行符\r\n 没有被转换为\n ,也找不出什么原因。ftp传输一直用的ffftp,以前unix,AIX等都没有问题,换了ub…
exec函数的几点疑惑,望解答
#include <unistd.h> #include <sys/types.h> #include <stdio.h> #include <stdlib.h> int main() {        &n…
Linux命令行运行php文件
本帖最后由 leej09 于 2011-05-16 14:57 编辑 如题 在安装目录php/bin/下的没有php可执行文件 只有php-config 和 phpize 这两个文件 源码编译安装的p…
这样定义了宏之后,VIM要怎么设置跳转
最近在学习开源代码的时候碰到代码中定义了这么个函数 APR_DECLARE(apr_status_t) apr_app_initialize(int *argc,          …
各位大侠帮我看看几个指针类型
case 'a':                                 if (--argc <= 0)     &nb…
linux-SD驱动
我想在博创的6410上移植android,一基本完成,剩SD卡驱动和音频驱动, 用的飞凌改好的内核和文件系统 Linux-2.6.29SD卡platform_driver在drivers/mmc/…