摘要:
using System.Collections; using System.Collections.Generic; using UnityEngine; public class LookAtMainCamera : MonoBehaviour { // Use this for initial 阅读全文
摘要:
var longitude = 121d; var latitude = 37d; var height = 0d; double3 d3 = GameObject.Find("CesiumGeoreference").GetComponent<CesiumGeoreference>().Trans 阅读全文
摘要:
小流域通常是指集水面积不超过数百平方公里的小河小溪,但并无明确限制,一般认为流域面积在300~500km2以下可认为是小流域。从水文角度看小流域具有流域汇流以坡面汇流为主、水文资料缺乏、集水面积小等特性。小流域设计洪水计算,与大中流域相比,有许多特点,并且广泛应用于铁路、公路的小桥涵、中小型水利工程 阅读全文
摘要:
/** * Crate wall geometry * * @param {Cartesian3[]} positions * @param {number} height * @returns {Geometry} */ function createWallGeometry(positions, 阅读全文
摘要:
import { Request, TerrainData, Rectangle } from 'cesium'; import * as turf from '@turf/turf'; import { Feature, Polygon } from '@turf/turf'; const MAX 阅读全文
摘要:
Redis Server监控数据采集 ping,info all, slowlog get/len/reset/cluster info/config get Redis存活监控 redis-cli -h [ip] -p [port] -a [pwd] redis存活监控 (redis_alive) 阅读全文
摘要:
官方示例:Cesium Sandcastlehttps://sandcastle.cesium.com/?src=Corridor.html&label=Geometries <template> <div style="height: 100vh"> <div id="cesiumContaine 阅读全文
摘要:
entity的闪烁主要是通过回调函数CallbackProperty,控制样式改变或是否显示 1. 点的闪烁 function f2(){ var x=1; var flog=true; viewer.entities.add({ name:"圆点point闪烁", position:Cesium. 阅读全文
摘要:
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="initial-scale=1, maxi 阅读全文
摘要:
casclient源代码下载链接:https://github.com/apereo/java-cas-client cas官网链接:https://www.apereo.org/projects/cas 1.上面一篇引用别人的分析方案介绍,来描述了下项目中遇到的问题,现在介绍本人怎么解决的 2.本 阅读全文
摘要:
当我们CAS Server准备好后,就要处理Client接入的问题,如果我们的Client服务是单机模式那没有任何问题,一旦放到集群环境下就会发生如下有意思的事情。 我前面说了CAS在授权回调时会做几件事,第一TG保存到Cookie,第二个保存ticketid对应的session关系以及sessio 阅读全文
摘要:
MisfireHandler: Error handling misfires: Couldn't store trigger '218111-TRIGGER' for '218111' job:The job (xx-JOBGROUP.218111) referenced by the trigg 阅读全文
摘要:
In 3.x you look for the popups hide event https://developers.arcgis.com/javascript/3/jsapi/popup-amd.html#event-hide In 4.x watchUtils.whenTrue(view.p 阅读全文
摘要:
<html> <head> <meta charset="utf-8" /> <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no" /> <title>ArcGIS 4x - Add Imag 阅读全文
摘要:
<html> <head> <meta charset = "utf-8" / > <meta name = "viewport" content = "initial-scale=1,maximum-scale=1,user-scalable=no" /> <title> Intro to Map 阅读全文