Pinned Repositories
101
architecture.taobao-alibaba
互联网公司架构: 淘宝技术架构,阿里巴巴技术架构
awesome-list
collect all awesome about IT
awesome-spring-boot
Spring Boot Resources
Chinese-IPTV
Chinese CCTV List (IPV4)
compiler
In-memory compile java source code and load compiled classes.
drools-examples
Drools 中文文档
favorites-web
云收藏 Spring Boot 2.0 开源项目
geekbang_springDemo
Spring 编程常见错误 50 例配套代码
my-geektime-tdd
极客时间《徐昊·TDD 项目实战 70 讲》个人实现
ziyekudeng's Repositories
ziyekudeng/compiler
In-memory compile java source code and load compiled classes.
ziyekudeng/rule-engine
基于Drools的规则引擎,可用来作为风控系统,额度控制系统的基础组件
ziyekudeng/RuleEngine
最好使用的规则引擎之一,可以直接使用SQL语句定义规则,简化了编码的负荷,也可以使用XML, drl文件配置规则,还支持drools文件导入。One of the best rule engines, is easy to use SQL statements to define rules, simplify the workload of coding, it also can use XML, DRL file to configure rules, and support import drools file directly.
ziyekudeng/springbootdrools
ziyekudeng/drools-examples
Drools 中文文档
ziyekudeng/nsfw_data_scrapper
Collection of scripts to aggregate image data for the purposes of training an NSFW Image Classifier
ziyekudeng/spring-boot-leaning
Spring Boot 精选内容
ziyekudeng/spring-cloud-examples
Spring Cloud 学习案例,服务发现、服务治理、链路追踪、服务监控等
ziyekudeng/awesome-spring-boot
Spring Boot Resources
ziyekudeng/spring-boot-examples
about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。
ziyekudeng/renren-security
采用Spring、MyBatis、Shiro框架,开发的一套权限系统,极低门槛,拿来即用。设计之初,就非常注重安全性,为企业系统保驾护航,让一切都变得如此简单。【QQ群:324780204、145799952】
ziyekudeng/favorites-web
云收藏 Spring Boot 2.0 开源项目
ziyekudeng/awesome-list
collect all awesome about IT
ziyekudeng/mytools
基于Docker,构造测试和生产环境。base debian nginx(淘宝)+tomcat+memcache 集群 mongodb集群 mysql集群 dns容器ip地址配置; php+nginx oracle单机版 全文检索:solr 工作流:activity 规则引擎:drools
ziyekudeng/Java8InAction
虽然很多人已经使用了JDK8,看到不少代码,貌似大家对于Java语言or SDK的使用看起来还是停留在7甚至6。 Java8在流式 or 链式处理,并发 or 并行方面增强了很多,函数式的风格使代码可读性更高 。 希望通过这个分享,多达200+例子的演示,让大家从使用层面到**层面进行转变,用好Java8。 可以说,这套代码基本覆盖了Java 8 的方方面面,对于Stream的例子基本覆盖了所有有用的典型,仔细研读必有收获。