Pinned Repositories
awesome-java-leetcode
:crown: LeetCode of algorithms with java solution(updating).
awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计、Java、Python、C++
doc
保存常用文件
elasticsearch
Open Source, Distributed, RESTful Search Engine
fks
前端技能汇总 Frontend Knowledge Structure
flashsales
flash sales using distributed limit & lock, limit is implemented by counter or token bucket(leaky bucket)
free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
freecodecamp.cn
The FreeCodeCamp.cn(FCC China) open source codebase and curriculum. Learn to code and help nonprofits.
technology-talk
汇总java生态圈常用技术框架、开源中间件,系统架构、项目管理、经典架构案例、数据库、常用三方库、线上运维等知识
csyuanm's Repositories
csyuanm/free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
csyuanm/technology-talk
汇总java生态圈常用技术框架、开源中间件,系统架构、项目管理、经典架构案例、数据库、常用三方库、线上运维等知识
csyuanm/awesome-java-leetcode
:crown: LeetCode of algorithms with java solution(updating).
csyuanm/awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
csyuanm/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计、Java、Python、C++
csyuanm/doc
保存常用文件
csyuanm/elasticsearch
Open Source, Distributed, RESTful Search Engine
csyuanm/fks
前端技能汇总 Frontend Knowledge Structure
csyuanm/flashsales
flash sales using distributed limit & lock, limit is implemented by counter or token bucket(leaky bucket)
csyuanm/freecodecamp.cn
The FreeCodeCamp.cn(FCC China) open source codebase and curriculum. Learn to code and help nonprofits.
csyuanm/funiture
Java并发编程与高并发解决方案:http://coding.imooc.com/class/195.html Java开发企业级权限管理系统:http://coding.imooc.com/class/149.html github: https://github.com/kanwangzjm/funiture, spring项目,权限管理、系统监控、定时任务动态调整、qps限制、sql监控(邮件)、验证码服务、短链接服务、动态配置等
csyuanm/hello-world
test
csyuanm/iBase4J
Spring,SpringBoot 2.0,SpringMVC,Mybatis,mybatis-plus,motan/dubbo分布式,Redis缓存,Shiro权限管理,Spring-Session单点登录,Quartz分布式集群调度,Restful服务,QQ/微信登录,App token登录,微信/支付宝支付;日期转换、数据类型转换、序列化、汉字转拼音、身份证号码验证、数字转人民币、发送短信、发送邮件、加密解密、图片处理、excel导入导出、FTP/SFTP/fastDFS上传下载、二维码、XML读写、高精度计算、系统配置工具类等等。
csyuanm/JavaGuide
【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
csyuanm/leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
csyuanm/leetcode-learn
leetcode学习跟踪
csyuanm/mall
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
csyuanm/mall-admin-web
mall-admin-web是一个电商后台管理系统的前端项目,基于Vue+Element实现。 主要包括商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等功能。
csyuanm/mall-learning
mall学习教程,架构、业务、技术要点全方位解析。mall项目(25k+star)是一套电商系统,使用现阶段主流技术实现。 涵盖了SpringBoot2.1.3、MyBatis3.4.6、Elasticsearch6.2.2、RabbitMQ3.7.15、Redis5.0、Mongodb4.2.5、Mysql5.7等技术,采用Docker容器化部署。
csyuanm/py-dashen
我是python大神
csyuanm/Python
Python脚本。模拟登录知乎, 爬虫,操作excel,微信公众号,远程开机
csyuanm/Python36
These are python sample projects which are written in python
csyuanm/shopping-management-system
该项目为多个小项目的集合(持续更新中...)。内容类似淘宝、京东等网购管理系统以及图书管理、超市管理等系统。目的在于便于Java初级爱好者在学习完某一部分Java知识后有一个合适的项目锻炼、运用所学知识,完善知识体系。适用人群:Java基础到入门的爱好者。
csyuanm/skill-map
程序员技能图谱
csyuanm/SpiderBook
<<python爬虫开发与项目实战>>书籍配套源码和说明
csyuanm/SpringBoot-Learning
Spring Boot教程
csyuanm/springboot-learning-example
spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。
csyuanm/springbootexample
springboot例子, 包含druid数据源, druid的sql监控, druid过滤, mybatis xml配置, mybatis分页插件, logback日志配置, springboot多环境配置, 发送邮件, AOP拦截, 过滤器 spring拦截器, 全局异常, 统一响应, 自定义事务, 动态数据源, 读写分离, Redis Session, redis缓存, xml注入spring boot无法扫描到的bean, actuator监控, kafka消息队列, Swagger2配置, dubbo注解方式, elasticsearch搜索引擎,
csyuanm/SSM_BookSystem
ssm demo,ssm详细教程,SSM简明教程:简单的十步教你搭建人生第一个SSM框架[ SSM框架整合教程(spring+spring mvc+mybatis+redis+maven+idea+bootstrap) ]
csyuanm/toBeTopJavaer
To Be Top Javaer - Java工程师成神之路