会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
TTonlyV5
总有一些人过着你想要的生活
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
下一页
2017年5月4日
raster导入postgres Windows命令
摘要: cmd命令行raster2pgsql -s 4326 -I -C -M C:\Users\tt\Downloads\tmean_19_tif\*.tif -F -t 256x256 tmean_19 | psql -h localhost -p 5432 -...
阅读全文
posted @ 2017-05-04 10:26 TTonlyV5
阅读(683)
评论(0)
推荐(0)
2017年4月14日
Python使用XML操作mapnik,实现复杂标注(Multi line text symbolizer)
摘要: test.pyimport mapnikstylesheet = 'world_style.xml'image = 'world_style.png'm = mapnik.Map(1200, 800)mapnik.load_map(m, stylesheet...
阅读全文
posted @ 2017-04-14 15:55 TTonlyV5
阅读(284)
评论(0)
推荐(0)
2017年3月28日
Leaflet使用vector tiles 标注label设置
摘要: JS //简单的标注 var marker = L.marker([ 31.2, 114.5 ], { // icon:myIcon }).addTo(map) ...
阅读全文
posted @ 2017-03-28 13:47 TTonlyV5
阅读(643)
评论(0)
推荐(0)
Leaflet使用vector tiles样式设置
摘要: //point style var myIcon = L.icon({ iconUrl: 'css/images/dian.svg',// shadowUrl: 'css/images/leaf-shadow.png',...
阅读全文
posted @ 2017-03-28 13:41 TTonlyV5
阅读(667)
评论(0)
推荐(0)
2017年3月17日
Leaflet调用geoserver发布的矢量切片
摘要: geoserver如何发布切片就不写了,大家都可以查到。index.html --> js//添加一个map var map = L.map('map', { crs : L.CRS.EPSG4326, center ...
阅读全文
posted @ 2017-03-17 13:49 TTonlyV5
阅读(720)
评论(0)
推荐(0)
2017年3月3日
java 生成透明背景图片
摘要: //开始绘图 graphics2d.setBackground(Color.WHITE); graphics2d.clearRect(0, 0, width, height); ...
阅读全文
posted @ 2017-03-03 14:40 TTonlyV5
阅读(1785)
评论(0)
推荐(0)
2017年2月16日
java 用RGB生成图片动态命名
摘要: import java.awt.Color;import java.awt.Graphics2D;import java.awt.image.BufferedImage;import java.io.File;import java.io.IOExcepti...
阅读全文
posted @ 2017-02-16 14:46 TTonlyV5
阅读(444)
评论(0)
推荐(0)
2016年12月29日
POI拆分单元格,并设置拆分后第一个cell的值为空cell的值
摘要: // 从第A7开始,拆分单元格 CellReference ref = new CellReference("A7"); //遍历sheet中的所有的合并区域 for ...
阅读全文
posted @ 2016-12-29 17:13 TTonlyV5
阅读(1670)
评论(0)
推荐(0)
2016年12月8日
SQL插入字段
摘要: //SQL插入字段 String dropTable=”drop table if exists test;”; String columnGid =”alter table test add gid serial;”; String c...
阅读全文
posted @ 2016-12-08 13:50 TTonlyV5
阅读(865)
评论(0)
推荐(0)
2016年9月19日
OpenGL立方体
摘要: 直接画#include #include #include #include #include // 绘制立方体// 将立方体的八个顶点保存到一个数组里面 static const float vertex_list[][3] ={ -0.5...
阅读全文
posted @ 2016-09-19 14:11 TTonlyV5
阅读(212)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
下一页
公告