Posts by Talison Fernandes • 38 points
6 posts
-
0
votes0
answers17
viewsQ: Python problem in postgres on MAC
Guys, I’m testing Trigger functions with python on Postgres and I’m having problems when I go to test on my Mac. Follow the function: create function sendchange() returns trigger as $$ import…
-
0
votes1
answer228
viewsA: Plotting circles in different planes
You must reset the coordinate of the axis that does not want the circle to appear. For example, if you want to plot the circle on the Zy plane, then ax1.plot_surface(xzero, y, z, color='b',…
-
1
votes0
answers582
viewsQ: Communication between Python and Java
I am trying to create a client server application where the server will be written in python and the client in Java. The problem is that when you send a message from Java to Python the python server…
-
0
votes1
answer906
viewsQ: Maps loading error with google maps api
I am working on a web project that uses the maps api, however, in some moments, the system returns with the following error and the map did not open: Uncaught Eb message: "initMap is not a…
-
1
votes1
answer79
viewsQ: JSP Project with Database
I am working on a JSP project with database my driver is not being recognized. I am using the following method to connect to the bank. public ConnectionDB(){ try {…
-
-1
votes1
answer1153
viewsQ: How to remove br information from maps?
I am developing a wev application of geolocation of rains. On the map I want only the points of capture of rains. However, the default map provided by google provides with road information (br’s).…
mapsasked Talison Fernandes 38