Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
Update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyxlandlee committed Jan 22, 2021
1 parent e8eadc6 commit c72ed50
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README-zh.md
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)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File Spliterator
#### Powered by teddyxlandlee.

中文介绍详见[这里](https://github.com/teddyxlandlee/FileSpliterator/blob/master/README-zh.md)

## Usage
File Spliterator can split files to small parts and put them back in to a big file again.
Expand Down

0 comments on commit c72ed50

Please sign in to comment.