-
上传组件
aspupload
- 2022-12-14 23:15:03下载
- 积分:1
-
集中式服务器的聊天应用
应用背景多用户聊天应用程序使用Python命令行文件:client.py server.py可以帮助多个用户同时进行交互的应用程序。运行client.py:Python client.py服务器IP地址端口号关键技术关键技术:Python•套接字编程TCP
- 2022-02-12 07:33:30下载
- 积分:1
-
Embedded in the page code can achieve easy online customer service features
在网页中嵌入简单的代码即可实现在线客服功能-Embedded in the page code can achieve easy online customer service features
- 2023-02-04 18:35:04下载
- 积分:1
-
动态域名基础知识
什么是IP地址
IP地址是在网络上分配给每台计算机或网络设备的32位数字标识。在Internet上,每台计算机或...
动态域名基础知识
什么是IP地址
IP地址是在网络上分配给每台计算机或网络设备的32位数字标识。在Internet上,每台计算机或网络设备的IP地址是全世界唯一的。IP地址的格式是 xxx.xxx.xxx.xxx,其中xxx是 0 到 255 之间的任意整数。例如,科迈网站主机的IP地址是 210.22.12.54。 -dynamic domain knowledge what is the basis of IP addresses in the IP network addresses are assigned to each computer or network equipment of the 32-digit identification. On the Internet, every computer equipment or network is the IP address of the world only. IP addresses xxx.xxx.xxx.xxx is the format, which is xxx 0-255 between the arbitrary integer. For example, Comay website host IP address is 210.22.12.54.
- 2022-02-03 06:22:12下载
- 积分:1
-
这是用C#编写的免费的 .NET FTP客户端库。
这是用C#编写的免费的 .NET FTP客户端库。-This is the C# prepared free of charge.NET FTP client library.
- 2022-03-11 15:27:36下载
- 积分:1
-
java版的简单聊天室程序
java版的简单聊天室程序-java version of the simple procedures Chat Room
- 2022-02-24 11:39:16下载
- 积分:1
-
completed an example of the server and client simple oral communication process....
该实例完成一个服务器端和客户端简单的会话通信过程.要求主机上安装TCP/IP协议,并设定IP.服务器端和客户端使用同一台主机的不同端口号,服务器端使用的端口号为2000,客户端使用的端口号为3000. 服务器端程序先运行,首先初始化Winsock,然后创建套接字,在2000端口上进行绑定,接着在2000端口进行侦听,并进入等待状态.客户端后运行,同样首先初始化winsock,然后创建套接字,接着尝试和服务器端的连接.连接一旦建立,就可以在服务器端和客户端之间进行通信.客户端提示输入一个数字,比如输入50,那么客户端会从"data0"到"data49"发送50个字符串,输入0退出.-completed an example of the server and client simple oral communication process. Asked on the mainframe installed TCP/IP protocol and set the IP. Servers and clients using the same host of different ports, the use of the server port to 2000, clients use the port number as 3000. server operating procedures first, the first initialization Winsock, and then create socket, in 2000 ports on bonding, then the 2000 port for the interception, and entered the wait state. client after running the same protocols of the first initialization, and then create socket, and then try to server connections. connecting once established, can the server and client communications between. the client suggested the import
- 2022-01-26 06:53:43下载
- 积分:1
-
ftp 客户端 跨平台
应用背景可以使用apache服务器,讲服务器做相应设置即可。此为开源代码,方便修改,代码易学易用,可以根据自己需求,做相应修改,实现文件的上传下载,并且支持跨平台关键技术使用vs开发平台,用C语言,实现ftp客户端,运行时只需在控制台输入相应参数即可,不支持断点续传,不过稍作修改即可,本人已实现!开源代码,方便自己结合自己应用修改
- 2022-01-21 03:38:53下载
- 积分:1
-
客户端服务器通信的小程序,功能比较简单,仅供学习参考!
本程序为客户端服务器通信的小程序,功能比较简单,仅供学习参考!
客户端程序和服务器程序分别是一个工程,你需要先运行服务器程序,然后运行客户端程序,等连接建立以后,就可以发送数据了。
客户端可以同时打开若干个,并且都可以向服务器发送数据。
- 2022-01-26 02:19:39下载
- 积分:1
-
Imitate RealVNC412 compiled to view the contents of the file server of the lette...
模仿RealVNC412编的,查看服务端的盘符文件内容并且看到感兴趣的可以文件下载下来,同时也可以上传文件到服务端任意位置的通信和文件操作程序,支持单个文件以及一个目录下的所有文件上传或下载。照搬realVnc的网络通信功能,以及支持多客户连接功能。客户端也尽量模仿realvnc的客户端,包括断线重连,属性页对话框,以及主体交互对话框,都是直接用SDK编的,当然也是抄的RealVNC.客户端以及服务端源代码文件夹下的common文件夹是静态库文件,有的是照搬RealVNC412源码,有的是模仿写的。-Imitate RealVNC412 compiled to view the contents of the file server of the letter and see the files of interest can be downloaded, but can also upload files to a server anywhere in the communications and documentation procedures to support a single file and a directory of all file upload or download. Copy realVnc network communications capabilities, and support for multi-client connectivity. Client also try to imitate realvnc clients, including the disconnection re-connected, the property page dialog box, as well as the main interactive dialog box, and are directly compiled with the SDK, of course, is also a copy of RealVNC. Client-side and server-side source code folder under the common folder is a static library file, either copy RealV
- 2022-09-28 16:35:09下载
- 积分:1