摘要: 在wpf中实现滚轮事件时,面中显示数据(从0开始,没滚动加1)后台代码如下:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Windows.Data;using System.Windows.Documents;using System.Windows.Input;using System.Windows.Media;using System.Windo 阅读全文
posted @ 2013-03-28 23:13 焦涛 阅读(251) 评论(0) 推荐(0)
摘要: (1)优缺点(2)原理等 阅读全文
posted @ 2013-03-28 18:20 焦涛 阅读(1858) 评论(0) 推荐(0)
摘要: 以后补充(1)详细了解Tcp/Ip协议参考下面链接http://blog.csdn.net/goodboy1881/article/category/204448TCP:Transmission Control Protocol 传输控制协议,是一种面向连接(连接导向)的、可靠的、基于字节流的运输层(Transport layer)通信协议UDP:(User Datagram Protocol)用户数据报协议,是一种无连接的传输层协议,提供面向事务的简单不可靠信息传送服务ARP:(Address Resolution Protocol)地址解析协议,将IP地址转换为MAC地址(物理地址)ICM 阅读全文
posted @ 2013-03-28 18:17 焦涛 阅读(714) 评论(0) 推荐(0)