自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 DataGridView 使用个人理解

using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using AGV.Monito

2016-06-26 22:42:05 471

转载 C# 利用Socket类实现客户端和服务器之间的通信,可在本机之间实现信息交互

利用Socket类实现了本机之间的客户端与服务端的信息交互。服务器:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Net;using S

2016-05-28 17:06:59 3821

转载 C#利用TcpListener和TcpClient类实现服务器和客户端的通信

注:只能在服务器和客户端不再同一台PC上实现通信,同一台PC无法利用封装的类实现客户端与服务器通信!!!由于还是初学C#,目前还不知道什么原因!!!记录下...网络聊天系统:服务器相关:首先声明一个用户相关的类:using System;using System.Collections.Generic;using System.IO;using System.Linq;

2016-05-28 11:55:40 5752

转载 C# winform windows服务安装与卸载

如题,WinForm 和 Windows Service 通信,就是应用程序和系统服务通信,可以看成是进程间的通信。通信的方式有很多,这里只介绍通过消息队列(MessageQueue)方式。理论知识就不介绍了,直接介绍实例吧。工程下载 /Files/newspring/WindowsService.rar 一、建立工程建立3个项目,其中,Common 为类库,包含错

2016-05-21 16:50:57 1061

转载 Windows 服务

内容:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Diagnostics;using System.ServiceProcess;using System.Text;using System.IO;

2016-05-21 14:48:21 389

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除