thread tag

19 questions


1 answers
67 views
0
How to run independent functions on the mfc server

Hi, how are you?The mfc server is currently conducting socket communication When you load db through the db lookup function installed in the server, When a large amount of db is loaded, the process it...

2 years ago

1 answers
119 views
0
I have a question for pyqt5.

Recently, I am making a simple socket chat program with pyqt5.In this process, I would like to make a color pallet that can determine the color of the font using the combo boxI want to know how to put...


1 answers
92 views
0
Python function invocation question.

This is a code that receives data through serial communication and sends a notification to a messenger using urlapi when data with a value of 80 or more comes more than 5 times in a row.Alerts are int...

2 years ago

2 answers
57 views
0
To interrupt Java threads

Hi, everyone.I'm doing Android programming.I'm processing the long-lasting tasks separately through the threadIs there a way to stop a working thread?Maybe it's because the thread you point to is diff...

2 years ago

1 answers
69 views
0
I want to operate console like windowpower shell while using pyqt5.

app = QApplication(sys.argv)myWindow = MyWindow()myWindow.show()app.exec_()When app.exec_() is executed in a code like this, console command line stops and nothing is entered.If I thread, will it be s...

2 years ago

1 answers
58 views
0
If you re-run Android Thread, it says it's already running thread.

Hi, everyone.I'm asking you this question because I'm trying to reuse Thread on Android./* This is a spinning operation on the main thread. */// ParserThread is the class that inherited the Thread cla...

2 years ago

1 answers
75 views
0
Using Thread, ValueError: signal only works in main thread error

I would like to do something else while calling YouTube live chat using Thread and pythchat.def chat_get(): global ytloc ytloc=https://www.youtube.com/watch?v=GoXPbGQl-uQ print(ytloc) chat = pytchat.c...

2 years ago

1 answers
63 views
0
How do I send a string to a thread to create a chat program with Java socket programming?

import java.io.BufferedReader;import java.io.BufferedWriter;import java.io.InputStreamReader;import java.io.OutputStreamWriter;import java.net.ServerSocket;import java.net.Socket;import java.util.Scan...

2 years ago

1 answers
131 views
0
How do I write the Pyside2 QThread parameter?

class _Date_Thread(QThread): def run (self, param): # Where the parameter should be entered while True: print(param) time.sleep(0.1) class Ui_MainWindow(QMainWindow): def __init__(self): super()._...

« - 2 -

© 2024 OneMinuteCode. All rights reserved.