摘要: 单次使用:npm install --registry=http://registry.npmmirror.com 永久更换:npm config set registry http://registry.npmmirror.com 恢复原样:npm config set registry http 阅读全文
posted @ 2023-09-24 03:25 foxbaby213 阅读(163) 评论(0) 推荐(0) 编辑
摘要: nvm install latest 安装最新版本node.js nvm use 版本号 使用某一具体版本,例如 :nvm use 14.3.0 nvm list 列出当前已安装的所有版本 nvm ls 列出当前已安装的所有版本 nvm uninstall 版本号 卸载某一具体版本,例如:nvm u 阅读全文
posted @ 2023-09-24 03:02 foxbaby213 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 严禁垃圾中文技术网站复制粘贴 流程:安装SRS服务接收ffmpeg的推流,SRS会提供一个flv的播放地址,前端通过fls.js播放即可,无需flash。 1.安装ffmpeg 提供两个版本,都能推流 ffmpeg-5.0.tar.gz https://foxbaby.lanzouu.com/ixj 阅读全文
posted @ 2022-04-01 15:38 foxbaby213 阅读(1349) 评论(4) 推荐(1) 编辑
摘要: Gitee 全局设置: git config --global user.name "" git config --global user.email "" 创建 git 仓库: mkdir test_zxz cd test_zxz git init touch README.md git add 阅读全文
posted @ 2022-02-11 11:05 foxbaby213 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 前言 前端地图的开发需要导入城市的3D建筑白模,如果直接导入整个城市的json,文件大小高达76M,浏览器会直接崩溃,所以需要用ArcGIS分割成更小的文件后再给前端导入展示。 ArcGIS版本:10.7.0 步骤 1.创建渔网 数据管理工具→采样→创建渔网 输出要素类:选择你要保存创建出来的渔网文 阅读全文
posted @ 2022-01-14 10:31 foxbaby213 阅读(1838) 评论(0) 推荐(0) 编辑
摘要: { "Print to console": { "prefix": "vue", "body": [ "<template>", " <div>", " ", " </div>", "</template>", "", "<script>", "", "export default {&q 阅读全文
posted @ 2021-12-07 08:50 foxbaby213 阅读(67) 评论(0) 推荐(0) 编辑
摘要: ##准备环境和文件 1、下载ffmpeg的包[https://foxbaby.lanzoui.com/iYjPmup51cd] 地址:https://ffmpeg.org/download.html#build-windows 鼠标放到Windows上选择一个构建,点击ffmpeg-release- 阅读全文
posted @ 2021-09-30 16:41 foxbaby213 阅读(821) 评论(0) 推荐(0) 编辑
摘要: "workbench.colorCustomizations": { "editor.selectionHighlightBorder": "#1ED76D", // 高亮 "editor.selectionBackground": "#e5ffd985", "editor.findMatchBac 阅读全文
posted @ 2021-08-20 10:36 foxbaby213 阅读(515) 评论(0) 推荐(0) 编辑
摘要: #GIT中的操作 ###设置全局代理 git config --global http.proxy socks5://127.0.0.1:8088 git config --global http.proxy http://127.0.0.1:8088 ###设置当前代理 git config ht 阅读全文
posted @ 2021-08-16 10:32 foxbaby213 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 网页可见区域宽: document.body.clientWidth 网页可见区域高: document.body.clientHeight 网页可见区域宽: document.body.offsetWidth (包括边线的宽) 网页可见区域高: document.body.offsetHeight 阅读全文
posted @ 2020-12-04 16:45 foxbaby213 阅读(59) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示