【转】visual studio 2008 试用版评估期已结束的解决方法
自己动手编写一个Web服务器(二)
public final class WebServer { public static void main(String argv[]) throws Exception { // Set the port number int port = 6789; } final…
自己动手编写一个Web服务器
public class MyWebServer { public static String WebRoot = "C:\Inetpub"; }