2020年3月21日

Web Server(Linux版)

摘要: /* J. David's webserver */ /* This is a simple webserver. * Created November 1999 by J. David Blackstone. * CSE 4344 (Network concepts), Prof. Zeigler 阅读全文

posted @ 2020-03-21 19:50 酷卡宜 阅读(496) 评论(0) 推荐(0)

Web Server(Java版)

摘要: import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.ServerSocket; 阅读全文

posted @ 2020-03-21 19:49 酷卡宜 阅读(354) 评论(0) 推荐(0)

Web Server(VxWorks版)

摘要: /* includes */ #include "vxWorks.h" #include "sockLib.h" #include "inetLib.h" #include "taskLib.h" #include "stdioLib.h" #include "strLib.h" #include 阅读全文

posted @ 2020-03-21 19:48 酷卡宜 阅读(621) 评论(0) 推荐(0)

导航