2018年5月19日

element-ui

摘要: 1 布局 & 导航栏及其属性 el-menu 初始值,样式,横竖,触发事件 阅读全文

posted @ 2018-05-19 22:33 KellyChen_hug&hope 阅读(108) 评论(0) 推荐(0) 编辑

install Webpack

摘要: 180601 把adminlte 3.0的模板布局倒腾出来了,开心,得到的知识点是 npm install xxx@3.2.1 根据版本安装, 还加载了jquery,好奇为啥这个不是默认安装的,不科学啊,还要自己加plugin。根据网上教程倒腾了,不明觉厉。想把js权威指南翻出来继续看,可是看不下去 阅读全文

posted @ 2018-05-19 08:43 KellyChen_hug&hope 阅读(115) 评论(0) 推荐(0) 编辑

2018年5月17日

异步 callback vs promise vs async/await

摘要: 1. callback var fn1=function(){console.log("func1")} var fn2=function(fn){ setTimeout(function(){ console.log("func2") fn() //不能写fn,这只是函数名,要写fn()才是触发 阅读全文

posted @ 2018-05-17 23:40 KellyChen_hug&hope 阅读(129) 评论(0) 推荐(0) 编辑

2018年5月16日

function a() {} vs. var a=function(){} vs (function a(){})

摘要: 1. Javascript 函数和变量声明的“提前”hoist 行为 2. var a=function(){} 函数名a提前了,函数主体body不会被提前,只有在被调用时才被初始化 3. 为什么会出现这种情况? js编译的顺序是怎样的? answer: http://dmitrysoshnikov 阅读全文

posted @ 2018-05-16 22:01 KellyChen_hug&hope 阅读(143) 评论(0) 推荐(0) 编辑

2018年4月17日

Blessing

摘要: Heard from Janet last week you are leaving Dell. Not sure when but wishing the best in your new job. More importantly, opportunity of finding a Handso 阅读全文

posted @ 2018-04-17 13:22 KellyChen_hug&hope 阅读(120) 评论(0) 推荐(0) 编辑

2018年3月19日

Question

摘要: 1. How to transfer data in page to the modal? 2. what's the meaning of 'data-target' & 'data-toggle'? data-toggle:以什么事件触发 data-target: 时间的目标 3. CSS bo 阅读全文

posted @ 2018-03-19 14:51 KellyChen_hug&hope 阅读(112) 评论(0) 推荐(0) 编辑

Vue slot

摘要: slot http://blog.csdn.net/wyk304443164/article/details/77836450 lifecycle & hook: http://blog.csdn.net/sexy_squirrel/article/details/60764504 阅读全文

posted @ 2018-03-19 10:22 KellyChen_hug&hope 阅读(101) 评论(0) 推荐(0) 编辑

2018年3月16日

Good Template

摘要: 1. http://ofyya1gfg.bkt.clouddn.com/7-use-datatable-with-html/index.html#/app/add/service 2. https://segmentfault.com/a/1190000010043013 阅读全文

posted @ 2018-03-16 14:38 KellyChen_hug&hope 阅读(61) 评论(0) 推荐(0) 编辑

2018年3月8日

学习方法

摘要: 20180531 今儿下雨了,天气舒服的超级适合赖床,和傅同学1:1了,一开始聊得比较尴尬,觉得在聊天方面,自己得多磨练磨练呢,后面的气氛还不错。几个note 1. 自己要准备分享的东西,自己目前的学习情况, 2. 抛出自己的问题,如何构建vue结构体系更好适应watcher,记录优秀的技术点/解决 阅读全文

posted @ 2018-03-08 21:18 KellyChen_hug&hope 阅读(119) 评论(0) 推荐(0) 编辑

导航