摘要:
netstat -tunple 阅读全文
摘要:
import QtQuick 2.0 import QtQuick.Controls 1.1 Rectangle { width: 320; height: 480; color: "gray"; focus: true; Keys.enabled: true; Keys.onEscapePress 阅读全文
摘要:
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 阅读全文