Hello,
I am having to create a table within a DB Access at runtime.
The database already exists, I would just like that by clicking on a button a new table was created within this DB with Field Name and...
Good morning. I developed a script to run on a particular webpage, an automation of actions.
[...]
if (codigo == codigo1) {
processar(codigo2);
} else {
if (quantAldeias > 0) {
$('.groupRight').click();
var nextRun = c...
I just downloaded the composer installer.
This is what I have in my composer.json:
"require": {
"php": ">=5.3.3",
"zf-commons/zfc-user": "dev-master",
"zendframework/zendframework": "2.3.*",
"zendframework/zend-d...
How can I get the time to load and run a program?
I want to know the loading time and execution of a program, from the momentum where the user gives the order to execute it and the operating system allocates it in RAM, that the process is t...