blog
blog copied to clipboard
this is my blog
Bumps [terser](https://github.com/terser/terser) from 4.6.13 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
## MySql - Workbench - navicat - sequel pro ## MongoDB - Robo 3T ## Redis - [Another Redis Desktop Manager](https://github.com/qishibo/AnotherRedisDesktopManager)
## 沙箱使用场景 在线编辑器,比如 [codepen](https://codepen.io/), [stackblitz](https://stackblitz.com/),这种,代码运行都是运行在一个沙箱里的,因为不能因为使用者代码写的有问题,而导致平台直接挂掉了。 ## 有哪些方案 - 基于属性 diff 实现的沙箱机制(SnapshotSandbox) - proxy - iframe - webworker - 基于 ES 提案 ShadowRealm API 介绍 - vm2,node提供的原生的 ## 简单实现 ### 快照沙箱...
开源电子书推荐
## 《ECMAScript 6 入门》 - 地址:https://es6.ruanyifeng.com/#docs/function ## 《现代 JavaScript 教程》 - 地址:https://zh.javascript.info/ ## 《JS 函数式编程指南》 - 地址:https://llh911001.gitbooks.io/mostly-adequate-guide-chinese/content/ ## 《浏览器的工作原理:新式网络浏览器幕后揭秘》 - 作为一名网络开发人员,学习浏览器的内部工作原理将有助于您作出更明智的决策,并理解那些最佳开发实践的个中缘由。尽管这是一篇相当长的文档,但是我们建议您花些时间来仔细阅读;读完之后,您肯定会觉得所费不虚。 - 地址:https://www.html5rocks.com/zh/tutorials/internals/howbrowserswork/ ## 《Vue技术揭秘》 - 全方位细致深度解析 Vue.js 的实现原理, Vue2.x...
## 埋点方案 - 全埋点 - 手动埋点(代码上报) ## 数据指标上报方式 前端埋点收集到的数据需要上报给服务端,目前较为常用的方案为三种。 ### 1. 动态创建img标签,通过src发出请求 通过 img 标签 ```js function sendByImg(src, data) { var img = document.createElement("img"); img.src = `${src}?log=${data}`; } ``` 通过...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.12.0 to 4.20.3. Changelog Sourced from browserslist's changelog. 4.20.3 Add Baidu to dead browsers (by Igor Lukanin). 4.20.2 Fixed package.funding URL format. 4.20.1 Fixed package.funding. Fixed docs...
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.29 to 7.0.39. Release notes Sourced from postcss's releases. 7.0.39 Reduce package size. Backport nanocolors to picocolors migration. 7.0.38 Update Processor#version. 7.0.37 Backport chalk to nanocolors migration....
Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.9.1. Release notes Sourced from color-string's releases. 1.9.0 Minor Release 1.9.0 Add parsing of exponential alpha values for HWB and HSL (#66) Thanks to @babycannotsay...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...