摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 8 //读写管道进行进程间的通信 9 //父进程写,子进程读 10 void TestPipe() 11 { 12 //fds[0]读管道,fds[1]写管道 13 int fds[2];... 阅读全文
posted @ 2018-05-04 15:38 喵小喵~ 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 1.首先安装fcitx-frontend-qt5 这个应该是默认安装的,然后查看fcitx-frontend-qt5 的安装目录 一般都是这个 然后把这个库复制到安装目录下的(如果找不到可以在终端中搜索Qt找到qt的安装目录) 重启qtcreator 至此已经可以输入中文了: 阅读全文
posted @ 2018-05-04 10:00 喵小喵~ 阅读(1398) 评论(0) 推荐(0) 编辑