From 0af9a13cbce0ffdf1b21ef0e1b1d91b7b067a8b4 Mon Sep 17 00:00:00 2001 From: pengshiyu <1940607002@qq.com> Date: Mon, 27 Dec 2021 09:56:07 +0800 Subject: [PATCH] fix --- README.md | 4 ++++ doc/index.md | 2 ++ doc/javascript.md | 11 ++++++++++- doc/python.md | 10 ++++++++++ 4 files changed, 26 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6b9985..eb5fc29 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ 阅读地址:[https://mouday.github.io/coding-tree/](https://mouday.github.io/coding-tree/) +[程序员导航](https://mouday.github.io/hao123/) + +[个人博客:www.pengshiyu.com](https://www.pengshiyu.com/) + 本地预览 ```bash diff --git a/doc/index.md b/doc/index.md index c74b463..1acd23b 100644 --- a/doc/index.md +++ b/doc/index.md @@ -7,3 +7,5 @@ https://www.sslforfree.com/ ## 工具 http://zyplayer.fun/ + +[shields](https://shields.io/) \ No newline at end of file diff --git a/doc/javascript.md b/doc/javascript.md index 5a36621..5a1a98f 100644 --- a/doc/javascript.md +++ b/doc/javascript.md @@ -6,7 +6,16 @@ 2021-12-23 [PubSubJS:用 JavaScript 编写的基于主题的发布/订阅库](https://pengshiyu.blog.csdn.net/article/details/122100104) +[BootCDN 稳定、快速、免费的前端开源项目 CDN 加速服务](https://www.bootcdn.cn/) + +## 第三方库 + +[vue.js](https://cn.vuejs.org/v2/guide/) + +[element-ui](https://element.eleme.cn/#/zh-CN/component/installation) + +[alasql](http://alasql.org/) ## Node.js -https://npm.devtool.tech/ \ No newline at end of file +https://npm.devtool.tech/ diff --git a/doc/python.md b/doc/python.md index f3bc416..3415f4a 100644 --- a/doc/python.md +++ b/doc/python.md @@ -43,3 +43,13 @@ Celery - [异步任务(Celery)详解 ](https://www.cnblogs.com/skyflask/p/9865378.html) + +[scrapyd](https://scrapyd.readthedocs.io/en/stable/index.html) + +[apscheduler](https://apscheduler.readthedocs.io/en/latest/index.html) + +[six](https://six.readthedocs.io/) + +[virtualenvwrapper](https://virtualenvwrapper.readthedocs.io/) + +[supervisord](http://www.supervisord.org/index.html) \ No newline at end of file -- GitLab