All Questions

1
answer

Linq Compare two lists of different types

I have two different lists A List<ProdutoTag> and B = List<Tag> : public class ProdutoTag { public Int64 ProdutoId { get; set; } public Int32 TagId { get; set; } public Double Peso { get; set; } public...
asked on 23.02.2016 / 18:38
2
answers

What are the advantages of parallel.ForEach in C #?

Working with C # I have seen that we have the option to work with parallel.ForEach() . What is the advantage of working with it and not foreach ?     
asked on 14.05.2016 / 03:36
2
answers

How to include an action in the button to register with HTML5?

I have the following code: <form action="paginas/login.php"> <p id="log">Usuário: </p> <input id="cmpG" type="text" name="usuario"/> <p id="log">Senha: </p> <input id="cmpG" type="password" name="...
asked on 06.09.2015 / 02:41
2
answers

How to list all remote repositories in Git?

How to get a list of all remote repositories associated with a local Git repository?     
asked on 30.07.2015 / 15:44
2
answers

Problems removing parent () items with jquery

Good morning, gentlemen, I'm having a problem just removing one of the elements. I have a textarea that adds paragraphs, the problem is being at the time of deleting, I want btn to delete only the parent div from it and not from the others, a...
asked on 28.07.2015 / 15:02
2
answers

Database modeling

I created the following model: Would you like to know what can be improved? taking into consideration good practices for database? Explanation: In% of%, a person will create a login, which can be of type TBLogin or Pes...
asked on 25.09.2015 / 17:41
2
answers

Deleting Double Rows from a Data.Frame

I have data.Frame with the following behavior: values ind 1 10.82000 2011-01-03 2 11.75000 2011-01-03 3 10.82000 2011-01-03 4 11.75000 2011-01-03 5 10.82000 2011-01-03 6 11.75000 2011-01-03 7 10.84048 2011-01-04 8 11...
asked on 12.10.2015 / 16:42
3
answers

Fill in a text field and the same text appears in another field [closed]

I have three text fields containing the following information: Name, Email, and Phone. How would I do that by filling in one of the fields, the same information would appear in the other field? So what happens here when we enter our doubts. T...
asked on 16.09.2015 / 19:02
2
answers

How to read data from txt files using Java?

Is there a mechanism for storing the data of a .txt file in a LinkedList? For example, how would this list have the Strings "Caio", "Peter" and "Luiza" as elements? import java.io.*; public class teste { public static void main ( S...
asked on 15.07.2015 / 22:20
2
answers

Problem between C # system and Warsaw plugin (GAS Technology)

My project was built with the C # language. It was all happening smoothly, until some customers started reporting errors when opening my system. The error occurs as follows: the client clicks the shortcut on the desktop and the system opens (usu...
asked on 26.10.2015 / 12:58