gpt4 book ai didi

java - 从远程数据库获取数据

转载 作者:太空宇宙 更新时间:2023-11-04 08:33:50 24 4
gpt4 key购买 nike

我正在尝试在谷歌应用程序引擎上创建应用程序,它可以从我的其他远程数据库中获取数据,据我所知,我们可以通过这种方式使用python来做到这一点,如果我没有错的话导入urllib

form_fields = {
"first_name": "Albert",
"last_name": "Johnson",
"email_address": "Albert.Johnson@example.com"
}
form_data = urllib.urlencode(form_fields)
result = urlfetch.fetch(url=url,
payload=form_data,
method=urlfetch.POST,
headers={'Content-Type': 'application/x-www-form-urlencoded

我是否可以从我的 this 之一获取数据使用 java 获取 url 并获取 datastore 中的数据存储。谢谢

最佳答案

绝对可以按照这些思路来做到这一点 - 您是否遇到了特定的问题?另外,您可能需要注意,这意味着您的远程数据库暴露于世界,因此您应该采取一些措施来保护对其的访问。

关于java - 从远程数据库获取数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6849055/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com