随笔分类 -  learn

摘要:1.地址 https://mock.mengxuegu.com/ 阅读全文
posted @ 2021-11-05 16:28 JaneLifeVlog 阅读(98) 评论(0) 推荐(0)
摘要:Model Model={ data:{程序需要操作的数据或信息}, create:{增数据}, delete:{删数据}, undate(data){ Object.assign(m.data,data) //使用新数据替换旧数据 eventsBus.trigger('m:upate') //ev 阅读全文
posted @ 2020-12-07 14:35 JaneLifeVlog 阅读(37) 评论(0) 推荐(0)
摘要:JavaScript 算法与数据结构 https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-CN.md 数据结构和算法必知必会的50个代码实现 https://github.com/wangzheng0822/ 阅读全文
posted @ 2020-11-12 11:07 JaneLifeVlog 阅读(89) 评论(0) 推荐(0)
摘要:腾讯标准文档 https://tgideas.qq.com/doc/index.html 京东文档 https://guide.aotu.io/index.html 阿里巴巴文档 https://github.com/airbnb/javascript 百度文档 https://github.com 阅读全文
posted @ 2020-11-12 10:40 JaneLifeVlog 阅读(109) 评论(0) 推荐(0)