搜索资源列表
LM-webserver
- java编写的简单webserver服务器,可以访问服务器下的图片文件或者普通的html文件-java prepared by the simple webserver server, access server image files or documents ordinary html
ShowRandImageServlet
- 取随机产生的认证码(4位数字) 在内存中创建图象 获取图形上下文 设定背景色 随机产生88个干扰点图象生效 输出图象到页面 -random from the authentication code (4) created in the memory access graphic images set the background color of context with Machine have 88 points interference effect outp
getimagepels
- JAVA数字图像处理,获取图像Miss.jpg的象素,保存在一个数组中!同时可以获得图像的RGB值和Alpha值。-JAVA Digital Image Processing, access Miss.jpg pixel image, stored in an array! At the same time, the image can be RGB values and Alpha value.
jQueryAjaxGuestbook
- jquery+ajax无刷新评论源码 实现了获取评论无刷新,发表评论无刷新,页面获取评论时显示loading加载效果 jquery真的是一个非常优秀的JS库,简单容易掌握,对于网页中的多级菜单、级联效果、Tab选项卡切换、图片轮转显示, 实现起来都非常的简单,往往就是几句代码的事。 做AJAX应用,jquery提供的$.get()、$.post()函数都可以用于提交数据,但建议使用$.ajax()来提交,那两个函数都不 提供错误返回信息,不利全面掌控。
vganchouNewsSystem
- 纯jsp的新闻管理系统,绝无仅有的!刚花了两天编写的毕业设计,程序和网页设计都是自己做的,用户:浏览带图片或者视频的新闻,新闻查询,新闻评论,新闻搜索,给管理员留言,查看管理对自己留言的回复,给管理员发E-mail,查看某条新闻所有评论,新闻访问统计,新闻分类列表。 管理员:添加\修改\查询\删除 文本新闻或者图片新闻以及视频新闻,查询修改和删除新闻,管理注册用户,管理用户对新闻发表的评论(查看、删除),查看和回复用户对管理员的留言,添加删除友情链接。只可惜做完了交的时候被老师打回来了...
servlet
- Servlet过滤器 用用户请求进行统一认证(如:限制IP、不允许黑名单中用户访问) 对用户请求进行记录、审核(如:写入日志等) 对用户发送的数据进行过滤或替换(如:过滤不良信息等) 转换图像格式 对响应内容进行压缩,减少传输量 对请求、响应内容进行加密、解密操作-Servlet Filters are used to a user request for a unified authentication (such as: restrictions on IP, the
Client_Server
- 编写客户/服务器程序,客户端Client.java使用DatagramSocket对象将数据包发送到服务器,请求获取服务器端的图像(考生可自选图像文件)。服务器端Server.java将图像文件包装成数据包,并使用DatagramSocket对象将该数据包发送到客户端。首先将服务器端的程序编译通过,并运行起来,等待客户的请求。-The preparation of client/server program, client Client.java use DatagramSocket objec
jmagick-win-6.3.9-Q16
- JMagick来实现图片的复制、信息获取、斜角、特效、组合、改变大小、加边框、旋转、切片、改变格式、去色等功能。-JMagick to achieve image reproduction, access to information, angle, special effects, combined, change size, add borders, rotate, slice, change the format to color and other functions.
Andygbook
- 留言板系统开发后台jsp+access,一个基于Hibernate的留言薄,支持回复、图片上传功能,以及基本的留言管理、系统设置功能.-Message board system development background jsp+ access, a message based on Hibernate thin to support the recovery, image upload function, and basic message management, system setup
cas
- 单点登录的英文名称为Single Sign-On,简写为SSO,它是一个用户认证的过程,允许用户一次性进行认证之后,就访问系统中不同的应用;而不需要访问每个应用时,都重新输入密码。IBM对SSO有一个形象的解释“单点登录、全网漫游”。-Single sign-on of the English name for the Single Sign-On, abbreviated as SSO, it is a user authentication process that allows the u
MyProject
- JAVA的界面,用记事本来存取数据的界面程序,主要用来存图像数据-JAVA interface, using Notepad to access the data interface program, mainly used to save image data
Hibernate-Oracle-MySQL-image
- Hibernate如何操作Oracle以及MySQL数据库中的图片文件,进行图片文件的自由存取,该文档详细描述了Hibernate如何对Oracle数据库以及MySQL数据库进行Blob字段的配置-Hibernate how Oracle and MySQL database image files, image files for free access, the document describes in detail how Hibernate on Oracle database and
jsp_mlzd
- 1.首先必须设置图片的目录 2.访问地址/index.jsp?ToPage=1 String url="/2/" //设置图片目录 int w=250 //设置图片宽度 int h=175 //设置图片高度 int ShowPage=12 //设置每页显示的图片数量-1 First you must set the image directory (2) access to the address/index.jsp? ToPage = 1 String url = &quo
ComplexNumber
- (1)编写一个复数类ComplexNumber,其中包括实例变量real、image,方法如下: 1)构造方法 ComplexNumber(double a,double b) 2) ComplexNumber add(ComplexNumber x) //当前复数对象与另一复数对象进行复数的加法运算,返回一新的复数对象 3) ComplexNumber sub(ComplexNumber x) //当前复数对象与另一复数对象进行复数的减法运算,返回一新的复数对象 4)double getRea
friend
- 一个简易的交友网站,包含验证码和图片上传,权限控制-A summary of the dating site, contains the verification code and image upload, access control
jikesrvm-3.1.3.tar
- Jikes研究虚拟机(Jikes Research Virtual Machine,简称Jikes RVM)是一种成熟的用于执行Java程序的虚拟机,其早期版本与当前版本分别在通用公共许可证(CPL)与Eclipse公共许可证(EPL)下开放代码。与其他以Java编写的虚拟机不同的是,Jikes RVM采用了元循环技术。 Jikes RVM采用了元循环技术,因而其需要运行在一个引导Java虚拟机(JVM)上来创建启动镜像。启动镜像在运行时由一个小型的C装入程序载入,其本质是Jikes
ideacms_5.0
- IdeaCMS是主要服务于中小企业的CMS内容管理系统,一般的开发人员能够使用系统提供的模块以最低的成本、最少的人力投入在最短的时间内架设一个功能齐全、性能优异的网站平台。IdeaCMS是基于ASP+Access/ASP+MSSQL开发的网站内容管理系统,这样一般的开发人员都能比较轻松的掌握本系统。目前本系统集成了简介类模块,新闻类模块,产品类模块,视频类模块,图片类模块,下载类模块。并且有评论,订单,应聘等插件供选择。并支持生成静态网站,方便搜索引擎收录。-IdeaCMS service SM
imageSearch
- 统操作过程:读入一幅图像,根据这幅图像到一个图像集合中去查找,获得若干相似的图像,最后将查找获得的相似图像,按相似度进行排列。-System operation process: reads an image, according to this image to a collection of images to find, access to a number of similar images, and finally will find similar images obtained b
NativeNfcSecureElement
- Represents a particular image and provides access to the underlying bitmap and two thumbnail bitmaps as well as other information such as the id, and the path to the actual image data.
getpic
- java实现获取文件夹及其子文件夹下的所有图片文件-java achieve access to the folder and its subfolders under all image files