Stars
✔(已完结)最全面的 深度学习 笔记【土堆 Pytorch】【李沐 动手学深度学习】【吴恩达 深度学习】
UNIX Network Programming, Volume 1, Third Edition Source Code
A tiny IoC container refer to Spring.
The codes and my solutions to exercises from the book "Algorithms" (4th edition) by Robert Sedgewick and Kevin Wayne.
Security engine for Java (authentication, authorization, multi frameworks): OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
《Shiro从入门到精通》,从0开始系统化的学习shiro,以及shiro与spring boot集成,与项目结合进行实战。
Home for example code from Spring in Action 5.
一个涵盖六个专栏:Spring Boot 2.X、Spring Cloud、Spring Cloud Alibaba、Dubbo、分布式消息队列、分布式事务的仓库。希望胖友小手一抖,右上角来个 Star,感恩 1024
Effective Java(第3版)各章节的中英文学习参考(已完成)
Opensabre是基于SpringCloud2023的微服务开发平台,整合了Spring Security、Springcloud Alibaba等组件。 包含了基础的RBAC权限管理、授权认证、网关管理、服务治理、审计日志等系统管理基础应用。 定义了相关开发规范、风格并落地在服务框架层,开箱即用,支持Docker、Kubenetes的部署。 让项目开发人员快速进入业务开发,而不需过多时间…
🔥《重新定义Spring Cloud实战》实体书对应源码,欢迎大家Star点赞收藏
Java client for Kubernetes & OpenShift
使用Apache Oltu 搭建Oauth2 Server及Client开放授权
Spinnaker is an open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.
a little project about online education platform(base in ssm)在线教育平台(ssm开发)
Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.
PredictionIO E-Commerce Recommendation Engine Template (Java-based parallelized engine)
🚁🚀基于Flink实现的商品实时推荐系统。flink统计商品热度,放入redis缓存,分析日志信息,将画像标签和实时记录放入Hbase。在用户发起推荐请求后,根据用户画像重排序热度榜,并结合协同过滤和标签两个推荐模块为新生成的榜单的每一个产品添加关联产品,最后返回新的用户列表。