随笔 - 134  文章 - 0  评论 - 22  阅读 - 31万
12 2014 档案
Java读取图片并修改像素,创建图片
摘要:public void replaceImageColor(String file, Color srcColor, Color targetColor) throws IOException{ URL http; if(file.trim().startsWith("h... 阅读全文
posted @ 2014-12-17 18:16 yoyo002 阅读(24150) 评论(2) 推荐(1) 编辑
geotools解析SLD中的elsefilter为什么里面的filter无效
摘要:原因是在org.geotools.renderer.lite.StreamingRenderer中的process函数:/** * @param rf * @param feature * @param fts * @param layerId */ ... 阅读全文
posted @ 2014-12-10 13:23 yoyo002 阅读(980) 评论(0) 推荐(0) 编辑
DB2 的create or update方法
摘要:通过merge方法实现的:MERGE INTO IFEBASE.STYLE AS MT USING (SELECT :scenario AS SCENARIO_ID, :style AS SHAPE FROM SYSIBM.DUAL) AS VT ON (MT.SCENARIO_ID = VT.... 阅读全文
posted @ 2014-12-04 10:48 yoyo002 阅读(500) 评论(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

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