└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # blog-FE 2 | 3 | 爱乐奇技术博客 4 | 5 | ## How to contribute 6 | 7 | 通过new Issue的方式来发文章和讨论,并在Readme按照分类做链接 8 | 9 | ## 内容分类 10 | 11 | ### 前端 12 | 13 | #### JavaScript 14 | 15 | 1. [Javascript集成Sentry](https://github.com/alo7/blog-FE/issues/1) 16 | 2. [聊聊RxJS中的错误重试](https://github.com/alo7/blog-FE/issues/7) 17 | 3. [Webm进度条问题分析与解决](https://github.com/alo7/blog-FE/issues/10) 18 | 4. [('b' + 'a' + + 'a' + 'a').toLowerCase()输出banana的剖析](https://github.com/alo7/blog-FE/issues/17) 19 | 20 | #### NodeJs 21 | 22 | 1. [通过Webkit远程调试协议监听网页崩溃](https://github.com/alo7/blog-FE/issues/8) 23 | 24 | #### Electron 25 | 26 | 1. [Electron App 在 MacOS 下 申请摄像头及麦克风权限踩坑指南](https://github.com/alo7/blog-FE/issues/23) 27 | 28 | ### 安全 29 | 30 | #### Web安全 31 | 32 | 1. [Web安全概览](https://github.com/alo7/blog-FE/issues/21) 33 | 34 | ### 运维 35 | 36 | #### CI/CD 37 | 38 | 1. [基于Gitlab CI的上线时间校验](https://github.com/alo7/blog-FE/issues/12) 39 | 2. [gitlab-runner服务注册及任务捕获原理](https://github.com/alo7/blog-FE/issues/13) 40 | 41 | #### Elasticsearch 42 | 43 | 1. [Elasticsearch搜索-基本搜索(第一章)](https://github.com/alo7/blog-FE/issues/2) 44 | 2. [Elasticsearch搜索-全文查询(第二章)](https://github.com/alo7/blog-FE/issues/3) 45 | 3. [Elasticsearch搜索-词项查询(第三章)](https://github.com/alo7/blog-FE/issues/4) 46 | 4. [Elasticsearch搜索-复合查询(第四章)](https://github.com/alo7/blog-FE/issues/5) 47 | 48 | #### Kubernetes 49 | 50 | 1. [基于任务量进行k8s集群的灵活调度处理](https://github.com/alo7/blog-FE/issues/19) 51 | 52 | #### Other 53 | 54 | 1. [从fdk_aac编码器到自动静态编译FFmpeg](https://github.com/alo7/blog-FE/issues/15) 55 | 56 | ### Chromium 57 | 58 | 1. [macOS 10.15 下载及编译 Chromium](https://github.com/alo7/blog-FE/issues/25) 59 | --------------------------------------------------------------------------------