All Questions

1
answer

Problems eliminating node of a Vector

I have two classes: class CAlbum { private: QString Nome; /**< Nome do Álbum */ QString Descricao; /**< Descrição do Álbum */ QString Diretoria; /**< Diretoria onde se encontra o Álbum */ //QPixmap Imagem; std::vec...
asked on 29.05.2016 / 06:08
1
answer

Texts with undesired effect in Bootstrap

Why does my text appear with another text below it after I add the Bootstrap library on the page? (Notice the Copyright and the text from the top)     
asked on 25.05.2016 / 03:55
1
answer

PHP - CURL Session finished?

I'm trying to create a theft to automate a process, as post here: Automate process - Robot? Given the suggestions, I'm following using cURL. What is happening is the following: It manages to login, goes to the second page where the form is...
asked on 26.07.2015 / 00:04
3
answers

How to install an APK remotely? (how GooglePlay updates the apps)

I've made a service to download an updated version of my application when it exists. I would like to display a message on the screen advising that there is an update and install / update behind my application. It is possible? Thank you in advanc...
asked on 31.05.2016 / 18:05
1
answer

Inform or not the view inside the controller in php?

I created a framework for my own use, a bit for understanding how an fw works, but it turned out to be a basic working tool. I know that many will say that one should not try to reinvent the wheel. But I'm not trying to do this, I'm just wanting...
asked on 20.06.2016 / 03:27
2
answers

Protect Class for C # namespace

I'm developing a C # application for Unity 3D where it will manage various database types (Mysql, Postgress ...), the problem is that I have classes that manipulate each type of database within my namespace, which are used by several other classe...
asked on 30.05.2016 / 23:15
1
answer

Countdown timer

I'm creating a mini-game with many questions and want you to have time, or want an accountant who go to x to scratch . The counter only needs to have seconds and minutes. Does anyone know of some function C ++ or some "workaround" for a cou...
asked on 14.06.2016 / 04:04
1
answer

Search Index of the array from the json value using indexOf

I have the following array: var usuarios = [ {nome: "João", id: 1}, {nome: "Maria", id: 2}, {nome: "José", id: 3}, {nome: "Ana", id: 4}, ]; I need to return the user index José. I tried using indexOf as follows: var...
asked on 16.06.2016 / 02:12
1
answer

Methods with parameter Dynamic C #

I need your help with the following question. I have a data access class that has a method that takes the parameters to execute a stored procedure. The problem is this, I have several objects in the application and I'm trying to create a c...
asked on 20.06.2016 / 01:52
2
answers

Regular "permissive" expression to detect allowed extensions and hosts

I have a list with some links https://www.exemplo.com/ https://www.exemplo.com/home/ https://www.exemplo.com/logo.png https://intranet.exemplo.com/ https://admin.exemplo.com/login https://www.exemplo.com/sobre/ https://www.exemplo.com/shell.ph...
asked on 18.06.2016 / 22:31