docs: APM 监控部分

This commit is contained in:
杭城小刘
2020-04-06 22:35:27 +08:00
parent fb73c0acf4
commit 32d90b27fc
34 changed files with 2702 additions and 126 deletions

View File

@@ -218,8 +218,8 @@ Chrome开发者工具和Firebug都提供了书签功能用于显示你在元
```
var arr = [{ num: 0 }];
setInterval(function(){
console.log(arr);
arr[0].num += 1;
console.log(arr);
arr[0].num += 1;
}, 1000);
```

View File

@@ -126,8 +126,8 @@
?>
```
![css点击统计](/assets/2287777-c1d479c5171de2d0.png)
![php代码统计](/assets/2287777-a50bd17a33290204.png)
![css点击统计](https://raw.githubusercontent.com/FantasticLBP/knowledge-kit/master/assets/2287777-c1d479c5171de2d0.png)
![php代码统计](https://raw.githubusercontent.com/FantasticLBP/knowledge-kit/master/assets/2287777-a50bd17a33290204.png)

View File

@@ -1,6 +1,6 @@
# h5自定义对象
### 一、方式一
## 一、方式一
在很早以前我们自定义元素的属性要通过 `user-defined-attribute="value"`的方式来设置自己需要的属性