Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmj01 committed Jul 1, 2024
1 parent 63c5b3b commit 61e7626
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions articles/safe/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 安全

- [溢出](/articles/safe/overflow.md)
- [计时攻击](/articles/safe/time.attacks.md)
- [OpenArk:专业的 Windows 恶意程序分析与清理工具。](github.com/BlackINT3/OpenArk)
- [分析 Go 编译后文件大小的工具](github.com/Zxilly/go-size-analyzer)
1 change: 1 addition & 0 deletions dev-note/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@

- [MDN--Documenting web technologies, including CSS, HTML, and JavaScript, since 2005.](https://developer.mozilla.org/en-US/docs/Web)
- [Google的开发工具,面向开发者的Android](https://developer.android.google.cn/?hl=zh-cn)
- [远程终端工具Mosh is a remote terminal application that supports intermittent connectivity, allows roaming, and provides speculative local echo and line editing of user keystrokes.](https://github.com/mobile-shell/mosh)
1 change: 1 addition & 0 deletions web/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- [web概念](/web/web.md)
- [html](/web/html.md)
- [css](/web/css.md)
- [store存储数据](/web/store.md)
- [canvas](/cg/canvas.md)
- [小程序开发](/web/mini.md)
- [字体](/cg/font.md)
Expand Down
2 changes: 2 additions & 0 deletions web/store.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
小数据,比如用户登录信息,使用localestorage存储
大数据,比如用户选择的图片信息,使用indexdb存储

- [用 JavaScript 编写、运行在浏览器里的 NoSQL 数据库,它能够在离线状态下将数据存储至本地,并在网络恢复后自动同步数据,保持数据与服务器同步PouchDB is an open-source JavaScript database inspired by Apache CouchDB that is designed to run well within the browser.](https://github.com/pouchdb/pouchdb)

## store

vuex是vue的状态全局关联的模式
Expand Down

0 comments on commit 61e7626

Please sign in to comment.