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

2020年10月22日

Easylogging

摘要: https://blog.csdn.net/woshichenweixian/article/details/77018452 一.Easylogging简介: Easyloggingpp是一个C++开源log库,其在github的地址:https://github.com/muflihun/eas 阅读全文

posted @ 2020-10-22 17:31 liujx2019 阅读(524) 评论(0) 推荐(0) 编辑

2020年10月21日

Openstack Swift SLO & bulk delete 测试常用命令,文件等

摘要: curl -i -k \ -H "Content-Type: application/json" \ -d ' { "auth": { "identity": { "methods": ["password"], "password": { "user": { "name": "large_obj" 阅读全文

posted @ 2020-10-21 10:23 liujx2019 阅读(218) 评论(0) 推荐(0) 编辑

Openstack Swift Static Large Object (SLO)

摘要: Uploading Files Larger than 5 GB Using the REST API Before You Begin Purpose This tutorial shows how to upload files larger than 5 GB to Oracle Cloud 阅读全文

posted @ 2020-10-21 10:03 liujx2019 阅读(222) 评论(0) 推荐(0) 编辑

Linux 创建指定大小的文件

摘要: dd if=/dev/zero of=16MB bs=4M count=4 https://ostechnix.com/create-files-certain-size-linux/ 待读 阅读全文

posted @ 2020-10-21 09:36 liujx2019 阅读(293) 评论(0) 推荐(0) 编辑

2020年10月20日

Openstack Swiftclient 查看 log

摘要: 修改文件 /usr/lib/python2.7/dist-packages/swiftclient/client.py 注释掉 logger.addHandler(NullHandler()) 并添加 handler = logging.StreamHandler(sys.stderr) logge 阅读全文

posted @ 2020-10-20 18:16 liujx2019 阅读(182) 评论(0) 推荐(0) 编辑

Openstack Swift 批量删除 (bulk delete)

摘要: Bulk Delete Requests must be of type DELETE, and have an Content-Type header of text/plain. The data is a new-line separated list of url-encoded objec 阅读全文

posted @ 2020-10-20 17:36 liujx2019 阅读(341) 评论(0) 推荐(0) 编辑

2020年9月16日

winsock server 示例代码中 shutdown 的选项

摘要: When the server is done sending data to the client, the shutdown function can be called specifying SD_SEND to shutdown the sending side of the socket. 阅读全文

posted @ 2020-09-16 18:03 liujx2019 阅读(182) 评论(0) 推荐(0) 编辑

winsock 的 SO_REUSEADDR 选项

摘要: by Nikolai Fetissov First, make sure you set SO_REUSEADDR option on the server socket to be able to re-start listening. Then, I'm guessing, your probl 阅读全文

posted @ 2020-09-16 18:01 liujx2019 阅读(330) 评论(0) 推荐(0) 编辑

Windows 按键

摘要: SendKeys in C++ https://www.codeproject.com/articles/6819/sendkeys-in-c Elias Bachaalany Rate this: 4.87 (127 votes) 4.87 (127 votes) 14 Jun 2004 A C+ 阅读全文

posted @ 2020-09-16 13:48 liujx2019 阅读(190) 评论(0) 推荐(0) 编辑

[Windows]模拟按键

摘要: Find the handle to the button that you want to click (by using FindWindowEx), and just send click message: SendMessage(hButton, WM_LBUTTONDOWN, MK_LBU 阅读全文

posted @ 2020-09-16 13:31 liujx2019 阅读(367) 评论(0) 推荐(0) 编辑

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

导航