会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
CoKeny
博客园
首页
新随笔
联系
订阅
管理
2019年1月12日
CSS3自定义单选按钮
摘要:
阅读全文
posted @ 2019-01-12 12:58 CoKeny
阅读(435)
评论(0)
推荐(0)
编辑
CSS3实现选项卡
摘要: div1 div2 div3 div1 div2 div3
阅读全文
posted @ 2019-01-12 11:58 CoKeny
阅读(1074)
评论(0)
推荐(1)
编辑
2018年11月20日
项目上线流程
摘要: 笔记及总结: 学习视频地址: https://www.imooc.com/learn/10041、连接到远程linux服务器 window系统推荐 https://gitforwindows.org/ gitbash 下载地址使用ssh user@remote_ip连接到远程服务器 mac使用自带
阅读全文
posted @ 2018-11-20 22:21 CoKeny
阅读(661)
评论(0)
推荐(0)
编辑
2018年10月5日
Mac ssh时遇到‘Host key verification failed’错误
摘要: ssh-keygen -R xxx.xxx.xxx.xxx(ur ip address)
阅读全文
posted @ 2018-10-05 16:20 CoKeny
阅读(338)
评论(0)
推荐(0)
编辑
2018年6月1日
踩坑:bower install error,可能是nodejs版本过低,centos安装nodejs
摘要: 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
阅读(330)
评论(0)
推荐(0)
编辑
2018年5月29日
vue elemtUI admin 环境搭建
摘要: 安装好了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
阅读(1284)
评论(0)
推荐(0)
编辑
2018年5月15日
小游戏
摘要: 张鑫旭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
阅读(148)
评论(0)
推荐(0)
编辑
2018年4月26日
百分比宽度div如何水平居中
摘要: #box{ position: relative; } #container{ position: absolute; width:30%; height:100px; background: #ccc; left: 0; right: 0; margin:...
阅读全文
posted @ 2018-04-26 17:03 CoKeny
阅读(290)
评论(0)
推荐(0)
编辑
2018年4月3日
微信小程序 轮播图 和 横向拉动 可直接套用
摘要: .slide-image { width: 750rpx; height: 300rpx; } .swiper { height: 300rpx; width: 100%; } .swiper image { height: 100%; width: 100%; } ...
阅读全文
posted @ 2018-04-03 17:15 CoKeny
阅读(2385)
评论(0)
推荐(0)
编辑
2018年3月30日
网页 阻止冒泡
摘要: event.stopPropagation();
阅读全文
posted @ 2018-03-30 12:04 CoKeny
阅读(127)
评论(0)
推荐(0)
编辑
下一页
公告