CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - WEB浏览器
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - WEB浏览器 - List
[
JSP/Java
]
Java2Web
DL : 0
用Java实现Web服务器连接:Web浏览器与Web服务器建立连接。2.请求:Web浏览器通过socket向Web服务器提交请求。3.应答:Web浏览器提交请求后,通过HTTP传送给Web服务器。Web服务器接到请求后,进行事务处理,处理结果又通过HTTP传回给Web浏览器,从而在Web浏览器上显示出所请求的页面。4.关系连接:当应答结束后,Web浏览器与Web服务器必须断开,以保证其它Web浏览器能够与Web服务器建立连接。-Java Web server : Web browsers and Web servers establish a connection. 2. Request : Web browser through the socket to the Web server submits the request. 3. Response : Web browser after the request, transmitted to the Web HTTP server. Web server upon request, conduct of business, and the results passed back to the traditional HTTP Web browser, so the Web browser will display the requested page. 4. Relations link : When respondents end, Web browser and Web server to be disconnected, to ensure that other Web browsers and Web servers to establish a connection.
Date
: 2008-10-13
Size
: 6.98kb
User
:
LIYIN
[
JSP/Java
]
JavaWeb
DL : 0
基于FTTP的Web浏览器 自己弄的好辛苦的哦 -based Web browsers themselves get a good hard oh
Date
: 2008-10-13
Size
: 12.07kb
User
:
王敏
[
JSP/Java
]
Page
DL : 0
实现了WEB浏览器下面进行分页的基本功能,只需要提供一个数组即可
Date
: 2008-10-13
Size
: 1kb
User
:
dillonmary
[
JSP/Java
]
datastructure
DL : 0
本软件是使用java 开发的,嵌入在html文档中,因此可以通过网络使用web浏览器来使用,通过网络来使用只要在web 服务器上进行部署。
Date
: 2008-10-13
Size
: 1.26mb
User
:
arill
[
JSP/Java
]
broswer
DL : 0
java浏览器,实现了java浏览器功能,可以做为web浏览器
Date
: 2008-10-13
Size
: 11.82kb
User
:
郭玉龙
[
JSP/Java
]
explore
DL : 0
java internet 浏览器:一个java编写的web浏览器,已编译成exe可执行(不是毒),版权同济大学机械系。
Date
: 2008-10-13
Size
: 369.14kb
User
:
杨宁
[
JSP/Java
]
用VB设计自已的Web浏览器
DL : 0
用VB设计自已的Web浏览器-VB design their own Web browser
Date
: 2008-10-13
Size
: 4.53kb
User
:
tao
[
JSP/Java
]
用VB设计自已的Web浏览器
DL : 0
用VB设计自已的Web浏览器-VB design their own Web browser
Date
: 2026-01-07
Size
: 4kb
User
:
tao
[
JSP/Java
]
Java2Web
DL : 0
用Java实现Web服务器连接:Web浏览器与Web服务器建立连接。2.请求:Web浏览器通过socket向Web服务器提交请求。3.应答:Web浏览器提交请求后,通过HTTP传送给Web服务器。Web服务器接到请求后,进行事务处理,处理结果又通过HTTP传回给Web浏览器,从而在Web浏览器上显示出所请求的页面。4.关系连接:当应答结束后,Web浏览器与Web服务器必须断开,以保证其它Web浏览器能够与Web服务器建立连接。-Java Web server : Web browsers and Web servers establish a connection. 2. Request : Web browser through the socket to the Web server submits the request. 3. Response : Web browser after the request, transmitted to the Web HTTP server. Web server upon request, conduct of business, and the results passed back to the traditional HTTP Web browser, so the Web browser will display the requested page. 4. Relations link : When respondents end, Web browser and Web server to be disconnected, to ensure that other Web browsers and Web servers to establish a connection.
Date
: 2026-01-07
Size
: 7kb
User
:
LIYIN
[
JSP/Java
]
WebserverAndWebClient
DL : 0
一个简单的HTTP服务器和HTTP客户端程序 HTTP客户端(即浏览器)只支持显示标准HTML,只支持get命令 HTTP服务器也是如此-a simple HTTP server and HTTP client HTTP client (browser) only support display standard HTML, get orders only support HTTP server is also the case
Date
: 2026-01-07
Size
: 169kb
User
:
[
JSP/Java
]
JavaWeb
DL : 0
基于FTTP的Web浏览器 自己弄的好辛苦的哦 -based Web browsers themselves get a good hard oh
Date
: 2026-01-07
Size
: 12kb
User
:
王敏
[
JSP/Java
]
explore
DL : 0
java internet 浏览器:一个java编写的web浏览器,已编译成exe可执行(不是毒),版权同济大学机械系。-java internet browser: java prepared a web browser, has been compiled into an executable exe (not the drug), the Copyright Department of Mechanical Engineering of Tongji University.
Date
: 2026-01-07
Size
: 369kb
User
:
[
JSP/Java
]
JAVAWEBBROWSER
DL : 0
简易WEB浏览器,用JAVA语言编写的一个浏览器,你可以根据自己的需要对他进行修改.-Simple WEB browser, using JAVA language a browser, you can according to their need for him to edit.
Date
: 2026-01-07
Size
: 24kb
User
:
闫培峰
[
JSP/Java
]
JSPbbs
DL : 0
JSP可以通过应用服务器使其内容(如HTML标记,JSP标记和script)转变成servlet。这个过程就是把JSP文件声明的动态元素和静态元素转变成JAVA servlet,使其内容从WEB服务器的输出流送到浏览器上。 工作过程如下:(如下图) 1、 WEB 浏览器查询JSP页面。 2、 JSP引擎解释JSP文件内容。 3、 JSP引擎在JSP文件内容上创建临时的serlvet源代码,产生的servlet除了创建页面的动态元素,还负责显示在设计阶段说明的JSP静态元素。 4、 JAVA编译器把Servlet源代码编译成servlet类文件。 5、 Servlet实例化。 6、 静态的HTML页面和图像与在JSP页面中声明的动态元素相结合,通过servlet返回对象的输出流送到web浏览器。 -err
Date
: 2026-01-07
Size
: 2.93mb
User
:
轩轩
[
JSP/Java
]
JavaScript
DL : 0
JavaScript是由Netscape公司开发并随Navigator导航者一起发布的、介于Java与HTML之间、基于对象事件驱动的编程语言,正日益受到全球的关注。因它的开发环境简单,不需要Java编译器,而是直接运行在Web浏览器中,而因倍受Web设计者的所爱。为了帮助我国广大计算机用户尽快了解和掌握这些新技术,本着先进的技术,要大家分享的原则,电脑网络学校特组织JavaScript技术讲座。-JavaScript was developed by Netscape Navigator and Navigator in conjunction with the release, between Java and HTML between the event-driven object-based programming language, is increasingly affected by global concerns. Development environment because of its simple, do not need Java compiler, but directly to run in Web browsers, and Web designers from much loved. In order to help the vast number of Chinese computer users to quickly understand and master these new technologies, in line with advanced technology, it is necessary to everyone to share the principles of computer networks in schools especially organized technical seminars JavaScript.
Date
: 2026-01-07
Size
: 188kb
User
:
chengyu_qi
[
JSP/Java
]
javasocket
DL : 0
利用JAVA的网络编程.socket 的简单web浏览器-The use of JAVA Network Programming. Socket simple web browser
Date
: 2026-01-07
Size
: 35kb
User
:
周杰伦
[
JSP/Java
]
web
DL : 0
该程序用于实现实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。 -The program used to implement to achieve the GET request method of Web server program, by creating ServerSocket class object, monitor port 8080 waiting to receive client connections to port 8080 create a word associated with the socket input stream and output stream then , read the client request information, if the request type is GET, request information from the visit to get the HTML file name, if the HTML file exists, then open the HTML file, the HTTP header information and the HTML file content returned by socket to the Web browser, then close the file. Otherwise, an error message sent to Web browser. Finally, close the Web browser with the corresponding socket connection word.
Date
: 2026-01-07
Size
: 5kb
User
:
欧阳馨
[
JSP/Java
]
web
DL : 0
1.建立服务器监听程序,等待web浏览器发送请求 2.当接收到web服务器的链接请求时新建响应线程接受web服务器的访问请求 3.响应线程发送浏览器请求的页面给web浏览器,关闭打开的资源结束自身线程。 -1 Create the server listener to wait for the web browser sends a request when receiving links to a web server request a new response thread received access to the web server request 3. Response the thread sending browser requests a page to the web browser, turn off open resources to end its own thread.
Date
: 2026-01-07
Size
: 5kb
User
:
eddywang
[
JSP/Java
]
Web
DL : 0
简单的web浏览器,实现基本功能,不是很完善,网页部分链接无法打开,但值得参考。-Simple web browser, to achieve the basic functions, is not perfect, the part of the page the link can not be opened, but it is worth reference.
Date
: 2026-01-07
Size
: 10kb
User
:
qipei
[
JSP/Java
]
webserver
DL : 0
一个简单的web服务器,实现的功能很简单,开启服务器在web浏览器中可以连接至本机。(A simple web server,The functionality of the implementation is simple, and the server can be connected to the native in the web browser.)
Date
: 2026-01-07
Size
: 10kb
User
:
Lily$$
«
1
2
3
4
5
6
7
8
9
10
...
14
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.