摘要: 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) 编辑