thread tag

19 questions


1 answers
473 views
0
I want to know how to run the loadPage method inside the run method

I have to run the loadPage method when the button is clicked using a new run method, but I don't know what code to write in the run method.private void loadPage() { urlButton.setDisable(true); textFlo...

1 years ago

1 answers
142 views
0
How do I resolve android.os.NetworkOnMainThreadException?

When ANDROID.OS.NETWORKONMAINTHREADEXCEPTION occurs,What should I do?In the below code I got an error when running my Android project for RssReader.I'm working on a project that reads Rss on Android l...


1 answers
86 views
0
How to Use Scrapy Threads

Hi, how are you?I do web-crawling with Scrappy Since there's a lot of data, it takes more than 10 hours to get it...I looked up how to solve this, and they said we could use a thread I've never used a...


1 answers
86 views
0
I have a question about using Android asynctask.

I am making an example of importing mysqldb contents in a list format through Android and php communication.During the execution of the activity, the following Async Tasks are rotated to obtain data t...

2 years ago

1 answers
151 views
0
Operating system concepts 9th edition (dinosaur book) User thread, kernel thread question.

I have a question because I don't understand the user thread well.'Thread management is done by the thread library in user space,so it is efficient''because onlyone thread can access the kernel at a t...

2 years ago

1 answers
72 views
0
Questions regarding Python Thread Module.

I'm making a chat program with Python and I'm in trouble. You need to turn socket receive and send together with the thread, but if you turn input to the thread, other threads will also stop. If you e...

2 years ago

1 answers
131 views
0
On Android, thread, multi-reading, process relationships and definitions

Hi, how are you?I'm leaving a question to see if you understand the thread and process.From what I understand now, I think I will express the thread and process as follows.Is there anything I misunder...


1 answers
149 views
0
Android android.os.NetworkOnMainThreadException Error

BlogsSearchResults results = null; try { String text = URLEncoder.encode(query, UTF-8); String apiURL = blogSearchURL + text; // json Results apiURL += &display= + display + &start= + s...


1 answers
76 views
0
Android android.os.NetworkOnMainThreadException Error

I keep getting the following error. I've already added the internet to the manifest.<uses-permission android:name=android.permission.INTERNET />If you look up the data, you cannot perform networ...


1 answers
113 views
0
GetText() error related questions.

private class HttpAsyncTask extends AsyncTask<String, Void, String> { @Override protected String doInBackground(String... urls) { person = new Person(); person.setName(etName.getText().toStrin...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.