摘要: using System;using System.Collections.Generic;using System.Text;using System.Net.Sockets;using System.Threading;using System.Windows;using System.IO;n... 阅读全文
posted @ 2015-11-06 11:29 _蔚蓝 阅读(428) 评论(0) 推荐(0) 编辑
摘要: JQuery的核心的一些方法each(callback) '就像循环$("Element").length; ‘元素的个数,是个属性$("Element").size(); '也是元素的个数,不过带括号是个方法$("Element").get(); ‘某个元素在页面中的集合,以数组的形式存储$("E... 阅读全文
posted @ 2015-09-25 10:18 _蔚蓝 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 先设置Grid_MouseDown事件函数,然后在函数内增加如下代码if (e.ClickCount == 2){ //双击执行}更改数字可以区别单击和双击感谢@一 定 会 去 旅 行 阅读全文
posted @ 2015-08-11 16:06 _蔚蓝 阅读(2033) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 5 6 7 8 9 10 11 12 13 24 25 26上为XAML设计代码,Style部分是Button的样式。Canvas内的代码是Line,图案是一个方框。怎么修改可自行百度... 阅读全文
posted @ 2015-08-07 17:50 _蔚蓝 阅读(1475) 评论(0) 推荐(0) 编辑
摘要: 设置DataGrid的MouseDoubleClick事件 代码 这段代码有个缺点,就是只要鼠标双击DataGrid这个控件的任何位置都会触发这个事件而不是点击DataGridRow触发 望高手改正 阅读全文
posted @ 2015-07-26 17:27 _蔚蓝 阅读(6885) 评论(2) 推荐(0) 编辑