or tag

453 questions


1 answers
108 views
0
There is something I don't understand about the code that contains the C++ iterator.(Difficulty level: Beginner)

Result of code: Question: Although I lack the concept of itator, I'm studying how to write while looking at the code to get a better sense of it.I don't understand the code below in the last for state...

2 years ago

1 answers
170 views
0
Why does NoClassDefFoundError occur in Java?

A NoClassDefFoundError occurred when running the Java application. Why does this generally happen?


1 answers
74 views
0
Is it possible to edit/preview quickly like a typical text editor in intelliJ?

Originally, I use the Brackets editor.Recently, I wrote IntelliJ IDEA.In Brackets, 'Ctrl+E' was used to modify documents of associated classes and IDs immediately.Can you modify HTML in IntelliJ like ...


2 answers
121 views
0
Python for Moon Question

Number 1 hap=0for a in range(1,11): hap=hap+a print(hap)Value is 13610152128364555Number 2 hap=0for a in range(1,11): hap=hap+aprint(hap)The price55Number 3 hap=0for a in range(1,11):hap=hap+aprint(ha...

2 years ago

1 answers
168 views
0
I'm trying to install a ruby, but I can't proceed because of the error below...crying

/System/Library/Frameworks/Ruby.Frameworks/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin15/rbconfig.rb:213: Warning: Insecure world writable dir/Users/guest/tomcat in this way, what is this...?cryi...


1 answers
74 views
0
C++ Copy Generators Call

#include <iostream>using namespace std;class SoSimple{private: int num;public: SoSimple(int n) : num(n) { cout << New Object : << this << endl; } SoSimple(const SoSimple&...

2 years ago

1 answers
119 views
0
There seems to be an error in the Emulator portion of this clip.

I'm in the process of creating an Android app through Eclipse, but it's blocked from the beginning.Currently, Eclipse has added an Android SDK to create an AVD and now an Android applicationThe projec...

2 years ago

1 answers
79 views
0
Android Button Selector

The source below is usually a button selector that appears gray when the red button is pressed.Um... Can I change the size of the text and the color of the text when the button is pressed?<item and...

2 years ago

1 answers
137 views
0
Change action bar text color

How do I change the color of the letter in the action bar? I inherited the HoloLight Theme, but I can change the background color of the action bar, but I can't find the text color attribute. Android:...


1 answers
115 views
0
Python, I have a basic question.

After the repeat statement is over, shouldn't you exit the repeat statement and run the following...?I wrote it in my heart, but why isn't it working?And how do I get print(a) executed?(This is the cm...

2 years ago
« - 14 - »

© 2024 OneMinuteCode. All rights reserved.