-
JPEG标准在文件中记录了一些EXIF信息,缩略图是一幅较小的JPEG图片,存储在EXIF信息段。而Windows在第一次显示缩略图时先读当前目录中的"Thum...
JPEG标准在文件中记录了一些EXIF信息,缩略图是一幅较小的JPEG图片,存储在EXIF信息段。而Windows在第一次显示缩略图时先读当前目录中的"Thumbs.db"这个文件,其实这是一个缩略图数据库,从而来判断是否有该图片的缩略图。如果不存在"Thumbs.db"文件或者该库中不存在该图片的缩略图,那么Windows会尝试取图片中的EXIF信息,判断是否存在缩略图数据。如果图片中EXIF信息中不存在缩略图信息或信息错误,那么Windows就会用插值的方法重新生成缩略图(如果可能则保存到当前目录中的"Thumbs.db"缩略图数据库中)。 对于修改缩略图方法有用ultraEdit直接编辑文件替换EXIF信息或用exifer这样的工具,这不是本文关心的内容,本文介绍用java实现的方法。
- 2022-05-08 14:18:05下载
- 积分:1
-
《JavaFX in Action》,Manning 出版社的配套源代码
《JavaFX in Action》,Manning 出版社的配套源代码-JavaFX in Action, Manning Press, supporting source code
- 2022-08-17 18:18:43下载
- 积分:1
-
局域网监控系统,可以实现局域网内的监控,包括屏幕的监控和操作记录的查询 还有邮件发送的监控等一系列的功能...
局域网监控系统,可以实现局域网内的监控,包括屏幕的监控和操作记录的查询 还有邮件发送的监控等一系列的功能-Local area network monitoring system, can achieve LAN monitoring, including the screen monitoring and operational records of the inquiries, send e-mail monitoring, etc. There are a series of functions
- 2022-06-12 21:55:11下载
- 积分:1
-
同样是一款留言本。能够实现留言,管理员编辑,管理员删除。管理员恢复。等功能。代码简洁。...
同样是一款留言本。能够实现留言,管理员编辑,管理员删除。管理员恢复。等功能。代码简洁。-Is also a guestbook. Able to achieve a message, administrators edit, delete administrators. Administrator to restore. And other functions. Code is simple.
- 2022-04-15 04:21:59下载
- 积分:1
-
To write a java socket using a radio messenger applet. For the use of java lover...
自己写的一个使用java socket的广播信使的一个小程序。供java爱好者使用!-To write a java socket using a radio messenger applet. For the use of java lovers!
- 2022-10-04 04:40:03下载
- 积分:1
-
聚类算法的优秀文章,适合对聚类算法做深入的研究!
聚类算法的优秀文章,适合对聚类算法做深入的研究!-Clustering Algorithm excellent articles, suitable for clustering algorithm to do in-depth study of
- 2022-02-06 19:55:46下载
- 积分:1
-
实现简单的模拟路由算法,使学习者通过程序,对该算法有更深更新的了解...
实现简单的模拟路由算法,使学习者通过程序,对该算法有更深更新的了解-achieve a simple routing algorithm simulation, learners through the process, this algorithm has a deeper understanding Update
- 2023-07-03 20:15:03下载
- 积分:1
-
跟随鼠标的萤火虫[无须修改][]共1步] ====将以下代码加入HEML的<body></body>之间:...
跟随鼠标的萤火虫[无须修改][]共1步] ====将以下代码加入HEML的之间:-follow the mouse fireflies [no change] [] 1-step] Note : The following code will join the HEML lt; Bodygt; Lt;/Bodygt; Between :
- 2022-05-30 04:35:25下载
- 积分:1
-
java threads of a problem that is about producers and consumers
关于一个java线程的问题说明,是以生产者与消费者讲述-java threads of a problem that is about producers and consumers
- 2022-10-25 23:15:02下载
- 积分:1
-
The message of the use of JSP+ JavaBean+ Access development, directly into the T...
该留言本采用JSP+JavaBean+Access开发,直接放到Tomcat下就能运行,不用配置数据源。
含有UBB代码和UBB头像,采用正则表达式制作。
管理登陆加入验证码,数据库管理密码采用MD5加密。-The message of the use of JSP+ JavaBean+ Access development, directly into the Tomcat will be able to run under, do not configure the data source. Contain UBB code and UBB portrait, using regular expression production. Verification Code landing to join the management, database administration password using MD5 encryption.
- 2022-05-27 02:00:06下载
- 积分:1