上一页 1 ··· 541 542 543 544 545 546 547 548 549 ··· 617 下一页

2019年8月16日

摘要: https://www.ibm.com/developerworks/cn/linux/l-socket-ipc/index.html 阅读全文
posted @ 2019-08-16 16:52 lydstory 阅读(120) 评论(0) 推荐(0)
摘要: 默认情况下,编译器只会使用/lib和/usr/lib这两个目录下的库文件,通常通过源码包进行安装时,如果不指定--prefix,会将库安装在/usr/local/lib目录下;当运行程序需要链接动态库时,提示找不到相关的.so库,会报错。也就是说,/usr/local/lib目录不在系统默认的库搜索 阅读全文
posted @ 2019-08-16 15:42 lydstory 阅读(159) 评论(0) 推荐(0)
摘要: https://coolr321.github.io/2018/10/30/%E4%B8%80%E4%B8%AAfork-%E8%B0%83%E7%94%A8%E7%9A%84%E4%BE%8B%E5%AD%90/ 阅读全文
posted @ 2019-08-16 14:57 lydstory 阅读(290) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/My-Jinse/articles/8400137.html rpm -ql 包名 缺少libXss.so.1()(64bit) yum install libXss* -y yum install libXss* -y 阅读全文
posted @ 2019-08-16 13:49 lydstory 阅读(121) 评论(0) 推荐(0)
摘要: yum install libXss* -y 阅读全文
posted @ 2019-08-16 13:47 lydstory 阅读(8842) 评论(0) 推荐(0)

2019年8月15日

摘要: 阅读全文
posted @ 2019-08-15 23:32 lydstory 阅读(187) 评论(0) 推荐(0)
摘要: 格式化抽象本地地址传统AF_UNIX套接口名字的麻烦之一就在于总是调用文件系统对象。这不是必须的,而且也不方便。如果原始的文件系统对象并没有删除,而在bind调用时使用相同的文件名,名字赋值就会失败。Linux 2.2内核使得为本地套接口创建一个抽象名了成为可能。他的方法就是使得路径名的第一个字节为 阅读全文
posted @ 2019-08-15 20:53 lydstory 阅读(317) 评论(0) 推荐(0)
摘要: netstat -pa --unix >>test.txt 输出套接字 命名socket信息 阅读全文
posted @ 2019-08-15 20:43 lydstory 阅读(177) 评论(0) 推荐(0)
摘要: #define wrap_call(dtype, x) \ do { \ dtype result; \ do { \ result = x; \ } while ((result == -1) && (errno == EINTR)); \ return result; \ } while (0) int accept_noeintr(int socket, struct sockaddr *r 阅读全文
posted @ 2019-08-15 19:05 lydstory 阅读(206) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_35904259/article/details/61204130 阅读全文
posted @ 2019-08-15 17:14 lydstory 阅读(153) 评论(0) 推荐(0)
上一页 1 ··· 541 542 543 544 545 546 547 548 549 ··· 617 下一页

导航