05 2020 档案

摘要:先贴几篇有意思的讨论 https://www.qt.io/blog/2010/06/17/youre-doing-it-wrong#commento-login-box-container https://www.qt.io/blog/2006/12/04/threading-without-the 阅读全文
posted @ 2020-05-22 09:05 FightingFor 阅读(2069) 评论(0) 推荐(0)
摘要:1. 将 Form 的 AutoScaleMode 属性设置为 DPI; 2. 在Program.cs中修改代码 class Program { [STAThread] static void Main() { if (Environment.OSVersion.Version.Major >= 6 阅读全文
posted @ 2020-05-20 20:46 FightingFor 阅读(2277) 评论(0) 推荐(1)
摘要:找到虚拟机所在的目录, 将 .vmx文件打开 将文件vmci0.present = "TRUE"改为 vmci0.present = "FALSE" 删除以.lck为后缀名的文件夹 重新打开虚拟机 zz from https://blog.csdn.net/lukabruce/article/det 阅读全文
posted @ 2020-05-18 09:45 FightingFor 阅读(4108) 评论(0) 推荐(0)