mirror of
https://github.com/NohamR/knowledge-kit.git
synced 2026-05-25 04:17:17 +00:00
feature: Weex APM
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,24 +1 @@
|
||||
# weex 优化和原理
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
# weex 优化和原理
|
||||
10
Chapter2 - Web FrontEnd/2.46.md
Normal file
10
Chapter2 - Web FrontEnd/2.46.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# 内存管理之垃圾回收与内存泄漏
|
||||
|
||||
> 初级前端可能只是写写前端页面的话,如果没有关注过性能指标、内存情况的话,可能对于 JS 的内存管理策略、垃圾回收机制、内存泄漏等问题没有做过关注。
|
||||
|
||||
- https://www.bilibili.com/video/BV1GZ421i7Hf/?spm_id_from=333.337.search-card.all.click&vd_source=28b2bef5a0ed844314aa1e77411ae19c
|
||||
|
||||
|
||||
## 垃圾回收
|
||||
|
||||
## 内存泄漏
|
||||
@@ -45,4 +45,5 @@
|
||||
* [41、sourceMap 闪亮登场](https://github.com/FantasticLBP/knowledge-kit/blob/master/Chapter2%20-%20Web%20FrontEnd/2.41.md)
|
||||
* [42、JS原型链与Objective-C内存布局不能说的秘密](https://github.com/FantasticLBP/knowledge-kit/blob/master/Chapter2%20-%20Web%20FrontEnd/2.43.md)
|
||||
* [43、Vue 核心原理探究](https://github.com/FantasticLBP/knowledge-kit/blob/master/Chapter2%20-%20Web%20FrontEnd/2.44.md)
|
||||
* [44、浏览器渲染原理](https://github.com/FantasticLBP/knowledge-kit/blob/master/Chapter2%20-%20Web%20FrontEnd/2.45.md)
|
||||
* [44、浏览器渲染原理](https://github.com/FantasticLBP/knowledge-kit/blob/master/Chapter2%20-%20Web%20FrontEnd/2.45.md)
|
||||
* [45、内存管理之垃圾回收与内存泄漏](https://github.com/FantasticLBP/knowledge-kit/blob/master/Chapter2%20-%20Web%20FrontEnd/2.46.md)
|
||||
Reference in New Issue
Block a user