-
I am doing this in browser
```javascript
import {html,render,component,key,useUnmount,invalidate,createContext,addContext,useContext} from 'https://cdn.jsdelivr.net/npm/1more/dist/index.min.js';
im…
-
## 1、vue开发中常用的指令有哪些?
- v-if,v-else, v-else-if, v-show
- v-for
- v-on
- v-model
- v-bind
- v-html
- v-text
## 2、vuediff算法的原理
首先比较新旧节点的标签名,
- 如果不同,直接替换成新的节点。
- 如果标签名相同,则比较节点属性和事件
- 如果不同,直接修…
-
新技术涌现太快。我这里会记录自己感觉以后能用的到的框架,技术。
-
参考书籍:
[深入react 技术栈](https://book.douban.com/subject/26918038/)
2017年 React 会议
https://facebook.github.io/react/community/conferences.html
从零到一的 React 学习与实践资料索引
https://zhuanlan.zhihu.com/p/26…
-
本质上,这个主题实际上是我学习`Vue`框架时期的练手项目。
开源的博客项目很多很多,为什么选择了`Hexo`?
首先,`hexo`提供的`generator`机制可以使我获取`hexo`渲染后的生页面(raw html page),并且以`json`格式存储。解决了 **数据怎么来?从哪来?** 的问题。
其次,`hexo`提供的`__config.yml`配置文件也可以记录在`j…
-
## 日期 Date
1 Mar 2019
## 地點 Location
- Hong Kong
## 場地 Venue
Station for Open Cultures in Eaton Hotel (380 Nathan Road)
## 題目 Sessions
- in @ , with one-line to describe
-
-
原理
===
双向绑定
---
### 实现方法
#### 1. 发布订阅
- backbone
#### 2. 脏值检查
- 变量dirty做记录,所以叫脏值检查
- 步骤
> 1. angular根本**不监听**数据的变动
> 1. 在恰当时机从$rootScope开始遍历所有$scope,检查它们是否有变化
> 1. 有变化,变量dirty为tr…
-
### Description
This group defined a number of [projects/goals for 2023](https://github.com/nodejs/package-maintenance/issues/550) & one of them was to create a new "statusboard" (similar to npm's …
-
```
$ curl -s 'https://api.cdnjs.com/libraries' | jq -r .results[].name | xargs -I{} -n1 -P 10 bash -c 'F="$(mktemp)"; trap "rm -f "${F}"" EXIT; S="$(curl --silent --output "${F}" --write-out "%{http…