摘要: 1、错误 2、解决办法 将https改成git git clone git://github.com/XXX.git 阅读全文
posted @ 2021-07-21 15:12 一江春水向东刘小姐 阅读(10318) 评论(0) 推荐(1)
摘要: 1、处理数据 deviceList=[{ address: "江西省九江市都昌县狮山街", province: "江西省", city: "九江市", device_id: "2021041600100001", device_name: "江西明成水产养殖监测", },{ address: "江西 阅读全文
posted @ 2021-07-20 17:09 一江春水向东刘小姐 阅读(59) 评论(0) 推荐(0)
摘要: 1、跳转链接的域名必须为https 2、下载自己小程序的效验文件,放在第三方网站的根目录下(一般是自己的),例如: 校验文件为AbC.txt,则需要确保https://www.baidu.com/AbC.txt能够访问,但首先你要收购百度 3、如果真的想要跳转,建议跳转第三方水产小程序,只要我们知道 阅读全文
posted @ 2021-07-19 18:31 一江春水向东刘小姐 阅读(3687) 评论(0) 推荐(0)
摘要: 1、解压文件夹 2、我的电脑->属性->高级->环境变量->系统变量->path中添加mysql解压文件夹bin目录的位置 D:\mysql-5.7.25-winx64\bin 3、在解压的文件夹下新建data文件夹与mysql.ini文件 mysql.ini中添加以下代码 1 [mysql] 2 阅读全文
posted @ 2021-07-13 11:00 一江春水向东刘小姐 阅读(122) 评论(0) 推荐(0)
摘要: 1、中文Chinese (Simplified) Language Pack for Visual Studio Code 2、修改标签对Auto Rename Tag3、括号染成相同的颜色Bracket Pair Colorizer 4、注释( // *表示重点,!表示错误和警告,?表示询问和问题 阅读全文
posted @ 2021-07-12 10:40 一江春水向东刘小姐 阅读(133) 评论(0) 推荐(0)
摘要: >git pull origin masterremote: CODING 提示: Authentication failed.remote: 认证失败,请确认您输入了正确的账号密码。fatal: Authentication failed for 'https://e.coding.net/xxx 阅读全文
posted @ 2021-07-02 16:12 一江春水向东刘小姐 阅读(1526) 评论(0) 推荐(0)
摘要: <scroll-view scroll-y> <view wx:for="{{videoList}}" wx:key="id"> <video src="{{item.data.urlInfo.url}}" bindplay="handlePlay" id="{{item.data.coverUrl 阅读全文
posted @ 2021-06-29 11:00 一江春水向东刘小姐 阅读(177) 评论(0) 推荐(0)
摘要: let f=document.getElementById('screen-third') 1、console.log("f",f.getBoundingClientRect().height); 2、let k= document.defaultView.getComputedStyle(f,'' 阅读全文
posted @ 2021-03-29 18:41 一江春水向东刘小姐 阅读(285) 评论(0) 推荐(0)
摘要: vue生成二维码图片,这里使用的是qrcode.js 这个插件 1、下载插件 npm install --save qrcodejs2 2、组件内使用 <template> <Button type="primary" size="small" @click="getScan()">扫一扫</But 阅读全文
posted @ 2021-03-16 10:06 一江春水向东刘小姐 阅读(2237) 评论(2) 推荐(1)
摘要: 如果你的亲人是普通阶层,那对于人生中一些大事来说,他们给的建议往往就是普通阶层的思维,他们的阶层就是他们一生思维决策的结果,如果你的目标是跳出本阶层,那最好只把他们的建议当成参考。 阅读全文
posted @ 2021-01-11 17:35 一江春水向东刘小姐 阅读(92) 评论(0) 推荐(0)