我的github
posts - 3226,  comments - 42,  views - 158万
02 2021 档案
Vcpkg简介(VC+Package包管理工具)(微软开发的)
摘要:Vcpkg: 总览 VCPkg与CMake的关系:为Visual Studio编译器而生。 在windows平台下开发C++程序时,有一个很大的痛点。那就是,dll有的是32位,有的是64位,有的VS2008,有的VS2010,导致令人云里雾里。为了避免这个问题,往往需要一个统一的库,存储个个版本的 阅读全文
posted @ 2021-02-25 16:31 XiaoNiuFeiTian 阅读(3565) 评论(0) 推荐(0) 编辑
基于Hadoop和Mapnik的矢量数据渲染技术研究
摘要:1. 切片的存储和读写: 2. 切片的生成: 前期准备:Vmware vSphere、OpenStack Hadoop、Spark 1. 绪论 1.1 研究背景和意义 传统的并行计算及网络技术在处理大数据方面因为系统不开放(不开源? )、高耦合性、部署操作复杂、投资昂贵、并行处理程序编写困难等问题而 阅读全文
posted @ 2021-02-22 14:39 XiaoNiuFeiTian 阅读(622) 评论(0) 推荐(0) 编辑
GeoServer Cookbook
摘要:Chapter 1: Working with vectors Chapter 2: Working with Rasters Chapter 3: Advanced Styling Chapter 4: Geoprocessing Chapter 5: Advanced Configuration 阅读全文
posted @ 2021-02-20 11:20 XiaoNiuFeiTian 阅读(120) 评论(0) 推荐(0) 编辑
Mapnik for java
摘要:目的 这是一个简单的基于Spring和libmapnik JNI的切片服务器。 要求 需要mapnik3的mapnik-jni纽带:https://github.com/springmeyer/mapnik-jni。docs:https://spatialinteractive.github.io/ 阅读全文
posted @ 2021-02-20 08:42 XiaoNiuFeiTian 阅读(451) 评论(0) 推荐(0) 编辑
GeoServer集群部署-Linux集群
摘要:什么叫集群?集群有什么好处? 集群只是简单的把一个任务复制粘贴到多个机子,一起干一件事。 集群和分布式的区别和联系? 分布式:一个业务分拆多个子业务,部署在不同的服务器上集群:同一个业务,部署在多个服务器上 集群技术也是云计算的基础:链接 实现集群技术(Clustering)的关键是管理和任务调度 阅读全文
posted @ 2021-02-19 15:21 XiaoNiuFeiTian 阅读(1135) 评论(0) 推荐(0) 编辑
云原生是什么?Cloud Native
摘要:Cloud Native翻译为云原生,是Matt Stine提出的一个概念,它是一个思想的集合,包括DevOps、持续交付(Continuous Delivery)、微服务(MicroServices)、敏捷基础设施(Agile Infrastructure)、康威定律(Conways Law)等, 阅读全文
posted @ 2021-02-19 10:11 XiaoNiuFeiTian 阅读(347) 评论(0) 推荐(0) 编辑
从0到1开发云GIS
摘要:云GIS这个命题很宽泛,很大。因为GIS的应用五花八门,GIS的数据多种多样,GIS的运算也是数不胜数。 那么如何解决云GIS这个命题呢? 首先,瞄准一个GIS计算即可。例如计算GIS的最短路径。 那么,如何设计这个云GIS呢? 当然,要选择某一个技术来实现。比如,对标Java里的SpringClo 阅读全文
posted @ 2021-02-18 14:27 XiaoNiuFeiTian 阅读(95) 评论(0) 推荐(0) 编辑
矢量大数据高性能计算模型及关键技术研究
摘要:https://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CDFD&dbname=CDFDLAST2017&filename=1016294507.nh&v=mJtE1NRSatSFky3XMaLCLZaRcmmudTxp8RT2aAAYiVa4J0Im 阅读全文
posted @ 2021-02-17 23:50 XiaoNiuFeiTian 阅读(144) 评论(0) 推荐(0) 编辑
Git和Github结合使用
摘要:Git教程:https://www.cnblogs.com/2008nmj/p/10735007.html https://www.cnblogs.com/2008nmj/p/10747487.html Github教程:https://lab.github.com/githubtraining/i 阅读全文
posted @ 2021-02-15 16:56 XiaoNiuFeiTian 阅读(73) 评论(0) 推荐(0) 编辑
Cesium-3dTiles格式详解
摘要:3D Tiles is an open specification for sharing, visualizing,fusing, interacting with, and analyzing massive heterogeneous 3D geospatial content across 阅读全文
posted @ 2021-02-10 10:35 XiaoNiuFeiTian 阅读(4824) 评论(0) 推荐(0) 编辑
Cesium-加载地形影像(TerrainProvider)
摘要:地形加载(可以看出地形数据其实也是蛮多种多样的) http://localhost:8080/Apps/Sandcastle/index.html?src=Terrain.html 影像图加载 http://localhost:8080/Apps/Sandcastle/index.html?src= 阅读全文
posted @ 2021-02-08 17:10 XiaoNiuFeiTian 阅读(612) 评论(0) 推荐(0) 编辑
Cesium-Camera类
摘要:Camera相机很重要。因为它代表了我们的眼睛。相机朝向哪里,我们的眼睛就会落到哪里。 使用方法:(与three.js里的camera使用方法是差不多的) var camera = viewer.camera; camera.lookAt(center, new Cesium.HeadingPitc 阅读全文
posted @ 2021-02-08 09:38 XiaoNiuFeiTian 阅读(74) 评论(0) 推荐(0) 编辑
Cesium-坐标系
摘要:https://blog.csdn.net/nmj2008/article/details/113687546 从经纬度转笛卡尔直角坐标系: var origin = Cesium.Cartesian3.fromDegree3(-123.0744619, 44.0503706, height); 计 阅读全文
posted @ 2021-02-08 09:10 XiaoNiuFeiTian 阅读(318) 评论(0) 推荐(0) 编辑
gulp和webpack的区别和联系
摘要:在Cesium编译过程中,遇到一个打包工具问题,就是gulp和webpack。到底应该用哪个?两个工具各自擅长什么应用? https://www.cnblogs.com/iovec/p/7921177.html gulp:https://www.bilibili.com/video/BV1uh411 阅读全文
posted @ 2021-02-07 17:04 XiaoNiuFeiTian 阅读(75) 评论(0) 推荐(0) 编辑
Cesium-CesiumWidget, Viewer, Scene三者之间的关系
摘要:由上图可知,cesiumWidget与scene是包含关系。。 而cesiumWidget与Viewer在某种意义上是并列关系,因为 无论是使用cesiumWidget还是Viewer,都可以创建一个三维地球出来 const widget = new Cesium.CesiumWidget('id选 阅读全文
posted @ 2021-02-07 12:00 XiaoNiuFeiTian 阅读(715) 评论(0) 推荐(0) 编辑
node-gpy
摘要:node-gyp is a cross-platform command-line tool written in Node.js for compiling native addon modules for Node.js. It contains a vendored copy of the g 阅读全文
posted @ 2021-02-06 18:39 XiaoNiuFeiTian 阅读(367) 评论(0) 推荐(0) 编辑
Cesium与Threejs结合
摘要:The basic rendering principles guiding Cesium are not so different from Three.js. Three.js is a powerful 3D library for rendering 3D objects. By dupli 阅读全文
posted @ 2021-02-05 15:11 XiaoNiuFeiTian 阅读(5988) 评论(1) 推荐(0) 编辑
ArcMap与REST时间不一致,SQL Server时间转换
摘要:use xxxx DECLARE @js_address Date SET @js_address = (select Record_Date as ss1 from table_EVW where OBJECTID = 3206) SELECT DATEDIFF(second, '1970-01- 阅读全文
posted @ 2021-02-05 09:42 XiaoNiuFeiTian 阅读(112) 评论(0) 推荐(0) 编辑
为什么jsonloader被从threejs中移除?-threejs jsonloader has been removed
摘要:很多人使用threejs加载三维模型都是用的jsonloader。。但是主流的三维数据格式大多数都是obj。。只有少数的软件是采用的json格式保存三维数据的。 https://stackoverflow.com/questions/53929969/how-to-use-three-jsonloa 阅读全文
posted @ 2021-02-04 17:46 XiaoNiuFeiTian 阅读(1876) 评论(0) 推荐(0) 编辑
Dojo小部件(widget)和样式(themes)自定义
摘要:读2012的一篇博文,上面用到了小部件widget。以css后缀命名的叫样式。 widget是dojo最吸引人的地方,估计这也是arcgis api for javascript如此青睐它的原因吧。。? 小部件和样式的关系是? 包含关系。小部件widget包含样式css文件。 Dijit is a 阅读全文
posted @ 2021-02-01 17:30 XiaoNiuFeiTian 阅读(186) 评论(0) 推荐(0) 编辑
ReferenceError: require is not defined
摘要:现在的js技术日新月异,尤其是nodejs带来的变革。但是Nodejs毕竟是后端程序。要想在前端代码html中嵌入nodejs代码,需要打包一下才能正常在前端运行。 https://stackoverflow.com/questions/44665375/nodejs-html-require-is 阅读全文
posted @ 2021-02-01 11:30 XiaoNiuFeiTian 阅读(5236) 评论(0) 推荐(0) 编辑

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

点击右上角即可分享
微信分享提示