All Questions

19771 questions


1 answers
300 views
0
I want to implement the file transfer function in visual studio.

I would like to implement c++ with visual studio to transfer files in Windows via ftp onto Linux machines, but when I look at the sites I found, I can't include header files, or I don't know if they c...

1 years ago

1 answers
434 views
0
When you want to use NavigationLink to transition to the screen.

If you use the following code when you want to transition with NavigationLink, you will get an error.Why?error messages:Cannot convert value of type 'String' to expected argument type'()->Label'Cur...

1 years ago

1 answers
325 views
0
Python multi-threading questions

I'm trying to implement multi-threading in Python.When the thread of t_0 enters the function, it is held continuously at while 1.The code that then executes the t_1 thread does not move on.If the firs...

1 years ago

1 answers
364 views
0
I want to add a while statement.

I'd like to add a while statement to 1

1 years ago

1 answers
427 views
0
VBA 2-DIMENSIONAL DYNAMIC JAG ARRANGEMENT

Purpose: I want to create a 2D dynamic jug arrayI want to expand only the second dimension laterWe decided to declare a one-dimensional array in variant form and store it in it again.I tried three met...

1 years ago

2 answers
247 views
0
It is displayed as an even number even though it is odd numbers odd.

When I entered 7 as shown in the image, 7 was made into an even number even though it was not an even number.Please tell me the solution.I would appreciate it if you could tell me in detail what is di...

1 years ago

2 answers
344 views
0
An error has occurred, and it is impossible to distinguish between even and odd numbers.

Would it be possible to fix and move only the n part without breaking the shape above?

1 years ago

1 answers
418 views
0
I want Python to convert all 3D lists to tuple

I would like to convert the 3D list into a tuple as shown below, but what should I do?obj1=[[[1,2],[3,4]],[[5,6],[7,8]]]obj2=(((1,2),(3,4)),((5,6),(7,8))))Thank you for your cooperation.

1 years ago

1 answers
423 views
0
I want to delete a combination of arrays specified in Python's three-dimensional array.

I would like to delete [[23][01][01]] which is the opposite combination of [[01][23]] in Python's three-dimensional ndarray array as shown below.import numpy as nparr1 = np.array([[0,1], [2,3]], [[...

1 years ago

1 answers
553 views
0
Scrap text information after the "View More" button when searching in the Yahoo! News search window

Scrap text information after the View More button on the web pageIt will be almost the same as here, but I would like to ask you a similar question because I couldn't solve it by myself.I'm trying to ...

1 years ago
« - 7 - »

© 2024 OneMinuteCode. All rights reserved.