-
HTTP是一个基于文本的协议,用于通过Web浏览器来检索Web页面。大多数情况下,如果你位于一个局域网连接时,你是在一个代理服务器之后;这个代理服务器在某一端口...
HTTP是一个基于文本的协议,用于通过Web浏览器来检索Web页面。大多数情况下,如果你位于一个局域网连接时,你是在一个代理服务器之后;这个代理服务器在某一端口运行一个HTTP代理。在你的Internet Explorer的连接选项中,你可以按需要说明局域网的设置。这个代理服务器运行一个基于文本的协议,你只能从外部网格中得到HTTP相关的数据。但注意,有一个小漏洞,通过它你可以穿过HTTP,连接到外部世界,得到任何基于二进制协议的数据,甚至基于你自己的协议。这就是通过HTTPS。-HTTP is a text-based protocol for a Web browser to access Web pages. In most cases, if you are located in a LAN connection, you are after a proxy server; The proxy server port in a run an HTTP proxy. In your Internet Explorer connectivity options, you may press the need to explain LAN configuration. The proxy server running on a text of the agreement, you can only from the outside grid to be related to the HTTP data. But note that there are a small loophole through which you can pass through HTTP, connect to the outside world, any agreement based on the binary data, or even on your own agreement. It is through HTTPS.
- 2022-02-15 15:11:24下载
- 积分:1
-
linux网络编程
linux网络编程,c++封装了linux的网络套接字程序
- 2023-06-16 04:40:03下载
- 积分:1
-
中的dns重定向,用asp 确定dns
中的dns重定向,用asp 确定dns-redirect the dns used to determine dns asp
- 2022-07-16 16:28:52下载
- 积分:1
-
for file transfer Web services client
用于文件传输的Web服务客户端-for file transfer Web services client
- 2022-01-25 23:00:11下载
- 积分:1
-
linux下的聊天软件
局域网OICQ程序设计,包括客户端和服务端。
客户端与服务端之间使用tcp协议进行通讯,客户端和客户端之间使用upd协议进行通讯。服务端监听一个tcp端口,接受客户端的连接。每个客户端使用udp协议监听一个端口。接受来自其他客户端的信息。
- 2022-01-24 08:45:03下载
- 积分:1
-
winpcap sdk
用于winpcap开发的SDK,里面包含了几个库文件:wpcap.lib Packet.lib,和几个头文件,使用的时候把库文件放在工程目录下或是编译器的目下,然后编译器中加入他们的路径
- 2022-05-29 12:30:40下载
- 积分:1
-
这样的一个例子,一个代理服务器,它支持二级代理,其中有一个古董…
这是一个代理服务器实例,它支持二级代理,其中还有一个虚拟的Web服务器,其根目录是“ProxyServer”, 在运行该程序前首先需要把该目录拷贝到C盘的根目录下,当然你也可以在源代码中改变指定的位置。-This an example of a proxy server, which supports two agents, which have a virtual Web server, the root directory is "ProxyServer" run the procedure before first need to copy the directory C was the root directory, of course, you could also change the source code for the designated location.
- 2022-02-25 13:38:06下载
- 积分:1
-
这是我学习java是收集来的一些入门的资料,希望能帮助那些才开始学习的人!...
这是我学习java是收集来的一些入门的资料,希望能帮助那些才开始学习的人!-This is my learning java is to collect some data entry, will help those who only started learning!
- 2022-02-01 04:47:24下载
- 积分:1
-
jsp成绩管理系统
jsp成绩管理系统-jsp performance management system
- 2022-03-20 12:54:42下载
- 积分:1
-
VC++实现收发电子邮件
VC++编程实现收发电子邮件,设置SMTP服务器和POP地址,可实现在本地接收指定帐户的电子邮件,也可以发送邮件,简单来说,实现了本地查看接收、发送Email的功能,你可以再扩展些,比如加上删除邮件的功能,将其扩展成一个邮件客户端程序。
- 2023-08-11 23:15:04下载
- 积分:1