Web Images Lazy Load

码农软件 · 软件分类 · 图像(Image) · 2019-06-01 22:28:37

软件介绍

网络图片异步加载,并且能压缩和缓存网络图片。图片加载完成后,占位图和原图有3种动画切换效果。
作者说:这份代码由于本人苦于EGOImageView 和EGOCache的少许bug,自己切实需要,才花时间写了这样一个ImageCacher类。优点如下:
1.借鉴EGOCache,将URL的hash码作为缓存文件的文件名,当服务器端URL发生变化的时候,不需要额外的通知即可知道某用户修改了图片,多用于下载用户头像。
2.压缩体积小,最小可以压缩到每张图片1kB以下,可在我的缓存类中更改压缩率,头像一般可以使劲压缩,大图可以适当调高点
3.可以随时清除缓存,
一个简单的demo 如需帮助,若需改良请联系我的QQ或者微博。 [Code4App.com]

本文地址:https://codercto.com/soft/d/7054.html

Distributed Algorithms: An Intuitive Approach

Distributed Algorithms: An Intuitive Approach

Wan Fokkink / MIT Press / 2018-2-2 / USD 48.00

The new edition of a guide to distributed algorithms that emphasizes examples and exercises rather than the intricacies of mathematical models. This book offers students and researchers a guide to ......一起来看看 《Distributed Algorithms: An Intuitive Approach》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试