“fork”相关日志

  • 硬白梧桐
    A WESTERN DINNER517天前
    作者:硬白梧桐 标签: FORK  SPOON  KNIFE 
       You push open the door.The inside is darker than a normal restaurant.The hezvily curtained place.You find a table look at the menu and de...
  • XIAO后的神经
    fork527天前
    作者:XIAO后的神经 标签: fork 
    大都没必要了~!只剩下该死的偶然~! 突然发现自己把一切都看的好轻~好似什么都与我无关~也许一切都是局外的 都是在不属于我是另一个世界发生的吧。亲情.友情.爱情.有可无亦可。看见了太多,明白了一些。 这样很好......
  • 草木与钢叉
    steel fork543天前
    作者:草木与钢叉 标签: steel  fork 
    steel fork...
  • 来者犹可追
    fork866天前
    作者:来者犹可追 标签: fork 
    #include<stdio.h>#include<unistd.h>#include<sys/types.h>#include<sys/wait.h> int main(){   int pid, child_id,count=0...
  • 来者犹可追
    fork---exec866天前
    作者:来者犹可追 标签: fork  exec 
    #include<stdio.h>#include<unistd.h>#include<sys/types.h>#include<sys/wait.h>int main(){      &nb...
  • 来者犹可追
    fifo and mesg_fifo889天前
    作者:来者犹可追 标签: fifo  fork  client  server 
    #include        <signal.h>#include        <stdio.h>#include &nb...
  • 来者犹可追
    pipe and mesg_pipe889天前
    作者:来者犹可追 标签: pipe  fork  client  server 
    #include        <sys/types.h>   /* basic system data types */#include     ...