1

我必须在 Java Swing 中做一个库 Magement System。在你们的支持下,我做得很好。谢谢你们。现在这个软件需要通过条形码(1d)来识别书籍和学生。我无法从任何地方得到完美的逻辑。我在 SO 和其他网站上阅读过。我有一些逻辑。但愿景并不清晰。

我知道这个。条码扫描仪输出到端口 - 听关键击 - 需要接口

我的疑问是

  • 逻辑流程的顺序是什么。?
  • 我是否必须添加任何 lib/jar 文件才能做到这一点。
  • 如何实施?

我已经阅读了需要重点关注的文本字段。如何知道扫描仪是否结束了关键股票。

我完全糊涂了。抱歉读到糟糕的英语。我会弥补这个

高级感谢您的所有支持。

4

1 回答 1

1
  1. Read the picture from the reader (depends on the hardware, you might need to use the proprietary API or whatever it requires)
  2. Use a barcode reading library to 'parse' the picture. (like zxing, which maybe can access a camera?)
  3. which will give you the number hidden in the barcode.
于 2012-08-08T18:06:10.443 回答