ble tag

96 questions


1 answers
95 views
0
C Pointer vs Java Reference Variables vs Other Languages Comparison

Hi, how are you?I am a student who forgot all the C and C++ I learned at school in the military and is currently studying Java and C# as an intern part-time job and hobby.Currently, I am taking an int...


1 answers
42 views
0
Please explain in detail what Parcelable is on Android.

I heard that I have to use Parcelable when I make an app and deliver the object.But I don't know what Parcelable is. Please tell me the concept of how to use it.

2 years ago

1 answers
109 views
0
python - to dynamically generate variables using repetitive statements

Python - Dynamically generate variables using repetitive statements I'm a self-taught Python student I want to make a multiplication gameIf you print out a question for one minute, you will write down...

2 years ago

1 answers
109 views
0
Python Unbound LocalError

If you run the code below, you will receive UnboundLocalError. What's wrong?counter = 0def increment(): counter += 1increment()


1 answers
114 views
0
Time delay when switching Android screens

Loading the main screen (1.5 seconds) when running the app or switching the screen feels a little slow.Put the image in the layout background as shown in the code below There are also two images in th...

2 years ago

1 answers
112 views
0
To select multiple columns in the JTable

The first row is non-correctable text, and the second row has a JTable with a check box representing the boolean value. What I want is to check all the checked boxes among the selected check boxes whe...


1 answers
67 views
0
To check if double is a Not a Number (NaN)

I want to check if the value of double is NaN in Java, what should I do?

2 years ago

1 answers
129 views
0
What is the difference between HashMap and Hashtable?

What is the difference between HashMap and Hashtable in Java?What else is more efficient in the non-threaded program?

2 years ago

1 answers
141 views
0
[Database] I want to create a new table with two different tables and add a property (vertical) value.

I have extracted only the necessary attribute values from the table A and the table B (extracted by Join I would like to make a table by adding extraction as join + new name/other to the new C table.-...


1 answers
56 views
0
The javascript (jQuery) variable returns multiple values. It is added, not constantly overwritten.

var i;function slide(i){ //$previewImg Click to receive and use variable i console.log(i);};$previewImg.on('click', function(){ i = $previewImg.index(this); slide(i);});Each time $previewImg is cl...

2 years ago
« - 8 - »

© 2024 OneMinuteCode. All rights reserved.