Posts by Erick Jonatha Peiker • 41 points
4 posts
-
1
votes1
answer117
viewsQ: Transaction in Postgress on Nodejs
I’m looking to encapsulate my SQL execution in the Postgress database. My initial wish is to call a method to execute a specific query and another method to execute a transaction of various queries.…
-
0
votes2
answers783
viewsA: CSS - How to select the last sibling?
Hello, In CSS we cannot apply recursion, in your case it needs to be applied 2 functions on the selected element, the first is to identify that it is selected and the second is to navigate by the…
-
0
votes1
answer134
viewsA: How to call onblur from that Ubmit?
Perhaps the concept of onBlur is not clear. Check the link to better understand the event generated by taking the mouse over an object and the event after you change the value of an element (onBlur…
javascriptanswered Erick Jonatha Peiker 41 -
3
votes3
answers1181
viewsA: How to create a filter from the words/phrases of interest to filter a particular wave from a "List"?
My orientation is for you to segment your code more by creating 3 classes: public class Setor { private int codigoSetor; private String descricaoSetor; ...gets and setters } public class Funcao {…