This repository was archived by the owner on Sep 25, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 57
a ugly implementation of remote download #13
Open
breezechen
wants to merge
18
commits into
codeskyblue:master
Choose a base branch
from
breezechen:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
|
辛苦,我抽空看下 |
Author
Owner
|
看起来,还不错,还需要处理下,浏览器关闭之后,如何看到进度的问题 |
Author
|
最好的办法,弄个 不过我这js水平完成不了,你有时间做么? |
Owner
|
最近时间不是很多,下载你也可以直接设置一个新的路由 比如 |
… encoding? some ISP in china fucking urls whit "google.com" like strings in it, and they try decode base64 encoded urls!
Owner
|
@breezechen wget其实你最好用golang的原声代码实现,另外这个项目我也打算重写了(把react去掉,不然门槛有点高) 新项目地址,pr可以贡献到这里来 https://github.com/codeskyblue/gohttpserver |
Author
|
好的,新代码我fork一份,用golang写的话,实现不了wget那么强大的功能呀,=_=! |
Owner
|
基本的http ftp sftp https都是可以用golang搞定的,而且不会有外部的依赖 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.


没接触过前台项目,弄了大半天才把你项目里的webpack, react, 弄明白是个什么东西,前台的生态环境果然富的流油!
我加了个
Remote Download按钮和一个Modal,现在还是很丑,进度条交互暂时还没想到怎么实现...BTW:react-bootstrap太坑了,你用的是0.27.0,我没注意,看的是官网最新版的Components教程,折腾了半天都不对,最后在首页看到一条红色提示
The project is under active development, and APIs will change.,才想到是版本问题! = =!!!