https://www.jianshu.com/p/e7b3754bdf10 Read More
posted @ 2018-08-01 11:44 homegis Views(490) Comments(0) Diggs(0) Edit
https://blog.csdn.net/wl044090432/article/details/53423333 Read More
posted @ 2018-07-30 09:43 homegis Views(147) Comments(0) Diggs(0) Edit
1 安装node.js环境 官网: http://nodejs.org/ 点击【install】,会下载mac的安装包。正常安装即可 2 安装cordova:npm install -g cordova --registry=https://registry.npm.taobao.org 3 工作目 Read More
posted @ 2016-06-24 15:52 homegis Views(412) Comments(0) Diggs(0) Edit
1. 安装cordova:npm install -g cordova --registry=https://registry.npm.taobao.org 2. 创建cordova工程:进入工作目录下执行 cordova create hello com.example.hello HelloWo Read More
posted @ 2016-06-23 17:32 homegis Views(578) Comments(0) Diggs(0) Edit
开源网址:https://github.com/irconde/3DWebExplorer介绍:演示如何内嵌Google Earth 插件,开发面向公众的3D旅游展示平台 Read More
posted @ 2015-12-24 11:11 homegis Views(716) Comments(0) Diggs(0) Edit
演示网址:http://richiecarmichael.github.io/sat/index.html开源网址:https://github.com/richiecarmichael/Esri-Satellite-Map介绍:结合ArcGIS javascript API和Bootstrap开发... Read More
posted @ 2015-12-24 10:51 homegis Views(3648) Comments(0) Diggs(0) Edit
1. Python2.7.exe下载安装,下载地址:http://www.python.org/ftp/python/2.7/python-2.7.msi2. GDAL安装。地址:http://vbkto.dyndns.org/sdk/。找对应python的稳定版本。下载core和GDAL的python绑定文件,如GDAL-1.9.2.win32-py2.7.msi和gdal-19-1500-core.msi . 然后添加GDAL安装路径(如:C:\Program Files\GDAL)到环境变量path同时添加GDAL DATA 目录(如:C:\Program Files\GDAL\gdal Read More
posted @ 2013-05-20 10:44 homegis Views(407) Comments(0) Diggs(0) Edit
概念:pre-aggregation也应用中GIS中,地图的概化,如影像金字塔,地图缓存。OLAP pre-aggregation 解决了三个问题:视图选择View Selection,,查询重写Query Rewriting和视图保持View Maintenance执行计划:从SQL转化到数据库实际执行方案,即方案的优化选择特点:给出了GeoRaster聚集和预先聚集的定义,按照预先聚集覆盖聚查询的范围分类为内部的,叠加的和包含的。提出了上面三类的开销模型针对开销提出了执行计划,如果存在预先聚集和查询完全匹配,直接用预先聚集,如果部分匹配,则用开销模型去评价,选择最优计划。注:文中提到ras Read More
posted @ 2013-03-11 06:21 homegis Views(253) Comments(0) Diggs(0) Edit
特点:类似hive,存储unstructured data.Virtual View就是一些fact table,存储所有信息,维信息体现在row的属性上schema版本变化体现在fact table中,每一行包含schema version ID,元数据记录哪些列可用不可用元数据信息存储在每个节点,由主节点同步。表数据存储方式:1。text(in CSV) 2.serialized java objects 3.row-based binary array 4. columnar binary array.贡献:fact table 自己设计的columnar 存储,提供压缩,分日期和维存储 Read More
posted @ 2013-03-11 04:09 homegis Views(300) Comments(0) Diggs(0) Edit
声明:本文是个人参考网上有关资料,编译2.6.25内核的总结,如按本文步骤编译内核造成的责任和本文作者无关。 本文放在本人的blog上面:http://hi.baidu.com/ffbp89/ 本文还有姊妹篇《老笔记本编译2.6.20内核指导》 如果有修改,也在blog上。 欢迎转载本文,但是请不要取消本声明。 写这篇东西主要是教学目的,学生可以结合编译内核复习shell的有关命令。 一、下载源代码和编译软件的准备 下载内核源代码:http://www.kernel.org/ 注意,点击2.6.25内核的F版,即完整版。 如果你懒得去网站点联接,运行下列命令: 代码:$cd ~$ wge... Read More
posted @ 2012-09-11 23:32 homegis Views(214) Comments(0) Diggs(0) Edit