iOS tableview 应用程序中远程更新 sqlite 数据库
使用新元素+该元素的附加文件远程更新表格视图的最佳方法是什么?我想为现场的工人提供新的工作机会,我需要一些想法。
What would be the best way to remotely update a tableview with new elements + an attached file to that element? I want to send new jobs to my workers on the field and I need some ideas.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,如果我理解你的问题是正确的,那么你想要使用的是更新服务器上的远程数据库的 Web 服务。这可以用 Java 或 PHP 完成(这是我知道的两种方法)
Well if I understood your question right, what you want to use are web services that update a remote database on a server. This can be done in Java or PHP (these are the 2 ways I'm aware of)