2022年6月9日

百度地图API-React项目报错ReferenceError: BMapLib is not defined

摘要: 用的是官方demo和引入方式 https://huiyan.baidu.com/github/react-bmapgl/#/%E5%BF%AB%E9%80%9F%E5%85%A5%E9%97%A8 报错:BMapLib is not defined 解决方法: 将demo中的: import { M 阅读全文

posted @ 2022-06-09 14:29 Sggpwel 阅读(1821) 评论(0) 推荐(0)

2022年1月13日

[前端功能] 同一页面只允许一个audio播放,一个播放其他全部停止

摘要: 参考:一个页面中有多个audio标签,播放其中一个时暂停其他,只允许一个audio播放 var audios = document.getElementsByTagName("audio"); // 暂停函数 function pauseAll() { var self = this; [].for 阅读全文

posted @ 2022-01-13 17:18 Sggpwel 阅读(1252) 评论(0) 推荐(0)

2020年11月11日

【Mac疑难杂症】虚拟机下再建虚拟机套娃的V-T设置以及win10如何进入BIOS界面

摘要: 一、虚拟机套娃 1、打开VMware的设置,点选处理器与内存 2、打开高级设置,勾选VT支持,重新启动虚拟机 二、win10进入BIOS界面 https://jingyan.baidu.com/article/3065b3b6c8c0faffcff8a490.html 阅读全文

posted @ 2020-11-11 17:50 Sggpwel 阅读(721) 评论(0) 推荐(0)

2020年5月28日

Github介绍与基础使用

摘要: GitHub简介 GitHub基本功能 GitHub基础使用 1.Github简介 GitHub 是一个面向开源及私有软件项目的托管平台,因为只支持 Git 作为唯一的版本库格式进行托管,故名 GitHub。 GitHub 于 2008 年 4 月 10 日正式上线,除了 Git 代码仓库托管及基本 阅读全文

posted @ 2020-05-28 12:24 Sggpwel 阅读(498) 评论(0) 推荐(0)

2020年5月21日

软件原型设计工具介绍

摘要: 目录: Mockplus Axure RP Justinmind Invision Flinto Proto.io Baisamiq_Mockups 墨刀 POP(Prototyping on Paper) UXPin Teambition 蓝湖 1. Mockplus 产品简介: Mockplus 阅读全文

posted @ 2020-05-21 11:26 Sggpwel 阅读(574) 评论(0) 推荐(0)

导航