2022年10月7日
摘要: 1.测试机型安卓:video 2.打开电话薄:输入*#558# 3.点击品质验证测试 开发调试 选中调试端口 1.ios真机测试 2.下载itunes,进行连接调试 阅读全文
posted @ 2022-10-07 10:46 空*幻 阅读(56) 评论(0) 推荐(0) 编辑
  2022年4月20日
摘要: 1.<input placeholder="请输入条形码" class="disPriceStyle" v-model = 'searcBarCode'></input>、 (只能输入数字,英文) <input placeholder="请输入商品条形码" class="disPriceStyle" 阅读全文
posted @ 2022-04-20 11:06 空*幻 阅读(574) 评论(0) 推荐(0) 编辑
  2022年1月7日
摘要: 1.在数组尾端添加数据 var arr1 = [1, 2, 3, 4, 5] console.log(arr1.push(6), '添加数组的长度') console.log(arr1, '返回添加后的整个数组') 2.从尾端提取元素 var arr2 = [1, 2, 3, 4] console. 阅读全文
posted @ 2022-01-07 14:41 空*幻 阅读(14) 评论(0) 推荐(0) 编辑
  2021年12月15日
摘要: 第一步 :配置Java环境 第二步:使用keytool -genkey命令生成证书: keytool -genkey -alias testalias -keyalg RSA -keysize 2048 -validity 36500 -keystore test.keystore //解释上段的命 阅读全文
posted @ 2021-12-15 11:20 空*幻 阅读(171) 评论(0) 推荐(0) 编辑
  2021年4月26日
摘要: <template> <view class="main"> <iframe id="mapPage" width="100%" height="100%" frameborder=0 src="https://apis.map.qq.com/tools/locpicker?search=1&typ 阅读全文
posted @ 2021-04-26 10:22 空*幻 阅读(53) 评论(0) 推荐(0) 编辑