ble tag

96 questions


1 answers
89 views
0
I have a question in class '[2-12] CSS Table Styling'.

I have a question about the contents of the lecture.This is the part that deals with the explanatory tool of the table around 8 minutes and 16 seconds of the lecture video.After the .a11y-hidden class...


1 answers
155 views
0
Do you happen to know issues like JavaScript?

<script language=JavaScript> myTickets = new Array(); startPosArr = new Array(); endPosArr = new Array(); selItem; eee2 = 0; function setMyTicketList(){ alert(^^ : + eee2);}The following error...


1 answers
84 views
0
I don't know exactly why I use %lf when I input real numbers in the scanf function.

I heard that if you receive a real data value from the scanf function, the data type of the factor value is automatically changed from float type to double type, so in that way, the int type data valu...

2 years ago

1 answers
85 views
0
How can the value of a variable in Python refer back to a variable again?

A='var A' B='A'print(B)del BI want to delete A by referring to variable A as 'A', which is the value of variable B.What's the way?

2 years ago

1 answers
93 views
0
Questions about arrays and reference variables and objects in Java

public class HeapQuiz {int id = 0; public static void main(String []args) { int x =0; HeapQuiz [] hq = new HeapQuiz[5]; while(x <3) { hq[x] = new HeapQuiz(); hq[x].id =x; x = x +1; } hq[3] = hq[...


1 answers
145 views
0

2 answers
88 views
0

© 2024 OneMinuteCode. All rights reserved.