From e29154b0e8ba11cdd400fb15f13b005f949cd5eb Mon Sep 17 00:00:00 2001 From: guide Date: Thu, 1 Sep 2022 11:43:35 +0800 Subject: [PATCH] =?UTF-8?q?[docs=20update]Web=20=E5=AE=9E=E6=97=B6?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E6=8E=A8=E9=80=81=E8=AF=A6=E8=A7=A3=E5=8E=9F?= =?UTF-8?q?=E6=96=87=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- docs/database/mysql/a-thousand-lines-of-mysql-study-notes.md | 1 - docs/system-design/web-real-time-message-push.md | 2 ++ 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index aa4674bb..9eacf661 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ /node_modules /package-lock.json -\*.drawio +*.drawio .DS_Store # VS Code Config file .vscode/ diff --git a/docs/database/mysql/a-thousand-lines-of-mysql-study-notes.md b/docs/database/mysql/a-thousand-lines-of-mysql-study-notes.md index a55af159..28ffa499 100644 --- a/docs/database/mysql/a-thousand-lines-of-mysql-study-notes.md +++ b/docs/database/mysql/a-thousand-lines-of-mysql-study-notes.md @@ -6,7 +6,6 @@ tag: --- > 原文地址:https://shockerli.net/post/1000-line-mysql-note/ ,JavaGuide 对本文进行了简答排版,新增了目录。 -> 作者:格物 非常不错的总结,强烈建议保存下来,需要的时候看一看。 diff --git a/docs/system-design/web-real-time-message-push.md b/docs/system-design/web-real-time-message-push.md index 0d157430..8d29f504 100644 --- a/docs/system-design/web-real-time-message-push.md +++ b/docs/system-design/web-real-time-message-push.md @@ -10,6 +10,8 @@ head: content: 消息推送通常是指网站的运营工作等人员,通过某种工具对用户当前网页或移动设备 APP 进行的主动消息推送。 --- +> 原文地址:https://juejin.cn/post/7122014462181113887,JavaGuide 对本文进行了完善总结。 + 我有一个朋友做了一个小破站,现在要实现一个站内信 Web 消息推送的功能,对,就是下图这个小红点,一个很常用的功能。 ![站内信 Web 消息推送](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/github/javaguide/system-design/web-real-time-message-push/1460000042192380.png)