Pinned Repositories
12306
12306智能刷票,订票
a_journey_into_math_of_ml
汉语自然语言处理视频教程-开源学习资料
advanced-java
😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识
AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
bert_seq2seq
pytorch实现bert做seq2seq任务,使用unilm方案,现在也可以做自动摘要,文本分类,情感分析,NER,词性标注等任务。
BUPTNiceMentors
北邮研究生导师口碑榜
Coursera-ML-AndrewNg-Notes
吴恩达老师的机器学习课程个人笔记
CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计、Java、Python、C++
GraduationProject
毕业设计,网上作业批改系统,Python - Django实现
seata
:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.
cj3-inf's Repositories
cj3-inf/seata
:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.
cj3-inf/12306
12306智能刷票,订票
cj3-inf/a_journey_into_math_of_ml
汉语自然语言处理视频教程-开源学习资料
cj3-inf/advanced-java
😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识
cj3-inf/AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
cj3-inf/bert_seq2seq
pytorch实现bert做seq2seq任务,使用unilm方案,现在也可以做自动摘要,文本分类,情感分析,NER,词性标注等任务。
cj3-inf/Coursera-ML-AndrewNg-Notes
吴恩达老师的机器学习课程个人笔记
cj3-inf/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计、Java、Python、C++
cj3-inf/CUDA_Freshman
cj3-inf/cusplibrary
CUSP : A C++ Templated Sparse Matrix Library
cj3-inf/eigen-cuda
MWE for using the Eigen library in CUDA kernels
cj3-inf/first-contributions
🚀✨ Help beginners to contribute to open source projects
cj3-inf/git-test
cj3-inf/git_demo
cj3-inf/git_demp
cj3-inf/huashan
cj3-inf/JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
cj3-inf/kafka
Mirror of Apache Kafka
cj3-inf/leetcode
leetcode 顺序刷题,详细通俗题解,with JAVA
cj3-inf/linux-insides
A little bit about a linux kernel
cj3-inf/mall-learning
mall学习教程,架构、业务、技术要点全方位解析。mall项目(50k+star)是一套电商系统,使用现阶段主流技术实现。涵盖了SpringBoot 2.3.0、MyBatis 3.4.6、Elasticsearch 7.6.2、RabbitMQ 3.7.15、Redis 5.0、MongoDB 4.2.5、Mysql5.7等技术,采用Docker容器化部署。
cj3-inf/MIT6.S081
cj3-inf/muduo
Event-driven network library for multi-threaded Linux server in C++11
cj3-inf/PAT
🍭 浙江大学PAT题解(C/C++/Java/Python) - 努力成为萌萌的程序媛~
cj3-inf/redis-3.0-annotated
带有详细注释的 Redis 3.0 代码(annotated Redis 3.0 source code)。
cj3-inf/security_homework
cj3-inf/simple-db-exer
simple-db mit6.830
cj3-inf/simple-db-hw-2021
cj3-inf/small-spring
🌱《 Spring 手撸专栏》,本专栏以 Spring 源码学习为目的,通过手写简化版 Spring 框架,了解 Spring 核心原理。在手写的过程中会简化 Spring 源码,摘取整体框架中的核心逻辑,简化代码实现过程,保留核心功能,例如:IOC、AOP、Bean生命周期、上下文、作用域、资源处理等内容实现。
cj3-inf/spring-boot-examples
about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。