forked from JackyAndroid/AndroidInterview-Q-A
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b19c1ad
commit 1437c68
Showing
75 changed files
with
5,087 additions
and
1,100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#### 双亲委派模型 | ||
|
||
[JVM类加载过程 & 双亲委派模型](https://segmentfault.com/a/1190000008995781) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
### 插件化 | ||
|
||
- [插件化研究之DEXCLASSLOADER](http://www.liuguangli.win/archives/366) | ||
- [插件化研究代ACTIVITY注册](http://www.liuguangli.win/archives/387) | ||
- [插件化研究之资源冲突](http://www.liuguangli.win/archives/452) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -257,7 +257,20 @@ | |
|
||
</li> | ||
|
||
<li class="chapter " data-level="1.3.9" data-path="../java/哪些情况下的对象会被垃圾回收机制处理掉-美团-小米.html"> | ||
<li class="chapter " data-level="1.3.9" data-path="../java/双亲委派模型-滴滴.html"> | ||
|
||
<a href="../java/双亲委派模型-滴滴.html"> | ||
|
||
|
||
双亲委派模型-滴滴 | ||
|
||
</a> | ||
|
||
|
||
|
||
</li> | ||
|
||
<li class="chapter " data-level="1.3.10" data-path="../java/哪些情况下的对象会被垃圾回收机制处理掉-美团-小米.html"> | ||
|
||
<a href="../java/哪些情况下的对象会被垃圾回收机制处理掉-美团-小米.html"> | ||
|
||
|
@@ -270,7 +283,7 @@ | |
|
||
</li> | ||
|
||
<li class="chapter " data-level="1.3.10" data-path="../java/进程和线程的区别-猎豹-美团.html"> | ||
<li class="chapter " data-level="1.3.11" data-path="../java/进程和线程的区别-猎豹-美团.html"> | ||
|
||
<a href="../java/进程和线程的区别-猎豹-美团.html"> | ||
|
||
|
@@ -283,7 +296,7 @@ | |
|
||
</li> | ||
|
||
<li class="chapter " data-level="1.3.11" data-path="../java/==和equals和hashCode的区别-乐视.html"> | ||
<li class="chapter " data-level="1.3.12" data-path="../java/==和equals和hashCode的区别-乐视.html"> | ||
|
||
<a href="../java/==和equals和hashCode的区别-乐视.html"> | ||
|
||
|
@@ -296,7 +309,7 @@ | |
|
||
</li> | ||
|
||
<li class="chapter " data-level="1.3.12" data-path="../java/HashMap的实现原理-美团.html"> | ||
<li class="chapter " data-level="1.3.13" data-path="../java/HashMap的实现原理-美团.html"> | ||
|
||
<a href="../java/HashMap的实现原理-美团.html"> | ||
|
||
|
@@ -309,7 +322,7 @@ | |
|
||
</li> | ||
|
||
<li class="chapter " data-level="1.3.13" data-path="../java/java多态-乐视.html"> | ||
<li class="chapter " data-level="1.3.14" data-path="../java/java多态-乐视.html"> | ||
|
||
<a href="../java/java多态-乐视.html"> | ||
|
||
|
@@ -322,7 +335,7 @@ | |
|
||
</li> | ||
|
||
<li class="chapter " data-level="1.3.14" data-path="../java/什么导致线程阻塞-58-美团.html"> | ||
<li class="chapter " data-level="1.3.15" data-path="../java/什么导致线程阻塞-58-美团.html"> | ||
|
||
<a href="../java/什么导致线程阻塞-58-美团.html"> | ||
|
||
|
@@ -335,7 +348,7 @@ | |
|
||
</li> | ||
|
||
<li class="chapter " data-level="1.3.15" data-path="../java/并发编程-猎豹.html"> | ||
<li class="chapter " data-level="1.3.16" data-path="../java/并发编程-猎豹.html"> | ||
|
||
<a href="../java/并发编程-猎豹.html"> | ||
|
||
|
@@ -348,7 +361,7 @@ | |
|
||
</li> | ||
|
||
<li class="chapter " data-level="1.3.16" data-path="../java/抽象类接口区别-360.html"> | ||
<li class="chapter " data-level="1.3.17" data-path="../java/抽象类接口区别-360.html"> | ||
|
||
<a href="../java/抽象类接口区别-360.html"> | ||
|
||
|
@@ -361,7 +374,7 @@ | |
|
||
</li> | ||
|
||
<li class="chapter " data-level="1.3.17" data-path="../java/容器类之间的区别-乐视-美团.html"> | ||
<li class="chapter " data-level="1.3.18" data-path="../java/容器类之间的区别-乐视-美团.html"> | ||
|
||
<a href="../java/容器类之间的区别-乐视-美团.html"> | ||
|
||
|
@@ -374,7 +387,7 @@ | |
|
||
</li> | ||
|
||
<li class="chapter " data-level="1.3.18" data-path="../java/内部类.html"> | ||
<li class="chapter " data-level="1.3.19" data-path="../java/内部类.html"> | ||
|
||
<a href="../java/内部类.html"> | ||
|
||
|
@@ -387,7 +400,7 @@ | |
|
||
</li> | ||
|
||
<li class="chapter " data-level="1.3.19" data-path="../java/hashmap和hashtable的区别-乐视-小米.html"> | ||
<li class="chapter " data-level="1.3.20" data-path="../java/hashmap和hashtable的区别-乐视-小米.html"> | ||
|
||
<a href="../java/hashmap和hashtable的区别-乐视-小米.html"> | ||
|
||
|
@@ -400,7 +413,7 @@ | |
|
||
</li> | ||
|
||
<li class="chapter " data-level="1.3.20" data-path="../java/ArrayMap对比HashMap.html"> | ||
<li class="chapter " data-level="1.3.21" data-path="../java/ArrayMap对比HashMap.html"> | ||
|
||
<a href="../java/ArrayMap对比HashMap.html"> | ||
|
||
|
@@ -919,7 +932,20 @@ | |
|
||
</li> | ||
|
||
<li class="chapter " data-level="1.5.6" data-path="../subject/网络.html"> | ||
<li class="chapter " data-level="1.5.6" data-path="../subject/插件化.html"> | ||
|
||
<a href="../subject/插件化.html"> | ||
|
||
|
||
插件化 | ||
|
||
</a> | ||
|
||
|
||
|
||
</li> | ||
|
||
<li class="chapter " data-level="1.5.7" data-path="../subject/网络.html"> | ||
|
||
<a href="../subject/网络.html"> | ||
|
||
|
@@ -932,7 +958,7 @@ | |
|
||
</li> | ||
|
||
<li class="chapter " data-level="1.5.7" data-path="../subject/数据库.html"> | ||
<li class="chapter " data-level="1.5.8" data-path="../subject/数据库.html"> | ||
|
||
<a href="../subject/数据库.html"> | ||
|
||
|
@@ -945,7 +971,7 @@ | |
|
||
</li> | ||
|
||
<li class="chapter " data-level="1.5.8" data-path="../subject/图片.html"> | ||
<li class="chapter " data-level="1.5.9" data-path="../subject/图片.html"> | ||
|
||
<a href="../subject/图片.html"> | ||
|
||
|
@@ -958,7 +984,7 @@ | |
|
||
</li> | ||
|
||
<li class="chapter " data-level="1.5.9" data-path="../subject/算法.html"> | ||
<li class="chapter " data-level="1.5.10" data-path="../subject/算法.html"> | ||
|
||
<a href="../subject/算法.html"> | ||
|
||
|
@@ -1084,7 +1110,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query' | |
<script> | ||
var gitbook = gitbook || []; | ||
gitbook.push(function() { | ||
gitbook.page.hasChanged({"page":{"title":"ANR定位和修正","level":"1.4.14","depth":2,"next":{"title":"什么情况导致oom-乐视-美团","level":"1.4.15","depth":2,"path":"chinese/android/什么情况导致oom-乐视-美团.md","ref":"chinese/android/什么情况导致oom-乐视-美团.md","articles":[]},"previous":{"title":"什么情况导致内存泄漏-美团","level":"1.4.13","depth":2,"path":"chinese/android/什么情况导致内存泄漏-美团.md","ref":"chinese/android/什么情况导致内存泄漏-美团.md","articles":[]},"dir":"ltr"},"config":{"plugins":["-search","search-plus","fontsettings","sharing","[email protected]","tbfed-pagefooter","donate","local-video","[email protected]","splitter","edit-link"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"tbfed-pagefooter":{"copyright":"Copyright © www.jackywang.tech 2017","modify_label":"该文件修订时间:","modify_format":"YYYY-MM-DD HH:mm:ss"},"splitter":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"donate":{"alipay":"picture/alipay.jpeg","alipayText":"支付宝打赏","button":"赏","title":"","wechat":"picture/wechat.jpeg","wechatText":"微信打赏"},"fontsettings":{"family":"sans","size":2,"theme":"sepia"},"highlight":{},"back-to-top-button":{},"local-video":{},"advanced-emoji":{"myConfigKey":"test"},"sharing":{"all":["facebook","google","twitter","weibo","instapaper"],"facebook":false,"google":true,"instapaper":false,"twitter":false,"vk":false,"weibo":true},"edit-link":{"label":"编辑此页","base":"https://github.com/JackyAndroid/AndroidInterview-Q-A/edit/master"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"search-plus":{}},"theme":"default","author":"Jacky","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"AndroidInterview","language":"zh-hans","gitbook":"*","description":"一线互联网面试题"},"file":{"path":"chinese/android/ANR定位和修正.md","mtime":"2017-03-08T06:44:37.000Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-12-23T12:31:37.507Z"},"basePath":"../..","book":{"language":""}}); | ||
gitbook.page.hasChanged({"page":{"title":"ANR定位和修正","level":"1.4.14","depth":2,"next":{"title":"什么情况导致oom-乐视-美团","level":"1.4.15","depth":2,"path":"chinese/android/什么情况导致oom-乐视-美团.md","ref":"chinese/android/什么情况导致oom-乐视-美团.md","articles":[]},"previous":{"title":"什么情况导致内存泄漏-美团","level":"1.4.13","depth":2,"path":"chinese/android/什么情况导致内存泄漏-美团.md","ref":"chinese/android/什么情况导致内存泄漏-美团.md","articles":[]},"dir":"ltr"},"config":{"plugins":["-search","search-plus","fontsettings","sharing","[email protected]","tbfed-pagefooter","donate","local-video","[email protected]","splitter","edit-link"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"tbfed-pagefooter":{"copyright":"Copyright © www.jackywang.tech 2017","modify_label":"该文件修订时间:","modify_format":"YYYY-MM-DD HH:mm:ss"},"splitter":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"donate":{"alipay":"picture/alipay.jpeg","alipayText":"支付宝打赏","button":"赏","title":"","wechat":"picture/wechat.jpeg","wechatText":"微信打赏"},"fontsettings":{"family":"sans","size":2,"theme":"sepia"},"highlight":{},"back-to-top-button":{},"local-video":{},"advanced-emoji":{"myConfigKey":"test"},"sharing":{"all":["facebook","google","twitter","weibo","instapaper"],"facebook":false,"google":true,"instapaper":false,"twitter":false,"vk":false,"weibo":true},"edit-link":{"label":"编辑此页","base":"https://github.com/JackyAndroid/AndroidInterview-Q-A/edit/master"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"search-plus":{}},"theme":"default","author":"Jacky","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"AndroidInterview","language":"zh-hans","gitbook":"*","description":"一线互联网面试题"},"file":{"path":"chinese/android/ANR定位和修正.md","mtime":"2017-03-08T06:44:37.000Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2018-01-07T04:18:20.675Z"},"basePath":"../..","book":{"language":""}}); | ||
}); | ||
</script> | ||
</div> | ||
|
Oops, something went wrong.