This repository has been archived by the owner on Jun 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8eadc6
commit c72ed50
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# 文件拆分工具 | ||
### Powered by teddyxlandlee. | ||
|
||
For English version, please go [here](https://github.com/teddyxlandlee/FileSpliterator/blob/master/README.md) | ||
|
||
## 用途 | ||
文件拆分器可以将大文件拆分为小文件存储并且将这些小文件整合成原来的大文件。 | ||
比如,我要存储一个130MB的文件,但是由于其超过了GitHub限定的100MB文件的大小,无法将其备份到GitHub上。这时,我可以用文件拆分器将这个文件拆分为三个分别为49.6MB,49.6MB和30.8MB的文件存储到GitHub上。到了公司,我再用这三个小文件通过文件拆分器合并回原来的大文件,与原有文件分毫不差。 | ||
这是一个十分方便再GitHub或其它网站上(有存储大小限制的)存储文件袋工具。 | ||
<!-- | ||
## 使用方法 | ||
@teddyxlandlee plz write this yourself | ||
--> | ||
## 帮助 | ||
您可以在文件拆分器内输入`java -jar FileSpliterator-0.1.1.jar`来获取帮助。 | ||
|
||
## 鸣谢列表 | ||
> [teddyxlandlee](https://github.com/teddyxlandlee) | ||
> [Rayawa](https://github.com/Rayawa) |
This file contains 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