We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
第一阶段: 实现文件同步
第二阶段: 实现分块,去重,压缩,存储
注意事项: 为了在第二阶段开发是能顺利地在第一阶段地基础上开发,开发的时候注意把以下功能封装,所有用到这些功能的地方都必须调用已经封装好的函数 1.把文件存储到U盘上 2.把文件从U盘取出并存储到本地 3.删除U盘上的文件 4.删除本地的文件
The text was updated successfully, but these errors were encountered:
No branches or pull requests
第一阶段:
实现文件同步
第二阶段:
实现分块,去重,压缩,存储
注意事项:
为了在第二阶段开发是能顺利地在第一阶段地基础上开发,开发的时候注意把以下功能封装,所有用到这些功能的地方都必须调用已经封装好的函数
1.把文件存储到U盘上
2.把文件从U盘取出并存储到本地
3.删除U盘上的文件
4.删除本地的文件
The text was updated successfully, but these errors were encountered: