上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 42 下一页

2019年3月29日

获取 ProgramData 之类的环境变量(文件夹路径)的值

摘要: Recognized Environment Variables https://docs.microsoft.com/en-us/windows/deployment/usmt/usmt-recognized-environment-variables 阅读全文

posted @ 2019-03-29 13:46 liujx2019 阅读(1363) 评论(0) 推荐(0) 编辑

[Windows]允许未签名的驱动

摘要: https://social.technet.microsoft.com/forums/windows/en-US/1146e0f6-38f0-4ecd-8e6c-ad0c304c1a0d/bcdeditexe-set-testsigning-off https://answers.microsof 阅读全文

posted @ 2019-03-29 13:44 liujx2019 阅读(754) 评论(0) 推荐(0) 编辑

[Qt]执行cmd命令

摘要: 要加 /c 参数 阅读全文

posted @ 2019-03-29 13:26 liujx2019 阅读(1558) 评论(0) 推荐(0) 编辑

2019年3月26日

[Qt] 去除窗体右上角的问号

摘要: this->setWindowFlags(windowFlags()&~Qt::WindowContextHelpButtonHint); 阅读全文

posted @ 2019-03-26 15:18 liujx2019 阅读(1449) 评论(0) 推荐(0) 编辑

2019年3月20日

Python 基础教程(第二版)笔记 (2) 字典

摘要: P59 字典方法 1. clear 2. copy, deepcopy 3. fromkeys 4. get 比下标安全 5. has_key 6. items, iteritems 7. keys, iterkeys 8. pop 9. popitem 10. setdefault 11. upd 阅读全文

posted @ 2019-03-20 15:34 liujx2019 阅读(120) 评论(0) 推荐(0) 编辑

diskpart 分区,挂载,和移除

摘要: list disk select disk 1 clean Create partition primary size=102400 active format quick list volume assign letter=n create partition extended create partition logic format quick list volume assign mo... 阅读全文

posted @ 2019-03-20 11:19 liujx2019 阅读(1454) 评论(0) 推荐(0) 编辑

2019年3月19日

[Windows] Diskpart Scripts and Examples

摘要: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/diskpart-scripts-and-examples 阅读全文

posted @ 2019-03-19 18:12 liujx2019 阅读(164) 评论(0) 推荐(0) 编辑

[Windows] 对于 mount 到文件夹路径下的分区,也可以使用 GetDiskFreeSpaceExA 函数

摘要: 如题 阅读全文

posted @ 2019-03-19 18:11 liujx2019 阅读(306) 评论(0) 推荐(0) 编辑

[Windows] DiskPart commands

摘要: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/diskpart 阅读全文

posted @ 2019-03-19 18:10 liujx2019 阅读(133) 评论(0) 推荐(0) 编辑

[Windows] 如何用编程的方式格式化硬盘

摘要: If memory serves, you're looking for SHFormatDrive(). Use the Format method of the Win32_Volume class. Details here. If memory serves, you're looking 阅读全文

posted @ 2019-03-19 18:06 liujx2019 阅读(352) 评论(0) 推荐(0) 编辑

上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 42 下一页

导航