process tag

15 questions


1 answers
56 views
0
I just asked a question, and I'm going to change the question. In the subprocess----

How do I run the following cmd command with subprocess.check_output?cd C:/Users/Administrator/Desktop/filesdir /b | find /i copy

1 years ago

1 answers
89 views
0
How to Pause or Sleep on Android

I'd like to give you a short delay between the two lines. to explain When the user clicks the button, I want to change the background of the button and show it to the original background in a second.t...


1 answers
59 views
0
How to run subprocess from Linux os to Python

import subprocesssubprocess.run(['ls' , '-al'], shell = true)I'm working on turning other external programs in Python using subprocess.The external program I want to run is a device simulation program...

1 years ago

1 answers
102 views
0
Developing process check and execution program in ubuntulinux 18.04 environment. (python3)

About processes running in ubuntulinux 18.04 environmentWe are developing a program that checks the execution and termination status of the process and allows the process to be re-executed if it is te...


1 answers
63 views
0
Simple way to collect results when multiple Python processes are not competing

There's a task that targets fairly large table data There are about 10 columns, 5 of which are combined and extracted, and we are working on them.This result is (combination: result value (one floatin...

1 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.