windows phone 官网应用商店地址 http://www.windowsphone.com/zh-cn/store/featured-apps----------------------------------------------------------------------------------------------------------------------------------------------------------------Application In
source https://github.com/rs/SDWebImage APIdoc http://hackemist.com/SDWebImage/doc Asynchronous image downloader with cache support with an UIImageView category UIImageView的类目,支持异步图片下载,支持缓存机制 This library provides a category for UIImageVIew with su
和大家分享一个shell脚本写的图片抓取器.使用方法:img_downloader.sh.使用时在shell下输入:./img_downloader.sh www.baidu.com -d images该shell脚本就会把百度首页上的图片下载下来.代码: #!/bin/bash if [ $# -ne 3 ]; then echo "Usage: $0 URL -d DIRECTORY" exit -1 fi for i in {1..4} do case $1 in -d) shi