Posts by tharley carvalho • 152 points
7 posts
-
1
votes1
answer1224
viewsA: White screen in wp-admin in WORDPRESS
It may also be that you are viewing the white screen because you have exhausted your server’s php memory limit. This can be caused by some plugin or Thema that consumes a lot of php memory.…
wordpressanswered tharley carvalho 152 -
0
votes3
answers428
viewsA: Linux or GNU/Linux?
GNU is certainly part of building the Linux operating system but I don’t think it should take all the credit. The Linux kernel itself did not come from a GNU package, if it were not for the Linux…
-
3
votes1
answer550
viewsQ: Shell script function
I have a VM and need to run a script remotely on another VM, example: Script is in VM X and I need to run by X in VM Y. #!/bin/bash IP=$1 if [ $# -ne 1 ]; then echo "informe o servidor $1: " exit fi…
-
2
votes3
answers531
viewsQ: Using Activity Methods in a Fragment
I am trying to use some methods of an Activity in a Fragment, however I am not succeeding, someone can tell me if it is possible? public class updateMarker extends Activity { TextView uid; //URL to…
-
3
votes1
answer244
viewsQ: Use a class in another class
good morning. I’m new to Java, but come on. I have a java class and need to use all of its methods in another main class. There’s a problem, I’m already using a extends in both classes. I need to…
-
2
votes1
answer129
viewsQ: Automatic zoom
I don’t know this function is native to the Google Maps API but I’m not able to zoom in on my location map, follow my code. public class MainActivity extends FragmentActivity { GoogleMap mGoogleMap;…
-
1
votes1
answer53
viewsQ: Change icon mylocation
I created an xml with an Imageview informing the image I want to put in place of the icon. I want to put this image in place of the blue ball of the image below. Is it possible to change the…