会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
蓝汐
博客园
首页
新随笔
联系
订阅
管理
2016年11月29日
ArcGIS API for JS geodesicUtils.geodesicAreas 计算面积出现负值情况记录
摘要: var polygonSet = [];//等值线转面后的要素集 for(i=0; i= 3){//将线要素转为面要素 var polygonJson={}; polygonJs...
阅读全文
posted @ 2016-11-29 11:12 蓝汐
阅读(3157)
评论(0)
推荐(0)
2016年2月20日
JAVA 强制类型转换错误提示
摘要: 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 蓝汐
阅读(1351)
评论(0)
推荐(0)
2016年1月12日
ArcGIS Server 账户管理
摘要: 采用ArcGIS Server发布地图服务时提示如下警告:经查找资料及大神们的回答,个人总结是由于ArcGIS Server登录权限的问题:(http://blog.csdn.net/cc765256844/article/details/44620723)多数做法是直接换成本地系统账户登录,但是有...
阅读全文
posted @ 2016-01-12 09:50 蓝汐
阅读(1098)
评论(0)
推荐(0)
2015年12月25日
ArcGIS API for JavaScript 学习之 identifyTask
摘要: //Identify查询function initIdentify() { require( ["esri/map","esri/InfoTemplate","esri/layers/ArcGISDynamicMapServiceLayer","esri/symbols/Simpl...
阅读全文
posted @ 2015-12-25 16:31 蓝汐
阅读(1256)
评论(0)
推荐(0)
公告