Pinned Repositories
30-seconds-of-java8
30 seconds to collect useful Java 8 snippet.
alibaba
2016阿里巴巴面试题目
architecture.of.internet-product
互联网公司技术架构,微信/淘宝/微博/腾讯/阿里/美团点评/百度/Google/Facebook/Amazon/eBay的架构,欢迎PR补充
bash-step-to-step
👀bash命令和语法--带你升级打boss
Basic-Single-Module-SSM
为了方便以后的一些问题的讲解特地准备一个最精简的 SpringMVC+Spring+Mybatis 框架整合,方便以后的一些问题的演示
book_recommend
业余练手项目
CS-Interview-Knowledge-Map
Build the best interview map. The current content includes JS, network, browser related, performance optimization, security, framework, Git, data structure, algorithm, etc.
dubbo-arthas-demo
演示Arthas排查Dubbo问题的Demo
dubbo-samples
samples for Apache Dubbo (incubating)
study
learn
Xusheng94's Repositories
Xusheng94/study
learn
Xusheng94/alibaba
2016阿里巴巴面试题目
Xusheng94/Basic-Single-Module-SSM
为了方便以后的一些问题的讲解特地准备一个最精简的 SpringMVC+Spring+Mybatis 框架整合,方便以后的一些问题的演示
Xusheng94/book_recommend
业余练手项目
Xusheng94/fast-framework
基于 JDK8 实现的轻量级 Java Web 框架
Xusheng94/fucking-java-concurrency
🎏 simple show cases of java concurrency problems
Xusheng94/gitskills
Xusheng94/improved-journey
已上线的日志采集系统,使用flume收集日志,通过logstash将日志中的数据根据规则进行结构化,最后把结构化数据写入kafka,供消费者使用。
Xusheng94/Java-WebService
Java 通过 Axis2 调用 WebService (3种方法)
Xusheng94/learngit
Xusheng94/Linux-Tutorial
《Java 程序员眼中的 Linux》
Xusheng94/Maven-Spring-SpringMVC-Mybatis
basic Maven + Spring + SpringMVC + Mybatis Demo
Xusheng94/mybatisplus_shardingjdbc
mybatis整合shardingjdbc
Xusheng94/myFrontEndDemos
this is my front-end demos
Xusheng94/Netty_Course
《Netty权威指南》
Xusheng94/redis-in-action
Example code from the book
Xusheng94/spring-boot-redis-guava-caffeine-cache
springboot 使用 redis guava caffeine 缓存示例
Xusheng94/spring-cache-demo
spring整合guava和redis实现本地和远程缓存
Xusheng94/spring-framework
The Spring Framework
Xusheng94/springboot-shardingjdbc
使用spring boot+sharding-jdbc+mybatis 实现分库分表
Xusheng94/springmvc-mybatis-learning
SpringMVC 和 MyBatis 学习笔记,搭配示例,主要讲解一些基础的概念、用法和配置
Xusheng94/vue_transfer
基于vue和elementUI的穿梭框组件
Xusheng94/webserviceInvoker
JAVA动态调用WebService的框架