Posts by Alexandre K vieira • 29 points
6 posts
-
0
votes1
answer83
viewsQ: Regular expression that returns next words
Well I’m working on a regular expression that picks up license plates, my interest would be not just picking up the license plates, but like things next to it, for example: |Placa:AVX-4300 Fiat Uno…
-
0
votes0
answers27
viewsQ: HRESULT:0x80020003 error in sql server
I am working with a Sql server database and it started to present a strange error, preventing me from accessing the design and creating new Tables. I looked on the Internet and I couldn’t fix that…
-
0
votes0
answers97
viewsQ: implicit Conversion (varchar to varbinary) not allowed, use the CONVERT
I’m trying to make a system that obtains images and saves them in a specific database, but I can’t solve this error (I’ve already applied CONVERT to SQL but it hasn’t solved). (Error area) //Aqui…
-
0
votes2
answers11171
viewsQ: What is -Webkit-Moz-box- for in css?
In the code below, what does the excerpts -webkit- -moz-box-? .hh1 { display: block; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; float: none; z-index:…
-
1
votes3
answers6042
viewsQ: How to limit the size of Body to be centered on the Css screen
body{ font-family: gotham, arial, helvetica, sans-serif; font-size: 18px; margin: 0; padding: 0; margin: 0 auto; }
-
1
votes2
answers120
viewsQ: How do I make the image to be centered on the table
<html> <head> <title> Teste inicial </title> </head> <body> <table style= "width:480" "height:480" border="1"> <tr> …