04 2017 档案

摘要: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... 阅读全文

posted @ 2017-04-28 14:58 听哥哥的话 阅读(193) 评论(0) 推荐(0)

摘要:http://www.cnblogs.com/knowledgesea/p/5032101.html 阅读全文

posted @ 2017-04-23 13:22 听哥哥的话 阅读(114) 评论(0) 推荐(0)

摘要:准备工作: 0.电脑->管理->本地用户和组->组->Administrator双击->隶属->添加Network service->确定 1.启动windows服务Windows Installer 2.创建winform项目 WindowsFormsApplication1 3.添加windows服务 service1 4.添加代码 protected override void OnS... 阅读全文

posted @ 2017-04-17 13:41 听哥哥的话 阅读(260) 评论(0) 推荐(0)

摘要:using Holworth; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Holworth { /// /// 用于取得一个文本文件... 阅读全文

posted @ 2017-04-14 21:27 听哥哥的话 阅读(5281) 评论(0) 推荐(0)

导航