上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 39 下一页

2018年8月5日

jianx vtritualbox 虚拟镜像的体积

摘要: https://blog.csdn.net/ganshuyu/article/details/46360271 阅读全文

posted @ 2018-08-05 21:44 童彪 阅读(104) 评论(0) 推荐(0) 编辑

Warning:Configuration 'compile' is obsolete and has been replaced with 'implementation'. It will be

摘要: 1.替换 compile为implementation。 2.file->invalidate caches 或者build中的clear 阅读全文

posted @ 2018-08-05 13:59 童彪 阅读(248) 评论(0) 推荐(0) 编辑

2018年8月4日

Android Studio安装插件提示was not installed: Cannot download的解决

摘要: https://blog.csdn.net/xiayiye5/article/details/80510910 2.【Android Studio安装部署系列】三十二、Android模拟器Genymotion安装使用教程详解: https://www.cnblogs.com/whycxb/p/685 阅读全文

posted @ 2018-08-04 18:01 童彪 阅读(613) 评论(0) 推荐(0) 编辑

webpack 引用vconsole

摘要: 1.npm install -vconsole --save-dev 2.npm install -vconsele-webpack-plugin --save-dev 3.webpack.base.conf.js 'use strict' const path = require('path') 阅读全文

posted @ 2018-08-04 14:11 童彪 阅读(736) 评论(0) 推荐(0) 编辑

2018年8月3日

vue ...mapMutations 的第一个参数默认为 数据对象state

摘要: 1.实现回调后 路由的跳转 阅读全文

posted @ 2018-08-03 10:32 童彪 阅读(339) 评论(0) 推荐(0) 编辑

2018年8月2日

vue 如何实现在函数中触发路由跳转

摘要: $router.push({path:'/registration'}) 阅读全文

posted @ 2018-08-02 17:38 童彪 阅读(1060) 评论(0) 推荐(0) 编辑

axios 使用

摘要: //注册获取新的验证码 mutations_registration_get_verificationCode(store) { let registration_get_code = store.state.registration.registration_get_code; //设置是否允许 获取新的求情的标志位 let params = { numbe... 阅读全文

posted @ 2018-08-02 17:00 童彪 阅读(123) 评论(0) 推荐(0) 编辑

rem 的使用

摘要: 1.填加以下代码 补充: em相对于父元素,rem相对于根元素。 简单版 (function () { var docEl = document.documentElement; var resize = 'orientationchange' in window ? 'orientationcha 阅读全文

posted @ 2018-08-02 13:16 童彪 阅读(188) 评论(0) 推荐(0) 编辑

vscode 习惯配置

摘要: { "gitlens.advanced.messages": { "suppressShowKeyBindingsNotice": true }, "workbench.colorTheme": "Monokai", "workbench.iconTheme": "material-icon-theme", "editor.formatOn... 阅读全文

posted @ 2018-08-02 10:47 童彪 阅读(341) 评论(0) 推荐(0) 编辑

修改默认的inout输入框背景颜色

摘要: https://www.cnblogs.com/beileixinqing/p/6119690.html 阅读全文

posted @ 2018-08-02 09:51 童彪 阅读(537) 评论(0) 推荐(0) 编辑

上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 39 下一页

导航