第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

為什么我使用 java post-request 來(lái)響應(yīng)狀態(tài)代碼 500 的內(nèi)部服務(wù)器錯(cuò)誤?

為什么我使用 java post-request 來(lái)響應(yīng)狀態(tài)代碼 500 的內(nèi)部服務(wù)器錯(cuò)誤?

小唯快跑啊 2023-10-19 21:01:24
我使用java并嘗試通過(guò)帶有參數(shù)的post請(qǐng)求獲取信息。我編寫(xiě)了兩個(gè)不同的版本,一種使用 Apache httpclient,另一種使用 java.net。我還有一個(gè)用Python編寫(xiě)的版本(不是我的)java里的不行!我至少收到此錯(cuò)誤作為響應(yīng):狀態(tài)代碼:500 內(nèi)部服務(wù)器錯(cuò)誤{"d":{"Message":"Fehler bei der Suche nach Funkanlagenstandorten.","StackTrace":"","Source":"","InnerException":""}}System.InvalidOperationException:&ldquo;GetLocationsShare&rdquo;不是有效的 Web 服務(wù)方法名稱(chēng)。在 System.Web.Services.Protocols.HttpServerProtocol.Initialize() 在 System.Web.Services.Protocols.ServerProtocolFactory.Create(類(lèi)型類(lèi)型、HttpContext 上下文、HttpRequest 請(qǐng)求、HttpResponse 響應(yīng)、Boolean& abortProcessing)邊界框:package objects;import java.util.ArrayList;import java.util.List;/**?* order: west, south, east, north?*??* @author Zinke?*?*/public class BoundingBox{? ? public final static double STEP = 0.03d;? ? private double north;? ? private double east;? ? private double west;? ? private double south;? ? private static final double northMin = 47.0f, northMax = 55.0f;? ? private static final double eastMin = 5.0f, eastMax = 16.0f;? ? /**? ? ?* <b>Initial constructor</b><br>? ? ?* <br>? ? ?* Bounding box for data scraping: Germany<br>? ? ?* coordiantes in decimal degree<br>? ? ?* <br>? ? ?* order: west, south, east, north? ? ?*/? ? public BoundingBox()? ? {? ? ? ?setWest(eastMin);? ? ? ?setSouth(northMin);? ? ? ?setEast(eastMin + STEP);? ? ? ?setNorth(northMin + STEP);? ? }? ? /**? ? ?* Bounding box for data scraping: Germany<br>? ? ?* coordiantes in decimal degree<br>? ? ?* order: west, south, east, north? ? ?*?? ? ?* @param west? ? ?* @param south? ? ?* @param east? ? ?* @param north? ? ?*/? ? public BoundingBox(double north, double east,double south,double west)? ? {? ? ? ?setWest(west);? ? ? ?setNorth(north);? ? ? ?setEast(east);? ? ? ?setSouth(south);? ? }? ? public double getNorth()? ? {? ? ? ?return north;? ? }? ? public void setNorth(double north)? ? {? ? ? ?this.north = north;? ? }有人能幫幫我嗎?
查看完整描述

1 回答

?
幕布斯6054654

TA貢獻(xiàn)1876條經(jīng)驗(yàn) 獲得超7個(gè)贊

你的代碼似乎有效。我剛剛嘗試過(guò),僅更改了示例中提供的坐標(biāo)值,并從我的瀏覽器調(diào)試控制臺(tái)中提取了一些坐標(biāo)值,并且它有效:

{"nord":51.7151177895987,"ost":12.70294189453125,"sued":9.857482910156252,"west":50.49770501038011}

我的猜測(cè)是,你應(yīng)該確保你的班級(jí)沒(méi)有錯(cuò)誤BoundingBox,并且每個(gè)坐標(biāo)值的范圍是合適的。


查看完整回答
反對(duì) 回復(fù) 2023-10-19
  • 1 回答
  • 0 關(guān)注
  • 152 瀏覽
慕課專(zhuān)欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)