ide tag

22 questions


1 answers
416 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
419 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...

1 years ago

1 answers
123 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?

1 years ago

1 answers
86 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.

1 years ago

1 answers
66 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...

1 years ago

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

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


1 answers
63 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......

1 years ago

1 answers
90 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...

1 years ago

1 answers
93 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
67 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.