Harlan1997's Stars
macrozheng/mall
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
huihut/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
cfenollosa/os-tutorial
How to create an OS from scratch
go-admin-team/go-admin
基于Gin + Vue + Element UI & Arco Design & Ant Design 的前后端分离权限管理系统脚手架(包含了:多租户的支持,基础用户管理功能,jwt鉴权,代码生成器,RBAC资源控制,表单构建,定时任务等)3分钟构建自己的中后台项目;项目文档》:https://www.go-admin.pro V2 Demo: https://vue2.go-admin.dev V3 Demo: https://vue3.go-admin.dev Antd PRO:https://antd.go-admin.pro
hongleizhang/RSPapers
RSTutorials: A Curated List of Must-read Papers on Recommender System.
ZHENFENG13/spring-boot-projects
:fire: 该仓库中主要是 Spring Boot 的入门学习教程以及一些常用的 Spring Boot 实战项目教程,包括 Spring Boot 使用的各种示例代码,同时也包括一些实战项目的项目源码和效果展示,实战项目包括基本的 web 开发以及目前大家普遍使用的线上博客项目/企业大型商城系统/前后端分离实践项目等,摆脱各种 hello world 入门案例的束缚,真正的掌握 Spring Boot 开发。
forthespada/InterviewGuide
🔥🔥「InterviewGuide」是阿秀从校园->职场多年计算机自学过程的记录以及学弟学妹们计算机校招&秋招经验总结文章的汇总,包括但不限于C/C++ 、Golang、JavaScript、Vue、操作系统、数据结构、计算机网络、MySQL、Redis等学习总结,坚持学习,持续成长!
moranzcw/Computer-Networking-A-Top-Down-Approach-NOTES
《计算机网络-自顶向下方法(原书第6版)》编程作业,Wireshark实验文档的翻译和解答。
xinliangnote/Go
【Go 从入门到实战】学习笔记,从零开始学 Go、Gin 框架,基本语法包括 26 个Demo,Gin 框架包括:Gin 自定义路由配置、Gin 使用 Logrus 进行日志记录、Gin 数据绑定和验证、Gin 自定义错误处理、Go gRPC Hello World... 持续更新中...
resumejob/interview-questions
Interview Questions for Google, Amazon, Apple, etc. 根据超过 2000 篇真实面经整理的腾讯,阿里,字节跳动,Shopee,美团,滴滴高频面试题
hexiangnan/neural_collaborative_filtering
Neural Collaborative Filtering
jianghui-galaxy/Interview-Notebook
https://github.com/CyC2018/Interview-Notebook
yueyi2019/online-taxi
网约车项目
MaJerle/stm32fxxx-hal-libraries
Libraries for STM32F4xx and STM32F7xx built on HAL drivers from ST
liguigui/CyC2018-CS-Notes
paulc/dnslib
A Python library to encode/decode DNS wire-format packets
iydon/sustechthesis
南方科技大学本科生毕业论文 LaTeX 模板
saysky/manland
JavaWeb SpringBoot 房屋租赁系统 租房平台
hegongshan/Recommender-Systems-Paper
Must-read Papers for Recommender Systems (RS)
jwcqc/WechatPayDemo
微信小程序支付后台接口编写
GuanyunFeng/federated_recommendation
使用tensorflow2.1实现联合学习推荐模型,并加入差分隐私噪声进行隐私保护。
FederatedAI/FedRec
TempSDU/MetaMF
anson338/TLBB-ShellTools
天龙服务端一键安装、删档脚本
wdw87/wRpc
A simple RPC framework powered by wdw87.
h-sharifzadeh/nrf24l01-stm32-hal
hal library using for transferring data bits between two stm32 microprocessors
zezezez/x64dbg_plugin
x64dbg插件合集
Harlan1997/github-slideshow
A robot powered training repository :robot:
Harlan1997/Single-Cycle-CPU
Single cycle CPU based on MIPS instruction set
oscomp/proj30-linux-simple-scheduler
Linux 内核简易调度器。