All Questions

1
answer

Relative sidebar in responsive layout

Solved, look at my answer * I asked this question in the gringas, but I do not think I could express myself well there. Question there: link I have my header and below I have the content. The content is basically composed of two divs...
asked on 27.08.2014 / 02:51
1
answer

Transfer ownership of a Google Analytics Property?

The documentation on Google Analytics account ownership does not clarify whether ownership of certain Property of user A can be transferred to user B. I found this answer in SOEN given by @Yahel, but link to the page where it said t...
asked on 28.02.2014 / 15:38
1
answer

Simple Data Replication in PostgreSQL

I created two tables with a primary key and needed to replicate them, ie put them in another database but all on the same machine. How should I do this? The tables created are these: CREATE TABLE cities1 ( city varchar(80) pri...
asked on 07.09.2014 / 22:31
4
answers

Intercept Exception

I'm using Demoiselle in my application, but it does not come out very well in one respect. In an association between two or more entities, deleting throws an exception. With the exception handling available in Demoiselle, I've created a method t...
asked on 23.03.2015 / 12:56
1
answer

How to upload files Angular js

IwantedtoknownowhowIcanhandleandsendthefiletourlthatIwanttoupload.     
asked on 09.09.2015 / 16:18
2
answers

How to push on remote branches?

I have a local branch called ResultadoAPI , the remote is located in origin / feature / ResultAPI I tried pushing in different ways but this remote is still outdated. daniela.morais@tusk:~/Development/git/oknok-clicktag$ git push ori...
asked on 06.05.2015 / 16:27
3
answers

How to override connection to stop the application? [closed]

I have an Android application that sends data to a server via wireless, when sending changes from Activity B to A. It turns out that when the connection is weak the application stops and gives the error below. So I understand what I read i...
asked on 17.09.2015 / 17:50
0
answers

Reload form.custom.inpval after save form

I'm developing a web2py system and I have the following question: I made a custom form that has a field that sends a preview image. The code looks like this: {{=data['form'].custom.begin}} {{dsp = data['form'].custom.dspval}} {{inp...
asked on 06.06.2014 / 05:45
1
answer

Sending NFe to MG in Version 3.10

To send the XML from an NFe to MG in version 2.0 I do it as follows: Public Function enviaNFe2(ByVal NumeroDoLote As Integer, ByVal ListiView As ListView, ByVal Label As ToolStripStatusLabel) As Boolean Dim ret As Boolean = False Dim x...
asked on 25.01.2015 / 20:28
1
answer

Receiving data via serial connection C #

I need to make a program that has to send a command to a radio connected via serial port and it returns its ID. The connection to the port and the sending of data is okay, when I send something the light flashes. However I need your feedback and...
asked on 19.06.2015 / 20:49