上一页 1 ··· 77 78 79 80 81 82 83 84 85 ··· 87 下一页
摘要: ⌘——Command⌃ ——Control⌥——Option (alt)⇧——Shift⇪——Caps Lock ⌫——Delete 阅读全文
posted @ 2016-05-17 17:09 全玉 阅读(157) 评论(0) 推荐(0) 编辑
摘要: You cannot publish over the previously published version 1.0.1." : xxx 发布时一定要修改package.json的版本号,版本号增加 no_perms Private mode enable, only admin can pub 阅读全文
posted @ 2016-05-12 17:26 全玉 阅读(1229) 评论(0) 推荐(0) 编辑
摘要: ~ 当前所在目录# 超级用户提示符$ 普通用户提示符 Command + Shift + . 显示隐藏文件,再次按下将隐藏隐藏文件Shift + Option + 音量 +/- 以四分之一的刻度加 / 减音量 ctrl u 删除整行ctrl w 删除前面一个单词 Alfred2 //呼出 optio 阅读全文
posted @ 2016-05-08 16:40 全玉 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 方法一: 方法二: 出处:http://www.jb51.net/article/31550.htm 阅读全文
posted @ 2016-04-15 16:44 全玉 阅读(8258) 评论(0) 推荐(0) 编辑
摘要: 1. CSS判断横屏竖屏 写在同一个CSS中 @media screen and (orientation: portrait) { /*竖屏 css*/} @media screen and (orientation: landscape) and (min-width:450px){ /*横屏 阅读全文
posted @ 2016-04-15 16:31 全玉 阅读(375) 评论(0) 推荐(0) 编辑
摘要: 1.单行文本溢出省略号 2.多行文本溢出省略号 WebKit浏览器或移动端的页面 在WebKit浏览器或移动端(绝大部分是WebKit内核的浏览器)的页面实现比较简单,可以直接使用WebKit的CSS扩展属性(WebKit是私有属性)-webkit-line-clamp ;注意:这是一个 不规范的属 阅读全文
posted @ 2016-04-15 15:56 全玉 阅读(263) 评论(0) 推荐(0) 编辑
摘要: warning: push.default is unset; its implicit value is changing inGit 2.0 from 'matching' to 'simple'. To squelch this messageand maintain the current 阅读全文
posted @ 2016-04-15 11:26 全玉 阅读(579) 评论(0) 推荐(0) 编辑
摘要: git配置ssh 1.首先设置git的全局user name和email $ git config --global user.name "ygtzz"$ git config --global user.email "ygtzz@123.com" 2.进入.ssh目录(没有就新建一个) Windo 阅读全文
posted @ 2016-04-15 11:22 全玉 阅读(1484) 评论(0) 推荐(0) 编辑
摘要: 弹出层简称pop,隐藏方法有两种。 1. pop上阻止冒泡,document上click隐藏pop jquery实现 pop show时注册一次document的click,可以减少document click的无谓触发和pop检测。 2. document上click,检测事件源,是否为pop或其 阅读全文
posted @ 2016-04-15 11:17 全玉 阅读(802) 评论(0) 推荐(0) 编辑
摘要: 1. JavaScript钩子使用的class不能是css class,要加j或j-前缀 2. 选择器 2.1 css选择器尽量简短,层级要少,最好是1-2层 例如:.nav{} 优于 ul.nav{} 2.2 不要依赖于html层级结构 例如:.nav a{} 优于 .nav li a{} 2.3 阅读全文
posted @ 2016-04-12 17:51 全玉 阅读(375) 评论(0) 推荐(0) 编辑
上一页 1 ··· 77 78 79 80 81 82 83 84 85 ··· 87 下一页