全部博文(356)
发布时间:2019-05-10 14:08:55
curl -s -i -o /path/to/file "http://example.com/push_me.html"curl -x -s -o /dev/null -x push --data-binary @/path/to/file "http://example.com/push_me.html"......
发布时间:2018-08-13 15:38:58
来源:https://blog.zymlinux.net/index.php/archives/562
发布时间:2018-08-08 10:50:50
转载至:http://blog.chinaunix.net/uid-23242010-id-2183028.html第一章指出,ts对大文件与小文件的存储方式略有不同。对于小文件,使用一个doc保存所有的内容,而对于一个大文件,会使用一个doc保存head部分,并将body分为多个fragment,每个fragment使用一个doc来保存。通过将大文件分为多个fragment保存,可以避免一个.........
发布时间:2018-08-08 10:44:55
https://www.cnblogs.com/dev0ps/category/1117139.html......
发布时间:2018-07-20 18:06:50
转自:http://blog.csdn.net/chinainvent/article/details/8243089
.........