⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 SSD8考试1
💻 TXT
字号:

Here are the instructions on compiling and running each program:
ProxyServer.java
First, compile this java file through cmd:

javac ProxyServer.java


to ProxyServer.class. Second, run this class file also through cmd:

java ProxyServer


Then you can see the guide for input the request if the connection is OK. Now, input the request. For example:

GET http://www.icarnegie.com/index.html HTTP/1.0


Or

GET http://www.icarnegie.com:80/index.html HTTP/1.0


Then the web file will be received.
You can also get web files through the web browser. Take IE for example, input

http://www.icarnegie.com/index.html


Or

http://www.icarnegie.com:80/index.html


into the URL text and press ENTER. Then you can get the web in the screen.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -