上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 28 下一页
摘要: 网上都是 "*.vue": "vue",改成"*.vue": "html" 就ok了 "files.associations": { "*.vue": "html" } 失败了~ 网上都是 "*.vue": "vue",改成"*.vue": "html" 就ok了 "files.associatio 阅读全文
posted @ 2019-02-12 15:29 彭成刚 阅读(458) 评论(0) 推荐(0) 编辑
摘要: HTML 中 CSS Class 智能提示 阅读全文
posted @ 2019-02-12 11:48 彭成刚 阅读(5825) 评论(2) 推荐(0) 编辑
摘要: this.$Message.success('提示信息') 少写了一个c 导致报错 而且 $Message 输出还没显示,导致我以为是没有 $Message 对象了,其实全局对象直接调用即可 阅读全文
posted @ 2019-02-12 11:40 彭成刚 阅读(2022) 评论(0) 推荐(0) 编辑
摘要: Jenkins java svn同步 自动构建 阅读全文
posted @ 2019-02-11 21:48 彭成刚 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 需要有 :key="index" 阅读全文
posted @ 2019-02-11 09:52 彭成刚 阅读(321) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/mafly/p/postman.html 阅读全文
posted @ 2019-02-03 11:14 彭成刚 阅读(127) 评论(0) 推荐(0) 编辑
摘要: vscode vue js里面的注释 javascript.json 阅读全文
posted @ 2019-02-03 09:36 彭成刚 阅读(1194) 评论(0) 推荐(0) 编辑
摘要: 设置 "workbench.editor.enablePreview": false 阅读全文
posted @ 2019-02-03 09:09 彭成刚 阅读(1913) 评论(0) 推荐(1) 编辑
摘要: vue文件模板 模板变量 https://code.visualstudio.com/docs/editor/userdefinedsnippets#_variables vue.json 阅读全文
posted @ 2019-02-02 16:57 彭成刚 阅读(496) 评论(0) 推荐(0) 编辑
摘要: 不用那个忽略文件那个,那个功能是删除服务器的文件,然后本地还存在,不符合我的要求 我的要求是 服务器文件在,我不动,然后我改完了,和别人的不冲突,我也不覆盖别人的文件 主要就是默认不提交,这个很重要 ignore-on-commit 阅读全文
posted @ 2019-02-01 16:18 彭成刚 阅读(2649) 评论(0) 推荐(0) 编辑
摘要: project .mpp 查看当天工作任务 1.选择自己 2.选择起始和终止时间 就显示当天的任务了 阅读全文
posted @ 2019-02-01 16:12 彭成刚 阅读(719) 评论(0) 推荐(0) 编辑
摘要: setting.json 我以前不好用的 但是颜色比较喜欢的黑色的 阅读全文
posted @ 2019-02-01 14:42 彭成刚 阅读(622) 评论(0) 推荐(0) 编辑
摘要: pansoso.com 搜网盘 油猴和EX-百度脚本.zip https://aleikeji.pipipan.com/fs/845023-331102839 阅读全文
posted @ 2019-01-31 22:40 彭成刚 阅读(1135) 评论(0) 推荐(0) 编辑
摘要: 现在主流前端框架 有3个 Vue React Angular 如果有时间就都学习,理解一下他们的差异性~ 在线ppt的一个网站 这个是npm讲解的,不错 https://slides.com/seldo/npm-future-of-javascript 阅读全文
posted @ 2019-01-31 22:10 彭成刚 阅读(228) 评论(0) 推荐(0) 编辑
摘要: iview table icon dorpdown html页面级别vue组件 阅读全文
posted @ 2019-01-31 11:43 彭成刚 阅读(399) 评论(0) 推荐(0) 编辑
摘要: https://www.npmjs.com/package/pako 阅读全文
posted @ 2019-01-30 16:12 彭成刚 阅读(346) 评论(0) 推荐(0) 编辑
摘要: https://www.npmjs.com/package/vue-awesome-swiper 阅读全文
posted @ 2019-01-30 12:55 彭成刚 阅读(283) 评论(0) 推荐(0) 编辑
摘要: render:(h,params) => { return h(" 定义的元素 ",{ 元素的性质 }," 元素的内容"/[元素的内容]) } 阅读全文
posted @ 2019-01-25 15:41 彭成刚 阅读(164) 评论(0) 推荐(0) 编辑
摘要: iview Tree数据格式问题,无限递归树处理数据 https://juejin.im/post/5b51a8a4e51d455d6825be20 阅读全文
posted @ 2019-01-24 16:35 彭成刚 阅读(429) 评论(0) 推荐(0) 编辑
摘要: 用JSON-server模拟REST API https://www.cnblogs.com/ys-wuhan/p/6387791.html 阅读全文
posted @ 2019-01-24 16:34 彭成刚 阅读(97) 评论(0) 推荐(0) 编辑
摘要: vue-cli 打包后显示favicon.ico小图标 https://www.cnblogs.com/mmzuo-798/p/9285013.html 阅读全文
posted @ 2019-01-24 16:33 彭成刚 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 解决vue不相关组件之间的数据传递 vuex的学习笔记,解决报错this.$store.commit is not a function https://www.cnblogs.com/jasonwang2y60/p/6433082.html 阅读全文
posted @ 2019-01-24 16:33 彭成刚 阅读(365) 评论(0) 推荐(0) 编辑
摘要: iview中刷新页面的时候更新导航菜单的active-name https://blog.csdn.net/lhjuejiang/article/details/83212070 阅读全文
posted @ 2019-01-24 16:32 彭成刚 阅读(284) 评论(0) 推荐(0) 编辑
摘要: treeGrid 树形表格 https://fly.layui.com/extend/treeGrid/ 阅读全文
posted @ 2019-01-24 16:32 彭成刚 阅读(250) 评论(0) 推荐(0) 编辑
摘要: webpack+vuecli打包生成资源相对引用路径与背景图片的正确引用 https://www.cnblogs.com/moqiutao/p/7496718.html 阅读全文
posted @ 2019-01-24 16:31 彭成刚 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 在.vue文件中让html代码自动补全的方法(支持vscode) https://blog.csdn.net/qq_36529459/article/details/79196763 "files.associations": { "*.vue": "html" }, "files.associat 阅读全文
posted @ 2019-01-24 16:28 彭成刚 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 解决VSCode中使用vetur插件格式化vue文件时,js代码会自动加上冒号和分号 在设置中把"vetur.format.defaultFormatter.js": "prettier", 改为 "vetur.format.defaultFormatter.js": "vscode-typescr 阅读全文
posted @ 2019-01-24 15:43 彭成刚 阅读(687) 评论(0) 推荐(0) 编辑
摘要: // mounted: {}, 原来是 空方法 导致了 vue 的警告 !| vue.runtime.esm.js?2b0e:587 [Vue warn]: Error in mounted hook: "TypeError: handlers[i].call is not a function" 阅读全文
posted @ 2019-01-24 15:26 彭成刚 阅读(1752) 评论(0) 推荐(0) 编辑
摘要: vue 组件名和方法名 重名了,报function错误 阅读全文
posted @ 2019-01-24 14:12 彭成刚 阅读(441) 评论(0) 推荐(0) 编辑
摘要: vscode 快捷键 ctrl+shift+F 冲突了 解决办法 1.修复 搜狗输入法 ctrl+shift+F 中文 繁体简体的快捷键冲突 2.修复 微软输入法 ctrl+shift+F 冲突 (直接删了这个输入法) 3.vscode 左下角 点 查找快捷键,把冲突的那个格式化快捷键 换个新快捷键 阅读全文
posted @ 2019-01-24 10:53 彭成刚 阅读(3581) 评论(0) 推荐(0) 编辑
摘要: Modal 下面的 v-model 就是显示不显示 true 或 false 阅读全文
posted @ 2019-01-24 09:47 彭成刚 阅读(512) 评论(0) 推荐(0) 编辑
摘要: import downloadjs from 'downloadjs' 如果是自己写的函数 没用默认导出 记得加花括号 例如 import { download } from './data.js' 阅读全文
posted @ 2019-01-24 09:01 彭成刚 阅读(267) 评论(0) 推荐(0) 编辑
摘要: function logDownload(contribution_id) { setTimeout(function () { $.ajax({ url: "/ajax/Wallpaper/LogDownload", type:'POST', cache:false, ... 阅读全文
posted @ 2019-01-23 16:43 彭成刚 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 基于VueJS的render渲染函数结合自定义组件打造一款非常强大的IView 的Table https://segmentfault.com/a/1190000015970367 阅读全文
posted @ 2019-01-23 13:33 彭成刚 阅读(225) 评论(0) 推荐(0) 编辑
摘要: vscode 配置import @ 路径提示及代码智提 https://www.jianshu.com/p/8f18ecacc4b5 阅读全文
posted @ 2019-01-22 17:56 彭成刚 阅读(365) 评论(0) 推荐(0) 编辑
摘要: vs code 插件list 阅读全文
posted @ 2019-01-22 16:22 彭成刚 阅读(130) 评论(0) 推荐(0) 编辑
摘要: return new Promise((resolve, reject) => { //your code resolve() }).catch(error => { reject(error) }) }) 阅读全文
posted @ 2019-01-22 13:54 彭成刚 阅读(97) 评论(0) 推荐(0) 编辑
摘要: axios中为所有请求带上Token头 https://www.imooc.com/article/27751 阅读全文
posted @ 2019-01-22 11:17 彭成刚 阅读(270) 评论(0) 推荐(0) 编辑
摘要: axios 两种异步模式,代理模式 和 异步模式 阅读全文
posted @ 2019-01-21 15:20 彭成刚 阅读(416) 评论(0) 推荐(0) 编辑
摘要: lodash中文说明文档 https://www.css88.com/doc/lodash/ 阅读全文
posted @ 2019-01-21 11:03 彭成刚 阅读(259) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 28 下一页