上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: 报错“在使用 ItemsSource 之前,项集合必须为空” 观察一下便可发现设计器里没有正确显示各列,是因为少了DataGrid.Columns节点 改为以上即可 阅读全文
posted @ 2017-06-22 14:31 dyfisgod 阅读(3399) 评论(0) 推荐(0) 编辑
摘要: iptables -A INPUT -p udp --dport 90 -j ACCEPT iptables -A INPUT -p tcp -m state --state ESTABLISHED -m tcp --dport 8888 -j ACCEPTservice iptables save 阅读全文
posted @ 2017-06-22 09:48 dyfisgod 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 1 2 1 3 1 4 80 5 1 2 1 3 攻击力 4 1 2 1 3 大娃 4 男 5 13 6 力大无穷 7 1 //按年龄排序 2 public static List GetStudentsSortByAge() 3 { 4 ... 阅读全文
posted @ 2017-06-20 14:07 dyfisgod 阅读(528) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/lei2007/archive/2011/07/21/2113161.html 阅读全文
posted @ 2017-06-20 09:36 dyfisgod 阅读(115) 评论(0) 推荐(0) 编辑
摘要: select * from testtable; type subtype value a sa 1b sb 1a sb errorb sa errora sb 1b sb 1c sa errorc sb 1c sc 1c sc 1c sa error select sum(`value`) fro 阅读全文
posted @ 2017-06-13 14:27 dyfisgod 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 1 2 手机端扫描以下二维码直接观看(支持安卓Android/苹果iOS/微信) 3 13 阅读全文
posted @ 2017-06-13 13:14 dyfisgod 阅读(211) 评论(0) 推荐(0) 编辑
摘要: Linux mysql 5.6: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) 阅读全文
posted @ 2017-06-07 10:34 dyfisgod 阅读(598) 评论(0) 推荐(0) 编辑
摘要: 注意:form1表单中不要有submit类型 阅读全文
posted @ 2017-06-06 15:40 dyfisgod 阅读(585) 评论(0) 推荐(0) 编辑
摘要: TickFrequency:刻度之间的间隔 IsSnapToTickEnabled:是否对齐到刻度 TickPlacement:刻度位置 阅读全文
posted @ 2017-06-05 16:15 dyfisgod 阅读(1247) 评论(0) 推荐(0) 编辑
摘要: visual studio自带代码片段,用了6年visual studio才知道有这么个玩意……惭愧 最简单例子 for循环,for,连点两下tab……自己研究吧 阅读全文
posted @ 2017-06-02 09:54 dyfisgod 阅读(148) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 下一页