parsing tag

30 questions


1 answers
108 views
0
Questions about parsing while crawling using jsoup (Android)

I'm a beginner developer who wants to create an Android app.I have a question about parsing while crawly using jsoup.The following code was written using the select method.Elements elements = doc.sele...


1 answers
129 views
0
I have a question for Android Volley.

public class MainActivity extends AppCompatActivity {private static final String TAG = MainActivity.class.getSimpleName();TextView tv;String url;StringRequest stringRequest;String data;public static R...

1 years ago

1 answers
57 views
0
How do I parse sites like this?

https://finance.daum.net/exchangesI'd like to parse the above site The screen that comes out of the source view and the F12 press in Chrome is different, so I can't read the data in normal cases When ...

1 years ago

1 answers
89 views
0
I want to parse the JSON code in Java, how do I do it?

I want to get the values of pageName, pagePic, post_id, etc. from the json code below, what should I do??{ pageInfo: { pageName: abc, pagePic: http://example.com/content.jpg } posts: [ { post_id:...

1 years ago

1 answers
100 views
0
How do I send and parse Json objects on Android?

I'm trying to send a message from the server in Json format, receive it in Json format, and process it I think I'll get it from the server in the following format { post: { username: someusername, mes...

1 years ago

1 answers
105 views
0
To change string to int

How do I change string(char*) to int in C++?If the string is not a number, I would like to give an error in moderation rather than returning 0 (false).

1 years ago

1 answers
78 views
0
How to clear HTML tags from String

Is there a good way to erase HTML tags in Java String? replaceAll (\<.*?>,) like this. This works well, but I can't change this and erase it when it's a sentence like <Content> instead of ...

1 years ago

3 answers
63 views
0
api java objectification

[a, b, c, [d, f, g]] There's an api that prints these values, but is this type of api also json?I'd like to ask you this question because I want to make API a Java object like this.

1 years ago

1 answers
81 views
0
From Java Library jsoup

When you parse using jsoup, as shown in the picture below Do you know how to parse the data-asset-id content above when there is an HTml code part?

1 years ago

1 answers
108 views
0
Classify as json parsing array - if there are certain characters in the array, classify as arrays that exist!!!!!

The application is being made with swift now.I'm having a hard time parsing the json file!{[1, A, Ghana, 12345, abcd], [2, A, Dara, 156489, abed], [3, B, Maba, 189651, wqin], [4, C, SAA, 189651, apeo]...

1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.