I'm making several attempts, but I can not get a user's current location using the Location API .
I'm running the following example:
public class MainActivity extends AppCompatActivity implements GoogleApiClient.ConnectionCallbacks,...
What can be the maximum size that a table can have? To be clearer: a table in MySQL, what is the maximum size it supports? And in SQL Server, Oracle, PostgreSQL?
I need to add the value of a column in SQL, so it looks like this:
SELECT SUM(qtdsaco) FROM armazem
This code works. Now I need to add the value of the other table, it looks like this:
SELECT SUM(qtdsaco) FROM armazem2
So I had to take...
How do I get an image without knowing the length of it? for example:
Image name is moon , but I do not know the extension and when I try to use php commands
of the error and says it could not find the file
How can I get a file by name onl...
Searching I noticed that there are several variations of printf , but I did not understand the differences and which to use in certain circumstances.
I would like to know the purpose of each with their differences and how they can be us...
Hello,
I have an array that is returned through an AJAX request and I want to format the numbers for each of these keys as follows:
Example:
Default values
-> 2569
-> 192544694
How would you like them to be formatted...
I would like to know how to consume a REST service using totalcross.
I made an example following what is in the documentation, I am using HttpStream.
String url = enderecoWS + servico;
HttpStream hs = new HttpStream(new URI(url));
byte[] bu...
My company has a facility that hits the house of gigabytes.
We have a set of applications in our installation that share the same libraries.
By default, when .NET runs an application, it looks for the assemblies in the same directory where...