上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 90 下一页
摘要: 1、注意changlog的书写,原先代码中注释不全面,很难读懂,需要加入注释,增强代码的可读性, 书写md文档,将需求及设计到的交互,写清楚,方便协同开发,减少沟通,提高开发效率; 2、理解需求,调研需求的实现,提出解决方案,如卡片圆角问题 3、从大的角度概况,不用太细;意义,提升; 4、学习能力: 阅读全文
posted @ 2021-05-08 11:43 Running00 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 座机号正则 可以不加区号,可以不加- /((^0\d{2,3})-?)?\d{7,8}$/.test('0107111111’) 必须加区号,-可以有,可以没有 /^0\d{2,3}-?\d{7,8}$/.test('0107111111') 必须加区号和- /0\d{2,3}-\d{7,8}/.t 阅读全文
posted @ 2021-04-28 21:21 Running00 阅读(1682) 评论(0) 推荐(0) 编辑
摘要: // #ifdef MP-BAIDU // #endif 阅读全文
posted @ 2021-04-28 15:36 Running00 阅读(25) 评论(0) 推荐(0) 编辑
摘要: http://lbsyun.baidu.com/index.php?title=jspopular3.0/guide/coorinfo 百度小程序 https://smartprogram.baidu.com/docs/develop/api/location/swan-chooseLocation 阅读全文
posted @ 2021-04-28 13:56 Running00 阅读(24) 评论(0) 推荐(0) 编辑
摘要: https://www.9myi.com/article/info/30 阅读全文
posted @ 2021-04-25 19:18 Running00 阅读(272) 评论(0) 推荐(0) 编辑
摘要: https://juejin.cn/post/6844903574778937358 阅读全文
posted @ 2021-04-25 14:21 Running00 阅读(46) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/feiyu_may/article/details/88376945 阅读全文
posted @ 2021-04-23 19:47 Running00 阅读(14) 评论(0) 推荐(0) 编辑
摘要: hbuildx 偏好设置 -》常用配置 阅读全文
posted @ 2021-04-23 16:30 Running00 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 1、eslint-plugin-vue : vue语法校验 2、eslint-js:用于校验js和html中的js代码 "rules": { "indent": ["error", 4, {"SwitchCase": 1}] } 3、prettier : 格式化less、sass、vue、stylu 阅读全文
posted @ 2021-04-23 15:26 Running00 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 1、备份 cp -rf $HOME/Library/Application\ Support/HBuilder\ X $HOME/Desktop/HX // 请在终端执行命令,把配置文件拷贝到桌面 2、删除 rm -rf $HOME/Library/Application\ Support/HBui 阅读全文
posted @ 2021-04-23 15:17 Running00 阅读(333) 评论(0) 推荐(0) 编辑
上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 90 下一页