转圈圈
上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: iOS输入框内阴影 iOS输入框居中 文本溢出... reset box sizing 阅读全文
posted @ 2019-10-25 19:10 rosendolu 阅读(185) 评论(0) 推荐(0) 编辑
摘要: ```scss // 对的写法 overflow:(hidden !important); text-overflow:(ellipsis !important); white-space:(nowrap !important) ; // 错误写法 多一个空格都不行 overflow: (hidden !important); text-overflow: (ellipsis !important 阅读全文
posted @ 2019-10-23 19:09 rosendolu 阅读(2505) 评论(0) 推荐(0) 编辑
摘要: css tick references: 1. "css tick" 阅读全文
posted @ 2019-10-23 19:01 rosendolu 阅读(957) 评论(0) 推荐(0) 编辑
摘要: references "axios" 阅读全文
posted @ 2019-10-05 12:34 rosendolu 阅读(150) 评论(0) 推荐(0) 编辑
摘要: references: "administrative divisions of china" "vant area" 阅读全文
posted @ 2019-10-05 11:36 rosendolu 阅读(895) 评论(0) 推荐(0) 编辑
摘要: 1. url参数解析为对象 2. url参数解析为数组 3. URLSearchParams( "兼容性有待提高,慎用" ) url参数解析为对象 url参数解析为数组 URLSearchParams useage references: "MDN:URLSearchParams" 阅读全文
posted @ 2019-10-04 20:16 rosendolu 阅读(1938) 评论(0) 推荐(0) 编辑
摘要: 1. 手机号校验 2. 身份证 手机号校验 身份证 参考: 1. "chinaMobiePhoneNumberRegExp" 2. "validator.js" 3. "身份证校验" 4. "身份证校验规则" 阅读全文
posted @ 2019-10-01 19:18 rosendolu 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 移动端开发常用snippets updateAt:Fri Oct 04 2019 17:34:22 GMT+0800 (中国标准时间) 1. 判断浏览器环境 2. 解析url参数 3. 时间格式化 判断浏览器环境 解析url参数 时间格式化 参考: "f browser" 阅读全文
posted @ 2019-09-30 18:04 rosendolu 阅读(166) 评论(0) 推荐(0) 编辑
摘要: abstract 1. install wsl 2. install fluent terminal 3. install zsh 4. install oh my zsh 5. config oh my zsh 6. sudo for windows install wsl install flu 阅读全文
posted @ 2019-08-03 23:42 rosendolu 阅读(277) 评论(0) 推荐(0) 编辑
摘要: abstract clone 包含子模块的项目 更新子模块 clone 包含子模块的项目 方式一 进入子模块目录 方式二(推荐) 更新具体的某个子模块 拉取 更新 子模块 切换到 主项目目录 查看子模块更新内容 怕麻烦每次输入 添加一个log 更新项目所有的子模块 项目主目录下 配置其他分支 查看更 阅读全文
posted @ 2019-08-03 13:01 rosendolu 阅读(242) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页