├── HTTP服务器 ├── Apache.md ├── HTTP服务器.md └── Nginx.md ├── JVM └── JVM.md ├── Java基础 ├── Java基础.md ├── 加密.md ├── 多线程.md ├── 字符串.md ├── 并发包.md ├── 网络.md ├── 货币计算.md └── 集合.md ├── Java应用服务器 ├── JBoss.md ├── Java应用服务器.md ├── Jetty.md ├── Tomcat.md └── tomcat │ └── Linux下安装Tomcat.md ├── Mybatis └── Mybatis.md ├── NoSQL └── NoSQL.md ├── README.md ├── SOA └── SOA.md ├── SUMMARY.md ├── Spring └── Spring.md ├── UML ├── UML.md ├── 包图.md └── 类图.md ├── Zookeeper └── Zookeeper.md ├── _book ├── HTTP服务器 │ ├── Apache.html │ ├── Apache.md │ ├── HTTP服务器.html │ ├── HTTP服务器.md │ ├── Nginx.html │ └── Nginx.md ├── JVM │ ├── JVM.html │ └── JVM.md ├── Java基础 │ ├── Java基础.html │ ├── Java基础.md │ ├── 加密.html │ ├── 加密.md │ ├── 多线程.html │ ├── 多线程.md │ ├── 字符串.html │ ├── 字符串.md │ ├── 并发包.html │ ├── 并发包.md │ ├── 网络.html │ ├── 网络.md │ ├── 货币计算.html │ ├── 货币计算.md │ ├── 集合.html │ └── 集合.md ├── Java应用服务器 │ ├── JBoss.html │ ├── JBoss.md │ ├── Java应用服务器.html │ ├── Java应用服务器.md │ ├── Jetty.html │ ├── Jetty.md │ ├── Tomcat.html │ ├── Tomcat.md │ └── tomcat │ │ ├── Linux下安装Tomcat.html │ │ └── Linux下安装Tomcat.md ├── Mybatis │ ├── Mybatis.html │ └── Mybatis.md ├── NoSQL │ ├── NoSQL.html │ └── NoSQL.md ├── SOA │ ├── SOA.html │ └── SOA.md ├── Spring │ ├── Spring.html │ └── Spring.md ├── UML │ ├── UML.html │ ├── UML.md │ ├── 包图.html │ ├── 包图.md │ ├── 类图.html │ └── 类图.md ├── Zookeeper │ ├── Zookeeper.html │ └── Zookeeper.md ├── bloglist.html ├── booklist.html ├── developtools.html ├── gitbook │ ├── fonts │ │ └── fontawesome │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ └── fontawesome-webfont.woff2 │ ├── gitbook-plugin-fontsettings │ │ ├── fontsettings.js │ │ └── website.css │ ├── gitbook-plugin-highlight │ │ ├── ebook.css │ │ └── website.css │ ├── gitbook-plugin-lunr │ │ ├── lunr.min.js │ │ └── search-lunr.js │ ├── gitbook-plugin-search │ │ ├── lunr.min.js │ │ ├── search-engine.js │ │ ├── search.css │ │ └── search.js │ ├── gitbook-plugin-sharing │ │ └── buttons.js │ ├── gitbook.js │ ├── images │ │ ├── apple-touch-icon-precomposed-152.png │ │ └── favicon.ico │ ├── style.css │ └── theme.js ├── index.html ├── search_index.json ├── 修身.html ├── 关系数据库 │ ├── Mysql.html │ ├── Mysql.md │ ├── Mysql培训记录.html │ ├── Mysql培训记录.md │ ├── 关系数据库.html │ └── 关系数据库.md ├── 大数据 │ ├── 大数据.html │ └── 大数据.md ├── 微服务 │ ├── 微服务.html │ └── 微服务.md ├── 性能优化 │ ├── 性能优化.html │ └── 性能优化.md ├── 持续交付 │ ├── 持续交付.html │ └── 持续交付.md ├── 持续集成 │ ├── 持续集成.html │ └── 持续集成.md ├── 敏捷开发 │ ├── 敏捷开发.html │ └── 敏捷开发.md ├── 架构设计 │ ├── 架构设计.html │ └── 架构设计.md ├── 概要和详细设计 │ ├── 概要和详细设计.html │ └── 概要和详细设计.md ├── 消息中间件 │ ├── ActiveMQ.html │ ├── ActiveMQ.md │ ├── Kafka.html │ ├── Kafka.md │ ├── RabbitMQ.html │ ├── RabbitMQ.md │ ├── 消息中间件.html │ └── 消息中间件.md ├── 源码研究 │ ├── Dubbo源码研究.html │ ├── Dubbo源码研究.md │ ├── L2JServer源码研究.html │ ├── L2JServer源码研究.md │ ├── Spring源码研究.html │ ├── Spring源码研究.md │ ├── 源码研究.html │ └── 源码研究.md ├── 程序员的数学 │ ├── 数学参考.html │ ├── 数学参考.md │ ├── 程序员的数学.html │ └── 程序员的数学.md ├── 第三方工具包 │ ├── 第三方工具包.html │ └── 第三方工具包.md ├── 结束 │ ├── 结束.html │ └── 结束.md ├── 缓存 │ ├── mongoDB.html │ ├── mongoDB.md │ ├── redis.html │ ├── redis.md │ ├── 缓存.html │ └── 缓存.md ├── 计算机基础 │ ├── 计算机基础.html │ └── 计算机基础.md ├── 设计模式 │ ├── 设计模式.html │ └── 设计模式.md ├── 需求分析 │ ├── 需求分析.html │ └── 需求分析.md └── 项目管理 │ ├── 项目管理.html │ └── 项目管理.md ├── bloglist.md ├── booklist.md ├── developtools.md ├── 修身.md ├── 关系数据库 ├── Mysql.md ├── Mysql培训记录.md └── 关系数据库.md ├── 大数据 └── 大数据.md ├── 微服务 └── 微服务.md ├── 性能优化 └── 性能优化.md ├── 持续交付 └── 持续交付.md ├── 持续集成 └── 持续集成.md ├── 敏捷开发 └── 敏捷开发.md ├── 架构设计 └── 架构设计.md ├── 概要和详细设计 └── 概要和详细设计.md ├── 消息中间件 ├── ActiveMQ.md ├── Kafka.md ├── RabbitMQ.md └── 消息中间件.md ├── 源码研究 ├── Dubbo源码研究.md ├── L2JServer源码研究.md ├── Spring源码研究.md └── 源码研究.md ├── 程序员的数学 ├── 数学参考.md └── 程序员的数学.md ├── 第三方工具包 └── 第三方工具包.md ├── 结束 └── 结束.md ├── 缓存 ├── mongoDB.md ├── redis.md └── 缓存.md ├── 计算机基础 └── 计算机基础.md ├── 设计模式 └── 设计模式.md ├── 需求分析 └── 需求分析.md └── 项目管理 └── 项目管理.md /HTTP服务器/Apache.md: -------------------------------------------------------------------------------- 1 | # 22.1. Apache 2 | 3 | -------------------------------------------------------------------------------- /HTTP服务器/HTTP服务器.md: -------------------------------------------------------------------------------- 1 | # 22. HTTP服务器 2 | 3 | -------------------------------------------------------------------------------- /HTTP服务器/Nginx.md: -------------------------------------------------------------------------------- 1 | # 22.2. Nginx 2 | 3 | -------------------------------------------------------------------------------- /JVM/JVM.md: -------------------------------------------------------------------------------- 1 | # 10. JVM 2 | 3 | -------------------------------------------------------------------------------- /Java基础/Java基础.md: -------------------------------------------------------------------------------- 1 | # 1. Java基础 2 | 3 | -------------------------------------------------------------------------------- /Java基础/加密.md: -------------------------------------------------------------------------------- 1 | # 1.7. 加密 2 | 3 | -------------------------------------------------------------------------------- /Java基础/多线程.md: -------------------------------------------------------------------------------- 1 | # 1.4. 多线程 2 | 3 | -------------------------------------------------------------------------------- /Java基础/字符串.md: -------------------------------------------------------------------------------- 1 | # 1.2. 字符串 2 | 3 | -------------------------------------------------------------------------------- /Java基础/并发包.md: -------------------------------------------------------------------------------- 1 | # 1.5. 并发包 2 | 3 | -------------------------------------------------------------------------------- /Java基础/网络.md: -------------------------------------------------------------------------------- 1 | # 1.6. 网络 2 | 3 | -------------------------------------------------------------------------------- /Java基础/货币计算.md: -------------------------------------------------------------------------------- 1 | # 1.3. 货币计算 2 | 3 | -------------------------------------------------------------------------------- /Java基础/集合.md: -------------------------------------------------------------------------------- 1 | # 1.1. 集合 2 | 3 | -------------------------------------------------------------------------------- /Java应用服务器/JBoss.md: -------------------------------------------------------------------------------- 1 | # 21.3. JBoss 2 | 3 | -------------------------------------------------------------------------------- /Java应用服务器/Java应用服务器.md: -------------------------------------------------------------------------------- 1 | # 21. Java应用服务器 2 | 3 | -------------------------------------------------------------------------------- /Java应用服务器/Jetty.md: -------------------------------------------------------------------------------- 1 | # 21.2. Jetty 2 | 3 | -------------------------------------------------------------------------------- /Java应用服务器/Tomcat.md: -------------------------------------------------------------------------------- 1 | # 21.1. Tomcat 2 | 3 | -------------------------------------------------------------------------------- /Java应用服务器/tomcat/Linux下安装Tomcat.md: -------------------------------------------------------------------------------- 1 | # 21.1.1. Linux下安装Tomcat 2 | 3 | -------------------------------------------------------------------------------- /Mybatis/Mybatis.md: -------------------------------------------------------------------------------- 1 | # 11. Mybatis 2 | 3 | -------------------------------------------------------------------------------- /NoSQL/NoSQL.md: -------------------------------------------------------------------------------- 1 | # 6. NoSQL 2 | 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 简介 2 | 3 | ###### 个人平时的读书学习笔记。 4 | 5 | 分门别类记录知识要点,系统化知识结构,加强记忆。 6 | -------------------------------------------------------------------------------- /SOA/SOA.md: -------------------------------------------------------------------------------- 1 | # 12. SOA 2 | 3 | -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- 1 | # Summary 2 | 3 | * [介绍](README.md) 4 | * [修身](修身.md) 5 | * [优秀博客列表](bloglist.md) 6 | * [书籍列表](booklist.md) 7 | * [工具列表](developtools.md) 8 | * [1. Java基础](Java基础/Java基础.md) 9 | * [1.1. 集合](Java基础/集合.md) 10 | * [1.2. 字符串](Java基础/字符串.md) 11 | * [1.3. 货币计算](Java基础/货币计算.md) 12 | * [1.4. 多线程](Java基础/多线程.md) 13 | * [1.5. 并发包](Java基础/并发包.md) 14 | * [1.6. 网络](Java基础/网络.md) 15 | * [1.7. 加密](Java基础/加密.md) 16 | * [2. 第三方工具包](第三方工具包/第三方工具包.md) 17 | * [3. UML](UML/UML.md) 18 | * [3.1. 类图](UML/类图.md) 19 | * [3.2. 包图](UML/包图.md) 20 | * [4. 设计模式](设计模式/设计模式.md) 21 | * [5. 关系数据库](关系数据库/关系数据库.md) 22 | * [5.1. Mysql](关系数据库/Mysql.md) 23 | * [5.2. Mysql培训记录](关系数据库/Mysql培训记录.md) 24 | * [6. NoSQL](NoSQL/NoSQL.md) 25 | * [7. 大数据](大数据/大数据.md) 26 | * [8. 缓存](缓存/缓存.md) 27 | * [8.1. redis](缓存/redis.md) 28 | * [8.2. mongoDB](缓存/mongoDB.md) 29 | * [9. 消息中间件](消息中间件/消息中间件.md) 30 | * [9.1. Kafka](消息中间件/Kafka.md) 31 | * [9.2 RabbitMQ](消息中间件/RabbitMQ.md) 32 | * [9.3 ActiveMQ](消息中间件/ActiveMQ.md) 33 | * [10. Zookeeper](Zookeeper/Zookeeper.md) 34 | * [11. Spring](Spring/Spring.md) 35 | * [12. Mybatis](Mybatis/Mybatis.md) 36 | * [13. JVM](JVM/JVM.md) 37 | * [14. 性能优化](性能优化/性能优化.md) 38 | * [15. SOA](SOA/SOA.md) 39 | * [16. 微服务](微服务/微服务.md) 40 | * [17. 架构设计](架构设计/架构设计.md) 41 | * [18. 需求分析](需求分析/需求分析.md) 42 | * [19. 概要和详细设计](概要和详细设计/概要和详细设计.md) 43 | * [20. 敏捷开发](敏捷开发/敏捷开发.md) 44 | * [21. 持续集成](持续集成/持续集成.md) 45 | * [22. 持续交付](持续交付/持续交付.md) 46 | * [23. 项目管理](项目管理/项目管理.md) 47 | * [24. Java应用服务器](Java应用服务器/Java应用服务器.md) 48 | * [24.1. Tomcat](Java应用服务器/Tomcat.md) 49 | * [24.1.1. Linux下安装Tomcat](Java应用服务器/tomcat/Linux下安装Tomcat.md) 50 | * [24.2. Jetty](Java应用服务器/Jetty.md) 51 | * [24.3. JBoss](Java应用服务器/JBoss.md) 52 | * [25. HTTP服务器](HTTP服务器/HTTP服务器.md) 53 | * [25.1. Apache](HTTP服务器/Apache.md) 54 | * [25.2. Nginx](HTTP服务器/Nginx.md) 55 | * [26. 源码研究](源码研究/源码研究.md) 56 | * [26.1. Spring源码研究](源码研究/Spring源码研究.md) 57 | * [26.2. Dubbo源码研究](源码研究/Dubbo源码研究.md) 58 | * [26.3. L2JServer源码研究](源码研究/L2JServer源码研究.md) 59 | * [27. 计算机基础](计算机基础/计算机基础.md) 60 | * [28. 程序员的数学](程序员的数学/程序员的数学.md) 61 | * [28.99. 数学参考](程序员的数学/数学参考.md) 62 | * [结束](结束/结束.md) 63 | 64 | -------------------------------------------------------------------------------- /Spring/Spring.md: -------------------------------------------------------------------------------- 1 | # 11. Spring 2 | 3 | -------------------------------------------------------------------------------- /UML/UML.md: -------------------------------------------------------------------------------- 1 | # 3. UML 2 | 3 | -------------------------------------------------------------------------------- /UML/包图.md: -------------------------------------------------------------------------------- 1 | # 3.2. 包图 2 | 3 | -------------------------------------------------------------------------------- /UML/类图.md: -------------------------------------------------------------------------------- 1 | # 3.1. 类图 2 | 3 | -------------------------------------------------------------------------------- /Zookeeper/Zookeeper.md: -------------------------------------------------------------------------------- 1 | # 10. Zookeeper 2 | 3 | -------------------------------------------------------------------------------- /_book/HTTP服务器/Apache.md: -------------------------------------------------------------------------------- 1 | # 22.1. Apache 2 | 3 | -------------------------------------------------------------------------------- /_book/HTTP服务器/HTTP服务器.md: -------------------------------------------------------------------------------- 1 | # 22. HTTP服务器 2 | 3 | -------------------------------------------------------------------------------- /_book/HTTP服务器/Nginx.md: -------------------------------------------------------------------------------- 1 | # 22.2. Nginx 2 | 3 | -------------------------------------------------------------------------------- /_book/JVM/JVM.md: -------------------------------------------------------------------------------- 1 | # 10. JVM 2 | 3 | -------------------------------------------------------------------------------- /_book/Java基础/Java基础.md: -------------------------------------------------------------------------------- 1 | # 1. Java基础 2 | 3 | -------------------------------------------------------------------------------- /_book/Java基础/加密.md: -------------------------------------------------------------------------------- 1 | # 1.7. 加密 2 | 3 | -------------------------------------------------------------------------------- /_book/Java基础/多线程.md: -------------------------------------------------------------------------------- 1 | # 1.4. 多线程 2 | 3 | -------------------------------------------------------------------------------- /_book/Java基础/字符串.md: -------------------------------------------------------------------------------- 1 | # 1.2. 字符串 2 | 3 | -------------------------------------------------------------------------------- /_book/Java基础/并发包.md: -------------------------------------------------------------------------------- 1 | # 1.5. 并发包 2 | 3 | -------------------------------------------------------------------------------- /_book/Java基础/网络.md: -------------------------------------------------------------------------------- 1 | # 1.6. 网络 2 | 3 | -------------------------------------------------------------------------------- /_book/Java基础/货币计算.md: -------------------------------------------------------------------------------- 1 | # 1.3. 货币计算 2 | 3 | -------------------------------------------------------------------------------- /_book/Java基础/集合.md: -------------------------------------------------------------------------------- 1 | # 1.1. 集合 2 | 3 | -------------------------------------------------------------------------------- /_book/Java应用服务器/JBoss.md: -------------------------------------------------------------------------------- 1 | # 21.3. JBoss 2 | 3 | -------------------------------------------------------------------------------- /_book/Java应用服务器/Java应用服务器.md: -------------------------------------------------------------------------------- 1 | # 21. Java应用服务器 2 | 3 | -------------------------------------------------------------------------------- /_book/Java应用服务器/Jetty.md: -------------------------------------------------------------------------------- 1 | # 21.2. Jetty 2 | 3 | -------------------------------------------------------------------------------- /_book/Java应用服务器/Tomcat.md: -------------------------------------------------------------------------------- 1 | # 21.1. Tomcat 2 | 3 | -------------------------------------------------------------------------------- /_book/Java应用服务器/tomcat/Linux下安装Tomcat.md: -------------------------------------------------------------------------------- 1 | # 21.1.1. Linux下安装Tomcat 2 | 3 | -------------------------------------------------------------------------------- /_book/Mybatis/Mybatis.md: -------------------------------------------------------------------------------- 1 | # 11. Mybatis 2 | 3 | -------------------------------------------------------------------------------- /_book/NoSQL/NoSQL.md: -------------------------------------------------------------------------------- 1 | # 6. NoSQL 2 | 3 | -------------------------------------------------------------------------------- /_book/SOA/SOA.md: -------------------------------------------------------------------------------- 1 | # 12. SOA 2 | 3 | -------------------------------------------------------------------------------- /_book/Spring/Spring.md: -------------------------------------------------------------------------------- 1 | # 11. Spring 2 | 3 | -------------------------------------------------------------------------------- /_book/UML/UML.md: -------------------------------------------------------------------------------- 1 | # 3. UML 2 | 3 | -------------------------------------------------------------------------------- /_book/UML/包图.md: -------------------------------------------------------------------------------- 1 | # 3.2. 包图 2 | 3 | -------------------------------------------------------------------------------- /_book/UML/类图.md: -------------------------------------------------------------------------------- 1 | # 3.1. 类图 2 | 3 | -------------------------------------------------------------------------------- /_book/Zookeeper/Zookeeper.md: -------------------------------------------------------------------------------- 1 | # 10. Zookeeper 2 | 3 | -------------------------------------------------------------------------------- /_book/gitbook/fonts/fontawesome/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbs005/StudySummary/53f86a659ae819905935b17d9b515f28902ddc23/_book/gitbook/fonts/fontawesome/FontAwesome.otf -------------------------------------------------------------------------------- /_book/gitbook/fonts/fontawesome/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbs005/StudySummary/53f86a659ae819905935b17d9b515f28902ddc23/_book/gitbook/fonts/fontawesome/fontawesome-webfont.eot -------------------------------------------------------------------------------- /_book/gitbook/fonts/fontawesome/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbs005/StudySummary/53f86a659ae819905935b17d9b515f28902ddc23/_book/gitbook/fonts/fontawesome/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /_book/gitbook/fonts/fontawesome/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbs005/StudySummary/53f86a659ae819905935b17d9b515f28902ddc23/_book/gitbook/fonts/fontawesome/fontawesome-webfont.woff -------------------------------------------------------------------------------- /_book/gitbook/fonts/fontawesome/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbs005/StudySummary/53f86a659ae819905935b17d9b515f28902ddc23/_book/gitbook/fonts/fontawesome/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /_book/gitbook/gitbook-plugin-fontsettings/fontsettings.js: -------------------------------------------------------------------------------- 1 | require(['gitbook', 'jquery'], function(gitbook, $) { 2 | // Configuration 3 | var MAX_SIZE = 4, 4 | MIN_SIZE = 0, 5 | BUTTON_ID; 6 | 7 | // Current fontsettings state 8 | var fontState; 9 | 10 | // Default themes 11 | var THEMES = [ 12 | { 13 | config: 'white', 14 | text: 'White', 15 | id: 0 16 | }, 17 | { 18 | config: 'sepia', 19 | text: 'Sepia', 20 | id: 1 21 | }, 22 | { 23 | config: 'night', 24 | text: 'Night', 25 | id: 2 26 | } 27 | ]; 28 | 29 | // Default font families 30 | var FAMILIES = [ 31 | { 32 | config: 'serif', 33 | text: 'Serif', 34 | id: 0 35 | }, 36 | { 37 | config: 'sans', 38 | text: 'Sans', 39 | id: 1 40 | } 41 | ]; 42 | 43 | // Return configured themes 44 | function getThemes() { 45 | return THEMES; 46 | } 47 | 48 | // Modify configured themes 49 | function setThemes(themes) { 50 | THEMES = themes; 51 | updateButtons(); 52 | } 53 | 54 | // Return configured font families 55 | function getFamilies() { 56 | return FAMILIES; 57 | } 58 | 59 | // Modify configured font families 60 | function setFamilies(families) { 61 | FAMILIES = families; 62 | updateButtons(); 63 | } 64 | 65 | // Save current font settings 66 | function saveFontSettings() { 67 | gitbook.storage.set('fontState', fontState); 68 | update(); 69 | } 70 | 71 | // Increase font size 72 | function enlargeFontSize(e) { 73 | e.preventDefault(); 74 | if (fontState.size >= MAX_SIZE) return; 75 | 76 | fontState.size++; 77 | saveFontSettings(); 78 | } 79 | 80 | // Decrease font size 81 | function reduceFontSize(e) { 82 | e.preventDefault(); 83 | if (fontState.size <= MIN_SIZE) return; 84 | 85 | fontState.size--; 86 | saveFontSettings(); 87 | } 88 | 89 | // Change font family 90 | function changeFontFamily(configName, e) { 91 | if (e && e instanceof Event) { 92 | e.preventDefault(); 93 | } 94 | 95 | var familyId = getFontFamilyId(configName); 96 | fontState.family = familyId; 97 | saveFontSettings(); 98 | } 99 | 100 | // Change type of color theme 101 | function changeColorTheme(configName, e) { 102 | if (e && e instanceof Event) { 103 | e.preventDefault(); 104 | } 105 | 106 | var $book = gitbook.state.$book; 107 | 108 | // Remove currently applied color theme 109 | if (fontState.theme !== 0) 110 | $book.removeClass('color-theme-'+fontState.theme); 111 | 112 | // Set new color theme 113 | var themeId = getThemeId(configName); 114 | fontState.theme = themeId; 115 | if (fontState.theme !== 0) 116 | $book.addClass('color-theme-'+fontState.theme); 117 | 118 | saveFontSettings(); 119 | } 120 | 121 | // Return the correct id for a font-family config key 122 | // Default to first font-family 123 | function getFontFamilyId(configName) { 124 | // Search for plugin configured font family 125 | var configFamily = $.grep(FAMILIES, function(family) { 126 | return family.config == configName; 127 | })[0]; 128 | // Fallback to default font family 129 | return (!!configFamily)? configFamily.id : 0; 130 | } 131 | 132 | // Return the correct id for a theme config key 133 | // Default to first theme 134 | function getThemeId(configName) { 135 | // Search for plugin configured theme 136 | var configTheme = $.grep(THEMES, function(theme) { 137 | return theme.config == configName; 138 | })[0]; 139 | // Fallback to default theme 140 | return (!!configTheme)? configTheme.id : 0; 141 | } 142 | 143 | function update() { 144 | var $book = gitbook.state.$book; 145 | 146 | $('.font-settings .font-family-list li').removeClass('active'); 147 | $('.font-settings .font-family-list li:nth-child('+(fontState.family+1)+')').addClass('active'); 148 | 149 | $book[0].className = $book[0].className.replace(/\bfont-\S+/g, ''); 150 | $book.addClass('font-size-'+fontState.size); 151 | $book.addClass('font-family-'+fontState.family); 152 | 153 | if(fontState.theme !== 0) { 154 | $book[0].className = $book[0].className.replace(/\bcolor-theme-\S+/g, ''); 155 | $book.addClass('color-theme-'+fontState.theme); 156 | } 157 | } 158 | 159 | function init(config) { 160 | // Search for plugin configured font family 161 | var configFamily = getFontFamilyId(config.family), 162 | configTheme = getThemeId(config.theme); 163 | 164 | // Instantiate font state object 165 | fontState = gitbook.storage.get('fontState', { 166 | size: config.size || 2, 167 | family: configFamily, 168 | theme: configTheme 169 | }); 170 | 171 | update(); 172 | } 173 | 174 | function updateButtons() { 175 | // Remove existing fontsettings buttons 176 | if (!!BUTTON_ID) { 177 | gitbook.toolbar.removeButton(BUTTON_ID); 178 | } 179 | 180 | // Create buttons in toolbar 181 | BUTTON_ID = gitbook.toolbar.createButton({ 182 | icon: 'fa fa-font', 183 | label: 'Font Settings', 184 | className: 'font-settings', 185 | dropdown: [ 186 | [ 187 | { 188 | text: 'A', 189 | className: 'font-reduce', 190 | onClick: reduceFontSize 191 | }, 192 | { 193 | text: 'A', 194 | className: 'font-enlarge', 195 | onClick: enlargeFontSize 196 | } 197 | ], 198 | $.map(FAMILIES, function(family) { 199 | family.onClick = function(e) { 200 | return changeFontFamily(family.config, e); 201 | }; 202 | 203 | return family; 204 | }), 205 | $.map(THEMES, function(theme) { 206 | theme.onClick = function(e) { 207 | return changeColorTheme(theme.config, e); 208 | }; 209 | 210 | return theme; 211 | }) 212 | ] 213 | }); 214 | } 215 | 216 | // Init configuration at start 217 | gitbook.events.bind('start', function(e, config) { 218 | var opts = config.fontsettings; 219 | 220 | // Generate buttons at start 221 | updateButtons(); 222 | 223 | // Init current settings 224 | init(opts); 225 | }); 226 | 227 | // Expose API 228 | gitbook.fontsettings = { 229 | enlargeFontSize: enlargeFontSize, 230 | reduceFontSize: reduceFontSize, 231 | setTheme: changeColorTheme, 232 | setFamily: changeFontFamily, 233 | getThemes: getThemes, 234 | setThemes: setThemes, 235 | getFamilies: getFamilies, 236 | setFamilies: setFamilies 237 | }; 238 | }); 239 | 240 | 241 | -------------------------------------------------------------------------------- /_book/gitbook/gitbook-plugin-fontsettings/website.css: -------------------------------------------------------------------------------- 1 | /* 2 | * Theme 1 3 | */ 4 | .color-theme-1 .dropdown-menu { 5 | background-color: #111111; 6 | border-color: #7e888b; 7 | } 8 | .color-theme-1 .dropdown-menu .dropdown-caret .caret-inner { 9 | border-bottom: 9px solid #111111; 10 | } 11 | .color-theme-1 .dropdown-menu .buttons { 12 | border-color: #7e888b; 13 | } 14 | .color-theme-1 .dropdown-menu .button { 15 | color: #afa790; 16 | } 17 | .color-theme-1 .dropdown-menu .button:hover { 18 | color: #73553c; 19 | } 20 | /* 21 | * Theme 2 22 | */ 23 | .color-theme-2 .dropdown-menu { 24 | background-color: #2d3143; 25 | border-color: #272a3a; 26 | } 27 | .color-theme-2 .dropdown-menu .dropdown-caret .caret-inner { 28 | border-bottom: 9px solid #2d3143; 29 | } 30 | .color-theme-2 .dropdown-menu .buttons { 31 | border-color: #272a3a; 32 | } 33 | .color-theme-2 .dropdown-menu .button { 34 | color: #62677f; 35 | } 36 | .color-theme-2 .dropdown-menu .button:hover { 37 | color: #f4f4f5; 38 | } 39 | .book .book-header .font-settings .font-enlarge { 40 | line-height: 30px; 41 | font-size: 1.4em; 42 | } 43 | .book .book-header .font-settings .font-reduce { 44 | line-height: 30px; 45 | font-size: 1em; 46 | } 47 | .book.color-theme-1 .book-body { 48 | color: #704214; 49 | background: #f3eacb; 50 | } 51 | .book.color-theme-1 .book-body .page-wrapper .page-inner section { 52 | background: #f3eacb; 53 | } 54 | .book.color-theme-2 .book-body { 55 | color: #bdcadb; 56 | background: #1c1f2b; 57 | } 58 | .book.color-theme-2 .book-body .page-wrapper .page-inner section { 59 | background: #1c1f2b; 60 | } 61 | .book.font-size-0 .book-body .page-inner section { 62 | font-size: 1.2rem; 63 | } 64 | .book.font-size-1 .book-body .page-inner section { 65 | font-size: 1.4rem; 66 | } 67 | .book.font-size-2 .book-body .page-inner section { 68 | font-size: 1.6rem; 69 | } 70 | .book.font-size-3 .book-body .page-inner section { 71 | font-size: 2.2rem; 72 | } 73 | .book.font-size-4 .book-body .page-inner section { 74 | font-size: 4rem; 75 | } 76 | .book.font-family-0 { 77 | font-family: Georgia, serif; 78 | } 79 | .book.font-family-1 { 80 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 81 | } 82 | .book.color-theme-1 .book-body .page-wrapper .page-inner section.normal { 83 | color: #704214; 84 | } 85 | .book.color-theme-1 .book-body .page-wrapper .page-inner section.normal a { 86 | color: inherit; 87 | } 88 | .book.color-theme-1 .book-body .page-wrapper .page-inner section.normal h1, 89 | .book.color-theme-1 .book-body .page-wrapper .page-inner section.normal h2, 90 | .book.color-theme-1 .book-body .page-wrapper .page-inner section.normal h3, 91 | .book.color-theme-1 .book-body .page-wrapper .page-inner section.normal h4, 92 | .book.color-theme-1 .book-body .page-wrapper .page-inner section.normal h5, 93 | .book.color-theme-1 .book-body .page-wrapper .page-inner section.normal h6 { 94 | color: inherit; 95 | } 96 | .book.color-theme-1 .book-body .page-wrapper .page-inner section.normal h1, 97 | .book.color-theme-1 .book-body .page-wrapper .page-inner section.normal h2 { 98 | border-color: inherit; 99 | } 100 | .book.color-theme-1 .book-body .page-wrapper .page-inner section.normal h6 { 101 | color: inherit; 102 | } 103 | .book.color-theme-1 .book-body .page-wrapper .page-inner section.normal hr { 104 | background-color: inherit; 105 | } 106 | .book.color-theme-1 .book-body .page-wrapper .page-inner section.normal blockquote { 107 | border-color: inherit; 108 | } 109 | .book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre, 110 | .book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code { 111 | background: #fdf6e3; 112 | color: #657b83; 113 | border-color: #f8df9c; 114 | } 115 | .book.color-theme-1 .book-body .page-wrapper .page-inner section.normal .highlight { 116 | background-color: inherit; 117 | } 118 | .book.color-theme-1 .book-body .page-wrapper .page-inner section.normal table th, 119 | .book.color-theme-1 .book-body .page-wrapper .page-inner section.normal table td { 120 | border-color: #f5d06c; 121 | } 122 | .book.color-theme-1 .book-body .page-wrapper .page-inner section.normal table tr { 123 | color: inherit; 124 | background-color: #fdf6e3; 125 | border-color: #444444; 126 | } 127 | .book.color-theme-1 .book-body .page-wrapper .page-inner section.normal table tr:nth-child(2n) { 128 | background-color: #fbeecb; 129 | } 130 | .book.color-theme-2 .book-body .page-wrapper .page-inner section.normal { 131 | color: #bdcadb; 132 | } 133 | .book.color-theme-2 .book-body .page-wrapper .page-inner section.normal a { 134 | color: #3eb1d0; 135 | } 136 | .book.color-theme-2 .book-body .page-wrapper .page-inner section.normal h1, 137 | .book.color-theme-2 .book-body .page-wrapper .page-inner section.normal h2, 138 | .book.color-theme-2 .book-body .page-wrapper .page-inner section.normal h3, 139 | .book.color-theme-2 .book-body .page-wrapper .page-inner section.normal h4, 140 | .book.color-theme-2 .book-body .page-wrapper .page-inner section.normal h5, 141 | .book.color-theme-2 .book-body .page-wrapper .page-inner section.normal h6 { 142 | color: #fffffa; 143 | } 144 | .book.color-theme-2 .book-body .page-wrapper .page-inner section.normal h1, 145 | .book.color-theme-2 .book-body .page-wrapper .page-inner section.normal h2 { 146 | border-color: #373b4e; 147 | } 148 | .book.color-theme-2 .book-body .page-wrapper .page-inner section.normal h6 { 149 | color: #373b4e; 150 | } 151 | .book.color-theme-2 .book-body .page-wrapper .page-inner section.normal hr { 152 | background-color: #373b4e; 153 | } 154 | .book.color-theme-2 .book-body .page-wrapper .page-inner section.normal blockquote { 155 | border-color: #373b4e; 156 | } 157 | .book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre, 158 | .book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code { 159 | color: #9dbed8; 160 | background: #2d3143; 161 | border-color: #2d3143; 162 | } 163 | .book.color-theme-2 .book-body .page-wrapper .page-inner section.normal .highlight { 164 | background-color: #282a39; 165 | } 166 | .book.color-theme-2 .book-body .page-wrapper .page-inner section.normal table th, 167 | .book.color-theme-2 .book-body .page-wrapper .page-inner section.normal table td { 168 | border-color: #3b3f54; 169 | } 170 | .book.color-theme-2 .book-body .page-wrapper .page-inner section.normal table tr { 171 | color: #b6c2d2; 172 | background-color: #2d3143; 173 | border-color: #3b3f54; 174 | } 175 | .book.color-theme-2 .book-body .page-wrapper .page-inner section.normal table tr:nth-child(2n) { 176 | background-color: #35394b; 177 | } 178 | .book.color-theme-1 .book-header { 179 | color: #afa790; 180 | background: transparent; 181 | } 182 | .book.color-theme-1 .book-header .btn { 183 | color: #afa790; 184 | } 185 | .book.color-theme-1 .book-header .btn:hover { 186 | color: #73553c; 187 | background: none; 188 | } 189 | .book.color-theme-1 .book-header h1 { 190 | color: #704214; 191 | } 192 | .book.color-theme-2 .book-header { 193 | color: #7e888b; 194 | background: transparent; 195 | } 196 | .book.color-theme-2 .book-header .btn { 197 | color: #3b3f54; 198 | } 199 | .book.color-theme-2 .book-header .btn:hover { 200 | color: #fffff5; 201 | background: none; 202 | } 203 | .book.color-theme-2 .book-header h1 { 204 | color: #bdcadb; 205 | } 206 | .book.color-theme-1 .book-body .navigation { 207 | color: #afa790; 208 | } 209 | .book.color-theme-1 .book-body .navigation:hover { 210 | color: #73553c; 211 | } 212 | .book.color-theme-2 .book-body .navigation { 213 | color: #383f52; 214 | } 215 | .book.color-theme-2 .book-body .navigation:hover { 216 | color: #fffff5; 217 | } 218 | /* 219 | * Theme 1 220 | */ 221 | .book.color-theme-1 .book-summary { 222 | color: #afa790; 223 | background: #111111; 224 | border-right: 1px solid rgba(0, 0, 0, 0.07); 225 | } 226 | .book.color-theme-1 .book-summary .book-search { 227 | background: transparent; 228 | } 229 | .book.color-theme-1 .book-summary .book-search input, 230 | .book.color-theme-1 .book-summary .book-search input:focus { 231 | border: 1px solid transparent; 232 | } 233 | .book.color-theme-1 .book-summary ul.summary li.divider { 234 | background: #7e888b; 235 | box-shadow: none; 236 | } 237 | .book.color-theme-1 .book-summary ul.summary li i.fa-check { 238 | color: #33cc33; 239 | } 240 | .book.color-theme-1 .book-summary ul.summary li.done > a { 241 | color: #877f6a; 242 | } 243 | .book.color-theme-1 .book-summary ul.summary li a, 244 | .book.color-theme-1 .book-summary ul.summary li span { 245 | color: #877f6a; 246 | background: transparent; 247 | font-weight: normal; 248 | } 249 | .book.color-theme-1 .book-summary ul.summary li.active > a, 250 | .book.color-theme-1 .book-summary ul.summary li a:hover { 251 | color: #704214; 252 | background: transparent; 253 | font-weight: normal; 254 | } 255 | /* 256 | * Theme 2 257 | */ 258 | .book.color-theme-2 .book-summary { 259 | color: #bcc1d2; 260 | background: #2d3143; 261 | border-right: none; 262 | } 263 | .book.color-theme-2 .book-summary .book-search { 264 | background: transparent; 265 | } 266 | .book.color-theme-2 .book-summary .book-search input, 267 | .book.color-theme-2 .book-summary .book-search input:focus { 268 | border: 1px solid transparent; 269 | } 270 | .book.color-theme-2 .book-summary ul.summary li.divider { 271 | background: #272a3a; 272 | box-shadow: none; 273 | } 274 | .book.color-theme-2 .book-summary ul.summary li i.fa-check { 275 | color: #33cc33; 276 | } 277 | .book.color-theme-2 .book-summary ul.summary li.done > a { 278 | color: #62687f; 279 | } 280 | .book.color-theme-2 .book-summary ul.summary li a, 281 | .book.color-theme-2 .book-summary ul.summary li span { 282 | color: #c1c6d7; 283 | background: transparent; 284 | font-weight: 600; 285 | } 286 | .book.color-theme-2 .book-summary ul.summary li.active > a, 287 | .book.color-theme-2 .book-summary ul.summary li a:hover { 288 | color: #f4f4f5; 289 | background: #252737; 290 | font-weight: 600; 291 | } 292 | -------------------------------------------------------------------------------- /_book/gitbook/gitbook-plugin-highlight/ebook.css: -------------------------------------------------------------------------------- 1 | pre, 2 | code { 3 | /* http://jmblog.github.io/color-themes-for-highlightjs */ 4 | /* Tomorrow Comment */ 5 | /* Tomorrow Red */ 6 | /* Tomorrow Orange */ 7 | /* Tomorrow Yellow */ 8 | /* Tomorrow Green */ 9 | /* Tomorrow Aqua */ 10 | /* Tomorrow Blue */ 11 | /* Tomorrow Purple */ 12 | } 13 | pre .hljs-comment, 14 | code .hljs-comment, 15 | pre .hljs-title, 16 | code .hljs-title { 17 | color: #8e908c; 18 | } 19 | pre .hljs-variable, 20 | code .hljs-variable, 21 | pre .hljs-attribute, 22 | code .hljs-attribute, 23 | pre .hljs-tag, 24 | code .hljs-tag, 25 | pre .hljs-regexp, 26 | code .hljs-regexp, 27 | pre .hljs-deletion, 28 | code .hljs-deletion, 29 | pre .ruby .hljs-constant, 30 | code .ruby .hljs-constant, 31 | pre .xml .hljs-tag .hljs-title, 32 | code .xml .hljs-tag .hljs-title, 33 | pre .xml .hljs-pi, 34 | code .xml .hljs-pi, 35 | pre .xml .hljs-doctype, 36 | code .xml .hljs-doctype, 37 | pre .html .hljs-doctype, 38 | code .html .hljs-doctype, 39 | pre .css .hljs-id, 40 | code .css .hljs-id, 41 | pre .css .hljs-class, 42 | code .css .hljs-class, 43 | pre .css .hljs-pseudo, 44 | code .css .hljs-pseudo { 45 | color: #c82829; 46 | } 47 | pre .hljs-number, 48 | code .hljs-number, 49 | pre .hljs-preprocessor, 50 | code .hljs-preprocessor, 51 | pre .hljs-pragma, 52 | code .hljs-pragma, 53 | pre .hljs-built_in, 54 | code .hljs-built_in, 55 | pre .hljs-literal, 56 | code .hljs-literal, 57 | pre .hljs-params, 58 | code .hljs-params, 59 | pre .hljs-constant, 60 | code .hljs-constant { 61 | color: #f5871f; 62 | } 63 | pre .ruby .hljs-class .hljs-title, 64 | code .ruby .hljs-class .hljs-title, 65 | pre .css .hljs-rules .hljs-attribute, 66 | code .css .hljs-rules .hljs-attribute { 67 | color: #eab700; 68 | } 69 | pre .hljs-string, 70 | code .hljs-string, 71 | pre .hljs-value, 72 | code .hljs-value, 73 | pre .hljs-inheritance, 74 | code .hljs-inheritance, 75 | pre .hljs-header, 76 | code .hljs-header, 77 | pre .hljs-addition, 78 | code .hljs-addition, 79 | pre .ruby .hljs-symbol, 80 | code .ruby .hljs-symbol, 81 | pre .xml .hljs-cdata, 82 | code .xml .hljs-cdata { 83 | color: #718c00; 84 | } 85 | pre .css .hljs-hexcolor, 86 | code .css .hljs-hexcolor { 87 | color: #3e999f; 88 | } 89 | pre .hljs-function, 90 | code .hljs-function, 91 | pre .python .hljs-decorator, 92 | code .python .hljs-decorator, 93 | pre .python .hljs-title, 94 | code .python .hljs-title, 95 | pre .ruby .hljs-function .hljs-title, 96 | code .ruby .hljs-function .hljs-title, 97 | pre .ruby .hljs-title .hljs-keyword, 98 | code .ruby .hljs-title .hljs-keyword, 99 | pre .perl .hljs-sub, 100 | code .perl .hljs-sub, 101 | pre .javascript .hljs-title, 102 | code .javascript .hljs-title, 103 | pre .coffeescript .hljs-title, 104 | code .coffeescript .hljs-title { 105 | color: #4271ae; 106 | } 107 | pre .hljs-keyword, 108 | code .hljs-keyword, 109 | pre .javascript .hljs-function, 110 | code .javascript .hljs-function { 111 | color: #8959a8; 112 | } 113 | pre .hljs, 114 | code .hljs { 115 | display: block; 116 | background: white; 117 | color: #4d4d4c; 118 | padding: 0.5em; 119 | } 120 | pre .coffeescript .javascript, 121 | code .coffeescript .javascript, 122 | pre .javascript .xml, 123 | code .javascript .xml, 124 | pre .tex .hljs-formula, 125 | code .tex .hljs-formula, 126 | pre .xml .javascript, 127 | code .xml .javascript, 128 | pre .xml .vbscript, 129 | code .xml .vbscript, 130 | pre .xml .css, 131 | code .xml .css, 132 | pre .xml .hljs-cdata, 133 | code .xml .hljs-cdata { 134 | opacity: 0.5; 135 | } 136 | -------------------------------------------------------------------------------- /_book/gitbook/gitbook-plugin-lunr/lunr.min.js: -------------------------------------------------------------------------------- 1 | /** 2 | * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 0.5.12 3 | * Copyright (C) 2015 Oliver Nightingale 4 | * MIT Licensed 5 | * @license 6 | */ 7 | !function(){var t=function(e){var n=new t.Index;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),e&&e.call(n,n),n};t.version="0.5.12",t.utils={},t.utils.warn=function(t){return function(e){t.console&&console.warn&&console.warn(e)}}(this),t.EventEmitter=function(){this.events={}},t.EventEmitter.prototype.addListener=function(){var t=Array.prototype.slice.call(arguments),e=t.pop(),n=t;if("function"!=typeof e)throw new TypeError("last argument must be a function");n.forEach(function(t){this.hasHandler(t)||(this.events[t]=[]),this.events[t].push(e)},this)},t.EventEmitter.prototype.removeListener=function(t,e){if(this.hasHandler(t)){var n=this.events[t].indexOf(e);this.events[t].splice(n,1),this.events[t].length||delete this.events[t]}},t.EventEmitter.prototype.emit=function(t){if(this.hasHandler(t)){var e=Array.prototype.slice.call(arguments,1);this.events[t].forEach(function(t){t.apply(void 0,e)})}},t.EventEmitter.prototype.hasHandler=function(t){return t in this.events},t.tokenizer=function(t){return arguments.length&&null!=t&&void 0!=t?Array.isArray(t)?t.map(function(t){return t.toLowerCase()}):t.toString().trim().toLowerCase().split(/[\s\-]+/):[]},t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions={},t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn("Function is not registered with pipeline. This may cause problems when serialising the index.\n",e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(e){var i=t.Pipeline.registeredFunctions[e];if(!i)throw new Error("Cannot load un-registered function: "+e);n.add(i)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(e){t.Pipeline.warnIfFunctionNotRegistered(e),this._stack.push(e)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var i=this._stack.indexOf(e);if(-1==i)throw new Error("Cannot find existingFn");i+=1,this._stack.splice(i,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var i=this._stack.indexOf(e);if(-1==i)throw new Error("Cannot find existingFn");this._stack.splice(i,0,n)},t.Pipeline.prototype.remove=function(t){var e=this._stack.indexOf(t);-1!=e&&this._stack.splice(e,1)},t.Pipeline.prototype.run=function(t){for(var e=[],n=t.length,i=this._stack.length,o=0;n>o;o++){for(var r=t[o],s=0;i>s&&(r=this._stack[s](r,o,t),void 0!==r);s++);void 0!==r&&e.push(r)}return e},t.Pipeline.prototype.reset=function(){this._stack=[]},t.Pipeline.prototype.toJSON=function(){return this._stack.map(function(e){return t.Pipeline.warnIfFunctionNotRegistered(e),e.label})},t.Vector=function(){this._magnitude=null,this.list=void 0,this.length=0},t.Vector.Node=function(t,e,n){this.idx=t,this.val=e,this.next=n},t.Vector.prototype.insert=function(e,n){this._magnitude=void 0;var i=this.list;if(!i)return this.list=new t.Vector.Node(e,n,i),this.length++;if(en.idx?n=n.next:(i+=e.val*n.val,e=e.next,n=n.next);return i},t.Vector.prototype.similarity=function(t){return this.dot(t)/(this.magnitude()*t.magnitude())},t.SortedSet=function(){this.length=0,this.elements=[]},t.SortedSet.load=function(t){var e=new this;return e.elements=t,e.length=t.length,e},t.SortedSet.prototype.add=function(){var t,e;for(t=0;t1;){if(r===t)return o;t>r&&(e=o),r>t&&(n=o),i=n-e,o=e+Math.floor(i/2),r=this.elements[o]}return r===t?o:-1},t.SortedSet.prototype.locationFor=function(t){for(var e=0,n=this.elements.length,i=n-e,o=e+Math.floor(i/2),r=this.elements[o];i>1;)t>r&&(e=o),r>t&&(n=o),i=n-e,o=e+Math.floor(i/2),r=this.elements[o];return r>t?o:t>r?o+1:void 0},t.SortedSet.prototype.intersect=function(e){for(var n=new t.SortedSet,i=0,o=0,r=this.length,s=e.length,a=this.elements,h=e.elements;;){if(i>r-1||o>s-1)break;a[i]!==h[o]?a[i]h[o]&&o++:(n.add(a[i]),i++,o++)}return n},t.SortedSet.prototype.clone=function(){var e=new t.SortedSet;return e.elements=this.toArray(),e.length=e.elements.length,e},t.SortedSet.prototype.union=function(t){var e,n,i;return this.length>=t.length?(e=this,n=t):(e=t,n=this),i=e.clone(),i.add.apply(i,n.toArray()),i},t.SortedSet.prototype.toJSON=function(){return this.toArray()},t.Index=function(){this._fields=[],this._ref="id",this.pipeline=new t.Pipeline,this.documentStore=new t.Store,this.tokenStore=new t.TokenStore,this.corpusTokens=new t.SortedSet,this.eventEmitter=new t.EventEmitter,this._idfCache={},this.on("add","remove","update",function(){this._idfCache={}}.bind(this))},t.Index.prototype.on=function(){var t=Array.prototype.slice.call(arguments);return this.eventEmitter.addListener.apply(this.eventEmitter,t)},t.Index.prototype.off=function(t,e){return this.eventEmitter.removeListener(t,e)},t.Index.load=function(e){e.version!==t.version&&t.utils.warn("version mismatch: current "+t.version+" importing "+e.version);var n=new this;return n._fields=e.fields,n._ref=e.ref,n.documentStore=t.Store.load(e.documentStore),n.tokenStore=t.TokenStore.load(e.tokenStore),n.corpusTokens=t.SortedSet.load(e.corpusTokens),n.pipeline=t.Pipeline.load(e.pipeline),n},t.Index.prototype.field=function(t,e){var e=e||{},n={name:t,boost:e.boost||1};return this._fields.push(n),this},t.Index.prototype.ref=function(t){return this._ref=t,this},t.Index.prototype.add=function(e,n){var i={},o=new t.SortedSet,r=e[this._ref],n=void 0===n?!0:n;this._fields.forEach(function(n){var r=this.pipeline.run(t.tokenizer(e[n.name]));i[n.name]=r,t.SortedSet.prototype.add.apply(o,r)},this),this.documentStore.set(r,o),t.SortedSet.prototype.add.apply(this.corpusTokens,o.toArray());for(var s=0;s0&&(i=1+Math.log(this.documentStore.length/n)),this._idfCache[e]=i},t.Index.prototype.search=function(e){var n=this.pipeline.run(t.tokenizer(e)),i=new t.Vector,o=[],r=this._fields.reduce(function(t,e){return t+e.boost},0),s=n.some(function(t){return this.tokenStore.has(t)},this);if(!s)return[];n.forEach(function(e,n,s){var a=1/s.length*this._fields.length*r,h=this,l=this.tokenStore.expand(e).reduce(function(n,o){var r=h.corpusTokens.indexOf(o),s=h.idf(o),l=1,u=new t.SortedSet;if(o!==e){var c=Math.max(3,o.length-e.length);l=1/Math.log(c)}return r>-1&&i.insert(r,a*s*l),Object.keys(h.tokenStore.get(o)).forEach(function(t){u.add(t)}),n.union(u)},new t.SortedSet);o.push(l)},this);var a=o.reduce(function(t,e){return t.intersect(e)});return a.map(function(t){return{ref:t,score:i.similarity(this.documentVector(t))}},this).sort(function(t,e){return e.score-t.score})},t.Index.prototype.documentVector=function(e){for(var n=this.documentStore.get(e),i=n.length,o=new t.Vector,r=0;i>r;r++){var s=n.elements[r],a=this.tokenStore.get(s)[e].tf,h=this.idf(s);o.insert(this.corpusTokens.indexOf(s),a*h)}return o},t.Index.prototype.toJSON=function(){return{version:t.version,fields:this._fields,ref:this._ref,documentStore:this.documentStore.toJSON(),tokenStore:this.tokenStore.toJSON(),corpusTokens:this.corpusTokens.toJSON(),pipeline:this.pipeline.toJSON()}},t.Index.prototype.use=function(t){var e=Array.prototype.slice.call(arguments,1);e.unshift(this),t.apply(this,e)},t.Store=function(){this.store={},this.length=0},t.Store.load=function(e){var n=new this;return n.length=e.length,n.store=Object.keys(e.store).reduce(function(n,i){return n[i]=t.SortedSet.load(e.store[i]),n},{}),n},t.Store.prototype.set=function(t,e){this.has(t)||this.length++,this.store[t]=e},t.Store.prototype.get=function(t){return this.store[t]},t.Store.prototype.has=function(t){return t in this.store},t.Store.prototype.remove=function(t){this.has(t)&&(delete this.store[t],this.length--)},t.Store.prototype.toJSON=function(){return{store:this.store,length:this.length}},t.stemmer=function(){var t={ational:"ate",tional:"tion",enci:"ence",anci:"ance",izer:"ize",bli:"ble",alli:"al",entli:"ent",eli:"e",ousli:"ous",ization:"ize",ation:"ate",ator:"ate",alism:"al",iveness:"ive",fulness:"ful",ousness:"ous",aliti:"al",iviti:"ive",biliti:"ble",logi:"log"},e={icate:"ic",ative:"",alize:"al",iciti:"ic",ical:"ic",ful:"",ness:""},n="[^aeiou]",i="[aeiouy]",o=n+"[^aeiouy]*",r=i+"[aeiou]*",s="^("+o+")?"+r+o,a="^("+o+")?"+r+o+"("+r+")?$",h="^("+o+")?"+r+o+r+o,l="^("+o+")?"+i,u=new RegExp(s),c=new RegExp(h),f=new RegExp(a),d=new RegExp(l),p=/^(.+?)(ss|i)es$/,m=/^(.+?)([^s])s$/,v=/^(.+?)eed$/,y=/^(.+?)(ed|ing)$/,g=/.$/,S=/(at|bl|iz)$/,w=new RegExp("([^aeiouylsz])\\1$"),x=new RegExp("^"+o+i+"[^aeiouwxy]$"),k=/^(.+?[^aeiou])y$/,b=/^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/,E=/^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/,_=/^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/,F=/^(.+?)(s|t)(ion)$/,O=/^(.+?)e$/,P=/ll$/,N=new RegExp("^"+o+i+"[^aeiouwxy]$"),T=function(n){var i,o,r,s,a,h,l;if(n.length<3)return n;if(r=n.substr(0,1),"y"==r&&(n=r.toUpperCase()+n.substr(1)),s=p,a=m,s.test(n)?n=n.replace(s,"$1$2"):a.test(n)&&(n=n.replace(a,"$1$2")),s=v,a=y,s.test(n)){var T=s.exec(n);s=u,s.test(T[1])&&(s=g,n=n.replace(s,""))}else if(a.test(n)){var T=a.exec(n);i=T[1],a=d,a.test(i)&&(n=i,a=S,h=w,l=x,a.test(n)?n+="e":h.test(n)?(s=g,n=n.replace(s,"")):l.test(n)&&(n+="e"))}if(s=k,s.test(n)){var T=s.exec(n);i=T[1],n=i+"i"}if(s=b,s.test(n)){var T=s.exec(n);i=T[1],o=T[2],s=u,s.test(i)&&(n=i+t[o])}if(s=E,s.test(n)){var T=s.exec(n);i=T[1],o=T[2],s=u,s.test(i)&&(n=i+e[o])}if(s=_,a=F,s.test(n)){var T=s.exec(n);i=T[1],s=c,s.test(i)&&(n=i)}else if(a.test(n)){var T=a.exec(n);i=T[1]+T[2],a=c,a.test(i)&&(n=i)}if(s=O,s.test(n)){var T=s.exec(n);i=T[1],s=c,a=f,h=N,(s.test(i)||a.test(i)&&!h.test(i))&&(n=i)}return s=P,a=c,s.test(n)&&a.test(n)&&(s=g,n=n.replace(s,"")),"y"==r&&(n=r.toLowerCase()+n.substr(1)),n};return T}(),t.Pipeline.registerFunction(t.stemmer,"stemmer"),t.stopWordFilter=function(e){return e&&t.stopWordFilter.stopWords[e]!==e?e:void 0},t.stopWordFilter.stopWords={a:"a",able:"able",about:"about",across:"across",after:"after",all:"all",almost:"almost",also:"also",am:"am",among:"among",an:"an",and:"and",any:"any",are:"are",as:"as",at:"at",be:"be",because:"because",been:"been",but:"but",by:"by",can:"can",cannot:"cannot",could:"could",dear:"dear",did:"did","do":"do",does:"does",either:"either","else":"else",ever:"ever",every:"every","for":"for",from:"from",get:"get",got:"got",had:"had",has:"has",have:"have",he:"he",her:"her",hers:"hers",him:"him",his:"his",how:"how",however:"however",i:"i","if":"if","in":"in",into:"into",is:"is",it:"it",its:"its",just:"just",least:"least",let:"let",like:"like",likely:"likely",may:"may",me:"me",might:"might",most:"most",must:"must",my:"my",neither:"neither",no:"no",nor:"nor",not:"not",of:"of",off:"off",often:"often",on:"on",only:"only",or:"or",other:"other",our:"our",own:"own",rather:"rather",said:"said",say:"say",says:"says",she:"she",should:"should",since:"since",so:"so",some:"some",than:"than",that:"that",the:"the",their:"their",them:"them",then:"then",there:"there",these:"these",they:"they","this":"this",tis:"tis",to:"to",too:"too",twas:"twas",us:"us",wants:"wants",was:"was",we:"we",were:"were",what:"what",when:"when",where:"where",which:"which","while":"while",who:"who",whom:"whom",why:"why",will:"will","with":"with",would:"would",yet:"yet",you:"you",your:"your"},t.Pipeline.registerFunction(t.stopWordFilter,"stopWordFilter"),t.trimmer=function(t){var e=t.replace(/^\W+/,"").replace(/\W+$/,"");return""===e?void 0:e},t.Pipeline.registerFunction(t.trimmer,"trimmer"),t.TokenStore=function(){this.root={docs:{}},this.length=0},t.TokenStore.load=function(t){var e=new this;return e.root=t.root,e.length=t.length,e},t.TokenStore.prototype.add=function(t,e,n){var n=n||this.root,i=t[0],o=t.slice(1);return i in n||(n[i]={docs:{}}),0===o.length?(n[i].docs[e.ref]=e,void(this.length+=1)):this.add(o,e,n[i])},t.TokenStore.prototype.has=function(t){if(!t)return!1;for(var e=this.root,n=0;no;o++){for(var r=t[o],s=0;i>s&&(r=this._stack[s](r,o,t),void 0!==r);s++);void 0!==r&&e.push(r)}return e},t.Pipeline.prototype.reset=function(){this._stack=[]},t.Pipeline.prototype.toJSON=function(){return this._stack.map(function(e){return t.Pipeline.warnIfFunctionNotRegistered(e),e.label})},t.Vector=function(){this._magnitude=null,this.list=void 0,this.length=0},t.Vector.Node=function(t,e,n){this.idx=t,this.val=e,this.next=n},t.Vector.prototype.insert=function(e,n){this._magnitude=void 0;var i=this.list;if(!i)return this.list=new t.Vector.Node(e,n,i),this.length++;if(en.idx?n=n.next:(i+=e.val*n.val,e=e.next,n=n.next);return i},t.Vector.prototype.similarity=function(t){return this.dot(t)/(this.magnitude()*t.magnitude())},t.SortedSet=function(){this.length=0,this.elements=[]},t.SortedSet.load=function(t){var e=new this;return e.elements=t,e.length=t.length,e},t.SortedSet.prototype.add=function(){var t,e;for(t=0;t1;){if(r===t)return o;t>r&&(e=o),r>t&&(n=o),i=n-e,o=e+Math.floor(i/2),r=this.elements[o]}return r===t?o:-1},t.SortedSet.prototype.locationFor=function(t){for(var e=0,n=this.elements.length,i=n-e,o=e+Math.floor(i/2),r=this.elements[o];i>1;)t>r&&(e=o),r>t&&(n=o),i=n-e,o=e+Math.floor(i/2),r=this.elements[o];return r>t?o:t>r?o+1:void 0},t.SortedSet.prototype.intersect=function(e){for(var n=new t.SortedSet,i=0,o=0,r=this.length,s=e.length,a=this.elements,h=e.elements;;){if(i>r-1||o>s-1)break;a[i]!==h[o]?a[i]h[o]&&o++:(n.add(a[i]),i++,o++)}return n},t.SortedSet.prototype.clone=function(){var e=new t.SortedSet;return e.elements=this.toArray(),e.length=e.elements.length,e},t.SortedSet.prototype.union=function(t){var e,n,i;return this.length>=t.length?(e=this,n=t):(e=t,n=this),i=e.clone(),i.add.apply(i,n.toArray()),i},t.SortedSet.prototype.toJSON=function(){return this.toArray()},t.Index=function(){this._fields=[],this._ref="id",this.pipeline=new t.Pipeline,this.documentStore=new t.Store,this.tokenStore=new t.TokenStore,this.corpusTokens=new t.SortedSet,this.eventEmitter=new t.EventEmitter,this._idfCache={},this.on("add","remove","update",function(){this._idfCache={}}.bind(this))},t.Index.prototype.on=function(){var t=Array.prototype.slice.call(arguments);return this.eventEmitter.addListener.apply(this.eventEmitter,t)},t.Index.prototype.off=function(t,e){return this.eventEmitter.removeListener(t,e)},t.Index.load=function(e){e.version!==t.version&&t.utils.warn("version mismatch: current "+t.version+" importing "+e.version);var n=new this;return n._fields=e.fields,n._ref=e.ref,n.documentStore=t.Store.load(e.documentStore),n.tokenStore=t.TokenStore.load(e.tokenStore),n.corpusTokens=t.SortedSet.load(e.corpusTokens),n.pipeline=t.Pipeline.load(e.pipeline),n},t.Index.prototype.field=function(t,e){var e=e||{},n={name:t,boost:e.boost||1};return this._fields.push(n),this},t.Index.prototype.ref=function(t){return this._ref=t,this},t.Index.prototype.add=function(e,n){var i={},o=new t.SortedSet,r=e[this._ref],n=void 0===n?!0:n;this._fields.forEach(function(n){var r=this.pipeline.run(t.tokenizer(e[n.name]));i[n.name]=r,t.SortedSet.prototype.add.apply(o,r)},this),this.documentStore.set(r,o),t.SortedSet.prototype.add.apply(this.corpusTokens,o.toArray());for(var s=0;s0&&(i=1+Math.log(this.documentStore.length/n)),this._idfCache[e]=i},t.Index.prototype.search=function(e){var n=this.pipeline.run(t.tokenizer(e)),i=new t.Vector,o=[],r=this._fields.reduce(function(t,e){return t+e.boost},0),s=n.some(function(t){return this.tokenStore.has(t)},this);if(!s)return[];n.forEach(function(e,n,s){var a=1/s.length*this._fields.length*r,h=this,l=this.tokenStore.expand(e).reduce(function(n,o){var r=h.corpusTokens.indexOf(o),s=h.idf(o),l=1,u=new t.SortedSet;if(o!==e){var c=Math.max(3,o.length-e.length);l=1/Math.log(c)}return r>-1&&i.insert(r,a*s*l),Object.keys(h.tokenStore.get(o)).forEach(function(t){u.add(t)}),n.union(u)},new t.SortedSet);o.push(l)},this);var a=o.reduce(function(t,e){return t.intersect(e)});return a.map(function(t){return{ref:t,score:i.similarity(this.documentVector(t))}},this).sort(function(t,e){return e.score-t.score})},t.Index.prototype.documentVector=function(e){for(var n=this.documentStore.get(e),i=n.length,o=new t.Vector,r=0;i>r;r++){var s=n.elements[r],a=this.tokenStore.get(s)[e].tf,h=this.idf(s);o.insert(this.corpusTokens.indexOf(s),a*h)}return o},t.Index.prototype.toJSON=function(){return{version:t.version,fields:this._fields,ref:this._ref,documentStore:this.documentStore.toJSON(),tokenStore:this.tokenStore.toJSON(),corpusTokens:this.corpusTokens.toJSON(),pipeline:this.pipeline.toJSON()}},t.Index.prototype.use=function(t){var e=Array.prototype.slice.call(arguments,1);e.unshift(this),t.apply(this,e)},t.Store=function(){this.store={},this.length=0},t.Store.load=function(e){var n=new this;return n.length=e.length,n.store=Object.keys(e.store).reduce(function(n,i){return n[i]=t.SortedSet.load(e.store[i]),n},{}),n},t.Store.prototype.set=function(t,e){this.has(t)||this.length++,this.store[t]=e},t.Store.prototype.get=function(t){return this.store[t]},t.Store.prototype.has=function(t){return t in this.store},t.Store.prototype.remove=function(t){this.has(t)&&(delete this.store[t],this.length--)},t.Store.prototype.toJSON=function(){return{store:this.store,length:this.length}},t.stemmer=function(){var t={ational:"ate",tional:"tion",enci:"ence",anci:"ance",izer:"ize",bli:"ble",alli:"al",entli:"ent",eli:"e",ousli:"ous",ization:"ize",ation:"ate",ator:"ate",alism:"al",iveness:"ive",fulness:"ful",ousness:"ous",aliti:"al",iviti:"ive",biliti:"ble",logi:"log"},e={icate:"ic",ative:"",alize:"al",iciti:"ic",ical:"ic",ful:"",ness:""},n="[^aeiou]",i="[aeiouy]",o=n+"[^aeiouy]*",r=i+"[aeiou]*",s="^("+o+")?"+r+o,a="^("+o+")?"+r+o+"("+r+")?$",h="^("+o+")?"+r+o+r+o,l="^("+o+")?"+i,u=new RegExp(s),c=new RegExp(h),f=new RegExp(a),d=new RegExp(l),p=/^(.+?)(ss|i)es$/,m=/^(.+?)([^s])s$/,v=/^(.+?)eed$/,y=/^(.+?)(ed|ing)$/,g=/.$/,S=/(at|bl|iz)$/,w=new RegExp("([^aeiouylsz])\\1$"),x=new RegExp("^"+o+i+"[^aeiouwxy]$"),k=/^(.+?[^aeiou])y$/,b=/^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/,E=/^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/,_=/^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/,F=/^(.+?)(s|t)(ion)$/,O=/^(.+?)e$/,P=/ll$/,N=new RegExp("^"+o+i+"[^aeiouwxy]$"),T=function(n){var i,o,r,s,a,h,l;if(n.length<3)return n;if(r=n.substr(0,1),"y"==r&&(n=r.toUpperCase()+n.substr(1)),s=p,a=m,s.test(n)?n=n.replace(s,"$1$2"):a.test(n)&&(n=n.replace(a,"$1$2")),s=v,a=y,s.test(n)){var T=s.exec(n);s=u,s.test(T[1])&&(s=g,n=n.replace(s,""))}else if(a.test(n)){var T=a.exec(n);i=T[1],a=d,a.test(i)&&(n=i,a=S,h=w,l=x,a.test(n)?n+="e":h.test(n)?(s=g,n=n.replace(s,"")):l.test(n)&&(n+="e"))}if(s=k,s.test(n)){var T=s.exec(n);i=T[1],n=i+"i"}if(s=b,s.test(n)){var T=s.exec(n);i=T[1],o=T[2],s=u,s.test(i)&&(n=i+t[o])}if(s=E,s.test(n)){var T=s.exec(n);i=T[1],o=T[2],s=u,s.test(i)&&(n=i+e[o])}if(s=_,a=F,s.test(n)){var T=s.exec(n);i=T[1],s=c,s.test(i)&&(n=i)}else if(a.test(n)){var T=a.exec(n);i=T[1]+T[2],a=c,a.test(i)&&(n=i)}if(s=O,s.test(n)){var T=s.exec(n);i=T[1],s=c,a=f,h=N,(s.test(i)||a.test(i)&&!h.test(i))&&(n=i)}return s=P,a=c,s.test(n)&&a.test(n)&&(s=g,n=n.replace(s,"")),"y"==r&&(n=r.toLowerCase()+n.substr(1)),n};return T}(),t.Pipeline.registerFunction(t.stemmer,"stemmer"),t.stopWordFilter=function(e){return e&&t.stopWordFilter.stopWords[e]!==e?e:void 0},t.stopWordFilter.stopWords={a:"a",able:"able",about:"about",across:"across",after:"after",all:"all",almost:"almost",also:"also",am:"am",among:"among",an:"an",and:"and",any:"any",are:"are",as:"as",at:"at",be:"be",because:"because",been:"been",but:"but",by:"by",can:"can",cannot:"cannot",could:"could",dear:"dear",did:"did","do":"do",does:"does",either:"either","else":"else",ever:"ever",every:"every","for":"for",from:"from",get:"get",got:"got",had:"had",has:"has",have:"have",he:"he",her:"her",hers:"hers",him:"him",his:"his",how:"how",however:"however",i:"i","if":"if","in":"in",into:"into",is:"is",it:"it",its:"its",just:"just",least:"least",let:"let",like:"like",likely:"likely",may:"may",me:"me",might:"might",most:"most",must:"must",my:"my",neither:"neither",no:"no",nor:"nor",not:"not",of:"of",off:"off",often:"often",on:"on",only:"only",or:"or",other:"other",our:"our",own:"own",rather:"rather",said:"said",say:"say",says:"says",she:"she",should:"should",since:"since",so:"so",some:"some",than:"than",that:"that",the:"the",their:"their",them:"them",then:"then",there:"there",these:"these",they:"they","this":"this",tis:"tis",to:"to",too:"too",twas:"twas",us:"us",wants:"wants",was:"was",we:"we",were:"were",what:"what",when:"when",where:"where",which:"which","while":"while",who:"who",whom:"whom",why:"why",will:"will","with":"with",would:"would",yet:"yet",you:"you",your:"your"},t.Pipeline.registerFunction(t.stopWordFilter,"stopWordFilter"),t.trimmer=function(t){var e=t.replace(/^\W+/,"").replace(/\W+$/,"");return""===e?void 0:e},t.Pipeline.registerFunction(t.trimmer,"trimmer"),t.TokenStore=function(){this.root={docs:{}},this.length=0},t.TokenStore.load=function(t){var e=new this;return e.root=t.root,e.length=t.length,e},t.TokenStore.prototype.add=function(t,e,n){var n=n||this.root,i=t[0],o=t.slice(1);return i in n||(n[i]={docs:{}}),0===o.length?(n[i].docs[e.ref]=e,void(this.length+=1)):this.add(o,e,n[i])},t.TokenStore.prototype.has=function(t){if(!t)return!1;for(var e=this.root,n=0;n element for each result 48 | res.results.forEach(function(res) { 49 | var $li = $('
  • ', { 50 | 'class': 'search-results-item' 51 | }); 52 | 53 | var $title = $('

    '); 54 | 55 | var $link = $('', { 56 | 'href': gitbook.state.basePath + '/' + res.url, 57 | 'text': res.title 58 | }); 59 | 60 | var content = res.body.trim(); 61 | if (content.length > MAX_DESCRIPTION_SIZE) { 62 | content = content.slice(0, MAX_DESCRIPTION_SIZE).trim()+'...'; 63 | } 64 | var $content = $('

    ').html(content); 65 | 66 | $link.appendTo($title); 67 | $title.appendTo($li); 68 | $content.appendTo($li); 69 | $li.appendTo($searchList); 70 | }); 71 | } 72 | 73 | function launchSearch(q) { 74 | // Add class for loading 75 | $body.addClass('with-search'); 76 | $body.addClass('search-loading'); 77 | 78 | // Launch search query 79 | throttle(gitbook.search.query(q, 0, MAX_RESULTS) 80 | .then(function(results) { 81 | displayResults(results); 82 | }) 83 | .always(function() { 84 | $body.removeClass('search-loading'); 85 | }), 1000); 86 | } 87 | 88 | function closeSearch() { 89 | $body.removeClass('with-search'); 90 | $bookSearchResults.removeClass('open'); 91 | } 92 | 93 | function launchSearchFromQueryString() { 94 | var q = getParameterByName('q'); 95 | if (q && q.length > 0) { 96 | // Update search input 97 | $searchInput.val(q); 98 | 99 | // Launch search 100 | launchSearch(q); 101 | } 102 | } 103 | 104 | function bindSearch() { 105 | // Bind DOM 106 | $searchInput = $('#book-search-input input'); 107 | $bookSearchResults = $('#book-search-results'); 108 | $searchList = $bookSearchResults.find('.search-results-list'); 109 | $searchTitle = $bookSearchResults.find('.search-results-title'); 110 | $searchResultsCount = $searchTitle.find('.search-results-count'); 111 | $searchQuery = $searchTitle.find('.search-query'); 112 | 113 | // Launch query based on input content 114 | function handleUpdate() { 115 | var q = $searchInput.val(); 116 | 117 | if (q.length == 0) { 118 | closeSearch(); 119 | } 120 | else { 121 | launchSearch(q); 122 | } 123 | } 124 | 125 | // Detect true content change in search input 126 | // Workaround for IE < 9 127 | var propertyChangeUnbound = false; 128 | $searchInput.on('propertychange', function(e) { 129 | if (e.originalEvent.propertyName == 'value') { 130 | handleUpdate(); 131 | } 132 | }); 133 | 134 | // HTML5 (IE9 & others) 135 | $searchInput.on('input', function(e) { 136 | // Unbind propertychange event for IE9+ 137 | if (!propertyChangeUnbound) { 138 | $(this).unbind('propertychange'); 139 | propertyChangeUnbound = true; 140 | } 141 | 142 | handleUpdate(); 143 | }); 144 | 145 | // Push to history on blur 146 | $searchInput.on('blur', function(e) { 147 | // Update history state 148 | if (usePushState) { 149 | var uri = updateQueryString('q', $(this).val()); 150 | history.pushState({ path: uri }, null, uri); 151 | } 152 | }); 153 | } 154 | 155 | gitbook.events.on('page.change', function() { 156 | bindSearch(); 157 | closeSearch(); 158 | 159 | // Launch search based on query parameter 160 | if (gitbook.search.isInitialized()) { 161 | launchSearchFromQueryString(); 162 | } 163 | }); 164 | 165 | gitbook.events.on('search.ready', function() { 166 | bindSearch(); 167 | 168 | // Launch search from query param at start 169 | launchSearchFromQueryString(); 170 | }); 171 | 172 | function getParameterByName(name) { 173 | var url = window.location.href; 174 | name = name.replace(/[\[\]]/g, '\\$&'); 175 | var regex = new RegExp('[?&]' + name + '(=([^&#]*)|&|#|$)', 'i'), 176 | results = regex.exec(url); 177 | if (!results) return null; 178 | if (!results[2]) return ''; 179 | return decodeURIComponent(results[2].replace(/\+/g, ' ')); 180 | } 181 | 182 | function updateQueryString(key, value) { 183 | value = encodeURIComponent(value); 184 | 185 | var url = window.location.href; 186 | var re = new RegExp('([?&])' + key + '=.*?(&|#|$)(.*)', 'gi'), 187 | hash; 188 | 189 | if (re.test(url)) { 190 | if (typeof value !== 'undefined' && value !== null) 191 | return url.replace(re, '$1' + key + '=' + value + '$2$3'); 192 | else { 193 | hash = url.split('#'); 194 | url = hash[0].replace(re, '$1$3').replace(/(&|\?)$/, ''); 195 | if (typeof hash[1] !== 'undefined' && hash[1] !== null) 196 | url += '#' + hash[1]; 197 | return url; 198 | } 199 | } 200 | else { 201 | if (typeof value !== 'undefined' && value !== null) { 202 | var separator = url.indexOf('?') !== -1 ? '&' : '?'; 203 | hash = url.split('#'); 204 | url = hash[0] + separator + key + '=' + value; 205 | if (typeof hash[1] !== 'undefined' && hash[1] !== null) 206 | url += '#' + hash[1]; 207 | return url; 208 | } 209 | else 210 | return url; 211 | } 212 | } 213 | }); 214 | -------------------------------------------------------------------------------- /_book/gitbook/gitbook-plugin-sharing/buttons.js: -------------------------------------------------------------------------------- 1 | require(['gitbook', 'jquery'], function(gitbook, $) { 2 | var SITES = { 3 | 'facebook': { 4 | 'label': 'Facebook', 5 | 'icon': 'fa fa-facebook', 6 | 'onClick': function(e) { 7 | e.preventDefault(); 8 | window.open('http://www.facebook.com/sharer/sharer.php?s=100&p[url]='+encodeURIComponent(location.href)); 9 | } 10 | }, 11 | 'twitter': { 12 | 'label': 'Twitter', 13 | 'icon': 'fa fa-twitter', 14 | 'onClick': function(e) { 15 | e.preventDefault(); 16 | window.open('http://twitter.com/home?status='+encodeURIComponent(document.title+' '+location.href)); 17 | } 18 | }, 19 | 'google': { 20 | 'label': 'Google+', 21 | 'icon': 'fa fa-google-plus', 22 | 'onClick': function(e) { 23 | e.preventDefault(); 24 | window.open('https://plus.google.com/share?url='+encodeURIComponent(location.href)); 25 | } 26 | }, 27 | 'weibo': { 28 | 'label': 'Weibo', 29 | 'icon': 'fa fa-weibo', 30 | 'onClick': function(e) { 31 | e.preventDefault(); 32 | window.open('http://service.weibo.com/share/share.php?content=utf-8&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)); 33 | } 34 | }, 35 | 'instapaper': { 36 | 'label': 'Instapaper', 37 | 'icon': 'fa fa-instapaper', 38 | 'onClick': function(e) { 39 | e.preventDefault(); 40 | window.open('http://www.instapaper.com/text?u='+encodeURIComponent(location.href)); 41 | } 42 | }, 43 | 'vk': { 44 | 'label': 'VK', 45 | 'icon': 'fa fa-vk', 46 | 'onClick': function(e) { 47 | e.preventDefault(); 48 | window.open('http://vkontakte.ru/share.php?url='+encodeURIComponent(location.href)); 49 | } 50 | } 51 | }; 52 | 53 | 54 | 55 | gitbook.events.bind('start', function(e, config) { 56 | var opts = config.sharing; 57 | 58 | // Create dropdown menu 59 | var menu = $.map(opts.all, function(id) { 60 | var site = SITES[id]; 61 | 62 | return { 63 | text: site.label, 64 | onClick: site.onClick 65 | }; 66 | }); 67 | 68 | // Create main button with dropdown 69 | if (menu.length > 0) { 70 | gitbook.toolbar.createButton({ 71 | icon: 'fa fa-share-alt', 72 | label: 'Share', 73 | position: 'right', 74 | dropdown: [menu] 75 | }); 76 | } 77 | 78 | // Direct actions to share 79 | $.each(SITES, function(sideId, site) { 80 | if (!opts[sideId]) return; 81 | 82 | gitbook.toolbar.createButton({ 83 | icon: site.icon, 84 | label: site.text, 85 | position: 'right', 86 | onClick: site.onClick 87 | }); 88 | }); 89 | }); 90 | }); 91 | -------------------------------------------------------------------------------- /_book/gitbook/images/apple-touch-icon-precomposed-152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbs005/StudySummary/53f86a659ae819905935b17d9b515f28902ddc23/_book/gitbook/images/apple-touch-icon-precomposed-152.png -------------------------------------------------------------------------------- /_book/gitbook/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbs005/StudySummary/53f86a659ae819905935b17d9b515f28902ddc23/_book/gitbook/images/favicon.ico -------------------------------------------------------------------------------- /_book/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 介绍 · GitBook 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 |

    68 |
    69 | 70 | 71 | 74 | 75 | 76 | 944 | 945 | 946 |
    947 | 948 |
    949 | 950 |
    951 | 952 | 953 | 954 | 963 | 964 | 965 | 966 | 967 |
    968 |
    969 | 970 |
    971 |
    972 | 973 |
    974 | 975 |

    简介

    976 |
    个人平时的读书学习笔记。
    977 |

    分门别类记录知识要点,系统化知识结构,加强记忆。

    978 | 979 | 980 |
    981 | 982 |
    983 |
    984 |
    985 | 986 |

    results matching ""

    987 |
      988 | 989 |
      990 |
      991 | 992 |

      No results matching ""

      993 | 994 |
      995 |
      996 |
      997 | 998 |
      999 |
      1000 | 1001 |
      1002 | 1003 | 1004 | 1005 | 1006 | 1007 | 1008 | 1009 | 1010 | 1011 | 1012 |
      1013 | 1014 | 1020 |
      1021 | 1022 | 1023 | 1024 | 1025 | 1026 | 1027 | 1028 | 1029 | 1030 | 1031 | 1032 | 1033 | 1034 | 1035 | 1036 | 1037 | 1038 | 1039 | 1040 | 1041 | 1042 | 1043 | 1044 | 1045 | 1046 | 1047 | 1048 | 1049 | 1050 | 1051 | 1052 | 1053 | 1054 | -------------------------------------------------------------------------------- /_book/search_index.json: -------------------------------------------------------------------------------- 1 | {"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":[],"修身.html":[],"bloglist.html":["handl","http://ifeve.com","http://www.cnblogs.com/weidagang2046/p/except","http://www.raychase.net","https://blog.csdn.net/haoel","https://coolshell.cn/articles/17583.html","https://www.appinn.com/markdown","markdown","principles.html","todd","wei:http://www.cnblogs.com/weidagang2046"],"booklist.html":[],"developtools.html":["class","eclips","http://idea.lanyus.com","http://www.eclipse.org","idea","public","test","void"],"Java基础/Java基础.html":["1","java"],"Java基础/集合.html":["1.1"],"Java基础/字符串.html":["1.2"],"Java基础/货币计算.html":["1.3"],"Java基础/多线程.html":["1.4"],"Java基础/并发包.html":["1.5"],"Java基础/网络.html":["1.6"],"Java基础/加密.html":["1.7"],"第三方工具包/第三方工具包.html":["2"],"UML/UML.html":["3","uml"],"UML/类图.html":["3.1"],"UML/包图.html":["3.2"],"设计模式/设计模式.html":["4"],"关系数据库/关系数据库.html":["5","https://coolshell.cn/articles/3463.html","join","mysql","sql"],"关系数据库/Mysql.html":["5.1","mysql"],"关系数据库/Mysql培训记录.html":["5.1","5.2","mysql"],"NoSQL/NoSQL.html":["6","nosql"],"大数据/大数据.html":["7"],"缓存/缓存.html":["8"],"缓存/redis.html":["8.1","redi"],"缓存/mongoDB.html":["8.2","mongodb"],"消息中间件/消息中间件.html":["9"],"消息中间件/Kafka.html":["9.1","kafka"],"消息中间件/RabbitMQ.html":["9.2","rabbitmq"],"消息中间件/ActiveMQ.html":["9.3","activemq"],"Zookeeper/Zookeeper.html":["10","zookeep"],"Spring/Spring.html":["11","spring"],"Mybatis/Mybatis.html":["11","12","mybati"],"JVM/JVM.html":["10","13","jvm"],"性能优化/性能优化.html":["11","14"],"SOA/SOA.html":["12","15","soa"],"微服务/微服务.html":["13","16"],"架构设计/架构设计.html":["14","17"],"需求分析/需求分析.html":["15","18"],"概要和详细设计/概要和详细设计.html":["16","19"],"敏捷开发/敏捷开发.html":["17","20"],"持续集成/持续集成.html":["18","21"],"持续交付/持续交付.html":["19","22"],"项目管理/项目管理.html":["20","23"],"Java应用服务器/Java应用服务器.html":["21","24","java"],"Java应用服务器/Tomcat.html":["21.1","24.1","tomcat"],"Java应用服务器/tomcat/Linux下安装Tomcat.html":["21.1.1","24.1.1","linux下安装tomcat"],"Java应用服务器/Jetty.html":["21.2","24.2","jetti"],"Java应用服务器/JBoss.html":["21.3","24.3","jboss"],"HTTP服务器/HTTP服务器.html":["22","25","http"],"HTTP服务器/Apache.html":["22.1","25.1","apach"],"HTTP服务器/Nginx.html":["22.2","25.2","nginx"],"源码研究/源码研究.html":["23.2","26","dubbo"],"源码研究/Spring源码研究.html":["23.1","26.1","spring"],"源码研究/Dubbo源码研究.html":["26.2","dubbo"],"源码研究/L2JServer源码研究.html":["26.3","l2jserver"],"计算机基础/计算机基础.html":["27"],"程序员的数学/程序员的数学.html":["28"],"程序员的数学/数学参考.html":["28.99"],"结束/结束.html":[]},"length":60},"tokenStore":{"root":{"1":{"0":{"docs":{"Zookeeper/Zookeeper.html":{"ref":"Zookeeper/Zookeeper.html","tf":5.5},"JVM/JVM.html":{"ref":"JVM/JVM.html","tf":0.5}}},"1":{"docs":{"Spring/Spring.html":{"ref":"Spring/Spring.html","tf":5.5},"Mybatis/Mybatis.html":{"ref":"Mybatis/Mybatis.html","tf":0.5},"性能优化/性能优化.html":{"ref":"性能优化/性能优化.html","tf":1}}},"2":{"docs":{"Mybatis/Mybatis.html":{"ref":"Mybatis/Mybatis.html","tf":5},"SOA/SOA.html":{"ref":"SOA/SOA.html","tf":0.5}}},"3":{"docs":{"JVM/JVM.html":{"ref":"JVM/JVM.html","tf":5},"微服务/微服务.html":{"ref":"微服务/微服务.html","tf":1}}},"4":{"docs":{"性能优化/性能优化.html":{"ref":"性能优化/性能优化.html","tf":10},"架构设计/架构设计.html":{"ref":"架构设计/架构设计.html","tf":1}}},"5":{"docs":{"SOA/SOA.html":{"ref":"SOA/SOA.html","tf":5},"需求分析/需求分析.html":{"ref":"需求分析/需求分析.html","tf":1}}},"6":{"docs":{"微服务/微服务.html":{"ref":"微服务/微服务.html","tf":10},"概要和详细设计/概要和详细设计.html":{"ref":"概要和详细设计/概要和详细设计.html","tf":1}}},"7":{"docs":{"架构设计/架构设计.html":{"ref":"架构设计/架构设计.html","tf":10},"敏捷开发/敏捷开发.html":{"ref":"敏捷开发/敏捷开发.html","tf":1}}},"8":{"docs":{"需求分析/需求分析.html":{"ref":"需求分析/需求分析.html","tf":10},"持续集成/持续集成.html":{"ref":"持续集成/持续集成.html","tf":1}}},"9":{"docs":{"概要和详细设计/概要和详细设计.html":{"ref":"概要和详细设计/概要和详细设计.html","tf":10},"持续交付/持续交付.html":{"ref":"持续交付/持续交付.html","tf":1}}},"docs":{"Java基础/Java基础.html":{"ref":"Java基础/Java基础.html","tf":5.5}},".":{"1":{"docs":{"Java基础/集合.html":{"ref":"Java基础/集合.html","tf":11}}},"2":{"docs":{"Java基础/字符串.html":{"ref":"Java基础/字符串.html","tf":11}}},"3":{"docs":{"Java基础/货币计算.html":{"ref":"Java基础/货币计算.html","tf":11}}},"4":{"docs":{"Java基础/多线程.html":{"ref":"Java基础/多线程.html","tf":11}}},"5":{"docs":{"Java基础/并发包.html":{"ref":"Java基础/并发包.html","tf":11}}},"6":{"docs":{"Java基础/网络.html":{"ref":"Java基础/网络.html","tf":11}}},"7":{"docs":{"Java基础/加密.html":{"ref":"Java基础/加密.html","tf":11}}},"docs":{}}},"2":{"0":{"docs":{"敏捷开发/敏捷开发.html":{"ref":"敏捷开发/敏捷开发.html","tf":10},"项目管理/项目管理.html":{"ref":"项目管理/项目管理.html","tf":1}}},"1":{"docs":{"持续集成/持续集成.html":{"ref":"持续集成/持续集成.html","tf":10},"Java应用服务器/Java应用服务器.html":{"ref":"Java应用服务器/Java应用服务器.html","tf":0.5}},".":{"1":{"docs":{"Java应用服务器/Tomcat.html":{"ref":"Java应用服务器/Tomcat.html","tf":0.5}},".":{"1":{"docs":{"Java应用服务器/tomcat/Linux下安装Tomcat.html":{"ref":"Java应用服务器/tomcat/Linux下安装Tomcat.html","tf":0.5}}},"docs":{}}},"2":{"docs":{"Java应用服务器/Jetty.html":{"ref":"Java应用服务器/Jetty.html","tf":0.5}}},"3":{"docs":{"Java应用服务器/JBoss.html":{"ref":"Java应用服务器/JBoss.html","tf":0.5}}},"docs":{}}},"2":{"docs":{"持续交付/持续交付.html":{"ref":"持续交付/持续交付.html","tf":10},"HTTP服务器/HTTP服务器.html":{"ref":"HTTP服务器/HTTP服务器.html","tf":0.5}},".":{"1":{"docs":{"HTTP服务器/Apache.html":{"ref":"HTTP服务器/Apache.html","tf":0.5}}},"2":{"docs":{"HTTP服务器/Nginx.html":{"ref":"HTTP服务器/Nginx.html","tf":0.5}}},"docs":{}}},"3":{"docs":{"项目管理/项目管理.html":{"ref":"项目管理/项目管理.html","tf":10}},".":{"1":{"docs":{"源码研究/Spring源码研究.html":{"ref":"源码研究/Spring源码研究.html","tf":0.5}}},"2":{"docs":{"源码研究/源码研究.html":{"ref":"源码研究/源码研究.html","tf":0.5}}},"docs":{}}},"4":{"docs":{"Java应用服务器/Java应用服务器.html":{"ref":"Java应用服务器/Java应用服务器.html","tf":5}},".":{"1":{"docs":{"Java应用服务器/Tomcat.html":{"ref":"Java应用服务器/Tomcat.html","tf":5}},".":{"1":{"docs":{"Java应用服务器/tomcat/Linux下安装Tomcat.html":{"ref":"Java应用服务器/tomcat/Linux下安装Tomcat.html","tf":5}}},"docs":{}}},"2":{"docs":{"Java应用服务器/Jetty.html":{"ref":"Java应用服务器/Jetty.html","tf":5}}},"3":{"docs":{"Java应用服务器/JBoss.html":{"ref":"Java应用服务器/JBoss.html","tf":5}}},"docs":{}}},"5":{"docs":{"HTTP服务器/HTTP服务器.html":{"ref":"HTTP服务器/HTTP服务器.html","tf":5}},".":{"1":{"docs":{"HTTP服务器/Apache.html":{"ref":"HTTP服务器/Apache.html","tf":5}}},"2":{"docs":{"HTTP服务器/Nginx.html":{"ref":"HTTP服务器/Nginx.html","tf":5}}},"docs":{}}},"6":{"docs":{"源码研究/源码研究.html":{"ref":"源码研究/源码研究.html","tf":10}},".":{"1":{"docs":{"源码研究/Spring源码研究.html":{"ref":"源码研究/Spring源码研究.html","tf":5}}},"2":{"docs":{"源码研究/Dubbo源码研究.html":{"ref":"源码研究/Dubbo源码研究.html","tf":5.5}}},"3":{"docs":{"源码研究/L2JServer源码研究.html":{"ref":"源码研究/L2JServer源码研究.html","tf":5.5}}},"docs":{}}},"7":{"docs":{"计算机基础/计算机基础.html":{"ref":"计算机基础/计算机基础.html","tf":11}}},"8":{"docs":{"程序员的数学/程序员的数学.html":{"ref":"程序员的数学/程序员的数学.html","tf":11}},".":{"9":{"9":{"docs":{"程序员的数学/数学参考.html":{"ref":"程序员的数学/数学参考.html","tf":11}}},"docs":{}},"docs":{}}},"docs":{"第三方工具包/第三方工具包.html":{"ref":"第三方工具包/第三方工具包.html","tf":11}}},"3":{"docs":{"UML/UML.html":{"ref":"UML/UML.html","tf":5.5}},".":{"1":{"docs":{"UML/类图.html":{"ref":"UML/类图.html","tf":11}}},"2":{"docs":{"UML/包图.html":{"ref":"UML/包图.html","tf":11}}},"docs":{}}},"4":{"docs":{"设计模式/设计模式.html":{"ref":"设计模式/设计模式.html","tf":11}}},"5":{"docs":{"关系数据库/关系数据库.html":{"ref":"关系数据库/关系数据库.html","tf":10.2}},".":{"1":{"docs":{"关系数据库/Mysql.html":{"ref":"关系数据库/Mysql.html","tf":5.5},"关系数据库/Mysql培训记录.html":{"ref":"关系数据库/Mysql培训记录.html","tf":0.5}}},"2":{"docs":{"关系数据库/Mysql培训记录.html":{"ref":"关系数据库/Mysql培训记录.html","tf":5}}},"docs":{}}},"6":{"docs":{"NoSQL/NoSQL.html":{"ref":"NoSQL/NoSQL.html","tf":5.5}}},"7":{"docs":{"大数据/大数据.html":{"ref":"大数据/大数据.html","tf":11}}},"8":{"docs":{"缓存/缓存.html":{"ref":"缓存/缓存.html","tf":11}},".":{"1":{"docs":{"缓存/redis.html":{"ref":"缓存/redis.html","tf":5.5}}},"2":{"docs":{"缓存/mongoDB.html":{"ref":"缓存/mongoDB.html","tf":5.5}}},"docs":{}}},"9":{"docs":{"消息中间件/消息中间件.html":{"ref":"消息中间件/消息中间件.html","tf":11}},".":{"1":{"docs":{"消息中间件/Kafka.html":{"ref":"消息中间件/Kafka.html","tf":5.5}}},"2":{"docs":{"消息中间件/RabbitMQ.html":{"ref":"消息中间件/RabbitMQ.html","tf":5.5}}},"3":{"docs":{"消息中间件/ActiveMQ.html":{"ref":"消息中间件/ActiveMQ.html","tf":5.5}}},"docs":{}}},"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"bloglist.html":{"ref":"bloglist.html","tf":0.09090909090909091}}}}}},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{"HTTP服务器/HTTP服务器.html":{"ref":"HTTP服务器/HTTP服务器.html","tf":5.5}},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"bloglist.html":{"ref":"bloglist.html","tf":0.09090909090909091}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"a":{"docs":{},".":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},"u":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"developtools.html":{"ref":"developtools.html","tf":0.1}}}}}}}}}}}}}}}}},"w":{"docs":{},"w":{"docs":{},"w":{"docs":{},".":{"docs":{},"c":{"docs":{},"n":{"docs":{},"b":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"w":{"docs":{},"e":{"docs":{},"i":{"docs":{},"d":{"docs":{},"a":{"docs":{},"g":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"2":{"0":{"4":{"6":{"docs":{},"/":{"docs":{},"p":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"bloglist.html":{"ref":"bloglist.html","tf":0.09090909090909091}}}}}}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"t":{"docs":{"bloglist.html":{"ref":"bloglist.html","tf":0.09090909090909091}}}}}}}}}}}}}},"e":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"p":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{"developtools.html":{"ref":"developtools.html","tf":0.1}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"b":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"d":{"docs":{},"n":{"docs":{},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"t":{"docs":{},"/":{"docs":{},"h":{"docs":{},"a":{"docs":{},"o":{"docs":{},"e":{"docs":{},"l":{"docs":{"bloglist.html":{"ref":"bloglist.html","tf":0.09090909090909091}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"s":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{},"c":{"docs":{},"n":{"docs":{},"/":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"1":{"7":{"5":{"8":{"3":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"bloglist.html":{"ref":"bloglist.html","tf":0.09090909090909091}}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"3":{"4":{"6":{"3":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"关系数据库/关系数据库.html":{"ref":"关系数据库/关系数据库.html","tf":0.2}}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"w":{"docs":{},"w":{"docs":{},".":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"k":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{"bloglist.html":{"ref":"bloglist.html","tf":0.09090909090909091}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"k":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{"bloglist.html":{"ref":"bloglist.html","tf":0.09090909090909091}}}}}}}}},"y":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{"关系数据库/关系数据库.html":{"ref":"关系数据库/关系数据库.html","tf":0.2},"关系数据库/Mysql.html":{"ref":"关系数据库/Mysql.html","tf":5.5},"关系数据库/Mysql培训记录.html":{"ref":"关系数据库/Mysql培训记录.html","tf":5.5}}}}},"b":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{"Mybatis/Mybatis.html":{"ref":"Mybatis/Mybatis.html","tf":5.5}}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"o":{"docs":{},"d":{"docs":{},"b":{"docs":{"缓存/mongoDB.html":{"ref":"缓存/mongoDB.html","tf":5.5}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"bloglist.html":{"ref":"bloglist.html","tf":0.09090909090909091}}}}}}}}}}}}}}}},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"developtools.html":{"ref":"developtools.html","tf":0.2}}}}}}}},"t":{"docs":{},"o":{"docs":{},"d":{"docs":{},"d":{"docs":{"bloglist.html":{"ref":"bloglist.html","tf":0.09090909090909091}}}},"m":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"Java应用服务器/Tomcat.html":{"ref":"Java应用服务器/Tomcat.html","tf":5.5}}}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"developtools.html":{"ref":"developtools.html","tf":0.2}}}}}},"w":{"docs":{},"e":{"docs":{},"i":{"docs":{},":":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"w":{"docs":{},"w":{"docs":{},"w":{"docs":{},".":{"docs":{},"c":{"docs":{},"n":{"docs":{},"b":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"w":{"docs":{},"e":{"docs":{},"i":{"docs":{},"d":{"docs":{},"a":{"docs":{},"g":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"2":{"0":{"4":{"6":{"docs":{"bloglist.html":{"ref":"bloglist.html","tf":0.09090909090909091}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"developtools.html":{"ref":"developtools.html","tf":0.1}}}}}}},"e":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"p":{"docs":{},"s":{"docs":{"developtools.html":{"ref":"developtools.html","tf":0.1}}}}}}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"a":{"docs":{"developtools.html":{"ref":"developtools.html","tf":0.1}}}}}},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{"developtools.html":{"ref":"developtools.html","tf":0.1}}}}}},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{"Java基础/Java基础.html":{"ref":"Java基础/Java基础.html","tf":5.5},"Java应用服务器/Java应用服务器.html":{"ref":"Java应用服务器/Java应用服务器.html","tf":5.5}}}}},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{"关系数据库/关系数据库.html":{"ref":"关系数据库/关系数据库.html","tf":0.2}}}}},"v":{"docs":{},"m":{"docs":{"JVM/JVM.html":{"ref":"JVM/JVM.html","tf":5.5}}}},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"Java应用服务器/Jetty.html":{"ref":"Java应用服务器/Jetty.html","tf":5.5}}}}}},"b":{"docs":{},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{"Java应用服务器/JBoss.html":{"ref":"Java应用服务器/JBoss.html","tf":5.5}}}}}}},"u":{"docs":{},"m":{"docs":{},"l":{"docs":{"UML/UML.html":{"ref":"UML/UML.html","tf":5.5}}}}},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{"关系数据库/关系数据库.html":{"ref":"关系数据库/关系数据库.html","tf":0.2}}}},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"Spring/Spring.html":{"ref":"Spring/Spring.html","tf":5.5},"源码研究/Spring源码研究.html":{"ref":"源码研究/Spring源码研究.html","tf":5.5}}}}}}},"o":{"docs":{},"a":{"docs":{"SOA/SOA.html":{"ref":"SOA/SOA.html","tf":5.5}}}}},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{"NoSQL/NoSQL.html":{"ref":"NoSQL/NoSQL.html","tf":5.5}}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"x":{"docs":{"HTTP服务器/Nginx.html":{"ref":"HTTP服务器/Nginx.html","tf":5.5}}}}}}},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{"缓存/redis.html":{"ref":"缓存/redis.html","tf":5.5}}}}},"a":{"docs":{},"b":{"docs":{},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"m":{"docs":{},"q":{"docs":{"消息中间件/RabbitMQ.html":{"ref":"消息中间件/RabbitMQ.html","tf":5.5}}}}}}}}}},"k":{"docs":{},"a":{"docs":{},"f":{"docs":{},"k":{"docs":{},"a":{"docs":{"消息中间件/Kafka.html":{"ref":"消息中间件/Kafka.html","tf":5.5}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"m":{"docs":{},"q":{"docs":{"消息中间件/ActiveMQ.html":{"ref":"消息中间件/ActiveMQ.html","tf":5.5}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"HTTP服务器/Apache.html":{"ref":"HTTP服务器/Apache.html","tf":5.5}}}}}}},"z":{"docs":{},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"e":{"docs":{},"p":{"docs":{"Zookeeper/Zookeeper.html":{"ref":"Zookeeper/Zookeeper.html","tf":5.5}}}}}}}}},"l":{"2":{"docs":{},"j":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"源码研究/L2JServer源码研究.html":{"ref":"源码研究/L2JServer源码研究.html","tf":5.5}}}}}}}}}},"docs":{},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{},"x":{"docs":{},"下":{"docs":{},"安":{"docs":{},"装":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"Java应用服务器/tomcat/Linux下安装Tomcat.html":{"ref":"Java应用服务器/tomcat/Linux下安装Tomcat.html","tf":5.5}}}}}}}}}}}}}}}},"d":{"docs":{},"u":{"docs":{},"b":{"docs":{},"b":{"docs":{},"o":{"docs":{"源码研究/源码研究.html":{"ref":"源码研究/源码研究.html","tf":0.5},"源码研究/Dubbo源码研究.html":{"ref":"源码研究/Dubbo源码研究.html","tf":5.5}}}}}}}},"length":127},"corpusTokens":["1","1.1","1.2","1.3","1.4","1.5","1.6","1.7","10","11","12","13","14","15","16","17","18","19","2","20","21","21.1","21.1.1","21.2","21.3","22","22.1","22.2","23","23.1","23.2","24","24.1","24.1.1","24.2","24.3","25","25.1","25.2","26","26.1","26.2","26.3","27","28","28.99","3","3.1","3.2","4","5","5.1","5.2","6","7","8","8.1","8.2","9","9.1","9.2","9.3","activemq","apach","class","dubbo","eclips","handl","http","http://idea.lanyus.com","http://ifeve.com","http://www.cnblogs.com/weidagang2046/p/except","http://www.eclipse.org","http://www.raychase.net","https://blog.csdn.net/haoel","https://coolshell.cn/articles/17583.html","https://coolshell.cn/articles/3463.html","https://www.appinn.com/markdown","idea","java","jboss","jetti","join","jvm","kafka","l2jserver","linux下安装tomcat","markdown","mongodb","mybati","mysql","nginx","nosql","principles.html","public","rabbitmq","redi","soa","spring","sql","test","todd","tomcat","uml","void","wei:http://www.cnblogs.com/weidagang2046","zookeep"],"pipeline":["trimmer","stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"介绍","body":"简介\n个人平时的读书学习笔记。\n分门别类记录知识要点,系统化知识结构,加强记忆。\n"},"修身.html":{"url":"修身.html","title":"修身","body":"修身\n"},"bloglist.html":{"url":"bloglist.html","title":"优秀博客列表","body":"优秀博客列表\n技术博客:\nmarkdown编写参考:\nhttps://www.appinn.com/markdown/\n陈浩(左耳朵耗子)的博客:\nhttps://blog.csdn.net/haoel\n技术人员的发展之路\nhttps://coolshell.cn/articles/17583.html\n并发编程网:\nhttp://ifeve.com/\n四火的唠叨:http://www.raychase.net/\nTodd Wei:http://www.cnblogs.com/weidagang2046/\n异常处理原则\nhttp://www.cnblogs.com/weidagang2046/p/exception-handling-principles.html\n"},"booklist.html":{"url":"booklist.html","title":"书籍列表","body":"好书列表\n"},"developtools.html":{"url":"developtools.html","title":"工具列表","body":"开发工具\nEclipse\n官网:http://www.eclipse.org/\n快捷键:\n使用参考:\nIDEA\n 注册码获取网站 http://idea.lanyus.com/\n//代码示例\npublic class Test{\n public void test(){\n\n }\n}\n\n"},"Java基础/Java基础.html":{"url":"Java基础/Java基础.html","title":"1. Java基础","body":"1. Java基础\n"},"Java基础/集合.html":{"url":"Java基础/集合.html","title":"1.1. 集合","body":"1.1. 集合\n"},"Java基础/字符串.html":{"url":"Java基础/字符串.html","title":"1.2. 字符串","body":"1.2. 字符串\n"},"Java基础/货币计算.html":{"url":"Java基础/货币计算.html","title":"1.3. 货币计算","body":"1.3. 货币计算\n"},"Java基础/多线程.html":{"url":"Java基础/多线程.html","title":"1.4. 多线程","body":"1.4. 多线程\n"},"Java基础/并发包.html":{"url":"Java基础/并发包.html","title":"1.5. 并发包","body":"1.5. 并发包\n"},"Java基础/网络.html":{"url":"Java基础/网络.html","title":"1.6. 网络","body":"1.6. 网络\n"},"Java基础/加密.html":{"url":"Java基础/加密.html","title":"1.7. 加密","body":"1.7. 加密\n"},"第三方工具包/第三方工具包.html":{"url":"第三方工具包/第三方工具包.html","title":"2. 第三方工具包","body":"2. 第三方工具包\n"},"UML/UML.html":{"url":"UML/UML.html","title":"3. UML","body":"3. UML\n"},"UML/类图.html":{"url":"UML/类图.html","title":"3.1. 类图","body":"3.1. 类图\n"},"UML/包图.html":{"url":"UML/包图.html","title":"3.2. 包图","body":"3.2. 包图\n"},"设计模式/设计模式.html":{"url":"设计模式/设计模式.html","title":"4. 设计模式","body":"4. 设计模式\n"},"关系数据库/关系数据库.html":{"url":"关系数据库/关系数据库.html","title":"5. 关系数据库","body":"5. 关系数据库\nMysql\nSQL JOIN 参考资料:\nhttps://coolshell.cn/articles/3463.html\n"},"关系数据库/Mysql.html":{"url":"关系数据库/Mysql.html","title":"5.1. Mysql","body":"5.1. Mysql\n"},"关系数据库/Mysql培训记录.html":{"url":"关系数据库/Mysql培训记录.html","title":"5.2. Mysql培训记录","body":"5.1. Mysql培训记录\n"},"NoSQL/NoSQL.html":{"url":"NoSQL/NoSQL.html","title":"6. NoSQL","body":"6. NoSQL\n"},"大数据/大数据.html":{"url":"大数据/大数据.html","title":"7. 大数据","body":"7. 大数据\n"},"缓存/缓存.html":{"url":"缓存/缓存.html","title":"8. 缓存","body":"8. 缓存\n"},"缓存/redis.html":{"url":"缓存/redis.html","title":"8.1. redis","body":"8.1. redis\n"},"缓存/mongoDB.html":{"url":"缓存/mongoDB.html","title":"8.2. mongoDB","body":"8.2. mongoDB\n"},"消息中间件/消息中间件.html":{"url":"消息中间件/消息中间件.html","title":"9. 消息中间件","body":"9. 消息中间件\n"},"消息中间件/Kafka.html":{"url":"消息中间件/Kafka.html","title":"9.1. Kafka","body":"9.1. Kafka\n"},"消息中间件/RabbitMQ.html":{"url":"消息中间件/RabbitMQ.html","title":"9.2 RabbitMQ","body":"9.2 RabbitMQ\n"},"消息中间件/ActiveMQ.html":{"url":"消息中间件/ActiveMQ.html","title":"9.3 ActiveMQ","body":"9.3 ActiveMQ\n"},"Zookeeper/Zookeeper.html":{"url":"Zookeeper/Zookeeper.html","title":"10. Zookeeper","body":"10. Zookeeper\n"},"Spring/Spring.html":{"url":"Spring/Spring.html","title":"11. Spring","body":"11. Spring\n"},"Mybatis/Mybatis.html":{"url":"Mybatis/Mybatis.html","title":"12. Mybatis","body":"11. Mybatis\n"},"JVM/JVM.html":{"url":"JVM/JVM.html","title":"13. JVM","body":"10. JVM\n"},"性能优化/性能优化.html":{"url":"性能优化/性能优化.html","title":"14. 性能优化","body":"11. 性能优化\n"},"SOA/SOA.html":{"url":"SOA/SOA.html","title":"15. SOA","body":"12. SOA\n"},"微服务/微服务.html":{"url":"微服务/微服务.html","title":"16. 微服务","body":"13. 微服务\n"},"架构设计/架构设计.html":{"url":"架构设计/架构设计.html","title":"17. 架构设计","body":"14. 架构设计\n"},"需求分析/需求分析.html":{"url":"需求分析/需求分析.html","title":"18. 需求分析","body":"15. 需求分析\n"},"概要和详细设计/概要和详细设计.html":{"url":"概要和详细设计/概要和详细设计.html","title":"19. 概要和详细设计","body":"16. 概要和详细设计\n"},"敏捷开发/敏捷开发.html":{"url":"敏捷开发/敏捷开发.html","title":"20. 敏捷开发","body":"17. 敏捷开发\n"},"持续集成/持续集成.html":{"url":"持续集成/持续集成.html","title":"21. 持续集成","body":"18. 持续集成\n"},"持续交付/持续交付.html":{"url":"持续交付/持续交付.html","title":"22. 持续交付","body":"19. 持续交付\n"},"项目管理/项目管理.html":{"url":"项目管理/项目管理.html","title":"23. 项目管理","body":"20. 项目管理\n"},"Java应用服务器/Java应用服务器.html":{"url":"Java应用服务器/Java应用服务器.html","title":"24. Java应用服务器","body":"21. Java应用服务器\n"},"Java应用服务器/Tomcat.html":{"url":"Java应用服务器/Tomcat.html","title":"24.1. Tomcat","body":"21.1. Tomcat\n"},"Java应用服务器/tomcat/Linux下安装Tomcat.html":{"url":"Java应用服务器/tomcat/Linux下安装Tomcat.html","title":"24.1.1. Linux下安装Tomcat","body":"21.1.1. Linux下安装Tomcat\n"},"Java应用服务器/Jetty.html":{"url":"Java应用服务器/Jetty.html","title":"24.2. Jetty","body":"21.2. Jetty\n"},"Java应用服务器/JBoss.html":{"url":"Java应用服务器/JBoss.html","title":"24.3. JBoss","body":"21.3. JBoss\n"},"HTTP服务器/HTTP服务器.html":{"url":"HTTP服务器/HTTP服务器.html","title":"25. HTTP服务器","body":"22. HTTP服务器\n"},"HTTP服务器/Apache.html":{"url":"HTTP服务器/Apache.html","title":"25.1. Apache","body":"22.1. Apache\n"},"HTTP服务器/Nginx.html":{"url":"HTTP服务器/Nginx.html","title":"25.2. Nginx","body":"22.2. Nginx\n"},"源码研究/源码研究.html":{"url":"源码研究/源码研究.html","title":"26. 源码研究","body":"23.2 DUBBO源码研究\n"},"源码研究/Spring源码研究.html":{"url":"源码研究/Spring源码研究.html","title":"26.1. Spring源码研究","body":"23.1. Spring源码研究\n"},"源码研究/Dubbo源码研究.html":{"url":"源码研究/Dubbo源码研究.html","title":"26.2. Dubbo源码研究","body":"26.2. Dubbo源码研究\n"},"源码研究/L2JServer源码研究.html":{"url":"源码研究/L2JServer源码研究.html","title":"26.3. L2JServer源码研究","body":"26.3. L2JServer源码研究\n"},"计算机基础/计算机基础.html":{"url":"计算机基础/计算机基础.html","title":"27. 计算机基础","body":"27. 计算机基础\n"},"程序员的数学/程序员的数学.html":{"url":"程序员的数学/程序员的数学.html","title":"28. 程序员的数学","body":"28. 程序员的数学\n"},"程序员的数学/数学参考.html":{"url":"程序员的数学/数学参考.html","title":"28.99. 数学参考","body":"28.99. 数学参考\n"},"结束/结束.html":{"url":"结束/结束.html","title":"结束","body":"结束\n"}}} -------------------------------------------------------------------------------- /_book/修身.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 修身 · GitBook 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 |
      70 |
      71 | 72 | 73 | 76 | 77 | 78 | 946 | 947 | 948 |
      949 | 950 |
      951 | 952 |
      953 | 954 | 955 | 956 | 965 | 966 | 967 | 968 | 969 |
      970 |
      971 | 972 |
      973 |
      974 | 975 |
      976 | 977 |

      修身

      978 | 979 | 980 |
      981 | 982 |
      983 |
      984 |
      985 | 986 |

      results matching ""

      987 |
        988 | 989 |
        990 |
        991 | 992 |

        No results matching ""

        993 | 994 |
        995 |
        996 |
        997 | 998 |
        999 |
        1000 | 1001 |
        1002 | 1003 | 1004 | 1005 | 1006 | 1007 | 1008 | 1009 | 1010 | 1011 | 1012 | 1013 | 1014 | 1015 | 1016 |
        1017 | 1018 | 1024 |
        1025 | 1026 | 1027 | 1028 | 1029 | 1030 | 1031 | 1032 | 1033 | 1034 | 1035 | 1036 | 1037 | 1038 | 1039 | 1040 | 1041 | 1042 | 1043 | 1044 | 1045 | 1046 | 1047 | 1048 | 1049 | 1050 | 1051 | 1052 | 1053 | 1054 | 1055 | 1056 | 1057 | 1058 | -------------------------------------------------------------------------------- /_book/关系数据库/Mysql.md: -------------------------------------------------------------------------------- 1 | # 5.1. Mysql 2 | 3 | -------------------------------------------------------------------------------- /_book/关系数据库/Mysql培训记录.md: -------------------------------------------------------------------------------- 1 | # 5.1. Mysql培训记录 2 | 3 | -------------------------------------------------------------------------------- /_book/关系数据库/关系数据库.md: -------------------------------------------------------------------------------- 1 | # 5. 关系数据库 2 | 3 | Mysql 4 | 5 | SQL JOIN 参考资料: 6 | https://coolshell.cn/articles/3463.html 7 | -------------------------------------------------------------------------------- /_book/大数据/大数据.md: -------------------------------------------------------------------------------- 1 | # 7. 大数据 2 | 3 | -------------------------------------------------------------------------------- /_book/微服务/微服务.md: -------------------------------------------------------------------------------- 1 | # 13. 微服务 2 | 3 | -------------------------------------------------------------------------------- /_book/性能优化/性能优化.md: -------------------------------------------------------------------------------- 1 | # 11. 性能优化 2 | 3 | -------------------------------------------------------------------------------- /_book/持续交付/持续交付.md: -------------------------------------------------------------------------------- 1 | # 19. 持续交付 2 | 3 | -------------------------------------------------------------------------------- /_book/持续集成/持续集成.md: -------------------------------------------------------------------------------- 1 | # 18. 持续集成 2 | 3 | -------------------------------------------------------------------------------- /_book/敏捷开发/敏捷开发.md: -------------------------------------------------------------------------------- 1 | # 17. 敏捷开发 2 | 3 | -------------------------------------------------------------------------------- /_book/架构设计/架构设计.md: -------------------------------------------------------------------------------- 1 | # 14. 架构设计 2 | 3 | -------------------------------------------------------------------------------- /_book/概要和详细设计/概要和详细设计.md: -------------------------------------------------------------------------------- 1 | # 16. 概要和详细设计 2 | 3 | -------------------------------------------------------------------------------- /_book/消息中间件/ActiveMQ.md: -------------------------------------------------------------------------------- 1 | # 9.3 ActiveMQ 2 | 3 | -------------------------------------------------------------------------------- /_book/消息中间件/Kafka.md: -------------------------------------------------------------------------------- 1 | # 9.1. Kafka 2 | 3 | -------------------------------------------------------------------------------- /_book/消息中间件/RabbitMQ.md: -------------------------------------------------------------------------------- 1 | # 9.2 RabbitMQ 2 | 3 | -------------------------------------------------------------------------------- /_book/消息中间件/消息中间件.md: -------------------------------------------------------------------------------- 1 | # 9. 消息中间件 2 | 3 | -------------------------------------------------------------------------------- /_book/源码研究/Dubbo源码研究.md: -------------------------------------------------------------------------------- 1 | # 26.2. Dubbo源码研究 2 | 3 | -------------------------------------------------------------------------------- /_book/源码研究/L2JServer源码研究.md: -------------------------------------------------------------------------------- 1 | # 26.3. L2JServer源码研究 2 | 3 | -------------------------------------------------------------------------------- /_book/源码研究/Spring源码研究.md: -------------------------------------------------------------------------------- 1 | # 23.1. Spring源码研究 2 | 3 | -------------------------------------------------------------------------------- /_book/源码研究/源码研究.md: -------------------------------------------------------------------------------- 1 | # 23.2 DUBBO源码研究 2 | -------------------------------------------------------------------------------- /_book/程序员的数学/数学参考.md: -------------------------------------------------------------------------------- 1 | # 28.99. 数学参考 2 | 3 | -------------------------------------------------------------------------------- /_book/程序员的数学/程序员的数学.md: -------------------------------------------------------------------------------- 1 | # 28. 程序员的数学 2 | 3 | -------------------------------------------------------------------------------- /_book/第三方工具包/第三方工具包.md: -------------------------------------------------------------------------------- 1 | # 2. 第三方工具包 2 | 3 | -------------------------------------------------------------------------------- /_book/结束/结束.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 结束 · GitBook 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 |
        68 |
        69 | 70 | 71 | 74 | 75 | 76 | 944 | 945 | 946 |
        947 | 948 |
        949 | 950 |
        951 | 952 | 953 | 954 | 963 | 964 | 965 | 966 | 967 |
        968 |
        969 | 970 |
        971 |
        972 | 973 |
        974 | 975 |

        结束

        976 | 977 | 978 |
        979 | 980 |
        981 |
        982 |
        983 | 984 |

        results matching ""

        985 |
          986 | 987 |
          988 |
          989 | 990 |

          No results matching ""

          991 | 992 |
          993 |
          994 |
          995 | 996 |
          997 |
          998 | 999 |
          1000 | 1001 | 1002 | 1003 | 1004 | 1005 | 1006 | 1007 | 1008 | 1009 | 1010 |
          1011 | 1012 | 1018 |
          1019 | 1020 | 1021 | 1022 | 1023 | 1024 | 1025 | 1026 | 1027 | 1028 | 1029 | 1030 | 1031 | 1032 | 1033 | 1034 | 1035 | 1036 | 1037 | 1038 | 1039 | 1040 | 1041 | 1042 | 1043 | 1044 | 1045 | 1046 | 1047 | 1048 | 1049 | 1050 | 1051 | 1052 | -------------------------------------------------------------------------------- /_book/结束/结束.md: -------------------------------------------------------------------------------- 1 | # 结束 2 | 3 | -------------------------------------------------------------------------------- /_book/缓存/mongoDB.md: -------------------------------------------------------------------------------- 1 | # 8.2. mongoDB 2 | 3 | -------------------------------------------------------------------------------- /_book/缓存/redis.md: -------------------------------------------------------------------------------- 1 | # 8.1. redis 2 | 3 | -------------------------------------------------------------------------------- /_book/缓存/缓存.md: -------------------------------------------------------------------------------- 1 | # 8. 缓存 2 | 3 | -------------------------------------------------------------------------------- /_book/计算机基础/计算机基础.md: -------------------------------------------------------------------------------- 1 | # 27. 计算机基础 2 | 3 | -------------------------------------------------------------------------------- /_book/设计模式/设计模式.md: -------------------------------------------------------------------------------- 1 | # 4. 设计模式 2 | 3 | -------------------------------------------------------------------------------- /_book/需求分析/需求分析.md: -------------------------------------------------------------------------------- 1 | # 15. 需求分析 2 | 3 | -------------------------------------------------------------------------------- /_book/项目管理/项目管理.md: -------------------------------------------------------------------------------- 1 | # 20. 项目管理 2 | 3 | -------------------------------------------------------------------------------- /bloglist.md: -------------------------------------------------------------------------------- 1 | # 优秀博客列表 2 | 3 | 技术博客: 4 | 5 | 6 | 7 | markdown编写参考: 8 | 9 | https://www.appinn.com/markdown/ 10 | 11 | 陈浩(左耳朵耗子)的博客: 12 | https://blog.csdn.net/haoel 13 | 14 | 技术人员的发展之路 15 | https://coolshell.cn/articles/17583.html 16 | 17 | 并发编程网: 18 | http://ifeve.com/ 19 | 20 | 四火的唠叨:http://www.raychase.net/ 21 | 22 | Todd Wei:http://www.cnblogs.com/weidagang2046/ 23 | 24 | 异常处理原则 25 | http://www.cnblogs.com/weidagang2046/p/exception-handling-principles.html 26 | -------------------------------------------------------------------------------- /booklist.md: -------------------------------------------------------------------------------- 1 | # 好书列表 2 | 3 | -------------------------------------------------------------------------------- /developtools.md: -------------------------------------------------------------------------------- 1 | # 开发工具 2 | 3 | ### Eclipse 4 | 官网:http://www.eclipse.org/ 5 | 6 | 快捷键: 7 | 8 | 使用参考: 9 | 10 | ### IDEA 11 | 注册码获取网站 http://idea.lanyus.com/ 12 | 13 | ``` java 14 | //代码示例 15 | public class Test{ 16 | public void test(){ 17 | 18 | } 19 | } 20 | ``` 21 | -------------------------------------------------------------------------------- /修身.md: -------------------------------------------------------------------------------- 1 | # 修身 2 | 3 | -------------------------------------------------------------------------------- /关系数据库/Mysql.md: -------------------------------------------------------------------------------- 1 | # 5.1. Mysql 2 | 3 | -------------------------------------------------------------------------------- /关系数据库/Mysql培训记录.md: -------------------------------------------------------------------------------- 1 | # 5.1. Mysql培训记录 2 | 3 | -------------------------------------------------------------------------------- /关系数据库/关系数据库.md: -------------------------------------------------------------------------------- 1 | # 5. 关系数据库 2 | 3 | Mysql 4 | 5 | SQL JOIN 参考资料: 6 | https://coolshell.cn/articles/3463.html 7 | -------------------------------------------------------------------------------- /大数据/大数据.md: -------------------------------------------------------------------------------- 1 | # 7. 大数据 2 | 3 | -------------------------------------------------------------------------------- /微服务/微服务.md: -------------------------------------------------------------------------------- 1 | # 13. 微服务 2 | 3 | -------------------------------------------------------------------------------- /性能优化/性能优化.md: -------------------------------------------------------------------------------- 1 | # 11. 性能优化 2 | 3 | -------------------------------------------------------------------------------- /持续交付/持续交付.md: -------------------------------------------------------------------------------- 1 | # 19. 持续交付 2 | 3 | -------------------------------------------------------------------------------- /持续集成/持续集成.md: -------------------------------------------------------------------------------- 1 | # 18. 持续集成 2 | 3 | -------------------------------------------------------------------------------- /敏捷开发/敏捷开发.md: -------------------------------------------------------------------------------- 1 | # 17. 敏捷开发 2 | 3 | -------------------------------------------------------------------------------- /架构设计/架构设计.md: -------------------------------------------------------------------------------- 1 | # 14. 架构设计 2 | 3 | -------------------------------------------------------------------------------- /概要和详细设计/概要和详细设计.md: -------------------------------------------------------------------------------- 1 | # 16. 概要和详细设计 2 | 3 | -------------------------------------------------------------------------------- /消息中间件/ActiveMQ.md: -------------------------------------------------------------------------------- 1 | # 9.3 ActiveMQ 2 | 3 | -------------------------------------------------------------------------------- /消息中间件/Kafka.md: -------------------------------------------------------------------------------- 1 | # 9.1. Kafka 2 | 3 | -------------------------------------------------------------------------------- /消息中间件/RabbitMQ.md: -------------------------------------------------------------------------------- 1 | # 9.2 RabbitMQ 2 | 3 | -------------------------------------------------------------------------------- /消息中间件/消息中间件.md: -------------------------------------------------------------------------------- 1 | # 9. 消息中间件 2 | 3 | -------------------------------------------------------------------------------- /源码研究/Dubbo源码研究.md: -------------------------------------------------------------------------------- 1 | # 26.2. Dubbo源码研究 2 | 3 | -------------------------------------------------------------------------------- /源码研究/L2JServer源码研究.md: -------------------------------------------------------------------------------- 1 | # 26.3. L2JServer源码研究 2 | 3 | -------------------------------------------------------------------------------- /源码研究/Spring源码研究.md: -------------------------------------------------------------------------------- 1 | # 23.1. Spring源码研究 2 | 3 | -------------------------------------------------------------------------------- /源码研究/源码研究.md: -------------------------------------------------------------------------------- 1 | # 23.2 DUBBO源码研究 2 | -------------------------------------------------------------------------------- /程序员的数学/数学参考.md: -------------------------------------------------------------------------------- 1 | # 28.99. 数学参考 2 | 3 | 程序观点下的线性代数: 4 | http://www.cnblogs.com/weidagang2046/p/linear-algebra-from-programming-perspective.html 5 | -------------------------------------------------------------------------------- /程序员的数学/程序员的数学.md: -------------------------------------------------------------------------------- 1 | # 28. 程序员的数学 2 | 3 | -------------------------------------------------------------------------------- /第三方工具包/第三方工具包.md: -------------------------------------------------------------------------------- 1 | # 2. 第三方工具包 2 | 3 | -------------------------------------------------------------------------------- /结束/结束.md: -------------------------------------------------------------------------------- 1 | # 结束 2 | 3 | -------------------------------------------------------------------------------- /缓存/mongoDB.md: -------------------------------------------------------------------------------- 1 | # 8.2. mongoDB 2 | 3 | -------------------------------------------------------------------------------- /缓存/redis.md: -------------------------------------------------------------------------------- 1 | # 8.1. redis 2 | 3 | -------------------------------------------------------------------------------- /缓存/缓存.md: -------------------------------------------------------------------------------- 1 | # 8. 缓存 2 | 3 | -------------------------------------------------------------------------------- /计算机基础/计算机基础.md: -------------------------------------------------------------------------------- 1 | # 27. 计算机基础 2 | 3 | -------------------------------------------------------------------------------- /设计模式/设计模式.md: -------------------------------------------------------------------------------- 1 | # 4. 设计模式 2 | 3 | -------------------------------------------------------------------------------- /需求分析/需求分析.md: -------------------------------------------------------------------------------- 1 | # 15. 需求分析 2 | 3 | -------------------------------------------------------------------------------- /项目管理/项目管理.md: -------------------------------------------------------------------------------- 1 | # 20. 项目管理 2 | 3 | --------------------------------------------------------------------------------