make
(1).使用默认ip和端口 cd bin sudo ./server (2).使用自定义ip和端口 cd bin ./server [ip] [port]
(1)打开浏览器; (2)输入"http://[ip]:[port]/index.html",如果看到了测试的页面说明程序运行没问题;#注意替换其中的ip和port (3)resource里面准备了一些用于访问的文件,例如"./resource/jpg/wallpaper1.jpg",可以在浏览器里输入"http://[ip]:[port]/jpg/wallpaper1.jpg",其他资源同理。
make clean
cd test make ./test [ip] [port] [connection_time]