Posts by Rodrigo • 15 points
6 posts
-
-1
votes1
answer648
viewsQ: Get a zip code?
I’m having a hard time implementing a ZIP Code consultation on React What I wish to do and the user informs the ZIP code number in the field <input/> and automatically form fields are filled…
-
0
votes1
answer43
viewsQ: Angular search array
I’m having a problem fetching data from an array buscarDados(cep: string, uf: string, cidade: string): CEP[] { this.storedNames = JSON.parse(localStorage.getItem("enderecos")); return…
-
0
votes1
answer158
viewsA: Angular - Search vector data at Storage location and populate table with data
I made a change only that when I search for invalid data that is not saved in the Path location the search is done normally. You shouldn’t let me search in case any data is wrong. pesquisar(marca:…
-
-1
votes1
answer158
viewsQ: Angular - Search vector data at Storage location and populate table with data
How do I search for the data stored in the Storage location and populate the table with the result obtained in the search For example: I search by year or by manufacturer or by model and the table…
-
0
votes1
answer266
viewsQ: First faces problem when converting an Enum
I’m having trouble converting an I made a class to convert only at the time of subtemer the form happens the following error: javax.faces.FacesException: java.lang.IllegalArgumentException: No enum…
-
1
votes1
answer91
viewsQ: Java problem n + 1 query with Map
I have a performance problem where I have 10 rental cars and need to popular a graph of lines with these 10 cars however it is taking a long time to open the screen. Follow the logic I used to make…