01 2019 档案
摘要:pansoso.com 搜网盘 油猴和EX-百度脚本.zip https://aleikeji.pipipan.com/fs/845023-331102839
阅读全文
摘要:现在主流前端框架 有3个 Vue React Angular 如果有时间就都学习,理解一下他们的差异性~ 在线ppt的一个网站 这个是npm讲解的,不错 https://slides.com/seldo/npm-future-of-javascript
阅读全文
摘要:iview table icon dorpdown html页面级别vue组件
阅读全文
摘要:https://www.npmjs.com/package/pako
阅读全文
摘要:https://www.npmjs.com/package/vue-awesome-swiper
阅读全文
摘要:render:(h,params) => { return h(" 定义的元素 ",{ 元素的性质 }," 元素的内容"/[元素的内容]) }
阅读全文
摘要:iview Tree数据格式问题,无限递归树处理数据 https://juejin.im/post/5b51a8a4e51d455d6825be20
阅读全文
摘要:用JSON-server模拟REST API https://www.cnblogs.com/ys-wuhan/p/6387791.html
阅读全文
摘要:vue-cli 打包后显示favicon.ico小图标 https://www.cnblogs.com/mmzuo-798/p/9285013.html
阅读全文
摘要:解决vue不相关组件之间的数据传递 vuex的学习笔记,解决报错this.$store.commit is not a function https://www.cnblogs.com/jasonwang2y60/p/6433082.html
阅读全文
摘要:iview中刷新页面的时候更新导航菜单的active-name https://blog.csdn.net/lhjuejiang/article/details/83212070
阅读全文
摘要:treeGrid 树形表格 https://fly.layui.com/extend/treeGrid/
阅读全文
摘要:webpack+vuecli打包生成资源相对引用路径与背景图片的正确引用 https://www.cnblogs.com/moqiutao/p/7496718.html
阅读全文
摘要:在.vue文件中让html代码自动补全的方法(支持vscode) https://blog.csdn.net/qq_36529459/article/details/79196763 "files.associations": { "*.vue": "html" }, "files.associat
阅读全文
摘要:解决VSCode中使用vetur插件格式化vue文件时,js代码会自动加上冒号和分号 在设置中把"vetur.format.defaultFormatter.js": "prettier", 改为 "vetur.format.defaultFormatter.js": "vscode-typescr
阅读全文
摘要:// mounted: {}, 原来是 空方法 导致了 vue 的警告 !| vue.runtime.esm.js?2b0e:587 [Vue warn]: Error in mounted hook: "TypeError: handlers[i].call is not a function"
阅读全文
摘要:vue 组件名和方法名 重名了,报function错误
阅读全文
摘要:vscode 快捷键 ctrl+shift+F 冲突了 解决办法 1.修复 搜狗输入法 ctrl+shift+F 中文 繁体简体的快捷键冲突 2.修复 微软输入法 ctrl+shift+F 冲突 (直接删了这个输入法) 3.vscode 左下角 点 查找快捷键,把冲突的那个格式化快捷键 换个新快捷键
阅读全文
摘要:Modal 下面的 v-model 就是显示不显示 true 或 false
阅读全文
摘要:import downloadjs from 'downloadjs' 如果是自己写的函数 没用默认导出 记得加花括号 例如 import { download } from './data.js'
阅读全文
摘要:function logDownload(contribution_id) { setTimeout(function () { $.ajax({ url: "/ajax/Wallpaper/LogDownload", type:'POST', cache:false, ...
阅读全文
摘要:基于VueJS的render渲染函数结合自定义组件打造一款非常强大的IView 的Table https://segmentfault.com/a/1190000015970367
阅读全文
摘要:vscode 配置import @ 路径提示及代码智提 https://www.jianshu.com/p/8f18ecacc4b5
阅读全文
摘要:return new Promise((resolve, reject) => { //your code resolve() }).catch(error => { reject(error) }) })
阅读全文
摘要:axios中为所有请求带上Token头 https://www.imooc.com/article/27751
阅读全文
摘要:axios 两种异步模式,代理模式 和 异步模式
阅读全文
摘要:lodash中文说明文档 https://www.css88.com/doc/lodash/
阅读全文
摘要:axios添加了header信息后发送的get请求自动编程option请求了 webpack 代理转发 Provisional headers are shown 在Vue中如何使用axios跨域访问数据 如果你是跨域请求,服务端返回响应时需要添加headers: Access-Control-Al
阅读全文
摘要:axios token header response request http拦截器 axios实现登录、拦截、登出 一个项目学会前端实现登录拦截 https://github.com/superman66/vue-axios-github axios 后台管理项目 - token刷新,拦截器设置
阅读全文
摘要:import qs from 'qs' 1.npm地址 https://www.npmjs.com/package/qs 2、概述 将url中的参数转为对象; 将对象转为url参数形式 3、示例 import qs from 'qs'; const url = 'method=query_sql_d
阅读全文
摘要:用的这个程序 concurrently 说是再有异步的时候,&& 就不好使,而且&& 也不能执行npm 只能执行命令 官方地址:https://www.npmjs.com/package/concurrently 安装脚本: npm install concurrently --save 不知道为什
阅读全文
摘要:https://gitee.com/pengchenggang/gitBlog
阅读全文
摘要:pandoc md.md -o md.docx
阅读全文
摘要:https://www.typora.io/ Pandoc 2.5
阅读全文
摘要:看云 写帮助文档 | 专注于文档在线创作、协作和托管 https://www.kancloud.cn/manual/thinkphp/1678 https://www.gitbook.com/
阅读全文
摘要:Vue 2.0 右键菜单组件 Vue Context Menu https://juejin.im/entry/5976d14751882507db6e839c
阅读全文
摘要:Day.js 是一个轻量的处理时间和日期的 JavaScript 库,和 Moment.js 的 API 设计保持完全一样. 如果您曾经用过 Moment.js, 那么您已经知道如何使用 Day.js https://www.npmjs.com/package/dayjs https://githu
阅读全文
摘要:vue-gemini-scrollbar(vue组件-自定义滚动条) https://segmentfault.com/a/1190000013338560
阅读全文
摘要:https://tophonetics.com/zh/
阅读全文
摘要:<template>props 传参<in-body :mbx="['首页','','']"> props 代码使用<BreadcrumbItem>{{mbx[0]}}</BreadcrumbItem><BreadcrumbItem v-if="mbx[1]!=''">{{mbx[1]}}</Bre
阅读全文
摘要:this.$refs.tabs.activeKey ref就是vue里面的id
阅读全文
摘要:@click.native 会触发原生 click事件 vue
阅读全文
摘要:Web Server Notifier 是chrome网上商店的一个插件
阅读全文
摘要:autoOpenBrowser: true, 运行npm后自动打开浏览器
阅读全文
摘要:总结vue2.0 配置的实例方法 http://www.php.cn/js-tutorial-369603.html
阅读全文
摘要:chrome 打开上次关闭的tab ctrl+shift+T
阅读全文
摘要:https://github.com/renrenio/renren-fast-vue/wiki/Dynamic-menu-routes http://fast.demo.renren.io/#/sys-menu
阅读全文
摘要:gitee 如何创建仓库 及发布 http://pengchenggang.gitee.io/layuisyshelp 在本地项目文件中使用bash $ git config --global user.name "你的名字" $ git config --global user.email "你的
阅读全文
摘要:,mounted:function(){ this.loadJson()}
阅读全文
摘要:,methods:{ loadJson:function(){ //this.jsonTest = "jjj" this.$http.get('http://localhost:3003/news/1') .then((response) => { //console.log(resp...
阅读全文
摘要:json-server && axios vue2.0项目实战(3)使用axios发送请求 https://www.cnblogs.com/zhouyangla/p/6753673.html
阅读全文
摘要:vue >>> 编译失败问题 loader 待解决 用vue iview 脚手架 来一次试试~
阅读全文
摘要:{ test: /\.css$/, use: ExtractTextPlugin.extract({ use: ['css-loader?minimize', 'autoprefixer-loader'], fallback: '...
阅读全文
摘要:// fs.open('./env.js', 'w', function(err, fd) { // // const buf = 'export default "development";'; // // fs.write(fd, buf, 0, buf.length, 0, function(err, written, buffer) {}); // const b...
阅读全文
摘要:iview Tree数据格式问题,无限递归树处理数据 https://juejin.im/post/5b51a8a4e51d455d6825be20 FormData使用方法详解 用JSON-server模拟REST API https://www.cnblogs.com/ys-wuhan/p/63
阅读全文
摘要:ElementUI 说明文档 a {text-decoration: none; color:inherit;}
阅读全文
摘要:java 随机数<c:set var="version" value="<%=System.currentTimeMillis() %>"/>
阅读全文
摘要:用JSON-server模拟REST API https://www.cnblogs.com/ys-wuhan/p/6387791.html live-server的使用 https://blog.csdn.net/shan1991fei/article/details/79007953
阅读全文