上一页 1 2 3 4 5 6 ··· 21 下一页

2019年11月1日

c# dataTable 排序

摘要: if(columnBindingName== "modifyfrequency") { DataTable dt = this.dgvMyIndex.DataSource as DataTable; EnumerableRowCollection<DataRow> dayquery = from order in dt.AsEnumerable() where order.Field<string 阅读全文

posted @ 2019-11-01 09:40 GIS-MAN 阅读(415) 评论(0) 推荐(0) 编辑

2018年12月10日

wpf Listbox 实现按住ctrl键来取消选中

摘要: 1. 首先继承一个listbox,来获得按住ctrl键时,点击的item 2 在listbox 的调用处: 获得listbox 的选中项:SelectedItemsList 3 在mouseleftdown事件里面添加处理程序 阅读全文

posted @ 2018-12-10 15:46 GIS-MAN 阅读(848) 评论(1) 推荐(0) 编辑

2018年12月4日

wpf 的依赖属性只能在loaded 事件之后才能取到

摘要: wpf 的依赖属性只能在loaded 事件之后才能取到,在构造函数的 InitializeComponent(); 之后取不到 wpf 的依赖属性只能在loaded 事件之后才能取到,在构造函数的 InitializeComponent(); 之后取不到 wpf 的依赖属性只能在loaded 事件之 阅读全文

posted @ 2018-12-04 17:58 GIS-MAN 阅读(472) 评论(1) 推荐(0) 编辑

c# 将一个长耗时任务改成task

摘要: 调用 var reuslt = await _stTrendController.InitalrenderSourceandBrush2((int)firstrowgrid.ActualWidth - 27); 阅读全文

posted @ 2018-12-04 16:26 GIS-MAN 阅读(845) 评论(0) 推荐(2) 编辑

2018年11月23日

WPF 的Listbox 滚动处理

摘要: wpf listbox 滑动 阅读全文

posted @ 2018-11-23 10:14 GIS-MAN 阅读(1459) 评论(0) 推荐(0) 编辑

2017年7月3日

动动 隐私声明

摘要: (一)隐私保护 the app need internet access,we won't need your private information, in other words, your information is safe. 本程序不会收集,分享和存储您的个人信息,或者您相关设备的信息。 阅读全文

posted @ 2017-07-03 16:46 GIS-MAN 阅读(150) 评论(0) 推荐(0) 编辑

2017年6月27日

多彩拼图 隐私声明

摘要: (一)隐私保护 the app need internet access,we won't need your private information, in other words, your information is safe. 本程序不会收集,分享和存储您的个人信息,或者您相关设备的信息。 阅读全文

posted @ 2017-06-27 08:46 GIS-MAN 阅读(184) 评论(0) 推荐(0) 编辑

2016年9月21日

儿童七彩浏览器 隐私声明

摘要: (一)隐私保护 the app need internet access,we won't need your private information, in other words, your information is safe. 本程序不会收集,分享和存储您的个人信息,或者您相关设备的信息。 阅读全文

posted @ 2016-09-21 22:33 GIS-MAN 阅读(701) 评论(0) 推荐(0) 编辑

2016年8月2日

JS 清空table

摘要: $("#tblResult>tbody").html(""); 阅读全文

posted @ 2016-08-02 09:49 GIS-MAN 阅读(3930) 评论(0) 推荐(0) 编辑

2016年6月5日

wpf ,只能窗口调整高度,并且设定最小值。

摘要: MaxWidth="900" WindowStyle="ToolWindow" ResizeMode="CanResize" WindowStartupLocation="CenterScreen" SizeToContent="Height" 阅读全文

posted @ 2016-06-05 12:47 GIS-MAN 阅读(1191) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 21 下一页

导航