Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 blackberry 5 sdk 中生成 EAN-13 条形码。我知道我可以在 Blackberry 6.0 中执行此操作,但我无法在 5.0 中使用 ByteMatrix,您能帮我或给我一个有关如何执行此操作的示例吗?
ZXing 是一个开源项目。您可以复制您需要的类,或者如果太乱,只需从库中下载您需要的包并重构它们,这样包名就不会与黑莓 6.0 中已经存在的 Zxing 名称冲突。