Skip to content

Commit

Permalink
小傅哥 | update 重学 Java 设计模式:实战原型模式
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhengwei committed May 28, 2020
1 parent b76f899 commit e57211c
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,28 @@
</div>
<br/>

| 序号 | 图标 | 专栏文章 | 资源下载 | 状态 |
| :---: | :---: | :--- | :--- | :---: |
| 0 | :volcano: | `网络调试助手` | [NetAssist下载](https://download.csdn.net/download/yao__shun__yu/11835105) | [] |
| 1 | :sound: | [`Netty4.x专题`](#sound-Netty4专题) | [itstack-demo-netty](https://github.com/fuzhengwei/itstack-demo-netty) | [] |
| 2 | :electric_plug: | [`手写RPC框架`](#electric_plug-手写RPC框架) | [itstack-demo-rpc](https://github.com/fuzhengwei/itstack-demo-rpc) | [] |
| 3 | :computer: | [`用Java实现JVM`](#computer-用Java实现JVM) | [itstack-demo-jvm](https://github.com/fuzhengwei/itstack-demo-jvm) | [] |
| 4 | :ghost: | [`基于JavaAgent的全链路监控`](#ghost-基于JavaAgent的全链路监控) | [itstack-demo-agent](https://github.com/fuzhengwei/itstack-demo-agent ) | [] |
| 5 | :shower: | [`iot-gateway网关案例`](#shower-iot-gateway网关案例) | [itstack-demo-iot-gatewary](https://github.com/fuzhengwei/itstack-demo-iot-gatewary) | [] |
| 6 | :triangular_ruler: | [`DDD领域驱动设计落地`](#triangular_ruler-DDD领域驱动设计落地) | [itstack-demo-ddd](https://github.com/fuzhengwei/itstack-demo-ddd) | [] |
| 7 | :outbox_tray: | [`SpringCloud入门案例`](#outbox_tray-SpringCloud入门案例) | [itstack-demo-springcloud](https://github.com/fuzhengwei/itstack-demo-springcloud) | [] |
| 8 | :performing_arts: | [`微信公众号开发`](#performing_arts-微信公众号开发) | [itstack-ark-wx](https://github.com/fuzhengwei/itstack-ark-wx-test) | [] |
| 9 | :nut_and_bolt: | [`SpringBoot中间件开发`](#nut_and_bolt-SpringBoot中间件开发) | [door-spring-boot-starter](https://github.com/fuzhengwei/door-spring-boot-starter) | [] |
| 10 | :art: | [`服务框架搭建`](#art-服务框架搭建) | [itstack-demo-frame](https://github.com/fuzhengwei/itstack-demo-frame) | [] |
| 11 | :flashlight: | [`源码分析(Spring、Mybatis、Schedule)`](#flashlight-源码分析) | [itstack-demo-code](https://github.com/fuzhengwei/itstack-demo-code) | [] |
| 12 | :airplane: | [`Drools规则引擎`](#airplane-Drools规则引擎) | [itstack-demo-drools](https://github.com/fuzhengwei/itstack-demo-drools) | [] |
| 13 | :tractor: | [`ASM字节码编程`](#tractor-ASM字节码编程) | [itstack-demo-asm](https://github.com/fuzhengwei/itstack-demo-asm) | [] |
| 14 | :paw_prints: | [`我的大学四年到毕业工作5年的学习资源和面试汇总`](#paw_prints-我的大学四年到毕业工作5年的学习路线资源和面试汇总) | [https://pan.baidu.com/s/4mmX7sDy - (if链接失效,加我微信:fustack)](https://pan.baidu.com/s/4mmX7sDy) | [] |
| 15 | :walking: | [`Netty+JavaFx实战:仿桌面版微信聊天`](#walking-Netty仿桌面版微信聊天) | [NaiveChat](https://github.com/fuzhengwei/NaiveChat) | [] |
| 16 | :bookmark_tabs: | [`JDK1.8新特性41个案例讲解`](https://bugstack.cn/itstack-demo-any/2019/12/10/%E6%9C%89%E7%82%B9%E5%B9%B2%E8%B4%A7-Jdk1.8%E6%96%B0%E7%89%B9%E6%80%A7%E5%AE%9E%E6%88%98%E7%AF%87(41%E4%B8%AA%E6%A1%88%E4%BE%8B).html) | [itstack-demo-jdk8](https://github.com/fuzhengwei/itstack-demo-jdk8) | [] |
| 17 | :bike: | [`小傅哥的《字节码编程》专栏`](#bike-字节码编程专栏) | [itstack-demo-bytecode](https://github.com/fuzhengwei/itstack-demo-bytecode) | [] |
| 18 | :school_satchel: | [`实战设计模式`](#school_satchel-实战设计模式) | [itstack-demo-design](https://github.com/fuzhengwei/itstack-demo-design) | [] |
| -1 | :ferris_wheel: | [`其他文章`](#ferris_wheel-其他文章) | [CodeGuide](https://github.com/fuzhengwei/CodeGuide/tree/master/src) | [] |
| ID | Logo | 专栏文章 | 源码下载 |
| :------: | :------: | :--- | :--- |
| 0 | :volcano: | `网络调试助手` | [NetAssist下载](https://download.csdn.net/download/yao__shun__yu/11835105) |
| 1 | :sound: | [`Netty4.x专题`](#sound-Netty4专题) | [itstack-demo-netty](https://github.com/fuzhengwei/itstack-demo-netty) |
| 2 | :electric_plug: | [`手写RPC框架`](#electric_plug-手写RPC框架) | [itstack-demo-rpc](https://github.com/fuzhengwei/itstack-demo-rpc) |
| 3 | :computer: | [`用Java实现JVM`](#computer-用Java实现JVM) | [itstack-demo-jvm](https://github.com/fuzhengwei/itstack-demo-jvm) |
| 4 | :ghost: | [`基于JavaAgent的全链路监控`](#ghost-基于JavaAgent的全链路监控) | [itstack-demo-agent](https://github.com/fuzhengwei/itstack-demo-agent ) |
| 5 | :shower: | [`iot-gateway网关案例`](#shower-iot-gateway网关案例) | [itstack-demo-iot-gatewary](https://github.com/fuzhengwei/itstack-demo-iot-gatewary) |
| 6 | :triangular_ruler: | [`DDD领域驱动设计落地`](#triangular_ruler-DDD领域驱动设计落地) | [itstack-demo-ddd](https://github.com/fuzhengwei/itstack-demo-ddd) |
| 7 | :outbox_tray: | [`SpringCloud入门案例`](#outbox_tray-SpringCloud入门案例) | [itstack-demo-springcloud](https://github.com/fuzhengwei/itstack-demo-springcloud) |
| 8 | :performing_arts: | [`微信公众号开发`](#performing_arts-微信公众号开发) | [itstack-ark-wx](https://github.com/fuzhengwei/itstack-ark-wx-test) |
| 9 | :nut_and_bolt: | [`SpringBoot中间件开发`](#nut_and_bolt-SpringBoot中间件开发) | [door-spring-boot-starter](https://github.com/fuzhengwei/door-spring-boot-starter) |
| 10 | :art: | [`服务框架搭建`](#art-服务框架搭建) | [itstack-demo-frame](https://github.com/fuzhengwei/itstack-demo-frame) |
| 11 | :flashlight: | [`源码分析(Spring、Mybatis、Schedule)`](#flashlight-源码分析) | [itstack-demo-code](https://github.com/fuzhengwei/itstack-demo-code) |
| 12 | :airplane: | [`Drools规则引擎`](#airplane-Drools规则引擎) | [itstack-demo-drools](https://github.com/fuzhengwei/itstack-demo-drools) |
| 13 | :tractor: | [`ASM字节码编程`](#tractor-ASM字节码编程) | [itstack-demo-asm](https://github.com/fuzhengwei/itstack-demo-asm) |
| 14 | :paw_prints: | [`我的大学四年到毕业工作5年的学习资源和面试汇总`](#paw_prints-我的大学四年到毕业工作5年的学习路线资源和面试汇总) | [https://pan.baidu.com/s/4mmX7sDy - (if链接失效,加我微信:fustack)](https://pan.baidu.com/s/4mmX7sDy) |
| 15 | :walking: | [`Netty+JavaFx实战:仿桌面版微信聊天`](#walking-Netty仿桌面版微信聊天) | [NaiveChat](https://github.com/fuzhengwei/NaiveChat) |
| 16 | :bookmark_tabs: | [`JDK1.8新特性41个案例讲解`](https://bugstack.cn/itstack-demo-any/2019/12/10/%E6%9C%89%E7%82%B9%E5%B9%B2%E8%B4%A7-Jdk1.8%E6%96%B0%E7%89%B9%E6%80%A7%E5%AE%9E%E6%88%98%E7%AF%87(41%E4%B8%AA%E6%A1%88%E4%BE%8B).html) | [itstack-demo-jdk8](https://github.com/fuzhengwei/itstack-demo-jdk8) |
| 17 | :bike: | [`小傅哥的《字节码编程》专栏`](#bike-字节码编程专栏) | [itstack-demo-bytecode](https://github.com/fuzhengwei/itstack-demo-bytecode) |
| 18 | :school_satchel: | [`实战设计模式`](#school_satchel-实战设计模式) | [itstack-demo-design](https://github.com/fuzhengwei/itstack-demo-design) |
| -1 | :ferris_wheel: | [`其他文章`](#ferris_wheel-其他文章) | [CodeGuide](https://github.com/fuzhengwei/CodeGuide/tree/master/src) |

**如果**,以上某些资源不能下载获取,可以添加作者:小傅哥,微信(fustack)

Expand Down Expand Up @@ -234,6 +234,7 @@
- [`重学 Java 设计模式:实战工厂方法模式`](https://bugstack.cn/itstack-demo-design/2020/05/20/%E9%87%8D%E5%AD%A6Java%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F-%E5%AE%9E%E6%88%98%E5%B7%A5%E5%8E%82%E6%96%B9%E6%B3%95%E6%A8%A1%E5%BC%8F.html)
- [`重学 Java 设计模式:实战抽象工厂模式`](https://bugstack.cn/itstack-demo-design/2020/05/24/%E9%87%8D%E5%AD%A6Java%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F-%E6%8A%BD%E8%B1%A1%E5%B7%A5%E5%8E%82%E6%A8%A1%E5%BC%8F.html)
- [`重学 Java 设计模式:实战建造者模式`](https://bugstack.cn/itstack-demo-design/2020/05/26/%E9%87%8D%E5%AD%A6Java%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F-%E5%AE%9E%E6%88%98%E5%BB%BA%E9%80%A0%E8%80%85%E6%A8%A1%E5%BC%8F.html)
- [`重学 Java 设计模式:实战原型模式`](https://bugstack.cn/itstack-demo-design/2020/05/28/%E9%87%8D%E5%AD%A6-Java-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F-%E5%AE%9E%E6%88%98%E5%8E%9F%E5%9E%8B%E6%A8%A1%E5%BC%8F.html)

## :ferris_wheel: 其他文章

Expand Down

0 comments on commit e57211c

Please sign in to comment.