搜索资源列表
用Java实现Web服务器
- 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
WebServer
- JAVA实现web 服务端,用浏览器可以访问文本文件,及简单图像文件-JAVA realization of web services client, a browser can access text files, and simple image file
ChipChat(Java)
- 局域网聊天 分为客服端和服务端 系统要求:安有JDK1.5的windows操作系统 运行步骤: 1 确保server.jar和start.cmd在同一个目录下。 2 在启动服务器端之前,务必先运行start.cmd,启动rmiregistry. 3 然后可以直接运行JAR文件——Client.jar、server.jar。 4 在server的界面中,第一个按钮为启动服务器按钮,点击之即可启动服务器。-LAN is divided into custo
MatlabWeb
- java 调用 matlab生成的jar文件实现两个数相加-jar file generated by the java call matlab sum of two numbers
session
- 通过java配置文件来处理session超时问题的三种方法-Three methods of treatment session timeout configuration file through java
FileUp
- 可实现jsp的文件上传,纯手工代码,无需映入另外的java包-Jsp file upload can be achieved, hand code, no catches another java package
70171381029064062
- 用于任何java研发,文件的上传和下载功能,也可以单独的实现文件的上传和下载,也可以在移动手机app研发上传和下载-For any java development, file upload and download capabilities, can also be a separate file upload and download, mobile phone app development can also upload and download
201041610399438
- 目前很多网站都允许用户上传自己的图像,而编辑工具多为flash来实现,而我用javascr ipt来实现,功能包括预览、缩放以及拖动等。前段用 html,css加js,后端使用ImageMagicK来进行图片处理,为了方便运行deom程序,里面上传文件以及最终的图片裁减是用jsp来实现的,当然可以使用别的,以前曾经使用php来完成这两个功能,如果真正在java项目中,实现起来更加容易。-At present, many sites allow users to upload their own
httpServer
- Http 服务器源码 WEB_ROOT这个路径下放置HTML文件和其他一些文件。 *在这个包中,WEB_ROOT就是工作路径”webroot”。 *工作路径是文件系统中java命令所调用的位置。-Http server source code WEB_ROOT place HTML files and other documents under this path.* In this package, WEB_ROOT is working path " webroot&
Java_socket_file_down_up
- 用Java语言编程的基于Socket程序用于文件的上下传-the method using Java code to down or upload file
TomExam_2.1_UTF8
- TOMEXAM是基于JAVA与MYSQL开发的免费在线考试系统。它可以稳定、顺畅的运行在Windows与Linux平台上。您可以通过它创建题库,发布试卷,组织考试,并由系统自动批改。高度的可配置性和灵活性使得它可以被应用于很多领域。 TOMEXAM在线考试系统 2.1 更新日志:2011-04-25 增加了用户、试卷批量导入导出功能、日志功能等。 TOMEXAM安装方法: 1.解压缩程序压缩包。并部署到Tomcat,如http://localhost:8080/tom
ftp
- Program to send the contents of a file using ServerSocket and FileReader in Java.
FileConnectionTests
- file connection for java test complication picture now its okfor test
asppb
- 由于CLASS文件反编译没有完全成功(本人对JAVA一窍不通),ASPPB没有完全汉化,所以本版定为测试版,本版暂时不能单独使用,必须结合论坛,需要自己修改的文件pchview.asp -Because CLASS file decompile not entirely successful (I know nothing of JAVA), ASPPB not completely finished, so as beta edition, this edition can not be us
paintblue1.2_BBS
- 除了具备普通论坛的功能外更主要的是有五大强力 Java applet 的支撑!使其成为强大的手绘涂丫交流平台!并有比较强的图像上传和在线图像上传支持功能(限制长宽文件尺寸) 增强了 PaintBlue BBS v1.1以来的很多功能并修正大量的bug和缺陷更强劲和更稳定安全 初始帐号: admin 后台前台登陆密码: admin-In addition to the general functions of the forum more important it is there a
asptqcxgj_1.0
- 1、将下来下载的天气接口接程序文件:weather.asp上传至你的空间,随便放在哪个目录,就可以了。 2、在您需要使用的地方直接调用你上传的:weather.asp文件即可,调用内容为: <scr ipt src= weather.asp?city=北京 type= text/java scr ipt charset= utf-8 ></scr ipt>-1, the weather down download interface to access file
minify
- 提到多CSS或Java语言文件经常遭受更慢的页装载的网页,因为浏览器必须单独地请求每个参考文件。 多数浏览器只将做二个同时请求到一台唯一服务器。 在开头倍数请求和等待他们介入的潜伏在做新的请求之前完成可能导致用户可见的延迟,并且那可能使您的用户哀伤。-Mentioned multiple CSS or Java language files often suffer slower loading web page because the browser must individually re
SWFUpload.2.2.0.zh
- SWFUpload是一个客户端文件上传工具,最初由Vinterwebb.se开发,它通过整合Flash与java scr ipt技术为WEB开发者提供了一个具有丰富功能继而超越传统标签的文件上传模式。-SWFUpload is a client-side file upload tool, originally developed by Vinterwebb.se, which integrates Flash and java scr ipt technology to provide WEB
crawler
- 通过配置文件中 的配置 可以爬取相关网站的内容(You can crawl the contents of the relevant web site by configuring the configuration file)