Posts by Raphael Coelho • 29 points
3 posts
-
0
votes1
answer1200
viewsQ: A server connection was successfully established, but an error occurred during the logon process
Hello guys I’m having a problem trying to make the connection to a database via Microsoft SQL Server Management Studio but it displays the following error message: A server connection was…
-
0
votes0
answers970
viewsQ: Fill double zero left in java
I would like to know how to format a doouble with two boxes to the left of the dot and two to the right of the dot. Example: I have double 1.1 I want it formatted to 01.10; input: 10.1 / 1.05 output…
-
2
votes1
answer98
viewsQ: Regular Expression
I have an application that reads a string and needs to detect parameters contained in the string. The parameter has the following pattern <<<.texto>>> (< and > are part of…