JeffreyWei / PatternViaJavaLinks
设计模式_Java实现
☆34Updated 2 years ago
Alternatives and similar repositories for PatternViaJava
Users that are interested in PatternViaJava are comparing it to the libraries listed below
Sorting:
- 关于Java Design Pattern (设计模式) 学习积累的例子,是初学者及设计模式巩固的最佳实践。☆164Updated 2 years ago
- java 并发学习笔记☆98Updated 10 years ago
- 《Java并发编程实战 - Java Concurrency in Practice》,实践书中的例子,看哪些可以用于实际项目中。(但在使用之前,需要经过详细的单元和性能测试。)☆37Updated 9 years ago
- spring+rabbitmq的简单demo☆40Updated 9 years ago
- Demos of Apache Shiro 1.2.x Reference《Apache Shiro 1.2.x 用户指南》中文翻译,文中用到的例子源码☆38Updated 2 years ago
- SpringMVC+Mybatis 脚手架☆92Updated 8 years ago
- a simple distributed spider in Java. Java编写的一个简单分布式爬虫☆159Updated 12 years ago
- 数据结构算法Java实现。关于Java《数据结构算法》核心技术学习积累的例子,是初学者及核心技术巩固的最佳实践。☆91Updated 5 years ago
- 基于 JDK8 实现的轻量级 Java Web 框架☆261Updated 9 years ago
- ☆86Updated 10 years ago
- JavaCore,Java核心技术学习的最佳实践。☆61Updated 5 years ago
- Examples for Java Design Pattern☆56Updated 8 years ago
- 二十三种设计模式JAVA实现☆31Updated 9 years ago
- a pragmatic style JavaEE example, include spring4 / spring boot / mybatis ...☆44Updated 9 years ago
- 知乎爬虫,基于webmagic框架 .A java web spider base on webmagic.☆69Updated 9 years ago
- java学习目录,整理文章资料,个人练习。更多内容请参考:☆85Updated 9 years ago
- 关于Java虚拟机核心知识点学习积累的例子,是初学者及虚拟机核心知识巩固的最佳实践。☆353Updated 5 years ago
- SpringMVC+Spring+MyBatis+Vue.js☆56Updated 9 years ago
- JavaWeb Seckill Web Application☆130Updated 6 years ago
- MyBatis学习的源码,博客地址:http://blog.csdn.net/column/details/smybatis.html☆22Updated 9 years ago
- 基于dubbo的一个分布式项目demo☆103Updated 8 years ago
- 可能是最好用的微信公众号Java开发包☆109Updated 9 years ago
- IT学习者博客基于Spring MVC+Mybatis+shiro构建,spring就不用多说,mybatis作为高效持久层框架,外加shiro的安全机制,内部亦有拦截过滤加密等处理,就该项目本身来说已是非常安全健壮。IT学习者博客的自身层级明显,代码书写规范,配置文件一目…☆33Updated 10 years ago
- 集群高可用架构整理☆50Updated 9 years ago
- 互联网架构 SOA(Dubbo)+配置中心(ZK)+消息中间件MQ(RocketMq)+高速缓存(Redis)互联网架构☆65Updated 8 years ago
- Java教程:基础、中级、高级;常用的工具和Servlet容器使用说明。☆109Updated 6 years ago
- 模仿Java标准库的一些API实现的算法库,包括了数据结构,字符串处理(StringBuilder),图(有向图)。原来是用Python实现的,但是Python实现的并没有经过完整的测试,不能够保证完全的正确性。 使用Java实现的集合库都经过完整的测试,实际上,我在实现的…☆49Updated 10 years ago
- 轻量的公用组件(A Lightweight Common Component)☆23Updated 7 years ago
- HttpSession base on Redis, support RESTful API.