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

2020年10月21日

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 阅读(254) 评论(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 阅读(303) 评论(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 阅读(187) 评论(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 阅读(366) 评论(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 阅读(193) 评论(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 阅读(340) 评论(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 阅读(199) 评论(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 阅读(381) 评论(0) 推荐(0)

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 阅读(366) 评论(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 阅读(509) 评论(0) 推荐(0)

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

导航