Posts by Gui Alencar • 101 points
2 posts
-
0
votes1
answer916
viewsA: Java get and set methods for Boolean and char
You can use next with regex: // Aceita um caracter de a até f dadosG.setClassificacao(SC.next("[a-f]").charAt(0)); // Aceita um caracter de 0 até 1…
javaanswered Gui Alencar 101 -
0
votes2
answers792
viewsA: SELECT by word in sql server without using Full Text Index
TABLE = sua tabela, FIELD = campo que deseja filtrar, keyword = palavras chaves(chuvoso, dia ,...). Remembering that % replaces the rest of the sentence, and so has to be put before and after the…