一、简介 DBus的出现,使得Linux进程间通信更加便捷,不仅可以和用户空间应用程序进行通信,而且还可以和内核的程序进行通信,DBus使得Linux变得更加智能,更加具有交互性。 DBus分为两种类型:system bus(系统总线),用于系统(Linux)和用户程序之间进行通信和消息的传递;se Read More
posted @ 2016-08-18 00:02
findumars
Views(3385)
Comments(0)
Diggs(0)
使用QProcess QThread #include <QProcess>int main(){QProcess::execute("ls");return 0;} QProcess *poc = new QProcess; poc-> start( "ping 222.207.53.1> hh Read More
posted @ 2016-08-18 00:00
findumars
Views(7009)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号