文件传输系统设计与实现.rar

RAR格式版权申诉手机打开展开

文件传输系统设计与实现,20页 11600字 设计说明书+程序代码摘要2abstract4引言51 技术简介91.1 java语言91.1.4 分布性101.3 java中输入/输出流概念121.5 jbuilder集成开发环境介绍142 系统分析172.1 可行性分析172.2 开发工具182.3 需求分析183 系统详细设计193.1 系...
编号:58-13789大小:332.10K
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 20023286 发布

20页 11600字 设计说明书+程序代码

摘 要 2
Abstract 4
引 言 5
1 技术简介 9
1.1 Java语言 9
1.1.4 分布性 10
1.3 Java中输入/输出流概念 12
1.5 JBuilder集成开发环境介绍 14
2 系统分析 17
2.1 可行性分析 17
2.2 开发工具 18
2.3 需求分析 18
3 系统详细设计 19
3.1 系统的主要功能 20

摘 要
随着计算机网络技术的飞速发展,客户/服务C/S(Client/Sersver)结构成为开发FTP的网络编程结构,Java作为Web应用程序的开
发技术也为更多的人所采用。
起初, FTP并不是应用于IP网络上的协议,而是ARPANET网络中计算机间的文件传输协议, ARPANET是美国国防部组建的老网络,于1960-1980年使用。在那时,FTP的主要功能是在主机间高速可靠地传输文件。目前FTP仍然保持其可靠性,即使在今天,它还允许文件远程存取。这使得用户可以在某个系统上工作,而将文件存贮在别的系统。例如,如果某用户运行Web服务器,需要从远程主机上取得HTML文件和CGI程序在本机上工作,他需要从远程存储站点获取文件(远程站点也需安装Web服务器)。当用户完成工作后,可使用FTP将文件传回到Web服务器。采用这种方法,用户无需使用Telnet
登录到远程主机进行工作,这样就使Web服务器的更新工作变得如此的轻松。
和Internet上的许多环境一样,完整的Java应用环境实际上也是一个客户机/服务器环境,更确切地说是浏览器/服务器模型(即Browser/Server模型,简称Web模型)。但与传统的客户机/服务器(C/S)的二层结构不同,应用Java的Web模型是由三层结构组成的。传
统的C/S结构通过消息传递机制,由客户端发出请求给服务器,服务器进行相应处理后经传递机制送回客户端。而在Web模型中,服务器一端被分解成两部分:一部分是应用服务器(Web服务器),另一部分是数据库服务器.

关键词:
FTP;C/S;B/S;JAVA


Abstract
As the computer network technology is developing in a high speed. C/S (Client/Server) has become a FTP network programming structure. Java is
Used moer and more as a Web application program.
In the beginning, FTP was not be used in IP net protocol, but which is used in ARPANET network computers. ARPANET was an old network of the U.S. Department of Defense between 1960s and 1980s.At that period the main function of the FTP is transmitting documents reliably and in high speed between the master computers. At present, it also does very well, furthermore, it permits store or access in telecommuting today. So the users can work on onesystem and store the document in another. For example, someone use the
Web server, and need some HTML document and CGI program on his own computer, and want to acquire some documents, (the telnet need install Web server)When the user finished he can store the document to the Web server by the
FTP. In this way, the user can work without Telnet, which make the Web
server update more and more easier.
The whole Java circumstance actually is a C/S (Client/Server) like the other circumstances on the Internet, strictly to say, it is Browser/Server model (Web model). But it is different from the traditional C/S model that is two layers structure. The Web using Java is three layers structure. The traditional C/Sstructure transmits by the message mechanism. The Client sent a request, and
the Server sent to it after some corresponding manages. But in the Web modelthe Server is separated into two parts, one is the application Server (Web Server); another is database Server.

Keywords:
FTP;C/S;B/S;JAVA


参考文献
[1] 廖雷等,Java程序设计教程,中国电力出版社,2003
[2] Warton,Java多线程编程初步,电脑报,2004.4.10
[3] 张立等,基于Client/Server模式的数据库应用软件的设计与实现,计算机应用研究,1999(4)
[4] 李书杰,李志刚.B/S三层体系结构模式[J].河北理工学院学报, 2003:27-28
[5] (美)伯格斯坦(Bergsten, H.)编著;何健辉,许俊娟译.JSP设计[M].北京:中国电力出版社,2004
[6] (美)埃克尔(Eckel, B.)著;侯捷译.Java编程思想(第二版)[M].北京:机械工业出版社,2003.9
[7] 曹建编著.HTML、JavaScript与Java三合一最新培训教程[M].北京:电子工业出版社,2003