上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 42 下一页

2019年10月18日

[Inno Setup] 如何读取命令行输入的参数

摘要: 以 /verysilent 为例 阅读全文

posted @ 2019-10-18 10:32 liujx2019 阅读(884) 评论(0) 推荐(0) 编辑

2019年10月17日

Synchronous and Asynchronous I/O [Windows]

摘要: There are two types of input/output (I/O) synchronization: synchronous I/O and asynchronous I/O. Asynchronous I/O is also referred to as overlapped I/ 阅读全文

posted @ 2019-10-17 15:46 liujx2019 阅读(287) 评论(0) 推荐(0) 编辑

Testing for the End of a File (Windows 的异步 IO)

摘要: The ReadFile function checks for the end-of-file condition (EOF) differently for synchronous and asynchronous read operations. When a synchronous read 阅读全文

posted @ 2019-10-17 15:45 liujx2019 阅读(315) 评论(0) 推荐(0) 编辑

Synchronization and Overlapped Input and Output

摘要: You can perform either synchronous or asynchronous (also called overlapped) I/O operations on files, named pipes, and serial communications devices. T 阅读全文

posted @ 2019-10-17 15:44 liujx2019 阅读(124) 评论(0) 推荐(0) 编辑

DiskPart.exe and managing Virtual Hard Disks (VHDs) in Windows 7

摘要: coreygo October 7, 2009 In Windows 7, new commands have been added in DiskPart to allow for the creation and management of Virtual Hard Disks (.vhd fi 阅读全文

posted @ 2019-10-17 15:43 liujx2019 阅读(256) 评论(0) 推荐(0) 编辑

终止过久没有返回的 Windows API 函数 ---- “CancelSynchronousIo”

摘要: Marks pending synchronous I/O operations that are issued by the specified thread as canceled. https://docs.microsoft.com/zh-cn/windows/win32/fileio/ca 阅读全文

posted @ 2019-10-17 14:26 liujx2019 阅读(334) 评论(0) 推荐(0) 编辑

Asynchronous Disk I/O Appears as Synchronous on Windows

摘要: Summary Summary File I/O on Microsoft Windows can be synchronous or asynchronous. The default behavior for I/O is synchronous, where an I/O function i 阅读全文

posted @ 2019-10-17 13:31 liujx2019 阅读(176) 评论(0) 推荐(0) 编辑

[Windows] 如何通过 mount point 找到对应的 VHD 文件

摘要: 假设有一个 Virtual Disk(VHD) 文件。已经 online --> attach --> mount。 知道 mount 的文件夹,要找到 .vhd 文件。可以用如下方法: 1. 通过文件夹路径找到 Volume DISKPART> list volume Volume ### Ltr 阅读全文

posted @ 2019-10-17 10:09 liujx2019 阅读(275) 评论(0) 推荐(0) 编辑

2019年10月15日

QtConcurrent::run() 只能运行参数个数不超过5的函数

摘要: 有时不得不看源码 qtconcurrentrun.h 阅读全文

posted @ 2019-10-15 09:16 liujx2019 阅读(1410) 评论(0) 推荐(0) 编辑

QtConcurrent::run 运行类的成员函数

摘要: https://stackoverflow.com/questions/2152355/is-it-possible-to-use-qtconcurrentrun-with-a-function-member-of-a-class?answertab=active#tab-top 阅读全文

posted @ 2019-10-15 09:13 liujx2019 阅读(1219) 评论(0) 推荐(0) 编辑

上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 42 下一页

导航