为什么提示我我的sys_mkdir没有定义?
我是在内核下编译 程序如下: #include <linux/module.h> #include <linux/init.h> #include <linux/syscalls.h> #include <linux/type…
看Unix网络编程时,一个定义看不懂
struct sock_opts {    const char       *opt_str    int       opt_level    int  &…
单引号和双引号不一样吗?
linux程序设计书上抄的。 两个地方不明白。 求助,谢谢#include <stdio.h>#include <unistd.h>int main(int argc, char *argv[]) {  &nbs…
请教关于unixODBC访问sql Server的中文问题
我在suse linux下安装freetds和unixODBC的最新版本后,用freetds带的tsql可以从sql server数据表中正常取出中文字符,但是用unixODBC的isql却取出的都…
请看我的代码!用非阻塞的accept函数要注意什么?
while(1)         {                 //每次循环,读写集初始化           &nb…
为什么向消息队列发送消息总是失败呢?
有这么个client程序: #include "sys/types.h" #include "sys/ipc.h" #include "sys/msg.h" #include "stdio.h" #in…
[求助] 一个bash下逐行读取文件的shell
现在有一个文件1.txt, 内容如下 111 2222 333333 4444444 5555 如何写一个shell逐行读取这个文件并显示出来,要求读取一行后就删除该行,然后继续读取…
怎样在man中查询struct的具体结构?
我是一个linux下编程的初学者,有的struct结构不清楚,比如struct sockaddr(仅仅是举例) 能不能通国man查询啊,我不知道怎么查这类结构体的方法,望赐教!…
xterm的怪问题!
程序片断: char ch do{    scanf("%c", ch)    switch(ch){       case '1':         …