Stars
不断重构优化(目前主要用于沉淀日常开发中好的代码实践)——mayfly前后端分离的后台系统(包含按钮级别的权限管理)。机器管理[webssh, 文件管理,监控等]及Redis单机以及集群管理(已完成部分接口以及界面)
kb-dms是一个WEB版的数据库管理平台,此平台支持权限可控、执行记录追踪、数据源配置管理、在线库表查询+编辑+新增等操作。
📚 Learn to write an embedded OS in Rust 🦀
Free universal database tool and SQL client
Bash script for installing V2Ray in operating systems such as Debian / CentOS / Fedora / openSUSE that support systemd
🔥🔥超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~
MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.
Lightweight, fast and reliable key/value storage engine based on Bitcask.
The easiest, and most secure way to access and protect all of your infrastructure.
《The Way to Go》中文译本,中文正式名《Go 入门指南》
Master programming by recreating your favorite technologies from scratch.
Design patterns implemented in Java
mini-spring是简化版的spring框架,能帮助你快速熟悉spring源码和掌握spring的核心原理。抽取了spring的核心逻辑,代码极度简化,保留spring的核心功能,如IoC和AOP、资源加载器、事件监听器、类型转换、容器扩展点、bean生命周期和作用域、应用上下文等核心功能。