Pinned Repositories
activeMQ
1.消息队列MQ的项目实战代码
apollo-cases
动态数据源,动态双数据源+mybatis. 动态日志级别,简单例子使用
architect-awesome
后端架构师技术图谱
books
Deep-Architectures-for-Modulation-Recognition
deep learning implement for modulation classification ,codes for paper <Deep Architectures for Modulation Recognition>
demo_11.11_storm-spark-hadoop
hadoop_storm_spark结合实验的例子,模拟淘宝双11节,根据订单详细信息,汇总出总销售量,各个省份销售排行,以及后期的SQL分析,数据分析,数据挖掘等。 --------大概流程------- 第一阶段(storm实时报表) 第二阶段(离线报表)第三阶段(大规模订单即席查询,和多维度查询) 第四阶段(数据挖掘和图计算)
GlobalOffer
imooc_miaosha
该项目是本人学习慕课网[Java秒杀系统方案优化 高性能高并发实战]后上传的源代码以及课程笔记.
incubator-dubbo
Apache Dubbo (incubating) is a high-performance, java based, open source RPC framework.
MeetOne
xiexianchao's Repositories
xiexianchao/activeMQ
1.消息队列MQ的项目实战代码
xiexianchao/apollo-cases
动态数据源,动态双数据源+mybatis. 动态日志级别,简单例子使用
xiexianchao/architect-awesome
后端架构师技术图谱
xiexianchao/books
xiexianchao/Deep-Architectures-for-Modulation-Recognition
deep learning implement for modulation classification ,codes for paper <Deep Architectures for Modulation Recognition>
xiexianchao/demo_11.11_storm-spark-hadoop
hadoop_storm_spark结合实验的例子,模拟淘宝双11节,根据订单详细信息,汇总出总销售量,各个省份销售排行,以及后期的SQL分析,数据分析,数据挖掘等。 --------大概流程------- 第一阶段(storm实时报表) 第二阶段(离线报表)第三阶段(大规模订单即席查询,和多维度查询) 第四阶段(数据挖掘和图计算)
xiexianchao/GlobalOffer
xiexianchao/imooc_miaosha
该项目是本人学习慕课网[Java秒杀系统方案优化 高性能高并发实战]后上传的源代码以及课程笔记.
xiexianchao/incubator-dubbo
Apache Dubbo (incubating) is a high-performance, java based, open source RPC framework.
xiexianchao/MeetOne
xiexianchao/Mybatis
MyBatis自动生成代码功能
xiexianchao/quartzRedis
spring quartz redis整合,定是获取redis中的value
xiexianchao/spring-redis
xiexianchao/spring-websocket
Spring4 Websocket 消息推送示例
xiexianchao/swordToOffers
xiexianchao/test
springboot最小系统
xiexianchao/transmittable-thread-local
📌 The missing std Java™ lib(simple & 0-dependency) for framework/middleware, transmitting ThreadLocal value between threads even using thread pool like components.
xiexianchao/Transmittable-thread-local-sercret
alibaba transmittable-thread-local源码分析,自己实现