条码扫描仪无法连接到应用程序以调用数据库中的数据
我目前正在开发学生出勤软件。我使用flex / flash和php来创建该软件,但我遇到了条码扫描仪的问题,当学生扫描学生卡上打印的条码时,无法连接到应用程序以调用数据库中的数据。
你能帮我制作一个脚本,使其可以在flex / flash和php上运行吗?这让我疯狂了一周寻找出路……请帮助我:(
谢谢,
I am currently working on software for student attendance. I use the flex / flash and php to create the software but I faced a problem barcode scanner, can not connect to the application to call the data from the database when students scan the barcode printed on their student card.
Can you help me to make the script so that it can run on flex / flash and php. it makes me crazy for a week to seek a way out …. please help me: (
thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用过的所有条形码扫描仪都像其他输入设备一样工作。确保 Flex 应用程序中的文本输入具有焦点。然后扫描,输入内容应该显示在文本字段中。
当我上次建造这样的东西时;扫描中的最后一个键是回车键。我不记得我们是否在生成条形码时明确添加了它,或者它自动成为条形码的一部分。但是,我们关闭了回车来执行处理。
All barcode scanners I've used work like any other input device. Make sure a text input in your Flex app has focus. Then scan, and the input should show up in the text field.
When I last built something like this; the last key from the scan was an enter key. I don't remember if we added that explicitly when generating the bar codes or it was automatically part of it. But, we keyed off that carriage return to perform processing.