Stars
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
🌍 针对小白的算法训练 | 包括四部分:①.大厂面经 ②.力扣图解 ③.千本开源电子书 ④.百张技术思维导图(项目花了上百小时,希望可以点 star 支持,🌹感谢~)推荐免费ChatGPT使用网站
Fast. Easy. Done. Processing spreadsheets without worrying about large files causing OOM.
git-java-python / Chat2DB
Forked from CodePhiliaX/Chat2DB🔥🔥🔥AI-driven database tool and SQL client, The hottest GUI client, supporting MySQL, Oracle, PostgreSQL, DB2, SQL Server, DB2, SQLite, H2, ClickHouse, and more.
Control WS2812B and many more types of digital RGB LEDs with an ESP32 over WiFi!
↥ ↥ ↥ 点击关注更新,基于 Spring Cloud 2025 、Spring Boot 4、 OAuth2 的 RBAC 权限管理系统; 问题反馈:http://issue.pig4cloud.com
java生产环境内存调优(包括jvm参数类型,JVM的参数类型 jinfo & jps(参数和进程查看) jstat(类加载、垃圾收集、JIT 编译) jmap+MAT(内存溢出) jstack(线程、死循环、死锁) JVisualVM(本地和远程可视化监控) 使用 BTrace 进行拦截调试 Tomcat 性能监控与调优 Nginx 性能监控与调优 JVM 层 GC 调优 JAVA代码层调…