上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 20 下一页
摘要: (1) 创建虚拟窗口 win+ctrl +D (2) 虚拟串口切换 win + ctrl + >(3) 虚拟窗口关闭 win + ctrl+F4(4) 全部最小化 win + M(5) 分屏: win + > (6) 窗口切换: alt + ctrl + tab , win + tab , alt 阅读全文
posted @ 2020-12-05 10:06 countryboy666 阅读(105) 评论(0) 推荐(0) 编辑
摘要: (1)建立ssh密钥对: ssh-keygen -t rsa -b 4096(2)把公钥发送到服务器(2)ctrl+shift+x快捷键打开插件搜索窗口 输入Remote Development(3)cmd+shift+p 打开命令输入窗口 Remote-SSH:Connect to Host..( 阅读全文
posted @ 2020-12-02 23:26 countryboy666 阅读(86) 评论(0) 推荐(0) 编辑
摘要: md aa 创建文件夹 del /f/s/q /p:删bai除每一个文件之前提示确认。 /f:强制删除只zhi读文件。 /s:删除所有子目录中的指定的文件。 /q:安静模式,删除全局通配符时,不要求确认。 xcopy /e/s/y src dis 拷贝目录文件 1 程序启动bat文件 1 @echo 阅读全文
posted @ 2020-12-02 22:42 countryboy666 阅读(107) 评论(0) 推荐(0) 编辑
摘要: (1) 安装paho-mqtt包 (2) 导入mqttimport paho.mqtt.client as mqttimport threading import json import paho.mqtt.publish as publish class Thread(threading.Thre 阅读全文
posted @ 2020-12-02 22:07 countryboy666 阅读(2475) 评论(0) 推荐(0) 编辑
摘要: import pymysql db = pymysql.connect(host="192.168.254.1xx",user="root",password="52",database="FaceCloudDB") cursor = db.cursor() cursor.execute("SELE 阅读全文
posted @ 2020-12-02 21:16 countryboy666 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 使用Loader{sourceComponent: Component}连接信号Connections{target: object.item} 阅读全文
posted @ 2020-12-01 22:07 countryboy666 阅读(527) 评论(0) 推荐(0) 编辑
摘要: void QMapToJson() { QMap<QString,QVariant> mapData = QMap<QString,QVariant>(); // 定义一个map mapData.insert("id","30001"); // 插入数据 mapData.insert("number 阅读全文
posted @ 2020-12-01 14:57 countryboy666 阅读(1493) 评论(0) 推荐(0) 编辑
摘要: netstat -tunple 阅读全文
posted @ 2020-11-30 23:46 countryboy666 阅读(64) 评论(0) 推荐(0) 编辑
摘要: import QtQuick 2.0 import QtQuick.Controls 1.1 Rectangle { width: 320; height: 480; color: "gray"; focus: true; Keys.enabled: true; Keys.onEscapePress 阅读全文
posted @ 2020-11-30 02:18 countryboy666 阅读(213) 评论(0) 推荐(1) 编辑
摘要: import QtQuick 2.0 import QtQuick.Window 2.0 import QtQuick.Controls 1.4 import QtQuick.Layouts 1.1 Window { id: mianWindow width: 400 height: 600 vis 阅读全文
posted @ 2020-11-30 01:39 countryboy666 阅读(108) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 20 下一页