摘要: 根据经纬度获取所在的地址信息 比如城市坐标*******//云南的指定的点 也可以传经纬度 var point = new BMap.Point(100.7, 23.5 ); var marker = new BMap.Marker(point); // 创建标注 map.addOverlay(marker); var getData = new BMap.Geocode... 阅读全文
posted @ 2016-04-26 16:10 天翊无影 阅读(4488) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-04-07 09:50 天翊无影 阅读(3083) 评论(0) 推荐(0) 编辑
摘要: 百度地图的双屏联动,做个笔记,主要是在加载地图时把隐藏的加载地图类型方法给提出来。一图动调用另一个图的相应的方法 //百度地图API功能 //加载第二张地图 var map = new BMap.Map("map"); // 创建Map实例 map.centerAndZoom("***",15); //设置地图的中心点 map.addC... 阅读全文
posted @ 2016-03-18 18:01 天翊无影 阅读(926) 评论(0) 推荐(0) 编辑
摘要: easyui的单元格提示窗体 鼠标悬浮事件 阅读全文
posted @ 2016-03-18 17:52 天翊无影 阅读(1305) 评论(0) 推荐(0) 编辑
摘要: /// /// 遍历控件及其值 /// /// 界面控件 private void SetNotEditable(UIElementCollection uiControls) { ... 阅读全文
posted @ 2015-11-09 16:50 天翊无影 阅读(3937) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Configuration;using System.Data;using System.Linq;using System.Windows;using System.Diagnos... 阅读全文
posted @ 2015-11-04 16:39 天翊无影 阅读(1567) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-10-15 10:55 天翊无影 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 步骤如下:1 打开运行窗口 输入以下命令2 找到 计算机配置----》管理模块---》网络---》QoS数据包计划程序,然后看到右边的列表3 选择限制可保留宽带,可以看看左边的描述4 右键选择限制可保留宽带,点击编辑 如下图系统默认的是未设置解释:1 确定系统可保留的连接带宽的百分比。此值限制系统上... 阅读全文
posted @ 2015-08-18 22:08 天翊无影 阅读(320) 评论(0) 推荐(0) 编辑
摘要: //在wpf中动态绘制Grid布局控件中值 需要来动态获取类中的字段数来自动生成Grid列数或者行数, public class models { public Label name { get; set; } public Label age { g... 阅读全文
posted @ 2015-08-01 18:43 天翊无影 阅读(417) 评论(0) 推荐(0) 编辑
摘要: //获取name为datagrid中第三列第一行模板的控件 FrameworkElement item = dataGrid.Columns[3].GetCellContent(dataGrid.Items[0]); DataGridTemplateCo... 阅读全文
posted @ 2015-08-01 18:28 天翊无影 阅读(2120) 评论(0) 推荐(0) 编辑