order tag

5 questions


1 answers
159 views
0
How do I maintain the insertion order of the HashMap?

I'm using HashMap. Whenever I repeat the map, I receive the data in random order even though I put it in sequential order. I need to get it sequentially, what should I do?

2 years ago

1 answers
121 views
0
How to border ImageView on Android

I want to put the border in ImageView and color it, what can I do?

2 years ago

1 answers
93 views
0
Is there a problem with the limit condition when putting a non-uniqueness field in the order by clause in the MySQL 5.6 version?

Hello, I'm writing because I have a question about mySQL query.The query is thrown in the form of a bulletin board list, and the query is as follows.1pageselect * from table_name where ~~~~ order by D...

2 years ago

1 answers
157 views
0
How do I add borders up and down in Android view?

I added attributes to android:drawableTop and android:drawablebottom like the code below to put a black border line on the text view, but the view itself turned black.<TextView android:background=@...


1 answers
129 views
0
Creating a JAVA GUI Pizza Order Application

The JAVA GUI pizza ordering application is in the process of course.I think I've done everything else, even if I'm immatureI'm asking you this question because there's something I don't know about pri...

2 years ago

© 2024 OneMinuteCode. All rights reserved.