I found only the class Runtime , but it returns only values in numbers, such as total memory and processors. Is there any API that returns hardware data (processor version, RAM, architecture, etc.) as in CCleaner?
I'm digging into the Mobile world, where I had the first challenge, which is to create an Android App for basic registration, name, age, etc. The complicated (at least for me) is that I have to update this data saved in SQLite from Android to...
I found this new feature a lot of way around PHP 5.6.
It is now possible to set a array to the value of a constant.
See how cool:
const BR_DATES = [
1 => 'Janeiro',
2 => 'Fevereiro',
3 => 'Março',
4 =>...
What are the advantages and disadvantages of using database object-oriented relational database?
What are the most commonly used object-oriented databases?
I'm creating an MVC system and want to implement Exceptions on my system. But I've never used it particularly. So I wanted to know how the Exceptions should be applied, since I saw here in StackOverflow in Portuguese someone talking (I can not...
When I was setting PHP FPM (PHP module that allows the use of FastCGI), I ran into the Reverse Proxy when I was browsing some tutorials on how to configure it in Apache 2.
Example taken from this site , where you are taught to install th...
I want users to% direct from the browser to then pro server .
I found APIS that do this but all are paid and the costly licenses!
Can anyone present a solution? Even if the client has to install a plugin or something that outputs...
In Javascript, you can reference any element that has a id (and in some cases a name ) by simply using an identifier with the same name - without having to declare it: / p>
<div id="teste">Teste</div>
console.log(test...
My form WPF works perfectly, but in a specific%%, after the action of selecting, the form is going behind all windows without further explanation, and this does not happen in any other form, could anyone explain why?
The image before c...
I came across the following method definitions and would like to know the difference between the first and second definitions.
This first one does not have the equal sign in the definition:
def nome
nome_exibicao(:nome)
end
This s...