chenxu4277
博客园
社区
首页
新随笔
联系
管理
订阅
随笔- 11 文章- 0 评论- 4
07 2008 档案
常用命令
摘要: net use \\192.168.1.2 "" /user:"Administrator" private string CmdPing(string strIp) { Process p = new Process(); p.StartInfo.FileName = "cmd.exe"; p.StartInfo.UseShellExecute = false; p.StartInfo.Redi...
阅读全文
posted @
2008-07-25 09:45
陈旭85 阅读(67) |
评论 (0)
编辑
udp发送接收数据
摘要: [代码]
阅读全文
posted @
2008-07-21 10:42
陈旭85 阅读(500) |
评论 (0)
编辑
公告