All Questions

19771 questions


1 answers
439 views
0
QTreeWidget Drag & Drop does not move to top level

I am using PySide 6.I made a two-tier tree with QTreeWidget.When I move my child's QTreeWidgetItem, I want to move only directly below the top level QTreeWidgetItem.We were able to avoid moving from o...

2 years ago

1 answers
303 views
0
How to Pass UserFrom1 Variables to UserFrom Form 2

When I click CommandButton1 in UserFrom1, I put 10 in variable A (variable A is public variable). What code would it be to display UserFrom2 in UserFrom2.Show and MsgBox in UserFrom2 to display the co...

vba
2 years ago

1 answers
256 views
0
Mystery of Intramodule Variables in Python

I'm afraid you'll scold me not to access the variables in the module, but is there any way to set a to 100 on main.py?#main.pyfrom sub import*foo()print(a)#0 T-T)/#sub.pya = 0def foo(): global a a = 1...

2 years ago

1 answers
407 views
0
TypeError: linear(): argument 'input' (position 1) must be Tensor, not table not resolved successfully

I would like to make an inference about the model I learned in Pythorch.The model has two inputs and one output.Therefore, I tried to make an inference with two inputs, but it didn't work well.How can...


1 answers
454 views
0
I do not understand why the group method is not available.

Sorry for the rudimentary question.Connection.group(:user_id) causes Object doesn't support #inspect.Ruby 3.1.0Ruby on Rails 6.1.4 modelclass User<ApplicationRecord has_many —connectionsendclass Co...

2 years ago

1 answers
387 views
0
How to check the Microsoft Edge window that is already started

There are two things I would like to do.Start Edge from C# application --app allows only one site to startAllow concurrent access to other sitesBased on the assumption above, I would like to know how ...

2 years ago

1 answers
299 views
0
[Errno2] when running No such file or directory appears.

I have been using python for some complicated calculations (PC: Mac-OS, code write: Atom, calculation run: terminal).Due to business reasons, I bought a new PC and tried to reflect the calculations I ...

2 years ago

1 answers
430 views
0
I want to import the common module

I'm studying a book called Deep Learning from scratch.If you continue to read, you will be importing a module called common, where the following error occurs:ModuleNotFoundError: No module named 'comm...


1 answers
350 views
0
Error when deploying dynamic projects using jsf for payara server in eclipse

An error occurs when deploying a dynamic project called example2 using jsf for payara server in eclipse.I want to eliminate this error and deploy this dynamic project to the server.Development Environ...

2 years ago

1 answers
306 views
0
Resized the folder image in Python.

I would like to resize the images in the folder at once in Python.When I google, the resize of the specified size will appear, but If it is within the scope of the IF, it will not be resized. if outsi...

2 years ago
« - 111 - »

© 2024 OneMinuteCode. All rights reserved.