-
WebSocket在线聊天实例
该demo是基于springmvc的websocket聊天系统,结合html5实现在线聊天,包含注解和基于Websocket.jar两种方式。
- 2022-01-26 04:36:37下载
- 积分:1
-
关于IPC通信的小程序代码!
关于IPC通信的小程序代码!- About IPC correspondence script code!
- 2022-01-28 02:06:25下载
- 积分:1
-
C++利用soap调用webService
C++利用soap toolkit3.0调用webService,内含详尽说明文档,程序示例,一个控制台程序,可直接运行(需要联网),调用的是天气的webService服务器
- 2022-08-24 06:50:30下载
- 积分:1
-
这是有关邮件操作的源程序代码,是很有用的源代码
这是有关邮件操作的源程序代码,是很有用的源代码-This is the message of the source code to operate it is very useful to the source code
- 2022-02-01 06:32:07下载
- 积分:1
-
计算机网络端口扫描器
计算机网络端口扫描器-computer network port scanners
- 2022-06-21 01:54:00下载
- 积分:1
-
一个端口扫描器
一个端口扫描器 -A port scanner
- 2023-01-03 20:00:03下载
- 积分:1
-
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
-
Socket编程经典入门实例
Socket编程经典入门实例,非常适合初学者学习使用,包括客户端、服务器端的源码
- 2022-03-14 10:22:21下载
- 积分:1
-
ns2 routing presentation
ns2中对路由的演示 操作-ns2 routing presentation
- 2022-02-05 04:15:38下载
- 积分:1
-
一个简单的Http代理服务器
应用背景其实.....这只是一个python练手,看懂蛮容易的,源码里只能接受本地客户端的访问,但是可通过修改服务器的IP地址进行修改,然后就可以从其他机子访问啦。关键技术python的网络编程,本地客户端访问服务器,代理服务器解析客户端传来的请求,取出目的IP和端口,和请求内容,再向目的Ip发送请求,最后将受到的数据反馈给本地客户端。
- 2022-07-21 11:06:52下载
- 积分:1