We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
社区原有一批藏书存放于计算机学院大楼 5 楼活动室,因被误清理而得赔款,社区新采购了一批高质量计算机专业书籍(包括俗称大黑书系列),与学院方面洽谈许久后终于在 2022 年暑假暂时整箱搬回 5 楼活动室,预期可放置在 1 楼大厅。
为了方便书籍管理,我们还准备开发一个借还书的小程序系统。书架放在公共区域,不防偷盗,因此借还书系统仅起到查询和登记作用;借还书时,扫描图书上的二维码/小程序码打开小程序,识别到附近书架上的 iBeacon 后方可借还,防止远程还书这种误操作。
图书数据目前都以 JSON 形式存放在 https://github.com/ZKLlab/shuosc-books
@ZKLlab 之前实现过一点功能,但希望从头开始写,已经寄送 iBeacon 信标和小程序码贴纸给我们试玩
The text was updated successfully, but these errors were encountered:
No branches or pull requests
背景
社区原有一批藏书存放于计算机学院大楼 5 楼活动室,因被误清理而得赔款,社区新采购了一批高质量计算机专业书籍(包括俗称大黑书系列),与学院方面洽谈许久后终于在 2022 年暑假暂时整箱搬回 5 楼活动室,预期可放置在 1 楼大厅。
为了方便书籍管理,我们还准备开发一个借还书的小程序系统。书架放在公共区域,不防偷盗,因此借还书系统仅起到查询和登记作用;借还书时,扫描图书上的二维码/小程序码打开小程序,识别到附近书架上的 iBeacon 后方可借还,防止远程还书这种误操作。
图书数据目前都以 JSON 形式存放在 https://github.com/ZKLlab/shuosc-books
@ZKLlab 之前实现过一点功能,但希望从头开始写,已经寄送 iBeacon 信标和小程序码贴纸给我们试玩
任务
The text was updated successfully, but these errors were encountered: