上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 64 下一页
  2021年3月11日
摘要: https://vue-loader.vuejs.org/zh/guide/scoped-css.html 阅读全文
posted @ 2021-03-11 15:44 ygunoil 阅读(740) 评论(0) 推荐(0) 编辑
  2021年3月6日
摘要: 一、背景 公司业务需要,管理层做项目管理就会制定项目计划,为了更好的的做好项目计划就需要用到做计划常用的工具甘特图,而且做好计划管理对项目的风险管控也有很大的好处。 二、甘特图官网以及文档地址 https://docs.dhtmlx.com/gantt/desktop__install_with_b 阅读全文
posted @ 2021-03-06 20:36 ygunoil 阅读(4060) 评论(2) 推荐(0) 编辑
  2021年3月4日
摘要: https://esbuild.github.io/ https://www.zhihu.com/question/394060026 https://zhuanlan.zhihu.com/p/139219361 阅读全文
posted @ 2021-03-04 10:25 ygunoil 阅读(214) 评论(0) 推荐(0) 编辑
  2021年3月3日
摘要: https://ld246.com/guide/markdown http://47.93.211.2/ https://www.bejson.com/convert/ueditor2markdown/ chrome-extension://pkgccpejnmalmdinmhkkfafefagii 阅读全文
posted @ 2021-03-03 14:15 ygunoil 阅读(904) 评论(0) 推荐(0) 编辑
  2021年3月1日
摘要: 1、vue3的新特性 答: 1、响应系统的变动 由原来的Object.defineProperty 的getter 和 setter,改变成为了ES2015 Proxy 作为其观察机制。 Proxy的优势:消除了以前存在的警告,使速度加倍,并节省了一半的内存开销。 2、虚拟DOM重写(Virtual 阅读全文
posted @ 2021-03-01 16:19 ygunoil 阅读(5733) 评论(0) 推荐(0) 编辑
摘要: vue2的响应式是通过object.defineproperty实现的,JavaScript对象传入vue实例时,vue会遍历对象的所有property,并通过object.defineproperty把这些property转化为getter和setter,数据发生变化时,就会触发视图的更新;不过这 阅读全文
posted @ 2021-03-01 15:25 ygunoil 阅读(4437) 评论(0) 推荐(0) 编辑
摘要: 1、响应系统的变动 由原来的Object.defineProperty 的getter 和 setter,改变成为了ES2015 Proxy 作为其观察机制。 Proxy的优势:消除了以前存在的警告,使速度加倍,并节省了一半的内存开销。 Proxy的属性及方法 2、虚拟DOM重写(Virtual D 阅读全文
posted @ 2021-03-01 15:12 ygunoil 阅读(1781) 评论(0) 推荐(0) 编辑
摘要: 1.diff算法优化 首先,diff算法是虚拟DOM技术的必然产物,它会对新旧虚拟DOM作对比(即diff),然后将变化的地方更新在真实DOM上。而这其中,如何快速的判别需要变化的内容,就是Vue3.0的提升。具体来看: 在Vue2.0当中,当数据发生变化,它就会新生成一个DOM树,并和之前的DOM 阅读全文
posted @ 2021-03-01 15:04 ygunoil 阅读(3807) 评论(0) 推荐(0) 编辑
  2021年2月25日
摘要: 防火墙是bai一项协助确保信息安全的du设备,zhi会依照特定的规则,允许或是限dao制zhuan传输的数据通过。防shu火墙是一台专属的硬件或是架设在一般硬件上的一套软件。个人防火墙是防止您电脑中的信息被外部侵袭的一项技术,它能在您的系统中监控、阻止任何未经授权允许的数据进入或发出到互联网及其他网 阅读全文
posted @ 2021-02-25 18:12 ygunoil 阅读(1456) 评论(0) 推荐(0) 编辑
摘要: http://www.ruanyifeng.com/blog/2018/07/indexeddb.html IndexedDBtest.htm内容如下: <!DOCTYPE html> <html > <head> <title></title> <script src="js/indexDb.js 阅读全文
posted @ 2021-02-25 14:34 ygunoil 阅读(332) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 64 下一页