todo.md 2.1 KB
Newer Older
RunAtWorld's avatar
RunAtWorld 已提交
1
1. [junit测试框架的使用](https://www.cnblogs.com/hustfly/p/3405486.html)
RunAtWorld's avatar
RunAtWorld 已提交
2 3

1. 常常去看下 [alibaba的github仓库](https://github.com/alibaba)
RunAtWorld's avatar
todo  
RunAtWorld 已提交
4 5 6
1. [从零开始编写一个宠物识别系统(爬虫、模型训练和调优、模型部署、Web服务)](https://www.aaronjny.com/articles/2019/12/17/1576592367309.html#b3_solo_h1_0)
2. [有趣的深度学习——使用TensorFlow 2.0 + RNN 实现一个古体诗生成器](https://www.aaronjny.com/articles/2020/01/02/1577944439534.html)
3. [深度学习下的目标检测算法——TensorFlow 2.0下的YOLOv3实践](https://www.aaronjny.com/articles/2019/12/22/1576989909962.html)
RunAtWorld's avatar
RunAtWorld 已提交
7 8 9
4. [根据公司名称生成base64 logo(python文字转图片](https://www.aaronjny.com/articles/2019/11/06/1573018075959.html)
5. 雪花算法
    - [ID号生成 雪花算法](https://www.jianshu.com/p/d3881a6a895e)
RunAtWorld's avatar
RunAtWorld 已提交
10
    - [Twitter的分布式自增ID算法snowflake (Java版)](https://www.cnblogs.com/relucent/p/4955340.html)
RunAtWorld's avatar
RunAtWorld 已提交
11
6. [Upgrade-ProcessOn](https://github.com/RunAtWorld/Upgrade-ProcessOn)
RunAtWorld's avatar
RunAtWorld 已提交
12
7. 轻量级BI工具Superset的搭建与使用 https://www.jianshu.com/p/b02fcea7eb5b
RunAtWorld's avatar
RunAtWorld 已提交
13 14 15
8. 在Windows下安装使用Kafka: https://www.jianshu.com/p/ce203d4e2f41
    - Kafka史上最详细原理总结上 https://www.jianshu.com/p/734cf729d77b
9. 网页实现一个简单的音乐播放器 : https://blog.csdn.net/qq_44210563/article/details/102826406?depth_1-utm_source=distribute.pc_relevant.none-task&utm_source=distribute.pc_relevant.none-task
RunAtWorld's avatar
RunAtWorld 已提交
16
    - http://music.xiongsihao.com/
RunAtWorld's avatar
RunAtWorld 已提交
17 18 19 20 21 22 23 24 25 26 27 28 29 30
10. Spring Boot 最最最常用的注解梳理 : https://mp.weixin.qq.com/s/6wAD7fN1hUjQR-0twvvaTw

项目集合

1. 一套BS架构的开源知识管理系统、知识库系统 https://gitee.com/macplus/WCP
2. 文章论文下载 . http://www.sci-hub.ac.cn/
3. 20款开源搜索引擎介绍与比较 https://www.cnblogs.com/cuihongyu3503319/p/9273917.html
4. https://blog.csdn.net/u013850277/article/details/90647636
https://www.jianshu.com/p/44cc3bdd80e2

5. 爬虫 https://github.com/vector4wang/spring-boot-quick

工具
1. [10款搜索引擎](https://www.jianshu.com/p/51cc722724c5)