Skip to content

Commit

Permalink
content: update
Browse files Browse the repository at this point in the history
  • Loading branch information
andyluss committed Jun 11, 2024
1 parent 35ee22b commit 0a0bfae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/20240611.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 基于文件的应用

在过去,很多应用都有专门的文件格式,比如 Word、Excel 等。但是现在,应用大部分都跟数据库关联。

基于文件的应用和基于数据库的应用,各有优劣。我觉得最大的不同在于本地优先还是网络优先,用户优先还是商家优先。另外,文件有利于标准化,用户拥有文件,并可选择不同的应用打开,方便数据的长期化。

未来我会不断探索基于文件的本地优先应用。

0 comments on commit 0a0bfae

Please sign in to comment.