接着上一节继续学习,本节主要是利用ElementLayer实现鼠标悬浮弹出自定义窗体参考博文:http://www.cnblogs.com/luxiaoxun/p/3322218.html一、新建silverlight用户控件 自定义窗体,可以放置很多控件,命名为MyMapTip.xaml,代码.....
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:
其他好文 时间:
2015-05-26 11:58:25
阅读次数:
117
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:
编程语言 时间:
2015-05-23 21:22:23
阅读次数:
152
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:
其他好文 时间:
2015-05-22 00:04:22
阅读次数:
144
XMLHttpRequest Level 2 添加了一个新的接口——FormData。利用 FormData对象,我们可以通过JavaScript用一些键值对来模拟一系列表单控件,我们还可以使用 XMLHttpRequest 的 send()方法来异步的提交表单。与普通的 Ajax 相比,使用 Fo...
分类:
Web程序 时间:
2015-05-21 21:44:37
阅读次数:
149
Win7(64) + eclipse(64)+ tomcat7(64)+ jdk7(64)开发环境配置一直开发都是用myeclipse,这次尝试了一下eclipse,并且开发工具全部采用最新版本,配置的时候出现了各种各样的问题,总算总结出一个标准步骤,和大家分享一下。一、到官网下载文件,全部选择fo...
XMLHttpRequest Level 2 添加了一个新的接口——FormData。利用 FormData对象,我们可以通过JavaScript用一些键值对来模拟一系列表单控件,我们还可以使用 XMLHttpRequest 的 send()方法来异步的提交表单。与普通的 Ajax 相比,使用 Fo...
分类:
Web程序 时间:
2015-05-21 18:59:17
阅读次数:
125
1)本周08号切换mysqlpartition,切换的过程很顺利,数据能够正常写入,下午的时候对一些主机进行操作的时候直接报错了:Error
inquery[INSERTINTOhousekeeper(tablename,field,value,housekeeperid)
VALUES(‘trends‘,‘itemid‘,‘11055342‘,‘74898930‘)][Duplicateentry
‘74898930‘fo..
分类:
数据库 时间:
2015-05-20 18:40:47
阅读次数:
196
上一节学习了silverlight加载GeoServer发布的WMS地图,这一节学习一下加载GraphicsLayer一、在MainPage.xaml中添加资源配置 二、在cs文件中添加实现函数(以添加图片图标为例,添加其它请参考api官网)private static ESRI.ArcG...