闲坐敲棋

有约不来过夜半,闲敲棋子落灯花

导航

2009年5月4日

摘要: echo 请按任意键开始安装客户管理平台的后台服务. . . echo. pause echo. echo 清理原有服务项. . . %SystemRoot%\Microsoft.NET\Framework\v2.0.50727\installutil /U D:\Service\WindowsService1.exe > InstallService.log echo. echo 清理完毕,开始... 阅读全文

posted @ 2009-05-04 19:59 闲坐敲棋 阅读(429) 评论(0) 推荐(0)

摘要: using System; using System.Text; using System.Net.Sockets; /// /// Summary description for ClassTelnet /// public class ClassTelnet { TcpClient telnet_tcp_client; public string strhost; ... 阅读全文

posted @ 2009-05-04 12:58 闲坐敲棋 阅读(2652) 评论(4) 推荐(1)