搜索资源列表
freephoto
- JAVA实现的一个网络相册,使用数据库JSP,SERVLET编写,可以登录,上传保存修改照片-JAVA realization of a web album using the database JSP SERVLET to write, you can log, upload save modify photos
abc
- 查看某个文件夹中的图片,显示在网页中。程序片: package tom.jiafei import java.io.* class FileName implements FilenameFilter { public boolean accept(File dir,String name) { boolean boo=false if(name.endsWith(".jpg")||name.endsWith(".JPG"))