Posts by Guilherme Almeida • 75 points
9 posts
-
0
votes0
answers46
viewsQ: Files giving error 404
My application is simple, I did with Angularjs, just to study, works quietly locally but when I go up to my server from Locaweb, the files keep returning 404, have some configuration that I need to…
-
3
votes2
answers766
viewsQ: How to create a regular expression to validate only cell phone number?
I made that expression, but I don’t know if it’s in today’s standards "/^[1-9]{2}\s?9\s?\d{8}$/"
-
0
votes0
answers57
viewsQ: overflow: auto hides content at the bottom of the page
I have a problem with my html, I couldn’t find an answer. I have a div called box-footer. This div is inside a div main, where I added overflow: auto and height 100%. All that content is inside a…
-
1
votes1
answer473
viewsQ: Error while fetching a list in the bank
Eae personal, So I have a question about my college job, I have two tables a user and USUARIO_AMIGO both related, by java I’m searching a user list that brings all registered users, and another list…
-
0
votes2
answers319
viewsQ: Like passing a Char to the bank?
How do I pass one Char to the Bank? Error Exception in thread "main" java.sql.SQLException: ORA-12899: valor muito grande para a coluna "SYSTEM"."USUARIO"."TP_SEXO" (real: 2, máximo: 1) at…
-
0
votes1
answer7043
viewsQ: Sqlexception: Parameter IN or OUT absent from index:: 10
It’s the first time I’m working with connections, we’re doing a job for college on a social network, now we’re doing the method insert. My doubt, when I run the test class it returns me an error.…
-
1
votes1
answer93
viewsQ: Doubt User table and Friend table
Eae guys, I need help, I’m a beginner in java, and I’m doing a college job where it’s going to be a mini social network, at the beginning we will make user registration, within the class Beans, user…
-
1
votes1
answer541
viewsQ: Directory Listing: 403 Forbidden Nginx
I need help, I started using Nginx now, I was researching about then I decided to test it, and I don’t know how to configure it properly, but I wanted to enable directory search. In his…
nginxasked Guilherme Almeida 75 -
1
votes1
answer611
viewsQ: Using Phpmailer for sending email with attachment but without using User and Password
That was the only way I could do it. When I take out the SSL setting it does not send. I wanted a way that I didn’t use SMTP, you can help me? My code so far: require("phpmail/class.phpmailer.php");…