03 2019 档案

摘要:淘宝的样式初始化: body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; } body, button, input, s... 阅读全文
posted @ 2019-03-20 14:22 Mr_R 阅读(622) 评论(0) 推荐(0) 编辑
摘要:-webkit-appearance:none; 阅读全文
posted @ 2019-03-20 09:27 Mr_R 阅读(269) 评论(0) 推荐(0) 编辑
摘要:.vip-control-header{ width: 600px; height: auto; background: #F8F8F8; border: 1px solid #e2e2e2; padding: 10px 0 10px 10px; position: relative; border 阅读全文
posted @ 2019-03-09 10:28 Mr_R 阅读(5868) 评论(0) 推荐(0) 编辑
摘要:在版本库中的文件,即使维护在.gitignore也不管用了.要先移除. 比如Constants.java,进入到这个文件目录下: 第一步:git rm -r -n —cached Constants.java (-n是为了不删掉文件) 第二步:git rm -r —cached Constants. 阅读全文
posted @ 2019-03-06 17:10 Mr_R 阅读(7226) 评论(0) 推荐(1) 编辑
摘要:1、从原型入手,Array.prototype.isPrototypeOf(obj); 利用isPrototypeOf()方法,判定Array是不是在obj的原型链中,如果是,则返回true,否则false。 2、也可以从构造函数入手,obj instanceof Array 先说说 typeof 阅读全文
posted @ 2019-03-06 09:37 Mr_R 阅读(1681) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示