Skip to content

Commit

Permalink
add gitbook support
Browse files Browse the repository at this point in the history
  • Loading branch information
crane-yuan committed Sep 1, 2017
1 parent 45b5970 commit 3ea0c93
Show file tree
Hide file tree
Showing 14 changed files with 91 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Hexo搭建博客.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Hexo搭建博客

2 changes: 2 additions & 0 deletions Java8系列.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Java8系列

65 changes: 65 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# Summary

* [介绍](README.md)
* [开源组件实现](开源组件实现.md)
* [MVC框架实现篇](mvc/MVC框架实现篇.md)
* [MVC框架实现篇](mvc/index.md)
* [项目规划](mvc/1.plan.md)
* [路由设计](mvc/2.route.md)
* [控制器设计](mvc/3.controller.md)
* [配置设计](mvc/4.config.md)
* [视图设计](mvc/5.view.md)
* [数据库操作](mvc/6.dbutil.md)
* [增删改查](mvc/7.crud.md)
* [IOC容器实现篇](ioc/IOC容器实现篇.md)
* [IOC的概念](ioc/1.concept.md)
* [Spring中怎么用](ioc/2.spring.md)
* [设计一个IOC](ioc/3.myioc.md)
* [原理分析](ioc/4.principle.md)
* [设计模式系列](设计模式系列.md)
* [如何正确地写出单例模式](designpatterns/singleton.md)
* [代理模式剖析](designpatterns/proxy.md)
* [什么是策略模式](designpatterns/strategy.md)
* [Java8系列](Java8系列.md)
* [Java8简明教程](java8/java8-guide.md)
* [Java8 Foreach](java8/foreach.md)
* [Hexo搭建博客](Hexo搭建博客.md)
* [分分钟部署一个Hexo环境](hexo/hello.md)
* [各种配置详解](hexo/config.md)
* [开始写作吧](hexo/writing.md)
* [开发者指南](开发者指南.md)
* [git - 简明指南](git/guide.md)
* [Jersey-2.x用户指南](https://waylau.gitbooks.io/jersey-2-user-guide/content/index.html)
* [REST 实战](https://waylau.gitbooks.io/rest-in-action/content/)
* [Java Servlet 3.1 规范](https://github.com/waylau/servlet-3.1-specification)
* [MyBatis中文指南](http://mybatis.github.io/mybatis-3/zh/index.html)
* [Apache Shiro 用户指南](https://github.com/waylau/apache-shiro-1.2.x-reference)
* [Spring Boot参考指南](https://github.com/qibaoguang/Spring-Boot-Reference-Guide/blob/master/SUMMARY.md)
* [Netty4 用户指南](https://github.com/waylau/netty-4-user-guide/blob/master/SUMMARY.md)
* [Google Java编程风格指南](user_guide/google-java8-guide.md)
* [运维相关](运维相关.md)
* [Web性能测试工具](web/test_tool.md)
* [Java 程序员眼中的 Linux](https://github.com/judasn/Linux-Tutorial)
* [写给java开发的运维笔记](learn_server/README.md)
* [经典文章](经典文章.md)
* [HTTP请求报文解剖](articles/request_message.md)
* [软件架构模式](articles/software_architecture_patterns.md)
* [电商网站架构案例](articles/electrical-business-architecture.md)
* [服务器/域名/SSL证书](服务器相关.md)
* [可用域名](https://domainr.com)
* [优惠域名](http://hk.hostsir.com/Affiliates/i/d/976)
* [vultr VPS](http://www.vultr.com/?ref=6886447)
* [免费VPN/SSH服务](https://sshdropbear.net/)
* [免费SS](http://get.ishadow.website/)
* 1小时免费VPN
* [SSL.DO](https://saki.ssl.do/aff.php?aff=11)
* [免费虚拟主机](http://api.hostinger.com.hk/redir/22018310)
* [实用工具/API](实用工具.md)
* [PNG图片无损压缩](https://tinypng.com/)
* [在线给图片加水印](http://tool.c7sky.com/image-watermark/)
* [随机密码生成](http://tool.c7sky.com/password/)
* [随机头像生成](https://randomuser.me/)
* [微博一键清理工具](http://tool.c7sky.com/tcleaner/)
* [CSS压缩](http://csscompressor.com/)
* [在线工具](http://www.atool.org/)

3 changes: 2 additions & 1 deletion hexo/writing.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,10 @@ deploy:
message: [message]
```
```
| 选项 | 描述|
| ----------- |---------------------------------------------|
| repo | github仓库地址 |
| branch | 分支名称 |
| message |定制提交消息(默认为 `Site updated: {{ now("YYYY-MM-DD HH:mm:ss") }}` )|
```
2 changes: 2 additions & 0 deletions ioc/IOC容器实现篇
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# IOC容器实现篇

2 changes: 2 additions & 0 deletions ioc/IOC容器实现篇.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# IOC容器实现篇

2 changes: 2 additions & 0 deletions mvc/MVC框架实现篇.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# MVC框架实现篇

2 changes: 2 additions & 0 deletions 实用工具.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 实用工具/API

2 changes: 2 additions & 0 deletions 开发者指南.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 开发者指南

2 changes: 2 additions & 0 deletions 开源组件实现.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 开源组件实现

2 changes: 2 additions & 0 deletions 服务器相关.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 服务器/域名/SSL证书

2 changes: 2 additions & 0 deletions 经典文章.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 经典文章

2 changes: 2 additions & 0 deletions 设计模式系列.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 设计模式系列

2 changes: 2 additions & 0 deletions 运维相关.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 运维相关

0 comments on commit 3ea0c93

Please sign in to comment.