自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(18)
  • 资源 (8)
  • 收藏
  • 关注

原创 Tomcat内存溢出解决办法

1、今天使用Tomcat部署Geoserver的时候,刚启动Tomcat,结果报了一大堆错误,然后查看一下错误原因,发现是PermGen space内存溢出,那么解决办法也比较简单了,直接加大JVM的内存就可以了;2、错误原因说明:PermGen space的全称是Permanent Generation space,是指内存的永久保存区域,这块内存主要是被JVM用来存放Class

2017-07-17 14:21:39 536

翻译 Image Load Events——图像加载事件

Image sources fire events related to image loading. You can listen forimageloadstart,imageloadend, andimageloaderror type events to monitor image loading progress. This example registers listene

2017-07-05 14:59:31 2899

翻译 Icon Symbolizer——图标符号

Example using an icon to symbolize a point.使用图标来表现一个点的例子。代码: Icon Symbolizer #map { position: relative; }

2017-07-05 10:59:32 777

翻译 Icon Sprites with WebGL——WebGL图标精灵

In this example a sprite image is used for the icon styles. Using a sprite is required to get good performance with WebGL.在这个例子中,图标精灵用于图标样式。使用精灵需要WebGL获取好的性能。代码: Icon Sprites with WebG

2017-07-05 10:42:20 670

翻译 Icon Pixel Operations——图标像素操作

Example using an icon to symbolize a point. Click on the icon to select it, and it will be rendered using its negative image.使用图标来为点设置样式的例子。单击图标并选择它,它就会使用负片进行渲染。代码: Icon Pixel Operatio

2017-07-04 17:17:16 1354

翻译 Icon Colors——图标颜色

Example assigning a custom color to an icon. The features in this examples are all using the same image with the different colors coming from the javascript file. Note that icon files need to obey the

2017-07-04 16:06:37 2381

翻译 Hit Tolerance——hit容差

By default, the map.forEachFeatureAtPixel() function only considers features that are directly under the provided pixel. This can make it difficult to interact with features on touch devices. To consi

2017-07-04 14:58:15 906

翻译 Earthquakes Heatmap——地震热点图

This example parses a KML file and renders the features as aol.layer.Heatmap layer.这个例子解析一个KML文件并渲染要素为一个ol.layer.Heatmap图层。代码: Earthquakes Heatmap

2017-07-04 14:08:30 1060

翻译 Map Graticule——地图坐标网

This example shows how to add a graticule overlay to a map.这个例子用来展示如何在地图上面添加坐标网。代码: Map Graticule var map = new ol.Map({ layers: [

2017-07-04 11:44:16 933

翻译 GPX Data——GPX数据

Example of using the GPX source.使用GPX数据源的例子。代码: GPX Data   // 必应瓦片地图 var raster = new ol.layer.Tile({ source: new ol.source

2017-07-04 11:32:17 2888

翻译 WMS GetFeatureInfo (Tile Layer)——WMS获取要素信息(瓦片图层)

This example shows how to trigger WMS GetFeatureInfo requests on click for a WMS tile layer. Additionallymap.forEachLayerAtPixel is used to change the mouse pointer when hovering a non-transparent p

2017-07-04 11:08:51 3729

翻译 WMS GetFeatureInfo (Layers)——WMS获取要素信息(图层)

All features:6Hotel features:2Restaurant features:4Demonstrates the use of the layers option in the ol.format.WMSGetFeatureInfo format object, which allows features r

2017-07-04 10:59:28 2854

翻译 WMS GetFeatureInfo (Image Layer)——WMS获取要素信息(图像图层)

This example shows how to trigger WMS GetFeatureInfo requests on click for a WMS image layer. Additionallymap.forEachLayerAtPixel is used to change the mouse pointer when hovering a non-transparent

2017-07-04 10:24:08 6161 1

翻译 Geolocation——地理位置

This example uses the Geolocation API to control the view.这个例子使用Geolocation的API来控制视图。代码: Geolocation track position

2017-07-04 09:57:15 956

翻译 GeoJSON

Example of GeoJSON features.GeoJSON要素的例子。代码: GeoJSON // 点样式 var image = new ol.style.Circle({ radius: 5, fill: null,

2017-07-04 09:34:23 2720

翻译 Full Screen Control——全屏控件

Click the control in the top right corner to go full screen. Click it again to exit full screen.单击右上角的按钮实现全屏,再次单击退出全屏。If there is no button on the map, your browser does not support theFul

2017-07-03 17:40:47 1469

翻译 Full Screen Control with extended source element——全屏控件与扩展源要素

Click the control in the top right corner to go full screen. Click it again to exit full screen.单击右上角的按钮实现全屏,再次单击退出全屏。If there is no button on the map, your browser does not support theFull

2017-07-03 17:34:23 728

翻译 Full Screen Drag, Rotate, and Zoom——全屏、旋转和缩放

Hold down Shift+Drag to rotate and zoom. Click the button in the top right corner to go full screen. Then do theShift+Drag thing again.按住Shift键并拖动鼠标来旋转和缩放。单击右上角的按钮实现全屏,然后可以再次按住Shift键拖动鼠标来旋转和缩放地图

2017-07-03 17:25:07 1017

程序员的数学1_高清版

日本结城浩所著,内容通俗易懂但又不乏深度,高清版哦

2017-08-25

数据结构与算法JavaScript描述

美国 Michael McMillan 所著《Data Structures and Algorithms with JavaScript》,中文版

2017-08-25

数据结构与算法——C++版

Mark Allen Weiss《数据结构与算法——C++语言描述》原书第三版,中文

2017-08-25

C++标准库说明文档

C++标准库开发文档

2017-07-03

Hibernate中文API文档

Hibernate的中文API文档,需要的赶紧拿走吧

2016-09-28

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除