Posts by Clara Campos • 417 points
6 posts
-
0
votes1
answer56
viewsQ: Call function only when the previous one closes
i have 2 functions being called within another, the problem that the second function depends on some elements that comes from the first function. The 1° function makes an ajax request that takes a…
javascriptasked Clara Campos 417 -
8
votes3
answers931
viewsQ: How to query with Count
I have the table Upshot with thousands of data, Table Result NOME_CASA, NOME_OPONENTE, RESULTADO_FINAL, NOTA_FINAL. timeAzul timePreto 1 2 timeAzul timeBranco 2 2.10 timeBranco timeAzul 3 2.20…
-
4
votes1
answer979
viewsQ: How to catch the date and minimum time of the day with Localdatetime
I have this dateHora in the database: 21/07/18 15:52:00,000000000 When the query passes by parameter one LocalDateTime, I want to list all the dates that start the day. How to get the minimum date…
-
10
votes4
answers2204
viewsQ: How to check if a Localdate is a weekend?
I have the following date of type LocalDate 2017-12-21 How to check if it’s a weekend? I tried to use the Calendar, but it seems to only work with Date.…
-
3
votes1
answer172
viewsQ: How to Recover Updated Date in Batch
I made a bat file that changes the windows date. However, I also need another bat file, so when executed, it recovers the updated date. How to proceed?
batchasked Clara Campos 417 -
4
votes1
answer294
viewsQ: Very slow listview on scroll bar
I have a problem I don’t know how to solve, I have a ListView customized with images and the scroll bar keeps crashing, even with the list loaded. It slows down the list to scroll. Adapter: public…