摘要: var polygonSet = [];//等值线转面后的要素集 for(i=0; i= 3){//将线要素转为面要素 var polygonJson={}; polygonJs... 阅读全文
posted @ 2016-11-29 11:12 蓝汐 阅读(3032) 评论(0) 推荐(0) 编辑
摘要: public float findPriceByIsbn(String isbn) { String hql="select b.price from Book b where b.isbn=?"; float price=(float)getSession().createQuery(hql).s 阅读全文
posted @ 2016-02-20 14:18 蓝汐 阅读(1339) 评论(0) 推荐(0) 编辑
摘要: 采用ArcGIS Server发布地图服务时提示如下警告:经查找资料及大神们的回答,个人总结是由于ArcGIS Server登录权限的问题:(http://blog.csdn.net/cc765256844/article/details/44620723)多数做法是直接换成本地系统账户登录,但是有... 阅读全文
posted @ 2016-01-12 09:50 蓝汐 阅读(1059) 评论(0) 推荐(0) 编辑
摘要: //Identify查询function initIdentify() { require( ["esri/map","esri/InfoTemplate","esri/layers/ArcGISDynamicMapServiceLayer","esri/symbols/Simpl... 阅读全文
posted @ 2015-12-25 16:31 蓝汐 阅读(1231) 评论(0) 推荐(0) 编辑