上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 28 下一页
摘要: https://tophonetics.com/zh/ 阅读全文
posted @ 2019-01-16 14:45 彭成刚 阅读(3887) 评论(0) 推荐(1) 编辑
摘要: <template>props 传参<in-body :mbx="['首页','','']"> props 代码使用<BreadcrumbItem>{{mbx[0]}}</BreadcrumbItem><BreadcrumbItem v-if="mbx[1]!=''">{{mbx[1]}}</Bre 阅读全文
posted @ 2019-01-16 10:28 彭成刚 阅读(295) 评论(0) 推荐(0) 编辑
摘要: tabsGif 阅读全文
posted @ 2019-01-16 08:31 彭成刚 阅读(136) 评论(0) 推荐(0) 编辑
摘要: this.$refs.tabs.activeKey ref就是vue里面的id 阅读全文
posted @ 2019-01-15 16:14 彭成刚 阅读(854) 评论(0) 推荐(0) 编辑
摘要: @click.native 会触发原生 click事件 vue 阅读全文
posted @ 2019-01-15 11:00 彭成刚 阅读(903) 评论(0) 推荐(0) 编辑
摘要: Web Server Notifier 是chrome网上商店的一个插件 阅读全文
posted @ 2019-01-15 10:37 彭成刚 阅读(219) 评论(0) 推荐(0) 编辑
摘要: autoOpenBrowser: true, 运行npm后自动打开浏览器 阅读全文
posted @ 2019-01-15 08:37 彭成刚 阅读(1295) 评论(0) 推荐(0) 编辑
摘要: 总结vue2.0 配置的实例方法 http://www.php.cn/js-tutorial-369603.html 阅读全文
posted @ 2019-01-14 16:21 彭成刚 阅读(116) 评论(0) 推荐(0) 编辑
摘要: chrome 打开上次关闭的tab ctrl+shift+T 阅读全文
posted @ 2019-01-14 12:56 彭成刚 阅读(491) 评论(0) 推荐(0) 编辑
摘要: https://github.com/renrenio/renren-fast-vue/wiki/Dynamic-menu-routes http://fast.demo.renren.io/#/sys-menu 阅读全文
posted @ 2019-01-14 12:41 彭成刚 阅读(741) 评论(0) 推荐(0) 编辑
摘要: gitee 如何创建仓库 及发布 http://pengchenggang.gitee.io/layuisyshelp 在本地项目文件中使用bash $ git config --global user.name "你的名字" $ git config --global user.email "你的 阅读全文
posted @ 2019-01-10 17:43 彭成刚 阅读(3119) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-01-10 17:12 彭成刚 阅读(211) 评论(0) 推荐(0) 编辑
摘要: https://www.okayapi.com/ 阅读全文
posted @ 2019-01-10 11:40 彭成刚 阅读(163) 评论(0) 推荐(0) 编辑
摘要: ,mounted:function(){ this.loadJson()} 阅读全文
posted @ 2019-01-08 14:17 彭成刚 阅读(2956) 评论(0) 推荐(0) 编辑
摘要: ,methods:{ loadJson:function(){ //this.jsonTest = "jjj" this.$http.get('http://localhost:3003/news/1') .then((response) => { //console.log(resp... 阅读全文
posted @ 2019-01-08 14:13 彭成刚 阅读(2170) 评论(0) 推荐(0) 编辑
摘要: json-server && axios vue2.0项目实战(3)使用axios发送请求 https://www.cnblogs.com/zhouyangla/p/6753673.html 阅读全文
posted @ 2019-01-08 11:24 彭成刚 阅读(280) 评论(0) 推荐(0) 编辑
摘要: vue >>> 编译失败问题 loader 待解决 用vue iview 脚手架 来一次试试~ 阅读全文
posted @ 2019-01-06 21:49 彭成刚 阅读(241) 评论(0) 推荐(0) 编辑
摘要: { test: /\.css$/, use: ExtractTextPlugin.extract({ use: ['css-loader?minimize', 'autoprefixer-loader'], fallback: '... 阅读全文
posted @ 2019-01-04 09:05 彭成刚 阅读(992) 评论(0) 推荐(0) 编辑
摘要: // 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... 阅读全文
posted @ 2019-01-03 17:14 彭成刚 阅读(457) 评论(0) 推荐(0) 编辑
摘要: inbody.vue myButton.vue 阅读全文
posted @ 2019-01-03 17:08 彭成刚 阅读(164) 评论(0) 推荐(0) 编辑
摘要: iview Tree数据格式问题,无限递归树处理数据 https://juejin.im/post/5b51a8a4e51d455d6825be20 FormData使用方法详解 用JSON-server模拟REST API https://www.cnblogs.com/ys-wuhan/p/63 阅读全文
posted @ 2019-01-02 18:03 彭成刚 阅读(216) 评论(0) 推荐(0) 编辑
摘要: ElementUI 说明文档 a {text-decoration: none; color:inherit;} 阅读全文
posted @ 2019-01-02 17:53 彭成刚 阅读(198) 评论(0) 推荐(0) 编辑
摘要: java 随机数<c:set var="version" value="<%=System.currentTimeMillis() %>"/> 阅读全文
posted @ 2019-01-02 15:24 彭成刚 阅读(400) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-01-02 09:00 彭成刚 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 用JSON-server模拟REST API https://www.cnblogs.com/ys-wuhan/p/6387791.html live-server的使用 https://blog.csdn.net/shan1991fei/article/details/79007953 阅读全文
posted @ 2019-01-01 00:11 彭成刚 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 下载 阅读全文
posted @ 2018-12-29 23:44 彭成刚 阅读(140) 评论(0) 推荐(0) 编辑
摘要: Axios 是一个基于 promise 的 HTTP 库,可以用在浏览器和 node.js 中。 阅读全文
posted @ 2018-12-29 16:08 彭成刚 阅读(162) 评论(0) 推荐(0) 编辑
摘要: pythonpycharmPython pip 安装与使用python pippip install pyqt5pip install pyqt5_tools qtdesigner就在python目录下:.\Python36\Lib\site-packages\pyqt5-tools。 pyqt5_ 阅读全文
posted @ 2018-12-27 08:38 彭成刚 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 官网下载的 ZXing.Net-master.zip 里面没找到dll,貌似要自己编译,没有vs2017,放弃了。 从网站找到别人编译好的。 ZXing.dll 下载 阅读全文
posted @ 2018-12-22 20:53 彭成刚 阅读(572) 评论(0) 推荐(0) 编辑
摘要: delphi 7 下载地址 http://www.pc0359.cn/downinfo/66072.html 阅读全文
posted @ 2018-12-22 01:25 彭成刚 阅读(228) 评论(0) 推荐(0) 编辑
摘要: XMind 8 思维导图 阅读全文
posted @ 2018-12-21 16:49 彭成刚 阅读(206) 评论(0) 推荐(0) 编辑
摘要: java组件不存在解决方案:右侧Maven Projects展开后左上角第一个刷新按钮 刷新后就会从新加载所有java的依赖项了 软件:idea 问题产生:其他同事进行开发,引入新java组件后提交 本机同步代码后,为进行java的maven Projects同步。 解决方案二:当修改pom.xml 阅读全文
posted @ 2018-12-21 09:38 彭成刚 阅读(567) 评论(0) 推荐(0) 编辑
摘要: 所有的工作目录 都要svn_开头,并且要进行svn同步,你能保证你不删除,你保证不了非你! 血的代价啊~ 阅读全文
posted @ 2018-12-21 08:47 彭成刚 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 火狐删除配置文件 会删除目录下所有文件 切记不要把配置文件建立在桌面 恢复软件:易我数据恢复向导 9.0 DiskGenius500 结果:由于时间比较常 恢复文件均失败了~ 阅读全文
posted @ 2018-12-20 17:15 彭成刚 阅读(267) 评论(0) 推荐(0) 编辑
摘要: start chrome.exe --kiosk http://www.baidu.com 阅读全文
posted @ 2018-12-19 23:43 彭成刚 阅读(889) 评论(0) 推荐(0) 编辑
摘要: bat2exe 就是这么简单 白研究半天VC++了 结果:bat2exe编译的执行文件会被杀毒软件查杀。 阅读全文
posted @ 2018-12-19 16:48 彭成刚 阅读(1394) 评论(0) 推荐(0) 编辑
摘要: "C:\XXX\Mozilla Firefox\firefox.exe" http://192.168.1.1:8080 -profile ../kkk $("#clickMe").click(function(){ window.open('page.html', 'newwindow', 'he 阅读全文
posted @ 2018-12-19 11:16 彭成刚 阅读(544) 评论(0) 推荐(0) 编辑
摘要: https://quotefancy.com/ 经典句子(英语) 阅读全文
posted @ 2018-12-19 08:40 彭成刚 阅读(780) 评论(0) 推荐(0) 编辑
摘要: (function(){})() 立即执行函数 (function(a){})(5) 带参的 阅读全文
posted @ 2018-12-18 14:39 彭成刚 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-12-18 08:51 彭成刚 阅读(518) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 28 下一页