Pinned Repositories
AdminEAP
An application development platform base on AdminLTE using Java
aggregate-framework
Aggregate Framework是为方便开发人员运用DDD和CQRS思想来构建复杂的、可扩展的Java企业应用系统而提供的Java技术框架。该框架提供了Aggregate、Repository、Domain Event等构建块的实现;使用DomainEvent,借助于内建的Disruptor组件,AggregateFramework可使开发人员方便的实现高性能SEDA架构。此外,该框架支持与Spring集成,提供使用 annotation的方式让开发人员方便地为Domain Event定义一个或多个事件处理, 同时可指定事件处理是同步还是异步触发,是否需要重试,以及重试策略; 使用Spring事务管理器管理事务时,支持Unit Of Work数据访问模式以及内建一级缓存以提高访问性能。
AlfredWorkflow.com
A public Collection of Alfred Workflows.
alipay
Alipay sdk 反编译解析
AliSQL
AliSQL is a MySQL branch originated from Alibaba Group. Fetch document from Release Notes at bottom.
All-in-One
For detail, see the wiki
netty-test
netty study little demo
sei_http
erlang-sei_http
spring-vo-validator
参数验证器。基于spring自定义扩展标签,对vo的属性动态添加配置验证。
tech
programming, database, distributed system
xiangyong's Repositories
xiangyong/AdminEAP
An application development platform base on AdminLTE using Java
xiangyong/AliSQL
AliSQL is a MySQL branch originated from Alibaba Group. Fetch document from Release Notes at bottom.
xiangyong/architect-awesome
后端架构师技术图谱
xiangyong/awesome-java-books
Java开发者技术书籍大全 - Java入门书籍,Java基础及进阶书籍,框架与中间件,架构设计,设计模式,数学与算法,JVM周边语言,项目管理&领导力&流程,职业素养与个人成长,格局与视野,面试参考书等。
xiangyong/big-math
Advanced Java BigDecimal math functions (pow, sqrt, log, sin, ...) using arbitrary precision.
xiangyong/dddsample-core
This is the new home of the original DDD Sample app (previously hosted at sf.net)..
xiangyong/delivery
xiangyong/f2etest
F2etest是一个面向前端、测试、产品等岗位的多浏览器兼容性测试整体解决方案。
xiangyong/fastdfs
FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance.
xiangyong/free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
xiangyong/hallelujahIM
hallelujahIM(哈利路亚 英文输入法) is an intelligent English input method with auto-suggestions and spell check features, Mac only.
xiangyong/hangzhou_house_knowledge
2017年买房经历总结出来的买房购房知识分享给大家,希望对大家有所帮助。买房不易,且买且珍惜。Sharing the knowledge of buy an own house that according to the experience at hangzhou in 2017 to all the people. It's not easy to buy a own house, so I hope that it would be useful to everyone.
xiangyong/j360-dubbo-app-all
基于dubbo的分布式工程开发规范实例工程,分布式跟踪、ID生成、分布式事务、分布式治理、分表分库、分布式锁、选举、分布式配置、API文档生成器...
xiangyong/jarslink
模块化开发框架
xiangyong/java-knowledge-mind-map
【🌱🌱Java服务端知识技能图谱】用思维脑图梳理汇总Java服务端知识技能
xiangyong/Juice
A Distribution Task Management System
xiangyong/jvm-sandbox
Real - time non-invasive AOP framework container based on JVM
xiangyong/KnowledgeGraphData
史上最大规模1.4亿中文知识图谱开源下载
xiangyong/machine-learning-yearning-cn
Machine Learning Yearning 中文版 - 《机器学习训练秘籍》 - Andrew Ng 著
xiangyong/mall
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
xiangyong/Mapper
Mybatis Common Mapper - Easy to use
xiangyong/NetEaseCloudMusicCrawler
HttpClient + Jsoup + Queue
xiangyong/p3c
Alibaba Java Coding Guidelines pmd implements and IDE plugin
xiangyong/RxJava
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
xiangyong/StabilityGuide
【稳定大于一切】打造国内稳定性领域知识库,让无法解决的问题少一点点,让世界的确定性多一点点。
xiangyong/Tars
Tars is a highly performance rpc framework based on naming service using tars protocol and provides a semi-automatic operation platform.
xiangyong/tinyid
ID Generator id生成器 分布式id生成系统,简单易用、高性能、高可用的id生成系统
xiangyong/useful-scripts
:snail: useful scripts
xiangyong/work-in-australia
程序员如何申请到澳洲工作
xiangyong/Yolov5-deepsort-inference
Yolov5 deepsort inference,使用YOLOv5+Deepsort实现车辆行人追踪和计数,代码封装成一个Detector类,更容易嵌入到自己的项目中