Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nutzam/nutz-vfs
提供一个虚拟文件访问层
https://github.com/nutzam/nutz-vfs
Last synced: 6 days ago
JSON representation
提供一个虚拟文件访问层
- Host: GitHub
- URL: https://github.com/nutzam/nutz-vfs
- Owner: nutzam
- License: apache-2.0
- Created: 2014-03-27T04:49:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T03:39:42.000Z (almost 8 years ago)
- Last Synced: 2024-03-26T02:39:45.954Z (8 months ago)
- Language: Java
- Size: 16.6 KB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
虚拟文件接口
====很多时候我们的逻辑是面对文件的,而数据是存在数据库里的,
通过这层抽象,我们可以让我们构建的逻辑更加通用