提交 e09d2fda 编写于 作者: 彭世瑜's avatar 彭世瑜

fix

上级 546b411a
- 前端
- [Javascript](doc/javascript.md)
- [Css](doc/css.md)
......@@ -5,3 +6,5 @@
- 后端
- [Python](doc/python.md)
- [Java](doc/java.md)
- [其他](doc/index.md)
\ No newline at end of file
# Index
## ssl
https://www.sslforfree.com/
## 工具
http://zyplayer.fun/
......@@ -5,3 +5,13 @@
[Spring 系列教程](https://github.com/wuyouzhuguli/SpringAll)
[Spring Boot 指南](https://snailclimb.gitee.io/springboot-guide/)
## JavaFX
[JavaFX 快速入门](https://www.yiibai.com/javafx/javafx-tutorial-for-beginners.html)
[JavaFX视频教程第1课,hello world](https://www.bilibili.com/video/av32110153)
[JavaFX的几个新特性,让Swing彻底过时](https://zhuanlan.zhihu.com/p/28540820)
[JavaFX Material Design Library](https://github.com/sshahine/JFoenix)
\ No newline at end of file
......@@ -5,3 +5,8 @@
2021-12-23 [Pinia:Vue3.js 的状态管理器](https://pengshiyu.blog.csdn.net/article/details/122101558)
2021-12-23 [PubSubJS:用 JavaScript 编写的基于主题的发布/订阅库](https://pengshiyu.blog.csdn.net/article/details/122100104)
## Node.js
https://npm.devtool.tech/
\ No newline at end of file
......@@ -25,3 +25,21 @@
[peewee](http://docs.peewee-orm.com/en/latest/index.html)
[PyMongo](https://docs.mongodb.com/drivers/pymongo/)
[authlib](https://docs.authlib.org/en/latest/)
[pyjwt](https://pyjwt.readthedocs.io/en/latest/)
[jieba](https://github.com/fxsjy/jieba)
- [简明 jieba 中文分词教程](https://www.jianshu.com/p/883c2171cdb5)
- [NLP 第 2 课:中文分词利器 jieba 和 HanLP](https://www.jianshu.com/p/009671e56027)
[pyhanlp](https://github.com/hankcs/pyhanlp)
- [hanlp 的基本使用--python(自然语言处理)](https://www.cnblogs.com/ybf-yyj/p/7801429.html)
- [自然语言处理之 hanlp,Python 调用与构建,分词、关键词提取、命名主体识别](https://blog.csdn.net/HHTNAN/article/details/81908451)
Celery
- [异步任务(Celery)详解 ](https://www.cnblogs.com/skyflask/p/9865378.html)
......@@ -23,7 +23,7 @@
window.$docsify = {
name: 'Coding Tree',
loadSidebar: true,
repo: 'mouday/Spring-Boot-Demo',
repo: 'mouday/coding-tree',
//搜索插件
search: {
placeholder: '搜索',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册