会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
范圣帅 - 卡农的魔笛
卡迪的快乐生活
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2015年2月11日
system 函数
摘要: 相关函数:fork, execve, waitpid, popen头文件:#include 定义函数:int system(const char * string);函数说明:system()会调用fork()产生子进程, 由子进程来调用/bin/sh-c string 来执行参数string 字符...
阅读全文
posted @ 2015-02-11 14:29 范圣帅
阅读(847)
评论(0)
推荐(0)
tcp/ip协议listen函数中backlog参数的含义与php-fpm的502 Bad Gateway
摘要: To understand the backlog argument, we must realize that for a given listening socket, the kernel maintains two queues :要明白backlog参数的含义,我们必须明白对于一个list...
阅读全文
posted @ 2015-02-11 13:07 范圣帅
阅读(1764)
评论(0)
推荐(0)