./s //运行编译后的程序
father running //父进程在运行
son running //子进程在运行
son process write 11 characters,they are : IPC by pipe //子进程向管道中写入数据
father process read 11 characters,they are: IPC by pipe //父进程从管道中读取数据