-
可用于解析网页数据
可用于解析网页数据-PARSE THE NET
- 2022-10-15 14:35:03下载
- 积分:1
-
FTP protocol is based on TCP/IP file transfer protocol that is used in the netwo...
FTP协议是一种基于TCP/IP的文件传输协议,用来在网络中进行文件传输。FTP是TCP/IP的一种具体应用,它工作在OSI模型的第七层,TCP模型的第四层上,即应用层,使用TCP传输而不是UDP,FTP客户在和服务器建立连接前就要经过一个“三次握手”的过程,它带来的意义在于客户与服务器之间的连接是可靠的,而且是面向连接,为数据的传输提供了可靠的保证-FTP protocol is based on TCP/IP file transfer protocol that is used in the network for file transfer. FTP is a TCP/IP to a specific application, it works in the seventh layer of OSI model, TCP model for the fourth layer, namely, the application layer, using TCP transport instead of UDP, FTP client and server must establish a connection before the After a "three-way handshake" process, it brings the significance of the connection between the client and the server is reliable, but also connection-oriented, for data transmission to provide a reliable guarantee for
- 2022-02-25 08:53:38下载
- 积分:1
-
Experimental ARMSYS 15: Ethernet interface application Description: Initializati...
ARMSYS实验十五:以太网接口应用
描述:初始化以太网卡-Experimental ARMSYS 15: Ethernet interface application Description: Initialization of Ethernet card
- 2022-07-16 09:19:10下载
- 积分:1
-
Oh, Chiao Tung network operations; Reliable data transmission, go back to N; Oh,...
呵呵,交大网络作业;可靠的数据传输,go back to N;呵呵,错过了就可惜了-Oh, Chiao Tung network operations; Reliable data transmission, go back to N; Oh, it missed on the pity
- 2022-05-30 22:06:30下载
- 积分:1
-
仿制IE在“解决方案资源管理器” 中,右键单击“TextBoxExt”项目,从弹出的菜单中选择“属性”,会弹出属性配置对话框,在左上角的“配置(C)”中选择“所...
仿制IE在“解决方案资源管理器” 中,右键单击“TextBoxExt”项目,从弹出的菜单中选择“属性”,会弹出属性配置对话框,在左上角的“配置(C)”中选择“所有配置”,设置输出路径为“.."output”,注意,该输入有点特殊,两个小数点+反斜杠+output,意思是当前文件夹上一层的ouput文件夹(从VC过来的朋友可能比较熟悉这种方式)-IE private void lstBox_MouseMove(object sender, System.Windows.Forms.MouseEventArgs e)
{
ListBox box=(ListBox)sender
Point pt = new Point(e.X,e.Y)
int n=box.IndexFromPoint(pt)
if(n>=0)
box.SelectedIndex=n
}
- 2022-01-25 19:43:26下载
- 积分:1
-
网络编程中server的实现,用来响应多个客户端
网络编程中server的实现,用来响应多个客户端-Network programming in the realization of server to respond to multiple clients
- 2022-10-14 21:45:03下载
- 积分:1
-
126web自助建站无错版.rar
126web自助建站无错版.rar-126web no wrong version. Rar
- 2023-01-14 20:45:04下载
- 积分:1
-
LAN, chat program. A LAN
局域网,聊天程序。一个基于局域网的聊天程序-LAN, chat program. A LAN-based chat program
- 2022-01-31 02:17:58下载
- 积分:1
-
邮件收发的基本实现,可以作为邮件开发初学者的参考.
邮件收发的基本实现,可以作为邮件开发初学者的参考.-E-mail to send and receive the basic realization of the development of e-mail can be used as a reference for beginners.
- 2022-02-03 12:32:04下载
- 积分:1
-
TCP网络传输,使用socket开发,基本的东西都已经具备,没有漂亮的界面,用vc开发...
TCP网络传输,使用socket开发,基本的东西都已经具备,没有漂亮的界面,用vc开发-TCP net transfer develops through socket,with the basic stuff provided,without beautiful interface. It is developed by VC.
- 2022-01-24 12:37:57下载
- 积分:1