ICode9

精准搜索请尝试: 精确搜索
  • 检测磁盘空间,删除指定类型最早创建的文件2022-07-20 14:00:58

    #!/bin/bashwhile [ 1 ]do sleep 30 avail=`df / -h | awk '{print $4}' | awk '{sum+=$1}END{print sum}'` echo "disk avail:"$avail"G" if [ $avail -lt 5 ] then echo "disk avail:"$avail"G is less than 5G ,w

  • Qt 获取可用串口2021-07-06 09:06:38

    本文将介绍Qt5使用类QSerialPortInfo获取可以用串口号 机器上配置的虚拟串口 程序获取结果 .pro文件中添加下面的代码 QT += serialport 然后,执行一次qmake 包含头文件 1 #include <QtSerialPort/QSerialPort> 2 #include <QtSerialPort/QSerialPortInfo> 获取串口号列

  • Qt5获取可用串口2021-02-12 20:32:16

    概述 本文将介绍Qt5使用类QSerialPortInfo获取可以用串口号 效果 机器上配置的虚拟串口 程序获取结果 源码开始 .pro文件中添加下面的代码 QT += serialport 然后,执行一次qmake 包含头文件 #include <QtSerialPort/QSerialPort> #include <QtSerialPort/QSerialPortInfo>

  • VIRTIO & VHOST2020-10-24 09:34:28

    景 在虚拟化领域,virtio 随处可见。当前,virtio 可以加速 IO、network子系统。 在 IO 子系统,主要有 virtio-blk, virtio-scsi。同时,有 vhost 相关的 vhost-blk, vhost-scsi, vhost-nvme 这些。 看起来东西很多很乱,其实只要理解了本质,就可以轻松化解如此多virtio*让人困扰的问题了。

  • Avail ITILSC-OSA Exam Cram Curated by Exin Experts2019-08-06 19:01:44

    Tired of doing the same job? Get your hands on ITILSC-OSA exam It is the nature of the human being that he/she will get tired of doing the same task over and over, same is the case of the ITIL Operational Support and Analysis Certificate professionals. If

  • Avail 648-385 Exam Cram Curated by Cisco Experts2019-07-24 16:02:34

    Tired of doing the same job? Get your hands on 648-385 exam It is the nature of the human being that he/she will get tired of doing the same task over and over, same is the case of the Cisco Specialist professionals. If you are an individual who is seekin

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有