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