java

JVM知识点精华汇总:https://blog.csdn.net/huyuyang6688/article/details/81490570
spring源码阅读环境:https://blog.csdn.net/qq_40670946/article/details/102989709?depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1&utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1

java的成神之路

https://hollischuang.github.io/toBeTopJavaer/#/
http://hollischuang.gitee.io/tobetopjavaer/#/

Jmeter

官网:https://www.apache.org/
文档:https://jmeter.apache.org/usermanual/get-started.html
API:https://jmeter.apache.org/api/index.html
github:https://github.com/apache/jmeter

python
Django3.0以后ASGI服务器中daphne与uvicorn性能测试:https://www.bilibili.com/video/BV1vJ41197Qn?from=search&seid=2244434186229394653
性能对比
uvicorn>daphne
但daphne是apache的,所以使用上有待斟酌
django自强学堂:https://code.ziqiangxuetang.com/django/django-tutorial.html
Pandas!开源教程《Joyful-Pandas》:https://github.com/datawhalechina/joyful-pandas
logging日志:https://segmentfault.com/a/1190000016068105
orm查询:https://www.cnblogs.com/iamluoli/p/8985131.html
serializer(序列化):https://blog.csdn.net/submarineas/article/details/83350925
django3中间件(拦截器/分页/图片验证):https://www.jianshu.com/p/18330a3657b4
python标准内建容器collections
https://www.cnblogs.com/dianel/p/10787693.html

前端

前端异步(async)解决方案(所有方案):https://blog.csdn.net/qq_32442973/article/details/89322763