All Questions

1
answer

Recover firebase data with multiple parameters

I'm trying to recover a firebase node, but it needs to match two parameters, start date and end date. The node gets the way I was given an option would be to put another value for date_start_end: 1478484000_1478397600 , so it does not have to f...
asked on 06.11.2016 / 14:54
1
answer

Capture the data corresponding to the index in the bank

I was able to feed my listview with SQLite data, however, I now want to capture the data (in the database) that each row in the listview matches. For example: Line 10 displays Code 1 and Name: Philip Line 13 displays Code 4 and Name: Giov...
asked on 13.01.2017 / 20:28
1
answer

Menu with space between li's [duplicate]

My menu has spaces between li's. I'm using a reset css, but even though I do not need it I've tried to put margin: 0; and padding: 0; on ul and ul li and it did not work, if you can help me I appreciate it. Here is the code: link     
asked on 22.11.2016 / 14:33
2
answers

Is there a way to open an HTML page within a modal? As?

I have the following code that opens a modal: <div class="uk-modal" id="new_task"> <div class="uk-modal-dialog"> <div class="uk-modal-header"> <h3 class="uk-modal-title">{{ newTask.name }}</h3...
asked on 04.10.2016 / 12:26
2
answers

Backup database sql server express using .bat

I made the creation of a .bat file with the content: USE T4FAT; GO BACKUP DATABASE T4FAT TO DISK = 'C:\Dropbox\MF-YCORN\BK_MF\T4FAT.Bak' WITH FORMAT, MEDIANAME = 'T4FATBackups', NAME = 'Full Backup of T4FAT';...
asked on 24.11.2016 / 14:13
1
answer

How does session per request work?

There was an idea among developers to use the Session per request pattern - Session per request. Researching the subject, I found some topics in the OS that generally said that the indication was for ORM frameworks. Little practical exa...
asked on 02.02.2017 / 14:06
1
answer

Show information from a dataframe on a shapefile map

I have a .dta table that I have already imported for R. One of the columns in this file is called "mun" and it has the municipalities code for Brazil, a 7 digit number. Idownloadedthe Shapefile from the IBGE website strong> which comes with...
asked on 16.12.2016 / 14:58
0
answers

How to get 'unique identifier' from the browser

In my searches I have already found the Object - navigator , to get the pertinent information to the user 's browser. However, I did not find anything satisfactory in this navigator that I can use to join to generate a unique identifier of...
asked on 06.02.2017 / 16:47
1
answer

Allow Multiple Users per Browser

For example, Google allows you to keep n Google accounts stored in your browser . In the case of Google , it creates a control variable called authuser which receives a inteiro , it passes this va...
asked on 27.12.2016 / 13:20
0
answers

How to sort a div by a string attribute with jQuery?

I'm developing a list that has the "ID" and "Status" header and its ID and Status values, and I also set an input of type hidden for action. Here's an example: <div class="cabecalho"> <div><span id="orderID">ID</span...
asked on 07.11.2016 / 21:59