欢迎使用皮肤 Geek|

xuelin

园龄:3年粉丝:1关注:4

01 2024 档案

git 创建新的项目更换仓库地址
摘要:# 查看远端地址 git remote -v # 查看远端仓库名 git remote # 重新设置远程仓库 git remote set-url origin https://gitee.com/xx/xx.git (新地址) 这样仓库地址更新完毕,有可能会遇到 Git 在尝试拉取远程分支 mai
66
0
0
项目内网PGIS地图的使用:以天地图做打底,使用leaflet.js交互式地图 JavaScript 库做开发。
摘要:相关参考网址:https://leafletjs.cn/reference.html#map-example 区域回显:https://kklimczak.github.io/Leaflet.Pin/; https://blog.csdn.net/BADAO_LIUMANG_QIZHI/articl
427
0
0
用echarts绘制的相关地图,热力图层,点,背景等都可修改,demo平台首页地图:
摘要:注意事项: 项目中安装的echarts版本必须是4.9.0 "echarts": "^4.9.0", "echarts-countries-js": "^1.0.5", "echarts-gl": "^1.1.2", 展示的相关区县官方json文件的获取方法: 打开: http://datav.al
513
0
0
基于VUE2的PC端的音视频通话
摘要:文档:https://cloud.tencent.com/document/product/647/78731 PC端音视频项目只能运行在https协议下,策略要求 步骤:粘贴了主要代码,相关次要代码比如token,请求人列表,userSing等根绝项目进行灵活变通 npm install @ten
160
0
0
竖向自动滚动的柱状图,颜色文字图片等皆可修改,详情见代码
摘要:组件代码: <template> <!-- 柱状图 横向滚动柱状图 --> <div :id="histogramId" v-bind:style="{height:height,width:width}"></div> </template> <script type="text/ecmascri
11
0
0
可滚动的横向柱状图,可展示一个,也可以展示多个,颜色,文字,是否渐变等都可展示。
摘要:相关组件代码: <template> <!-- 柱状图 横向滚动柱状图 --> <div :id="histogramId" v-bind:style="{height:height,width:width}"></div> </template> <script type="text/ecmasc
17
0
0
echarts之带图片的饼图
摘要:相关代码: /* * @Author: wxl * @Date: 2022-11-04 08:22:23 * @Last Modified by: wxl * @Last Modified time: 2022-12-12 17:32:58 */ <template> <!-- 饼图 --> <di
20
0
0
颜色,背景,间距,可修改
摘要:/* * @Author: wxl * @Date: 2022-11-04 08:22:23 * @Last Modified by: wxl * @Last Modified time: 2022-12-12 17:32:58 */ <template> <!-- 饼图 四分之三圆--> <div
9
0
0
页面中的blockShow组件展示,可进行相关的样式修改,一般月饼图搭配使用,具体根据实际来
摘要:<template> <!-- 这是新版的相对应的颜色列表的UI --> <div class="bllockListShow"> <div class="pieList" v-for="(item,index) in dataArr" :key="index" @click="clickUptow
5
0
0
3D圆饼图,可修改颜色,图片等,具体见代码:
摘要:组件代码: <template> <!-- 饼图 --> <div :id="histogramId" v-bind:style="{height:height,width:width}"></div> </template> <script src="https://unpkg.com/echar
27
0
0
若依、vue三级路由缓存失败
摘要:router.beforeEach((to, from, next) => { NProgress.start() if (getToken()) { // 三级菜单组件无法缓存问题 if (to.matched && to.matched.length > 2) { to.matched.spli
150
0
0
点击右上角即可分享
微信分享提示
深色
回顶
收起