大约有 340 项符合查询结果(耗时:0.0212秒) [XML]
条码扫描器组件扫描时报错:Your device does not have a scanning applica...
...码机。 如果为 假,则将会使用已集成到 App Inventor 中的 ZXing 的某个版本(注:ZXing是一个开源Java类库用于解析多种格式的1D/2D条形码)。
[/hide]
Using ZXing to create an Android barcode scanning app [duplicate]
...
The ZXing project provides a standalone barcode reader application which — via Android's intent mechanism — can be called by other applications who wish to integrate barcode scanning.
The easiest way to do this is to call th...
Integrate ZXing in Android Studio
...
I was integrating ZXING into an Android application and there were no good sources for the input all over, I will give you a hint on what worked for me - because it turned out to be very easy.
There is a real handy git repository that provide...
Integrating the ZXing library directly into my Android application
...Install Apache Ant - (See this YouTube video for config help)
Download the ZXing source from ZXing homepage and extract it
With the use of Windows Commandline (Run->CMD) navigate to the root directory of the downloaded zxing src.
In the commandline window - Type ant -f core/build.xml press enter ...
How can I scan barcodes on iOS?
... the iPhone. It can decode QR Codes. The source code is available from the zxing project; specifically, you want to take a look at the iPhone client and the partial C++ port of the core library. The port is a little old, from circa the 0.9 release of the Java code, but should still work reasonably w...
AppInventor有没有扫二维码的功能? - App应用开发 - 清泛IT社区,为创新赋能!
...,就是直接利用设备的摄像头进行条码的识别,内部采用ZXing(Java库)进行条码的解析。
传感器组件 · App Inventor 2 中文网
...码机。 如果为 假,则将会使用已集成到 App Inventor 中的 ZXing 的某个版本(注:ZXing是一个开源Java类库用于解析多种格式的1D/2D条形码)。
事件
扫描结束(返回结果)
表示扫描仪已读取(文本)结果并提供结果。
方法
...
How to launch an Activity from another Application in Android
... my app if someone finds it useful
Intent intent = new Intent("com.google.zxing.client.android.SCAN");
intent.setPackage("com.google.zxing.client.android");
try
{
startActivityForResult(intent, SCAN_REQUEST_CODE);
}
catch (ActivityNotFoundException e)
{
//implement prompt dialog asking ...
Dynamically generating a QR code with PHP [closed]
...($codeContents, $pngAbsoluteFilePath);
2. QR code decoder
See also the zxing decoder:
http://zxing.org/w/decode.jspx
Pretty useful to check the output.
3. List of Data format
A list of data format you can use in your QR code according to the data type :
Website URL: http://stackoverflow.co...
vs2008编译boost详细步骤 - 开源 & Github - 清泛网 - 专注C/C++及内核技术
vs2008编译boost详细步骤【一、Boost库的介绍】Boost库是一个经过千锤百炼、可移植、提供源代码的C++库,作为标准库的后备,是C++标准化进程的发动机之一。 Boost库由C++标准委员会库工作组成员发起,其 【一、Boost库的介绍】
Bo...