wjlz

导航

2007年1月8日

在C#中 端口扫描

摘要: using System;using System.Net;using System.Net.Sockets;using System.Collections;using System.Threading;class begain{ public static void display() { Console.WriteLine("================================... 阅读全文

posted @ 2007-01-08 16:13 大强 阅读(306) 评论(0) 推荐(0)

在C#中列出进程,杀掉进程。

摘要: using System;using System.Management; //System.Management命名空间肯定要先引用的喽。namespace PK{ public class pk { public static void Main(string[] args) { if(args.Length != 1) ... 阅读全文

posted @ 2007-01-08 15:37 大强 阅读(531) 评论(0) 推荐(0)