Posts by Jackson Terceiro • 37 points
7 posts
-
1
votes0
answers463
viewsQ: Angular mask-input-masks in Angularjs
I’m trying to use the angular mask-input-masks in the Angularjs (Ionic v1) found in the link: https://assisrafael.github.io/angular-input-masks/ I follow all the steps in the documentation:…
-
0
votes1
answer170
viewsA: Problems with "libpq.so. 5": Wrong ELF class: ELFCLASS64 in C
I solved the problem with libpq5:i386 installation sudo apt-get install libpq5:i386 I leave my contribution to the guys.
-
0
votes1
answer170
viewsQ: Problems with "libpq.so. 5": Wrong ELF class: ELFCLASS64 in C
I am trying to run a file compiled in c and I get the following error message: "error while loading Shared Libraries: libpq.so. 5: Wrong ELF class: ELFCLAS64" I did a search and identified that this…
-
-2
votes3
answers536
viewsQ: Instanceof with List in JAVA
I have declared a method that receives a List of the kind Object. But when I try to recognize him as instanceof it gives error. I have tried to do a casting but still giving error and could not…
-
1
votes0
answers294
viewsQ: Web Service Soap Server - WSDL - Java Eclipse
I know that there is already a lot of blog post related to web service in java and also know that there have been many questions with this problem. But I tried every way and I couldn’t fix it, so…
-
1
votes1
answer24
viewsA: Valgrind in the eclipse
I already got the solution, the problem was the result of a missing package. The project runs in 32 bits and Valgrind was selected to run in 64 bits. Just install the following package: sudo apt-get…
-
0
votes1
answer24
viewsQ: Valgrind in the eclipse
I’ve been looking for it for a while and I can’t find anything like it. I need to use Valgrind in eclipse (eclipse has support), I have already performed all the package installations I found on the…