阅读
故事只要写的不是太烂,更利于传播,另一方面,科普也并非某些人摒弃的毫无意义
供选择数据库的时候做一个参考
聚沙
End-to-End Test
End-to-end testing is a methodology used to test whether the flow of an application is performing as designed from start to finish. The purpose of carrying out end-to-end tests is to identify system dependencies and to ensure that the right information is passed between various system components and systems.
https://www.techopedia.com/definition/7035/end-to-end-test
document.execCommand
操作剪切板
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
|
document.execCommand https://developer.mozilla.org/zh-CN/docs/Web/API/Document/execCommand
this 指向
1 2 3 4 5 6 7 8 9 10 11 12 |
|
new 运算符
1 2 |
|
关于 new 运算符
- 创建空对象。
- 将类的prototype中的属性和方法复制到实例中。
- 将第一步创建的空对象做为类的参数调用类的构造函数
默认如果没有覆盖这个空对象的话,返回this
乱弹
- 有些题目 http://www.cnblogs.com/aaronjs/p/3172112.html
- 骗赞? https://www.zhihu.com/question/30002951
- Robust 鲁棒性(健壮性)指系统在扰动或不确定的情况下仍能保持它们的特征行为