摘要: 设置 --> 插件 --> HTTP代理设置 --> automatic proxy url 里输入http://127.0.0.1:1080,然后重启就可以了 阅读全文
posted @ 2021-10-22 15:55 1940 阅读(946) 评论(0) 推荐(0) 编辑
摘要: 按ctrl+alt+L格式化后,rpx单位前会出现空格,导致样式失效 解决方法: 在 设置-->工具-->File Watchers 配置 Progress位置为sed的所在位置 sed的下载路径(适用windows10 x64):https://gitee.com/Leexinxian/littl 阅读全文
posted @ 2021-10-22 13:42 1940 阅读(562) 评论(0) 推荐(0) 编辑
摘要: // vue <u-input class="input-style m-b-8" v-model="emailAddress" :type="type" :border="border" :trim="trim" @blur="doInput(emailAddress)" placeholder= 阅读全文
posted @ 2021-10-22 13:19 1940 阅读(458) 评论(0) 推荐(0) 编辑
摘要: 手机号码的校验 const phoneReg = /^[1][3,4,5,6,7,8,9][0-9]{9}$/ const phoneStr1 = '18886233487' console.log(phoneReg.test(phoneStr1)) // true const phoneStr2 阅读全文
posted @ 2021-10-22 10:52 1940 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 把bin目录下的文件全部移动到HBuilderX的根目录 阅读全文
posted @ 2021-10-22 10:00 1940 阅读(983) 评论(0) 推荐(0) 编辑