码迷,mamicode.com
首页 >  
搜索关键字:image    ( 48784个结果
出境审批系统
分类:其他好文   时间:2014-07-25 03:18:04    阅读次数:158
OD之窗口界面
分类:其他好文   时间:2014-07-25 02:43:38    阅读次数:177
hdu2222Keywords Search (字典树)
Problem Description In the modern time, Search engine came into the life of everybody like Google, Baidu, etc. Wiskey also wants to bring this feature to his image retrieval system. Every image hav...
分类:其他好文   时间:2014-07-24 23:22:23    阅读次数:256
操作系统相册和获取相册路径
Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null); intent.setType(IMAGE_TYPE); startActivityForResult(intent, 2); ContentResolver r...
分类:其他好文   时间:2014-07-24 21:56:22    阅读次数:222
餐饮平台报表图片
分类:其他好文   时间:2014-07-24 21:31:32    阅读次数:298
scala语法解析(解码指环)
看惯了JAVA的语法,再看scala的语法,有的晦涩难懂。正好遇到一个介绍scala语法的文章,就直接截图留念。省的再临时抱佛脚了。
分类:其他好文   时间:2014-07-24 21:21:47    阅读次数:511
Android仿微信朋友圈图片浏览器(支持图片手势缩放,拖动)
※效果 ※使用到的开源库 PhotoView 图片缩放:支持双击缩放,手指捏拉缩放 https://github.com/chrisbanes/PhotoView Universalimageloader 图片下载缓存库 https://github.com/nostra13/Android-Universal-Image-Loader ...
分类:微信   时间:2014-07-24 17:43:46    阅读次数:2355
Android从相册中获取图片以及路径
首先是相册图片的获取:private final String IMAGE_TYPE = "image/*";private final int IMAGE_CODE = 0; //这里的IMAGE_CODE是自己任意定义的//使用intent调用系统提供的相册功能,使用startActivity....
分类:移动开发   时间:2014-07-24 17:30:35    阅读次数:306
丁丁与季牧远
分类:其他好文   时间:2014-07-24 14:40:16    阅读次数:208
megapix-image插件 使用Canvas压缩图片上传
通过Canvas及File API缩放并上传图片 上 传 MegaPixImage.js/*** Mega pixel ...
分类:Windows程序   时间:2014-07-24 12:21:25    阅读次数:2203
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!