英文: Using Zomato Api with Retrofit 问题 我正在尝试使用 Retrofit 从 Zomato API 检索餐厅列表,但我只得到空响应,而且我找不到我做错了什么。我已经...
Android的Retrofit预期是BEING_OBJECT,但实际在第1行第1列却是字符串。
英文: Android retrofit expected BEING_OBJECT but was string at line 1 column 1 问题 // Api Client public...
Apache Spark spark-submit k8s API https ERROR
英文: Apache Spark spark-submit k8s API https ERROR 问题 Spark版本:2.4.4 k8s版本:1.18 我有一个Spark集群和一个k8s集群。 我...
I/O超时异常 (java.net.ConnectException) 在调用API时发生
英文: I/O timeout exception (java.net.ConnectException) When calling API 问题 我使用 HttpClient 调用 API 并获取其...
Spigot / Bukkit的Event-API是如何工作的?
英文: How does the Event-API of "Spigot / Bukkit" work? 问题 我正在尝试理解Java中的面向对象编程是如何工作的。为此,我认为S...
具有相同路径但具有不同@RequestParam值的多个端点
英文: Multiple endpoints with the same path but with different @RequestParam values 问题 我有一个API路径 GET /...
Android中使用Volley进行JSON请求
英文: Android JSON request with Volley 问题 以下是翻译好的部分: 我正在尝试使用 API 注册一些数据,我已经检查了在我的应用程序中获取的 JSON,结构和数据都是...
如何在Spring Boot应用程序中使用SSL证书调用远程API。
英文: How to use SSL Certificates in Spring Boot application to call remote API 问题 这是一个让我花了相当长时间才弄明白的话...
JAVA/API 如何获得正确的 JSON 格式
英文: JAVA/API how to get the correct JSON format 问题 { "usuario": { "ID_USUARIO": 0, &...
如何在Map<k,v>上创建一个始终运行并且可以从Map中移除键的线程?
英文: how to create thread on Map<k,v> that work all the time and remove key from the map? 问题 以下...
53