Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个下载管理器程序。在我的程序中,网址以正常速度下载。如何提高下载速度?是关于 HTTP 1.1 还是有算法来完成这项工作?
许多下载管理器都使用了一种算法。它将文件分割成部分并同时下载它们 - 当文件服务器限制每个文件的单个用户的下载速度以避免过多的流量时,它会加快下载速度。您必须记住,并非所有服务器都允许这样做。