码迷,mamicode.com
首页 >  
搜索关键字:photo    ( 866个结果
zxing scan from large photo
在使用zxing开源库的时候,发现比较大的图片无法扫描成功,报如下异常: com.google.zxing.NotFoundException 通过scale down Bitmap可以解决上述问题,720是一个Magic number,可以根据自己的项目调整 // Scale...
分类:其他好文   时间:2015-03-13 14:42:53    阅读次数:155
jquery 上传组件如何动态绑定参数传递到后台
$("#upload_photo").uploadify({ 'auto' : false, 'method' : "post", 'height' : 20, 'width' : 100, 'swf' : 'js/uploadify.swf', '...
分类:Web程序   时间:2015-03-12 15:13:39    阅读次数:134
静态页面 上传图片预览
// 上传预览图片 start $('#photo').on('change',function(){ var pathurl = ''; if(this.files && this.files[0]){ pathurl = window....
分类:Web程序   时间:2015-03-10 16:59:17    阅读次数:256
C++ 文件流
1 //读取文件内容 2 3 CString filename1; 4 filename1.Format(_T("\\PHOTO\\%06ld%06ldCredPhoto.jpg"), batchno, voucherno); 5 std::ifstream appFile(filename1...
分类:编程语言   时间:2015-03-05 16:50:13    阅读次数:148
[翻译] FBLikeLayout
FBLikeLayoutThis is an UICollectionView layout inspired by the photo section of facebook. This layout loads squared items with randomic full size item...
分类:其他好文   时间:2015-03-02 23:38:30    阅读次数:216
Interaction with the camera or the photo library
As we said before, we need a delegate to deal with the user interaction with the camera or the photo library. In order to do that we have to conform t...
分类:其他好文   时间:2015-02-20 13:02:48    阅读次数:105
Android开发之调用系统图库及相机
在Android开发中经常会用到图片的上传功能,一般常用的是调用Android系统自带的图库及拍照功能。示例代码如下:Java代码:public class TestActivity extends Activity { public final static int PHOTO_ZOOM =...
分类:移动开发   时间:2015-02-10 12:53:25    阅读次数:270
html5异步上传图片显示上传文件进度条
emo_album_id: name: Upload Image: SentenceMovie[photo] ...
分类:Web程序   时间:2015-02-08 20:46:48    阅读次数:208
iOS ASI--文件上传
1.文件上传的示例代码 // 设置url NSURL *url = [NSURL URLWithString:@"http://localhost/photo"]; // 设置请求 self.postRequest = [ASIFormDataRequest requestWithURL:ur...
分类:移动开发   时间:2015-01-26 20:58:00    阅读次数:226
Project Siena - 控件
Audio:播放音频(IE支持的格式)首先在数据中添加媒体音频文件,在Audio控件的Media属性中就可以指定Button:按钮OnSelect属性Camera:摄像头Camera!Photo属性用于获取截取的图像Chart:统计图表分为柱状图、曲线图和饼图,通过Items属性配置数据源Check...
分类:其他好文   时间:2015-01-26 16:28:02    阅读次数:164
866条   上一页 1 ... 78 79 80 81 82 ... 87 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!