01 2021 档案

gitlab 配置
摘要:1、登录gitlab http://ip:10080/ 2、配置用户名密码 git config --global user.email "username@zitacr.com" git config --global user.name "username" 3、生成SSHssh-keygen 阅读全文

posted @ 2021-01-30 17:11 历历往事如在昨日 阅读(129) 评论(0) 推荐(0)

Android基于蓝牙iBeacon的室内定位App和算法
摘要:一、简介 室内部署蓝牙信标,移动端app通过接收广播信号, 通过定位算法实现位置定位,并在三维系统实时更新显示位置。 二、代码 package ibeaconlocate; import android.Manifest; import android.bluetooth.BluetoothAdap 阅读全文

posted @ 2021-01-27 14:32 历历往事如在昨日 阅读(1317) 评论(0) 推荐(0)

Android 基于agora 视频会议开发
摘要:一、概述 参照官方demo,基于agora开发,输入会议号(频道)和显示名称 参会,可设置参会选项。 支持用户注册和登录。 支持多人参会。 二、效果 三、代码 package io.agora.openvcall.ui; import android.content.Intent; import a 阅读全文

posted @ 2021-01-26 12:11 历历往事如在昨日 阅读(312) 评论(0) 推荐(0)

Cesium 影像卷帘对比
摘要:Cesium 影像卷帘对比,就是把上层影像卷起来,和下面一层影像做对比。 可左卷也可右卷,具体参考Cesium官网,有例子。 阅读全文

posted @ 2021-01-20 10:21 历历往事如在昨日 阅读(1030) 评论(0) 推荐(0)

Cesium 水淹分析
摘要:Cesium 模拟水淹分析。 这是采用polygon加高度模拟出来的,extrudedHeight是高度。 阅读全文

posted @ 2021-01-19 12:09 历历往事如在昨日 阅读(467) 评论(0) 推荐(1)

Cesium 距离测量和面积测量
摘要:绘制polyline、polygon,然后计算距离和面积,然后显示标签 双击结束绘制,右键结束绘制。 阅读全文

posted @ 2021-01-11 00:04 历历往事如在昨日 阅读(2525) 评论(0) 推荐(0)

python gdal
摘要:https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal 下载对应python版本的whl文件, 在命令行中pip install whl文件完整路径安装 安装numpy pip3 install numpy scipy matplotlib -i https 阅读全文

posted @ 2021-01-03 20:23 历历往事如在昨日 阅读(101) 评论(0) 推荐(0)

导航