post tag

5 questions


1 answers
93 views
0
How to request JSON object transfer on Android

I would like to send the following JSON text {Email:[email protected]:123456} to the web service and read the response. I know how to read JSON. The problem is that the above JSON object must be se...


1 answers
52 views
0
Sending XML over HTTP POST (SOAP) on Android

I want to call the web service through Android. XML must be POSTed to a specific URL over HTTP. I uploaded the POST request part, but I don't know how to include and add XML data.public void postData(...

1 years ago

1 answers
70 views
0
Let me ask you a question for POST

In order to communicate the NAVER Papago NMT application with Retrofit2, the client and secret values are I didn't know where to put it and sent it, so I sent it for the parameter, but is it the wrong...

1 years ago

1 answers
93 views
0
I'd like to parse the homepage in the form of json and post with Python.

I'd like to parse the course guide page on the school website with Python.The url of the source code is not the URL https://e-onestop.pusan.ac.kr/menu/class/C03/C03001?menuId=2000030301&rMenu=03, ...

1 years ago

1 answers
66 views
0
I have a question for Html select.

What I want to make is to make an option in the selection of another page when I press the button. Question 1. First of all, it's not possible to make it. The problem is to create an option by turning...

1 years ago

© 2024 OneMinuteCode. All rights reserved.