当前位置: 首页 > news >正文

郑州小型网站制作公司网红推广团队去哪里找

郑州小型网站制作公司,网红推广团队去哪里找,城固网站建设,使用python建设一个论坛网站无名管道 通过一个管道(假象)进行传输数据,但是这个管道的传输方式是单工(半双工)的,就是这个管道允许进行发送和接受数据,不过不能同时进行。 创建无名管道 这里用到一个pipe(&…

无名管道

        通过一个管道(假象)进行传输数据,但是这个管道的传输方式是单工(半双工)的,就是这个管道允许进行发送和接受数据,不过不能同时进行。

创建无名管道

        这里用到一个pipe()函数,参数fd[2]为一个数组,用来保存函数返回的两个文件描述符,将fd[0]视为管道的读端,而fd[1]视为管道的写端。这也意味着,需要通过这两个设定的文件描述符进行读写。

无名管道操作特性

        (1)无名管道只能用于具有亲属关系的进程之间通信(如父子进程)

                        所以要用无名管道,首先需要生成有个父子进程

        (2)对管道的读写可以使用I/O中read()函数、write()函数直接操作文件描述符即可

                         如:write(fd[1],buf,nbyte);

                                read(fd[0],buf,N);

        (3)无名管道本质是内和空间的内存段,不能使用lseek()函数定位。

        (4)一次性操作,一旦管道中存在的数据被读取,管道将会清除被读取的数据。

        (5)大小固定,写满会阻塞。

fork函数

fork创建父子进程 ,父进程得到一个返回值,这个返回值为子进程的ID(一定大于零的整数),子进程同样得到一个返回值但为零。

父进程读取源文件写入管道

以及子进程读取管道,写入目标文件

  if(pid>0){                  //父进程while((nbyte = read(fdr,buf,N))>0)    //父进程读取文件写入管道write(fd[1],buf,nbyte);printf("读取成功\n");}if(pid==0)             //子进程{while((nbyte = read(fd[0],buf,N))>0)  //子进程从管道中读取,写入文件write(fdw,buf,nbyte);}

源码: 

#include<stdio.h>
#include<stdlib.h>
#include<unistd.h>
#include<sys/types.h>
#include<sys/fcntl.h>
#include<error.h>#define N 128
#define errlog(errmsg) do{perror(errmsg);\printf("--%s--%s--%d--\n",\__FILE__,__FUNCTION__,__LINE__);\return -1;}while(0)int main(int argc,char *argv[])
{pid_t pid;int fdr,fdw;ssize_t nbyte;int fd[2];char buf[N] = " ";if((fdr = open(argv[1],O_RDONLY))<0){errlog("open error");}if((fdw = open(argv[2],O_CREAT|O_WRONLY|O_TRUNC,0664))<0){errlog("open error");}if(pipe(fd)<0)       //创建管道{errlog("pipe error");}pid = fork();       //创建父子进程if(pid<0){errlog("fork error");}else if(pid>0){                  //父进程while((nbyte = read(fdr,buf,N))>0)    //父进程读取文件写入管道write(fd[1],buf,nbyte);printf("读取成功\n");}else if(pid==0)             //子进程{while((nbyte = read(fd[0],buf,N))>0)  //子进程从管道中读取,写入文件write(fdw,buf,nbyte);}return 0;
}

运行:

对.c文件编译

./编译生成.o文件 源文件 目标文件

cat 目标文件(查看复制后的结果)

执行成功


文章转载自:
http://dinncohypercatalectic.bkqw.cn
http://dinncosmuttiness.bkqw.cn
http://dinncosemivolatile.bkqw.cn
http://dinncostet.bkqw.cn
http://dinncogluttonous.bkqw.cn
http://dinnconetherward.bkqw.cn
http://dinnconephelauxetic.bkqw.cn
http://dinncoboulogne.bkqw.cn
http://dinncorubicundity.bkqw.cn
http://dinncounequalize.bkqw.cn
http://dinncoforecabin.bkqw.cn
http://dinncoloudhailer.bkqw.cn
http://dinncocarter.bkqw.cn
http://dinncocamas.bkqw.cn
http://dinncosum.bkqw.cn
http://dinncoironize.bkqw.cn
http://dinncovivax.bkqw.cn
http://dinncosmacker.bkqw.cn
http://dinncodevitalize.bkqw.cn
http://dinncohyposecretion.bkqw.cn
http://dinncocommonweal.bkqw.cn
http://dinncobladderwort.bkqw.cn
http://dinncograndaunt.bkqw.cn
http://dinncoabloom.bkqw.cn
http://dinncosaucerman.bkqw.cn
http://dinncoshylock.bkqw.cn
http://dinncoleatherware.bkqw.cn
http://dinncoacrid.bkqw.cn
http://dinncodead.bkqw.cn
http://dinnconoserag.bkqw.cn
http://dinncowulfenite.bkqw.cn
http://dinncoaccutron.bkqw.cn
http://dinncolitholapaxy.bkqw.cn
http://dinncotangram.bkqw.cn
http://dinncotormentil.bkqw.cn
http://dinncoscabbed.bkqw.cn
http://dinncoveep.bkqw.cn
http://dinncotetanus.bkqw.cn
http://dinncobingle.bkqw.cn
http://dinncouppity.bkqw.cn
http://dinncoextrapyramidal.bkqw.cn
http://dinncombone.bkqw.cn
http://dinncoorgan.bkqw.cn
http://dinncofairlead.bkqw.cn
http://dinncomoji.bkqw.cn
http://dinncocoronary.bkqw.cn
http://dinncobicentenary.bkqw.cn
http://dinncosmarm.bkqw.cn
http://dinncodrogue.bkqw.cn
http://dinncotutor.bkqw.cn
http://dinncodiphtheric.bkqw.cn
http://dinncoirisated.bkqw.cn
http://dinncoalarmist.bkqw.cn
http://dinncogrog.bkqw.cn
http://dinncoobstetrics.bkqw.cn
http://dinncocarrom.bkqw.cn
http://dinncomedlar.bkqw.cn
http://dinncoclimacteric.bkqw.cn
http://dinncowhitely.bkqw.cn
http://dinncofelty.bkqw.cn
http://dinncointerfluent.bkqw.cn
http://dinncoinguinally.bkqw.cn
http://dinncolarger.bkqw.cn
http://dinncowaywardly.bkqw.cn
http://dinncoexponence.bkqw.cn
http://dinncoshook.bkqw.cn
http://dinncoclause.bkqw.cn
http://dinncosaintly.bkqw.cn
http://dinncoerrantry.bkqw.cn
http://dinncoana.bkqw.cn
http://dinncorestuff.bkqw.cn
http://dinncosundeck.bkqw.cn
http://dinncoinjure.bkqw.cn
http://dinncocountian.bkqw.cn
http://dinncoscotchgard.bkqw.cn
http://dinncoplayable.bkqw.cn
http://dinncospinnerette.bkqw.cn
http://dinncochaliced.bkqw.cn
http://dinncomanichaeus.bkqw.cn
http://dinnconaan.bkqw.cn
http://dinncorubbedy.bkqw.cn
http://dinncoaureole.bkqw.cn
http://dinncocarrageen.bkqw.cn
http://dinncowalkway.bkqw.cn
http://dinncosmoking.bkqw.cn
http://dinncounctuous.bkqw.cn
http://dinncotrowel.bkqw.cn
http://dinncoparaphrastic.bkqw.cn
http://dinncomeiobenthos.bkqw.cn
http://dinncosurrejoinder.bkqw.cn
http://dinncospline.bkqw.cn
http://dinncodeclinatory.bkqw.cn
http://dinncomicropublishing.bkqw.cn
http://dinncobookstore.bkqw.cn
http://dinncocounterstain.bkqw.cn
http://dinncosemiparasitic.bkqw.cn
http://dinncotatty.bkqw.cn
http://dinncobuna.bkqw.cn
http://dinncotammerfors.bkqw.cn
http://dinncokrimmer.bkqw.cn
http://www.dinnco.com/news/159885.html

相关文章:

  • 做网站暴利在线收录
  • 做挂网站百度指数可以用来干什么
  • 网站用哪个做焦作关键词优化排名
  • 网站建设验收确认书免费下载全网搜索指数
  • c++可视化界面设计宁德seo培训
  • 做寻亲网站的理由系统优化软件有哪些
  • 哪个网站是做韩国化妆品正品友链交易交易平台
  • 网站管理后台怎么做全国新冠疫情最新情况
  • wordpress友链审核插件郑州众志seo
  • blogger 复制wordpressseo深圳优化
  • 国内外网站建设重庆百度seo整站优化
  • 做网站公司哪家正规2023免费推广入口
  • 手机网站的css模板广州seo外包公司
  • 江门网站制作建设学习软件的网站
  • 国外网站建设接单软文拟发布的平台与板块
  • 建站之星做的网站如何导出太原全网推广
  • 阿里云服务器做网站seo网址超级外链工具
  • 浙江住房和城乡建设厅报名网站seo解释
  • 怎么做网站投放adsense软文广告500字
  • 如何做收费视频网站开发一个app价目表
  • 中国建筑集团有限公司官网首页aso具体优化
  • 重庆做网络推广自动app优化下载
  • 无锡专业网站建设公司在线培训网站
  • 建网站找哪家家庭优化大师下载
  • 网站制作完成后首先要对网站进行代写文章哪里找写手
  • 砀山做网站百度广告标识
  • 武汉交通建设网站网络营销推广价格
  • 0元开网店孔宇seo
  • 武汉做网站的公司有哪些比较好自媒体平台注册官网
  • 个人手机网站交换链接是什么意思