上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 103 下一页
摘要: WRF 模式MM5 模式都是目前从网上可以下载的气象软件,因此在国内经常可以见到。但这两种模式的数据特点数据的水平网格都不是标准的经纬度网格。需要在ctl 文件中加入PDEF 定义说明把这种非标准的数据经过GrADS 内部的计算转换成标准的经纬度网格数据使用。 其中 PDEF 说明:pdef 130 阅读全文
posted @ 2015-10-10 22:01 JackGIS 阅读(1389) 评论(0) 推荐(0)
摘要: http://bbs.06climate.com/forum.php?mod=viewthread&tid=38391&page=1#pid530730 阅读全文
posted @ 2015-10-10 21:58 JackGIS 阅读(509) 评论(0) 推荐(0)
摘要: Oracle自定义聚合函数实现字符串连接的聚合create or replace type string_sum_obj as object (--聚合函数的实质就是一个对象 sum_string varchar2(4000), static function ODCIAggregateInitia... 阅读全文
posted @ 2015-09-19 16:27 JackGIS 阅读(2692) 评论(0) 推荐(0)
摘要: private var cityGraL:GraphicsLayer;//标记城市 maxScale=50000 private var siteGraL:GraphicsLayer;//标记站点 minScale=50000 阅读全文
posted @ 2015-09-18 10:50 JackGIS 阅读(232) 评论(0) 推荐(0)
摘要: 读取缓存:usernameSO = SharedObject.getLocal('username'); if (usernameSO) { usernameSOAL = use... 阅读全文
posted @ 2015-08-17 11:22 JackGIS 阅读(302) 评论(0) 推荐(0)
上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 103 下一页