Min's blog

I choose to see the beauties in the world.

导航

上一页 1 2 3 4 5 6 ··· 9 下一页

2019年9月11日

摘要: Vue函数防抖和节流https://zhuanlan.zhihu.com/p/72363385 阅读全文

posted @ 2019-09-11 17:12 Min77 阅读(598) 评论(0) 推荐(0) 编辑

2019年9月10日

摘要: vs code 同步需要在github上配置好gist id, 将gist id添加至setting.json中, 然后再在localsetting中设置access token, gist id 使用原有的,token可能需要重新生成再添加到配置中 阅读全文

posted @ 2019-09-10 11:05 Min77 阅读(107) 评论(0) 推荐(0) 编辑

2019年9月5日

摘要: 1.vscode webstorm 2.picpick 3.winscp 4.axure 5.project 6.xmind 7.visio 8.teamview 阅读全文

posted @ 2019-09-05 09:45 Min77 阅读(116) 评论(0) 推荐(0) 编辑

2019年9月3日

摘要: 1.computed 计算属性: 有缓存 属性一般只有get方法,很少使用set方法 2.在ES6开发中优先使用const, 只有需要改变某一标识符时才使用let 3.常量指向的对象不能修改,但是可以改变对象内部的属性可以修改 4.es5中if和for内都没有块级作用域 5.es5中闭包可以解决循环 阅读全文

posted @ 2019-09-03 16:08 Min77 阅读(79) 评论(0) 推荐(0) 编辑

2019年9月2日

摘要: location.hash="aaa" history.pushState({},'', "home") history.replaceState() history.go(-1) = history.back() 跳到某一个栈的位置 history.go() 可以正值也可以负值 栈结构,先进后出 阅读全文

posted @ 2019-09-02 17:18 Min77 阅读(150) 评论(0) 推荐(0) 编辑

摘要: 什么是路由? 1.routing就是通过互联的网络把信息从源地址传输到目的地址的活动 2.路由是决定数据包从来源到目的地的路径 3.转送将输入端的数据转移到合适的输出端 4.路由本质上是一个映射表,决定了数据包的指向 1.后端渲染、服务端渲染 后端处理url和页面的映射关系, eg: jsp(jav 阅读全文

posted @ 2019-09-02 14:49 Min77 阅读(113) 评论(0) 推荐(0) 编辑

摘要: 1.安装 npm install -g @vue/cli 2.vue create xxxx 3.runtime-only/ runtime-compiler 一般项目选择runtime only 阅读全文

posted @ 2019-09-02 14:24 Min77 阅读(74) 评论(0) 推荐(0) 编辑

2019年8月27日

摘要: 1.npm 更新到最新npm i -g npm 2.npm 版本查看 npm -v 3.npm 切换镜像 npm install -g nrm 4.查看可用源 nrm ls* npm https://registry.npmjs.org/ cnpm http://r.cnpmjs.org/ taob 阅读全文

posted @ 2019-08-27 11:24 Min77 阅读(62) 评论(0) 推荐(0) 编辑

2019年8月14日

摘要: 避免内联和嵌入代码,尽量引入外部文件 样式在上,脚本在下,样式在head内 上线前通过自动化工具压缩样式表,或适应预处理器,如less,sass,stylus 尽量合并多个CSS文件,因为浏览器的并行下载速度有限 使用async异步加载页面内容,如使用多个属性,并无固定顺序<script async 阅读全文

posted @ 2019-08-14 17:48 Min77 阅读(87) 评论(0) 推荐(0) 编辑

摘要: 1.安装后修改hosts: windows\system32\drivers\etc 管理员权限修改 0.0.0.0 account.jetbrains.com 2. 选择activation code 加入注册码 阅读全文

posted @ 2019-08-14 17:25 Min77 阅读(77) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 9 下一页