摘要: 阅读全文
posted @ 2019-01-12 12:58 CoKeny 阅读(431) 评论(0) 推荐(0) 编辑
摘要: div1 div2 div3 div1 div2 div3 阅读全文
posted @ 2019-01-12 11:58 CoKeny 阅读(1065) 评论(0) 推荐(1) 编辑
摘要: 笔记及总结: 学习视频地址: https://www.imooc.com/learn/10041、连接到远程linux服务器 window系统推荐 https://gitforwindows.org/ gitbash 下载地址使用ssh user@remote_ip连接到远程服务器 mac使用自带 阅读全文
posted @ 2018-11-20 22:21 CoKeny 阅读(658) 评论(0) 推荐(0) 编辑
摘要: ssh-keygen -R xxx.xxx.xxx.xxx(ur ip address) 阅读全文
posted @ 2018-10-05 16:20 CoKeny 阅读(336) 评论(0) 推荐(0) 编辑
摘要: bower软件管理器安装不了,有可能是node.js的问题 进入目录:cd /usr/local/src 安装:wget http://nodejs.org/dist/v8.11.2/node-v8.11.2.tar.gz 解压:tar zxvf node-v8.11.2.tar.gz 进入目录:cd node-v8.11.2 编译安装:./configure --prefix... 阅读全文
posted @ 2018-06-01 09:48 CoKeny 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 安装好了vue 的环境 : https://blog.csdn.net/m0_37479246/article/details/78836686 npm方法 1、安装好node.js 之后 2、安装cnpm 淘宝镜像 npm install -g cnpm --registry=http://reg 阅读全文
posted @ 2018-05-29 11:35 CoKeny 阅读(1280) 评论(0) 推荐(0) 编辑
摘要: 张鑫旭es5: http://www.zhangxinxu.com/wordpress/2013/04/es5%E6%96%B0%E5%A2%9E%E6%95%B0%E7%BB%84%E6%96%B9%E6%B3%95/ 阮一峰es6: http://es6.ruanyifeng.com/ febu 阅读全文
posted @ 2018-05-15 17:03 CoKeny 阅读(144) 评论(0) 推荐(0) 编辑
摘要: #box{ position: relative; } #container{ position: absolute; width:30%; height:100px; background: #ccc; left: 0; right: 0; margin:... 阅读全文
posted @ 2018-04-26 17:03 CoKeny 阅读(289) 评论(0) 推荐(0) 编辑
摘要: .slide-image { width: 750rpx; height: 300rpx; } .swiper { height: 300rpx; width: 100%; } .swiper image { height: 100%; width: 100%; } ... 阅读全文
posted @ 2018-04-03 17:15 CoKeny 阅读(2367) 评论(0) 推荐(0) 编辑
摘要: event.stopPropagation(); 阅读全文
posted @ 2018-03-30 12:04 CoKeny 阅读(127) 评论(0) 推荐(0) 编辑