02 2025 档案
摘要:打开注册表编辑器: 按 Win + R,输入 regedit,然后回车。 导航到以下路径: sql 复制 编辑 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters 添加/修改键值: 右键空白处 → 新建 → DW
阅读全文
摘要:sudo apt-get update sudo apt-get install qt5-default sudo apt-get install qtcreator sudo apt-get install qtmultimedia5-dev sudo apt-get install libqt5
阅读全文
摘要:功能如图 C#代码实现如下 public partial class MainWindow : Window { public MainWindow() { InitializeComponent(); ShowInTaskbar = false; this.Loaded += MainWindow
阅读全文
摘要:先看代码 QTimer *dt = new QTimer(this); dt->setInterval(1'000); connect(dt, &QTimer::timeout, this, [=] { ui->lb_datetime->setText( QDateTime::currentDate
阅读全文
摘要:微软不建议在不符合 Windows 11 最低系统要求的设备上安装 Windows 11。如果你选择在不符合这些要求的设备上安装 Windows 11,并且你承认并理解风险,你可以创建以下注册表键值并绕过对 TPM 2.0(至少需要TPM 1.2)以及 CPU 系列和型号的检查。Register K
阅读全文