Questions tagged as 'runtime'

1
answer

Create a Table at runtime. W#

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...
asked by 25.08.2016 / 22:57
0
answers

Rotate javascript after page exchange

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...
asked by 04.04.2016 / 16:02
1
answer

ZF2 - RuntimeException: Module (ZfcUserDoctrineORM) could not be initialized

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...
asked by 05.10.2015 / 18:37
1
answer

How can I get the time to load and run a program?

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...
asked by 20.03.2015 / 05:51
1
answer

Runtime error, c ++, I do not know why // this is the problem (https://www.urionlinejudge.com.br/judge/pt/problems/view/2857)

#include <iostream> #include <cstring> #include <vector> #include <algorithm> using namespace std; #define MAXN 100100 //int vet[MAXN]; int N; void atualiza(int x, int v,int[],int); int soma(int x,int [],int); int main...
asked by 26.08.2018 / 14:42