搜索资源列表
uppic
- 往数据库中(mysql)写入图片,在eclipse下开发的-to the database (mysql) into the picture, the eclipse under development
picture_oracle
- java在oracle数据库中存取图片,附全部代码-the oracle database access pictures, with all the code
Photo.ShowImage
- 从数据库中读出图片并显示的示例代码-from the database to read out the picture and show the sample code
SavePicToSQL
- 一个J2EE模式的,基于Structs架构的Web工程。演示了如何将图片保存到SQL2000数据库中,并根据条件将数据库中的图片显示到网页。-a J2EE model, based on Structs structure of the Web works. Demonstration of how to preserve photographs of SQL2000 database, and the conditions under which the database will show
sksms
- SK信息采集2.0功能介绍: 1.可针对任何静态网页,动态网页进行采集。包括htm,html,shtml,ASP,ASPX,JSP,PHP等。 2.增加自定文件采集.用户可采集网页中的所有文件. 3.采集支持utf-8和big5编码并能转换繁体为简体. 4.支持文章保存图片到本地,自动替换文件名功能. 5 .jpg、gif、png、bmp图片自动加水印(水印图片及位置可设置) 6.采集内容替换功能,用户可设置替换规则进行替换. 7.支持所有文件远程保存到本地.
hrsccz
- ·支持所有的上传的文件类型 ·原则上不限制上传的文件大小 ·每次上传格式可用户自行设定,一般建议在10个以内 ·上传图片支持生成缩略图 ·自动重命名上传文件,可有效的防止重名 ·支持数据库,且每删除一个数据,上传在文件夹中的文件也相应删除,有效的控制了服务器负荷 -support all of the uploaded file types principle restrictions upload file size for each fo
jaoso-0.9.1-final
- Jaoso新闻文章发布系统 0.9.1final 程序架构: Struts+Spring+Hibernate 主要功能: ·新闻采用在线编辑器,可以象使用word一样编辑新闻,可简繁体互换 ·可web上传图片,新闻内其它网站图片自动下载 ·无限级目录分类 ·可设头条新闻和图片新闻 ·新闻点评功能,可自由发表评论 ·权限管理可以任意设置角色\\权限 ·采用MVC模式显示与逻辑分离,方便修改页面显示效果
ITstudy
- 学习整站系统,由文章、下载、图片主要功能模块和广告、公告、调查、友情链接、网站统计、用户、数据库管理等多个通用模块组成,每个模块又包含若干个子模块,构建出强大和完善的功能体系。系统防止SQL注入攻击,对密码全部进行 MD5 不可逆加密处理。用户:admin 密码:admin-learning the whole station system, from the article, downloaded pictures main modules and advertising, notice, i
abcwcNews
- 一个功能强劲的新闻发布系统,有完善的前后台,后台编辑新闻完全不需懂网页制作,通过标签控制,就能排版出各种版面新闻,支持一个新闻页面无限上传图片,灵活自由,基于jsp+javabean动态生成html新闻页面,所有新闻页面不需通过数据库而直接读取html新闻页.-a strong function of the news release system, a sound around Taiwan, News editor background without fully understand we
hrJSPup10
- 支持所有的上传的文件类型 ·原则上不限制上传的文件大小 ·每次上传格式可用户自行设定,一般建议在10个以内 ·上传图片支持生成缩略图 ·自动重命名上传文件,可有效的防止重名 ·支持数据库,且每删除一个数据,上传在文件夹中的文件也相应删除,有效的控制了服务器负荷 -support all of the uploaded file types principle restrictions upload file size of each user can upload for
03184212400
- 语言:Javascr ipt(完全抛弃了VBscr ipt) 数据库:Access2000以上 特点:ASP->XML + XLST->HTML 对DB访问做了简单封装,全部使用Commond来进行数据操作,规避注入侵害。 其它:1、由于JS操作二进制很困难,所以对图片的支持不是很好,上传个人相片时,有可能程序无法识别实际的图片高度,宽度,以致上传失败。 2、由于纯粹是个人玩玩的,虽然当前自己在用,但后台管理依然没做,功能很不完善,仅供学习或继续开发用-Langu
product_add_ok
- 实现图片上传和商品的添加功能,可以方便的向数据库添加数据。-Achieve image upload and add product features, you can easily add data to the database.
Java
- java开发图片投票系统(struts+spring+hibernate)+mysql数据库,在eclipse3.2环境下开发,项目我已经压缩,内包括数据库sql脚本和测试数据脚本,可以部署在ecli-java develop picture voting system (struts+ spring+ hibernate)+ mysql databases, developed in eclipse3.2 environment, projects I have been compressed
blobtest
- 初学者 在mysql数据库中保存一张图片的方法 使用jsp+mysql html中的浏览功能-Beginners in the mysql database to preserve a picture of the ways to use jsp+ mysql html browsing in
ImageUtil
- 图片转换成16进制数据存入数据库中,然后从数据库中读取出来转换成图片-Image into binary data stored in the database 16, and then read out from the database into picture
imageuploadservlet
- 将本地的图片上传到服务器,服务器端数据库存储图片的描述和文件名-Upload pictures to the local server, the server-side database storage and file name descr iption of the image
blog
- 这是一个个人博客系统的代码,实现了发表博文,上传图片(上传图片可预览),修改个人信息,图片浏览,发表博文评论等功能,是基于jsp的,数据库是mysql -This is a personal blog system code, to achieve the published blog posts and upload pictures (upload images to preview), modify personal information, picture browsing, Bow
XmlDemo
- JSP+Servlet+Xml实现的简易在线相册系统。 其中Xml作为数据库存放图片,JSP显示前端界面,Servlet处理业务逻辑,Tomcat作为服务器。(JSP+Servlet+Xml implementation of simple online album system. Xml is used as a database to store pictures, JSP displays the front end interface, Servlet processes busin
0.
- 进入本系统后,用户可进行相应的功能操作。管理员可对教师档案信息的修改和查询,图片信息管理、相关文章管理、统计操作等现代化的档案管理。通过此系统,可以全面对文档、图片、相关文件信息进行录入、查询、修改等。(After entering this system, users can perform corresponding functions. The administrator can modify and query teachers' file information, image info
即时聊天工具可传图片与文件
- 无数据库,java的简单小程序,没有用到数据库(a easy chat tool,use JAVA,no SQLServer)