【问题标题】:TinyDB, storing multiple lists in TinyDB, split stored data in tinyDBTinyDB,在TinyDB中存储多个列表,在tinyDB中拆分存储的数据
【发布时间】:2013-06-28 09:08:50
【问题描述】:

我正在使用 App Inventor 制作一个应用程序,它会计算跑步者的时间和位置,并将这些数据存储在 TinyDB 中。该数据也显示在屏幕上。现在关键是将其发布到我的服务器,问题就在这里。我已经在一个过程中显示了数据,因此它应该以列的形式而不是单行显示,但是现在 我不知道如何在同一过程中将数据发布到我的服务器

请看截图:

https://programming-with-app-inventor.googlegroups.com/attach/3faf95954e4b06ef/screenshot.png?view=1&part=4.

标签: mysql app-inventor storing-data tinydb


【解决方案1】:

是的,后面的数据库是MYSQL,它接受传递到两列的数据。比如在查询字符串中 name1=value1 & name2=value2

您可以使用 Web 组件将数据发布到服务器。您可以在现有过程中生成的查询字符串。然后只需使用以下 2 个块来发布您的数据:

web1.Url = <your url>?name1=value1&name2=value2
web1.PostText = <empty string>

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-04-07
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多