You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 7, 2024. It is now read-only.
代码中使用
URL u = new URL(“https://raw.fastgit.org/xxx”);
HttpURLConnection httpUrl;
httpUrl.getInputStream();FileOutputStream;
在网络情况不良的情况下,不会反回连接超时,而是直接返回成功,但实际下载文件不完整。