上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 42 下一页

2020年9月14日

OpenSSL BIO

摘要: https://stackoverflow.com/questions/51672133/what-are-openssl-bios-how-do-they-work-how-are-bios-used-in-openssl by anton_rh What is OpenSSL BIO? Open 阅读全文

posted @ 2020-09-14 14:04 liujx2019 阅读(325) 评论(0) 推荐(0) 编辑

0xC0000006

摘要: Applications crash or become unresponsive if another user logs off a Remote Desktop session in Windows Server 2012/R2 or Windows Server 2008/R2 09/08/ 阅读全文

posted @ 2020-09-14 10:38 liujx2019 阅读(451) 评论(0) 推荐(0) 编辑

2020年9月2日

Windows API 获取 WIFI 信号强度 (C++)

摘要: WlanQueryInterface function https://docs.microsoft.com/zh-cn/windows/win32/api/wlanapi/nf-wlanapi-wlanqueryinterface?redirectedfrom=MSDN 2018/12/05 Th 阅读全文

posted @ 2020-09-02 15:35 liujx2019 阅读(1244) 评论(0) 推荐(0) 编辑

libcurl 断点续传

摘要: HTTP ranges by bagder https://ec.haxx.se/libcurl-http/libcurl-http-ranges Re: Ranged PUTs, Content-Range, and Content-Length https://curl.haxx.se/mail 阅读全文

posted @ 2020-09-02 09:39 liujx2019 阅读(350) 评论(0) 推荐(0) 编辑

2020年8月25日

windows 进程参数查看

摘要: 在windows下查看某个运行程序(或进程)的命令行参数使用下面的命令:wmic process get caption,commandline /value 如果想查询某一个进程的命令行参数,使用下列方式:wmic process where caption=”svchost.exe” get c 阅读全文

posted @ 2020-08-25 16:35 liujx2019 阅读(357) 评论(0) 推荐(0) 编辑

Windows cURL 获取 Openstack Swift Token

摘要: 1. Download CURL for Windows from https://curl.haxx.se/windows/ 2. Extract it to a place, such as "C:\Program Files\". 3. Open CMD and cd to "C:\Progr 阅读全文

posted @ 2020-08-25 13:30 liujx2019 阅读(161) 评论(0) 推荐(0) 编辑

Windows cURL 如何看花了多少时间

摘要: -s -o /dev/null -w "%{time_starttransfer}\n" -s 不显示进度条, -o 输出重定向到 /dev/null. -w 用格式 time_starttransfer 取出 the response time. 出处:https://dev.to/yuyatak 阅读全文

posted @ 2020-08-25 10:03 liujx2019 阅读(410) 评论(0) 推荐(0) 编辑

2020年8月18日

Resource monitor 内存 commit private 涵义

摘要: The Memory tab's Processes section displays key metrics related to how the system's processes use memory. Here's information about the metrics: Image. 阅读全文

posted @ 2020-08-18 17:19 liujx2019 阅读(162) 评论(0) 推荐(0) 编辑

如何调试堆损坏

摘要: by leander https://stackoverflow.com/questions/1010106/how-to-debug-heap-corruption-errors Application Verifier combined with Debugging Tools for Wind 阅读全文

posted @ 2020-08-18 15:31 liujx2019 阅读(164) 评论(0) 推荐(0) 编辑

2020年8月12日

My Life with Isaac Stern by Aaron Rosand

摘要: Max Adler (a wealthy benefactor) introduced me to Isaac in 1946 in his Chicago home and played a recorded live performance of Tchaikovsky concerto tha 阅读全文

posted @ 2020-08-12 12:43 liujx2019 阅读(155) 评论(0) 推荐(0) 编辑

上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 42 下一页

导航