shuzheng 8 gadi atpakaļ
vecāks
revīzija
e216224af3
1 mainītis faili ar 21 papildinājumiem un 19 dzēšanām
  1. 21 19
      README.md

+ 21 - 19
README.md

@@ -90,9 +90,9 @@ Thymeleaf | 模板引擎  | [http://www.thymeleaf.org/](http://www.thymeleaf.org
 Velocity | 模板引擎  | [http://velocity.apache.org/](http://velocity.apache.org/)
 ZooKeeper | 分布式协调服务  | [http://zookeeper.apache.org/](http://zookeeper.apache.org/)
 Dubbo | 分布式服务框架  | [http://dubbo.io/](http://dubbo.io/)
-TBSchedule|elastic-job | 分布式调度框架  | [https://github.com/dangdangdotcom/elastic-job](https://github.com/dangdangdotcom/elastic-job)
+TBSchedule & elastic-job | 分布式调度框架  | [https://github.com/dangdangdotcom/elastic-job](https://github.com/dangdangdotcom/elastic-job)
 Redis | 分布式缓存数据库  | [https://redis.io/](https://redis.io/)
-Solr|Elasticsearch | 分布式全文搜索引擎  | [http://lucene.apache.org/solr/](http://lucene.apache.org/solr/) [https://www.elastic.co/](https://www.elastic.co/)
+Solr & Elasticsearch | 分布式全文搜索引擎  | [http://lucene.apache.org/solr/](http://lucene.apache.org/solr/) [https://www.elastic.co/](https://www.elastic.co/)
 Quartz | 作业调度框架  | [http://www.quartz-scheduler.org/](http://www.quartz-scheduler.org/)
 Ehcache | 进程内缓存框架  | [http://www.ehcache.org/](http://www.ehcache.org/)
 ActiveMQ | 消息队列  | [http://activemq.apache.org/](http://activemq.apache.org/)
@@ -101,27 +101,29 @@ FastDFS | 分布式文件系统  | [https://github.com/happyfish100/fastdfs](htt
 Log4J | 日志组件  | [http://logging.apache.org/log4j/1.2/](http://logging.apache.org/log4j/1.2/)
 Swagger2 | 接口测试框架  | [http://swagger.io/](http://swagger.io/)
 sequence | 分布式高效ID生产  | [http://git.oschina.net/yu120/sequence](http://git.oschina.net/yu120/sequence)
-AliOSS|Qiniu|QcloudCOS | 云存储  | [https://www.aliyun.com/product/oss/](https://www.aliyun.com/product/oss/) [http://www.qiniu.com/](http://www.qiniu.com/) [https://www.qcloud.com/product/cos](https://www.qcloud.com/product/cos)
-Protobuf|json | 数据序列化  | [https://github.com/google/protobuf](https://github.com/google/protobuf)
+AliOSS & Qiniu & QcloudCOS | 云存储  | [https://www.aliyun.com/product/oss/](https://www.aliyun.com/product/oss/) [http://www.qiniu.com/](http://www.qiniu.com/) [https://www.qcloud.com/product/cos](https://www.qcloud.com/product/cos)
+Protobuf & json | 数据序列化  | [https://github.com/google/protobuf](https://github.com/google/protobuf)
 Jenkins | 持续集成工具  | [https://jenkins.io/index.html](https://jenkins.io/index.html)
 Maven | 项目构建管理  | [http://maven.apache.org/](http://maven.apache.org/)
 
 #### 前端技术:
-- jQuery: 代码库 [http://jquery.com/](http://jquery.com/)
-- Bootstrap: 前端框架 [http://getbootstrap.com/](http://getbootstrap.com/)
-- Bootstrap-table Bootstrap数据表格 [http://bootstrap-table.wenzhixin.net.cn/](http://bootstrap-table.wenzhixin.net.cn/)
-- Font-awesome: 字体图标 [http://fontawesome.io/](http://fontawesome.io/)
-- Waves: 点击效果插件 [https://github.com/fians/Waves](https://github.com/fians/Waves)
-- zTree: 树插件 [http://www.treejs.cn/v3/](http://www.treejs.cn/v3/)
-- Select2: 选择框插件 [https://github.com/select2/select2](https://github.com/select2/select2)
-- jquery-confirm: 对话框 [https://github.com/craftpip/jquery-confirm](https://github.com/craftpip/jquery-confirm)
-- jQuery EasyUI: 基于jQuery的UI插件集合体 [http://www.jeasyui.com](http://www.jeasyui.com)
-- React: 界面构建框架 [https://github.com/facebook/react])(https://github.com/facebook/react)
-- Editor.md [Markdown编辑器](https://github.com/pandao/editor.md)
-- zhengAdmin [基于bootstrap实现的响应式Material Design风格的通用后台管理系统](https://github.com/shuzheng/zhengAdmin "zhengAdmin")
-- autoMail [邮箱地址自动补全插件](https://github.com/shuzheng/autoMail "autoMail")
-- zheng.jprogress.js [一款模仿youtube加载进度条插件](https://github.com/shuzheng/zheng.jprogress.js "zheng.jprogress.js")
-- zheng.jtotop.js [返回顶部插件(可以任意速度滑动到指定任意位置)](https://github.com/shuzheng/zheng.jtotop.js "zheng.jtotop.js")
+技术 | 名称 | 官网
+----|------|----
+jQuery | 函式库  | [http://jquery.com/](http://jquery.com/)
+Bootstrap | 前端框架  | [http://getbootstrap.com/](http://getbootstrap.com/)
+Bootstrap-table | Bootstrap数据表格  | [http://bootstrap-table.wenzhixin.net.cn/](http://bootstrap-table.wenzhixin.net.cn/)
+Font-awesome | 字体图标  | [http://fontawesome.io/](http://fontawesome.io/)
+Waves | 点击效果插件  | [https://github.com/fians/Waves](https://github.com/fians/Waves)
+zTree | 树插件  | [http://www.treejs.cn/v3/](http://www.treejs.cn/v3/)
+Select2 | 选择框插件  | [https://github.com/select2/select2](https://github.com/select2/select2)
+jquery-confirm | 弹出窗口插件  | [https://github.com/craftpip/jquery-confirm](https://github.com/craftpip/jquery-confirm)
+jQuery EasyUI | 基于jQuery的UI插件集合体  | [http://www.jeasyui.com](http://www.jeasyui.com)
+React | 界面构建框架  | [https://github.com/facebook/react](https://github.com/facebook/react)
+Editor.md | Markdown编辑器  | [https://github.com/pandao/editor.md](https://github.com/pandao/editor.md)
+zhengAdmin | 后台管理系统模板  | [https://github.com/shuzheng/zhengAdmin](https://github.com/shuzheng/zhengAdmin)
+autoMail | 邮箱地址自动补全插件  | [https://github.com/shuzheng/autoMail](https://github.com/shuzheng/autoMail)
+zheng.jprogress.js | 加载进度条插件  | [https://github.com/shuzheng/zheng.jprogress.js](https://github.com/shuzheng/zheng.jprogress.js)
+zheng.jtotop.js | 返回顶部插件  | [https://github.com/shuzheng/zheng.jtotop.js](https://github.com/shuzheng/zheng.jtotop.js)
 
 #### 架构图