稍微大一些的项目都会用到第三方库,所以不可避免的会有针对不同手机cpu架构的.so库文件 'x86', 'x86_64', 'mips', 'mips64' 'armeabi' ,'armeabi-v7a', 'arm64-v8a' 但是不是所有的第三方库都会适配所有的cpu架构,本人亲测采用一种降 ...
分类:
移动开发 时间:
2017-09-04 15:03:19
阅读次数:
419
原文地址:http://blog.csdn.net/dcrmg/article/details/52108258 二维码解码器Zbar+VS2012开发环境配置 Zbar条码解码器是一个开源的二维码(包括条形码)解码器,可以识别来至于视频流,图像文件、手持扫码器和视频设备(如摄像头)等二维码识别,支... ...
分类:
其他好文 时间:
2017-08-16 10:03:09
阅读次数:
269
参考:http://blog.csdn.net/gaofuqi/article/details/26698547 http://www.imagemagick.org/download/ImageMagick-6.9.9-5.tar.gz 安装zbar http://blog.csdn.net/sh ...
分类:
其他好文 时间:
2017-08-11 14:48:46
阅读次数:
281
源代码地址 有问题能够加QQ:312122330 之前对于Zbar的二位码扫描。到项目上线以后才发现扫描过于灵敏。导致有时候扫描到半截就启动了。 后来翻看ZXING的源代码,没有想象的复杂,复杂的地方在于zxing自带的demo项目过于复杂导致刚開始学习的人对其理解不非常明确,改动源代码相对麻烦 于 ...
分类:
其他好文 时间:
2017-08-05 09:50:52
阅读次数:
102
boot.img is not a compressed filesystem image like system.img. It is read by the bootloader, and contains little more than a kernel image and a ramdis ...
分类:
移动开发 时间:
2017-07-29 16:26:56
阅读次数:
496
1 这些名词是什么的缩写 1.1 armel 是arm eabi little endian的缩写。eabi是软浮点二进制接口,这里的e是embeded,是对于嵌入式设备而言。 1.2 armhf 是arm hard float的缩写。 1.3 arm64 64位的arm默认就是hf的,因此不需要h ...
分类:
其他好文 时间:
2017-07-29 00:01:59
阅读次数:
320
此类错误 "_OBJC_CLASS_$_AFURLSessionManager", referenced from: 解决的方法 在other linker flags里加入一行 $(inherited). 此类错误 "_OBJC_CLASS_$_AFURLSessionManager", refe ...
分类:
其他好文 时间:
2017-07-16 14:22:04
阅读次数:
160