上一页 1 2 3 4 5 6 7 8 9 ··· 42 下一页

2021年1月28日

Memory Leak Detection Using Windbg

摘要: https://www.codeproject.com/articles/31382/memory-leak-detection-using-windbg#:~:text=Detecting%20memory%20leaks%20using%20Windbg.%20Memory%20leak%20i 阅读全文

posted @ 2021-01-28 14:14 liujx2019 阅读(63) 评论(0) 推荐(0) 编辑

Inno Setup: Deleting folders after restart during uninstallation

摘要: https://stackoverflow.com/questions/61959208/inno-setup-deleting-folders-after-restart-during-uninstallation To schedule file or directory deletion on 阅读全文

posted @ 2021-01-28 14:13 liujx2019 阅读(92) 评论(0) 推荐(0) 编辑

Windows CMD 配置 启动 服务

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

posted @ 2021-01-28 14:12 liujx2019 阅读(355) 评论(0) 推荐(0) 编辑

Starting a Service

摘要: https://docs.microsoft.com/en-us/windows/win32/services/starting-a-service 05/31/2018 To start a service, a service control program opens a handle to 阅读全文

posted @ 2021-01-28 14:11 liujx2019 阅读(82) 评论(0) 推荐(0) 编辑

socket 相关文章

摘要: http://beej.us/guide/bgnet/ https://opensource.com/article/19/4/interprocess-communication-linux-networking https://github.com/edersoncorbari/socket-t 阅读全文

posted @ 2021-01-28 14:10 liujx2019 阅读(36) 评论(0) 推荐(0) 编辑

Qt GUI程序带命令行

摘要: VS + QT: 项目--属性--链接器--系统--子系统--控制台 (/SUBSYSTEM:CONSOLE) QT Creator 用如下方法: Windows does not really support dual mode applications. To see console outpu 阅读全文

posted @ 2021-01-28 10:16 liujx2019 阅读(410) 评论(0) 推荐(0) 编辑

socket 双向

摘要: 可以搜索 conversation, bidirectional, two-way 阅读全文

posted @ 2021-01-28 09:11 liujx2019 阅读(40) 评论(0) 推荐(0) 编辑

2021年1月27日

winsock Options

摘要: https://docs.microsoft.com/en-us/windows/win32/winsock/sol-socket-socket-options 阅读全文

posted @ 2021-01-27 15:38 liujx2019 阅读(44) 评论(0) 推荐(0) 编辑

winsock 主动切断连接 Connection Setup and Teardown

摘要: https://docs.microsoft.com/en-us/windows/win32/winsock/connection-setup-and-teardown-2 05/31/2018 The WSAAccept function lets an application obtain ca 阅读全文

posted @ 2021-01-27 14:38 liujx2019 阅读(93) 评论(0) 推荐(0) 编辑

在 u 开头的单词前面,用 a 还是 an

摘要: The choice between "a" and "an" is always based on the sound that comes next, not on the category of the letter. We say and write "a university" becau 阅读全文

posted @ 2021-01-27 10:15 liujx2019 阅读(444) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 ··· 42 下一页

导航