上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
摘要: 阅读全文
posted @ 2015-04-17 20:38 Liu66~ 阅读(171) 评论(0) 推荐(0)
摘要: 按照 Name 的名字分组,对 Value 值为 0 和 1 的个数进行统计select name,sum(case value when 0 then 1 else 0 end) value0,sum(case value when 1 then 1 else 0 end) value1 from... 阅读全文
posted @ 2015-04-04 22:52 Liu66~ 阅读(11902) 评论(0) 推荐(0)
摘要: var treeObj = $.fn.zTree.getZTreeObj("tree");var nodes = treeObj.getSelectedNodes();if(typeof nodes[0].children.length>0){ //为父节点} 阅读全文
posted @ 2015-03-31 20:56 Liu66~ 阅读(2637) 评论(0) 推荐(0)
摘要: 这是因为发布的图层有中文所导致的,只需修改tomcat的server.xml文件 阅读全文
posted @ 2015-02-20 19:20 Liu66~ 阅读(1344) 评论(0) 推荐(0)
摘要: login.html:Untitled Document用户名:密码:PHP: 阅读全文
posted @ 2014-11-01 22:31 Liu66~ 阅读(15382) 评论(0) 推荐(1)
摘要: New Document 1111 2222 aaaa aaaa ... 阅读全文
posted @ 2014-10-27 20:46 Liu66~ 阅读(596) 评论(0) 推荐(0)
摘要: socket.emit('action');表示发送了一个action命令,命令是字符串的,在另一端接收时,可以这么写: socket.on('action',function(){...});socket.emit('action',data);表示发送了一个action命令,还有data数据,在... 阅读全文
posted @ 2014-10-18 16:05 Liu66~ 阅读(17449) 评论(0) 推荐(3)
摘要: events.js:72 throw er; // Unhandled 'error' event ^Error: listen EADDRINUSE at errnoException (net.js:904:11) at Server._lis... 阅读全文
posted @ 2014-10-17 09:28 Liu66~ 阅读(24242) 评论(2) 推荐(5)
摘要: Note that this is just for Socket.io version 0.7, and possibly higher if they don’t change the API again.I’m writing an iPhone app right now using Pho... 阅读全文
posted @ 2014-10-14 15:46 Liu66~ 阅读(320) 评论(0) 推荐(0)
摘要: // send to current request socket clientsocket.emit('message', "this is a test");// sending to all clients, include senderio.sockets.emit('message', "... 阅读全文
posted @ 2014-10-14 14:14 Liu66~ 阅读(3755) 评论(0) 推荐(0)
摘要: 1、esri 命名空间 所有的对象都是在 esri 命名空间下的,esri 有自己的属性和方法。 如 esri.version 返回当前 JavaScript API 的版本号。esri.hide(Element) 隐藏 html 元素,像 DIV 或者是 TABLE 元素。2、Graphic 对象... 阅读全文
posted @ 2014-09-28 16:24 Liu66~ 阅读(525) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-09-28 15:02 Liu66~ 阅读(19384) 评论(0) 推荐(1)
摘要: 第一种方法://经纬度转Web墨卡托dvec3 CMathEngine::lonLat2WebMercator(dvec3 lonLat){ dvec3 mercator; double x = lonLat.x *20037508.34/180; double y = log... 阅读全文
posted @ 2014-09-28 12:49 Liu66~ 阅读(11971) 评论(0) 推荐(0)
摘要: 1、去官网下载最新版: ArcGIS API for JavaScript 3.9 API 参考文档:https://developers.arcgis.com/javascr 智能提示下载:https://developers.arcgis.com/javascript/jsapi/api_c... 阅读全文
posted @ 2014-09-27 11:24 Liu66~ 阅读(1004) 评论(0) 推荐(0)
摘要: Simple Map JavaScript API v2.0:http://developer.b... 阅读全文
posted @ 2014-09-26 14:00 Liu66~ 阅读(70693) 评论(2) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页