Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhengwei authored Mar 29, 2021
1 parent 87e81e9 commit 298bbed
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
> 本代码库是作者小傅哥多年从事一线互联网`Java`开发的学习历程技术汇总,旨在为大家提供一个清晰详细的学习教程,侧重点更倾向编写Java核心内容。如果本仓库能为您提供帮助,请给予支持(关注、点赞、分享)!
<br/>
<div align="center">
<a href="https://bugstack.cn" style="text-decoration:none"><img src="https://bugstack.cn/assets/images/icon.svg" width="128px"></a>
</div>
<br/>

<div align="center">
<a href="https://github.com/fuzhengwei/CodeGuide"><img src="https://badgen.net/github/stars/fuzhengwei/CodeGuide?icon=github&color=4ab8a1"></a>
<a href="https://github.com/fuzhengwei/CodeGuide"><img src="https://badgen.net/github/forks/fuzhengwei/CodeGuide?icon=github&color=4ab8a1"></a>
Expand All @@ -18,18 +12,24 @@
</div>
<br/>

| 源码 | Java&Spring | 数据结构 | 算法 | 面向对象 | 中间件 | 网络通信 | 字节码编程 | 故事 | 工具&软件 |
| :--: | :---------: | :------: | :--: | :------: | :----: | :--: | :----: | :--: | :--: |
| :octocat: | :coffee: | :triangular_ruler: | :pencil2: | :art: | :hammer: | :cloud: | :tractor: | 🐾 | :hammer: |
| 源码 | Java&Spring | 算法 | 面向对象 | 中间件 | 网络 | 字节码 | 故事 | 工具&软件 |
| :--: | :---------: | :--: | :------: | :----: | :--: | :----: | :--: | :--: |
| [:octocat:](https://github.com/fuzhengwei/CodeGuide#coffee-javaspring) | [:coffee:] | [:pencil2:](https://github.com/fuzhengwei/CodeGuide#pencil2-%E7%AE%97%E6%B3%95) | [:art:](https://github.com/fuzhengwei/CodeGuide#art-%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1) | [:hammer:](https://github.com/fuzhengwei/CodeGuide#hammer-%E4%B8%AD%E9%97%B4%E4%BB%B6) | [:cloud:](https://github.com/fuzhengwei/CodeGuide#cloud-%E7%BD%91%E7%BB%9C%E9%80%9A%E4%BF%A1) | [:tractor:](https://github.com/fuzhengwei/CodeGuide#-%E6%95%85%E4%BA%8B) | [🐾](https://github.com/fuzhengwei/CodeGuide#-%E6%95%85%E4%BA%8B) | [:hammer:](https://github.com/fuzhengwei/CodeGuide#hammer-%E5%B7%A5%E5%85%B7%E8%BD%AF%E4%BB%B6) |

<div align="center">
<a href="#">Java面经手册</a> •
<a href="#">重学Java设计模式</a> •
<a href="https://download.csdn.net/download/Yao__Shun__Yu/14932325">Java面经手册</a> •
<a href="https://bugstack.cn/itstack/itstack-demo-design.html">重学Java设计模式</a> •
<a href="#">字节码编程</a> •
<a href="#">Netty仿桌面版微信聊天</a> •
<a href="#">PDF书籍列表</a>
</div>

<br/>
<div align="center">
<a href="https://bugstack.cn" style="text-decoration:none"><img src="https://bugstack.cn/assets/images/icon.svg" width="128px"></a>
</div>
<br/>

## :octocat: 源码

| 序号 | 专栏名称 | GitHub | Gitee |
Expand Down Expand Up @@ -178,10 +178,6 @@

- [Drools规则引擎使用入门:这种场景你还写ifelse你跟孩子坐一桌去吧](https://bugstack.cn/itstack-demo-drools/2020/03/07/%E8%BF%99%E7%A7%8D%E5%9C%BA%E6%99%AF%E4%BD%A0%E8%BF%98%E5%86%99ifelse%E4%BD%A0%E8%B7%9F%E5%AD%A9%E5%AD%90%E5%9D%90%E4%B8%80%E6%A1%8C%E5%8E%BB%E5%90%A7.html)

## :triangular_ruler: 数据结构

+ [x] 数组、链表、队列、集合、树

## :pencil2: 算法

- [两数之和](https://bugstack.cn/itstack-demo-algorithm/2020/03/14/%E9%87%8E%E8%B7%AF%E5%AD%90%E6%90%9E%E7%AE%97%E6%B3%95-%E4%B8%A4%E6%95%B0%E4%B9%8B%E5%92%8C-%E5%B8%A6%E7%9D%80%E5%B0%8F%E7%99%BD%E5%88%B7%E9%9D%A2%E8%AF%95.html)
Expand Down

0 comments on commit 298bbed

Please sign in to comment.