摘要:1.客户端 using System; using System.Net; using System.Net.Sockets; using System.Threading; using System.Text; namespace SocketIM { public class AsynchronousClient { private const int p...
阅读全文
摘要:http://www.cnblogs.com/knowledgesea/p/5032101.html
阅读全文
摘要:准备工作: 0.电脑->管理->本地用户和组->组->Administrator双击->隶属->添加Network service->确定 1.启动windows服务Windows Installer 2.创建winform项目 WindowsFormsApplication1 3.添加windows服务 service1 4.添加代码 protected override void OnS...
阅读全文
摘要:using Holworth; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Holworth { /// /// 用于取得一个文本文件...
阅读全文