效果:当你重写了UIImageView的image属性后你就会对UIImageView怎么显示图片了如指掌了:源码:UIImageView.h + UIImageView.m//// LiveImageView.h// Progress//// Copyright (c) 2014年 L.S....
分类:
其他好文 时间:
2014-07-10 11:48:25
阅读次数:
309
1 UIGraphicsBeginImageContext(self.view.bounds.size);// 设置上下文2 3 [self.view.layer renderInContext:UIGraphicsGetCurrentContext()];4 5 UIImage *image=UI...
分类:
移动开发 时间:
2014-07-10 11:01:17
阅读次数:
199
iOS下做和UIImage相关功能有段时间,这里总结列下相关经验。1. 基本框架image IO image IO可以通过URL或者dataProvider来生成CGImageSourceRef,然后可以在source上获取第几张图片或者缩略图;根据http://www.mindsea.com/2....
分类:
移动开发 时间:
2014-06-30 13:00:30
阅读次数:
389
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873
接上文...
分类:
其他好文 时间:
2014-06-30 11:09:33
阅读次数:
281
验证码
import com.sun.image.codec.jpeg.JPEGCodec;
import com.sun.image.codec.jpeg.JPEGImageEncoder;
来输出验证码...
分类:
其他好文 时间:
2014-06-30 10:57:22
阅读次数:
198
这篇打算直接告诉大家怎么用吧,其实这个也不是很难的框架,大致使用过程如下:
// 获取缓存图片目录
File cacheDir = StorageUtils.getOwnCacheDirectory(activity,
"imageloader/Cache");
ImageLoaderConfiguration config = new ImageLoaderConfigur...
分类:
移动开发 时间:
2014-06-30 08:13:12
阅读次数:
289
1:flash_image介绍
也许很少人使用该工具,但flash_image对于调试uboot或者kernel和root相关的人来说用处还是比较大。falsh_image的使用方法:
usage: flash_image type [partition|device] [image_file_path]
type: MTD、EMMC、INAND
partition:根据平...
分类:
其他好文 时间:
2014-06-28 09:17:22
阅读次数:
231
You are given an n x n 2D matrix representing an image. Rotate the image by 90 degrees (clockwise).
分类:
其他好文 时间:
2014-06-27 12:02:32
阅读次数:
195
vdWebControl.js能够在浏览器中展示cad图形(需要使用其自家的转换工具把cad转换为vds格式,工具免费,但转换完毕后的文件带水印信息),支持编辑图形。
vdWebControl.js试用版在屏幕中央带有版权信息。
1、格式化js为可读的
2、使用chrome调试发现是data:image/jpg;base64格式的图片。思路为用透明的png图片替换原水印图片。
找到kD.s...
分类:
Web程序 时间:
2014-06-27 08:55:06
阅读次数:
330
本人公司电脑型号为HPfolio9740m,用windows7自带的修复工具,恢复windows标准镜像文件,出现如下错误:Thesystemp_w_picpathrestorefailed.Windowscannotrestoreasystemp_w_picpathtoacomputerthanhasdifferentfirmware.Thesystemp_w_picpathwascreatedonacomputerusingBIOSand..