Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
aalansehaiyang committed Dec 3, 2017
1 parent a66193e commit 0bd6044
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@

### 写在后面

**不知不觉,这个项目已经更新两年了。如果喜欢请点击右上角 star 收藏;如果因为读里面的文章,开阔了视野,提升了技术能力并升职加薪,也欢迎打赏表扬,你的赞赏会激励作者一直更新下去**
**不知不觉,这个项目已经更新两年了。如果喜欢请点击右上角 star 收藏;如果因为读里面的文章,开阔了视野,提升了技术能力并升职加薪,也欢迎微信扫码打赏表扬,你的赞赏会激励作者一直更新下去**

`微信二维码`

![image](basic-knowledge/img/26.png)
3 changes: 2 additions & 1 deletion middle-software/big-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
* [Storm](Storm.md)
* [Oceanbase](https://github.com/alibaba/oceanbase/tree/master/oceanbase_0.4)
* [Oozie]()
* [kettle]()
* [kettle]()
* [ApacheBeam](http://blog.csdn.net/dashenghuahua/article/details/53462604)
4 changes: 4 additions & 0 deletions open-source-framework/Goole-Guava.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

---

* [Guava 源码](https://github.com/google/guava/wiki/CachesExplained#population)


---
### pom依赖

```
Expand Down
14 changes: 10 additions & 4 deletions other/study.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
## 学习网站

---
#### 技术网站
### 技术网站

* [infoQ](http://www.infoq.com/cn/)
* [云栖社区](https://yq.aliyun.com/)
* [并发编程网](http://ifeve.com/)
* [开源中国](http://www.oschina.net/)
* [stackoverflow](http://stackoverflow.com/)

#### 视频网站
### 视频网站
* [慕课网](http://www.imooc.com/)
* [网易云课堂](http://study.163.com/)
* [腾讯课堂](https://ke.qq.com/course/list/spark)


#### 优秀博客
* [github 伯乐在线](https://github.com/jobbole)
### 优秀博客
* [github 伯乐在线](https://github.com/jobbole)
* [酷 壳](https://coolshell.cn/articles/18140.html)


### 资料集

* [Java资源大全中文版](https://github.com/jobbole/awesome-java-cn)
1 change: 1 addition & 0 deletions system-architecture/architecture-experience.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* [cache相关](cache相关.md)
* [缓存架构之防雪崩设计](缓存架构之防雪崩设计.md)
* [大型web系统数据缓存设计](https://mp.weixin.qq.com/s/Imn4FuXv2hw3uocgZsBlOg)
* [cache常见的陷阱与坑](https://github.com/oldratlee/cache-practice)

### 高并发

Expand Down
10 changes: 7 additions & 3 deletions system-architecture/technology-selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@

##### 分布式任务调度框架

* [Elastic-Job](https://github.com/dangdangdotcom/elastic-job)
* [Elastic-Job](https://github.com/elasticjob/elastic-job)
* [详解当当网的分布式作业框架elastic-job](http://www.infoq.com/cn/articles/dangdang-distributed-work-framework-elastic-job)


##### 流量分发

* [跟我学Nginx+Lua开发](http://www.iteye.com/blogs/subjects/nginx-lua)
* [OpenResty官网](https://openresty.org/cn/)
* [企业服务总线 --- UltraESB](https://www.adroitlogic.com/)

##### GateWay网关

Expand All @@ -34,12 +34,13 @@
* [阿里鹰眼]()
* [Zipkin](https://github.com/openzipkin/zipkin)

##### 数据库、存储
##### 数据库、缓存、文件存储

* [内存数据库 --- memsql](http://www.memsql.com/)
* [分布式文件存储系统 --- FastDFS](http://www.cnblogs.com/mafly/p/fastdfs.html)
* [本地缓存、磁盘存储 --- Ehcache](http://raychase.iteye.com/blog/1545906)
* [kv存储 --- levelDB](https://github.com/google/leveldb)
* [若干缓存框架汇总](http://www.open-open.com/13.htm)

##### 服务治理
* [主从心跳检测 --- Keepalived](http://blog.csdn.net/xyang81/article/details/52556886)
Expand Down Expand Up @@ -68,6 +69,9 @@
##### ETL
* [ETL工具 --- kettle](http://blog.csdn.net/eason_oracle/article/details/53535173)

##### 通用型
* [Java生态圈框架汇总---可能会有满足你的](https://github.com/jobbole/awesome-java-cn)

##### 杂项

* [商品详情页的静态化 --- FreeMarker](FreeMarker.md)
Expand Down

0 comments on commit 0bd6044

Please sign in to comment.