ide tag

22 questions


1 answers
432 views
0
Is there a difference between an automatic installation of anaconda and a standalone installation of a spider?

Hello. I have a question about how to run Python IDE.Rstudio is familiar with eyes and hands by using RAs I began to learn Python anew, I mainly used a spider that looked similar to Rstudio.But people...

1 years ago

1 answers
438 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
141 views
0
Can't you override the back button on Android and handle it like a home button?

When I press the Back button on Android, I want to stop the application and go to the home screen How shall I do it?

2 years ago

1 answers
104 views
0
How do I delete modules from Android Studio?

How do I delete modules from Android Studio? I can't see the delete button even if I right-click on the module.

2 years ago

1 answers
80 views
0
To override a class's variable in Java

class Dad{ protected static String me = dad; public void printMe() { System.out.println(me); }}class Son extends Dad{ protected static String me = son;}public void doIt(){ new Son().printMe();}When y...

2 years ago

1 answers
89 views
0
What should be considered when overriding equals() and hashCode() in Java?

What should be considered when overriding equals() and hashCode()?


1 answers
74 views
0
I have a question about docker and code executioner.

Hello.I want to make a service like a code executor in hashcode.The way I thought about creating a service isWhen a user submits a source code (from the client), for example, java,On the web server......

2 years ago

1 answers
127 views
0
IDE's Design tab doesn't show "Hello World!"crying

The emulator outputsThe Design tab does not print and produces an error. Please give me a solution.Element: class com.intellij.psi.impl.source.xml.XmlTagImpl because: different providers: SingleRootFi...

2 years ago

1 answers
114 views
0
How to change API level in Android studio

I'd like to change the minimum SDK version from API12 to API14 in Android Studio. I changed it in the manifest file as shown below<uses-sdk android:minSdkVersion=14 android:targetSdkVersion=18 />...


1 answers
81 views
0
There's a Python error, but I can't solve it

I keep getting errors like this, but I don't know what to do.

- 1 - »

© 2024 OneMinuteCode. All rights reserved.