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

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 阅读(1441) 评论(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 阅读(357) 评论(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 阅读(401) 评论(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 阅读(175) 评论(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 阅读(440) 评论(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 阅读(187) 评论(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 阅读(187) 评论(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 阅读(178) 评论(0) 推荐(0)

2020年8月7日

Seagate 硬盘产地查询

摘要: 工場コード シンガポール:Seagate ・Site Code : AMK タイランド:Seagate ・Site Code : TK ・Site Code : KRATSG 中国:Seagate ・Site Code : WU (Wuxi=江蘇省無錫市) ・Site Code : SU 中国:SA 阅读全文

posted @ 2020-08-07 17:26 liujx2019 阅读(716) 评论(0) 推荐(0)

服务器返回 HTTP 500

摘要: 把自己伪装成浏览器 Some servers (especially requested with SSL) returns 500 in cases when some parameters of request is set incorrect. To avoid «500 error» (fo 阅读全文

posted @ 2020-08-07 15:44 liujx2019 阅读(644) 评论(0) 推荐(0)

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

导航