All Questions

2
answers

How to do similar word searches in SQL?

Let's suppose I have the following data in a table:    John       Pedro       Ronaldo       Luiz If I use a query %like% it finds the user typing strictly. For example, if he types ron he finds Ronaldo . But if he t...
asked on 02.06.2014 / 13:40
3
answers

Table css type excel

I am creating a table for data insertion / query that is the most similar to the format of an excel sheet. My table: Problem: As the image above shows, putting input into td , it does not occupy td all, staying...
asked on 21.02.2014 / 10:54
1
answer

Return Code object as inserted

I need to make an insert in the Entity Framework and at the same time it returns the code of the inserted object, thus preventing further access to the bank.     
asked on 06.09.2014 / 20:45
2
answers

How to list more than 50 Youtube videos using cURL

I need to return all videos from a certain youtube user, but my current function only returns 50, which is the maximum allowed by the API. is there any method to do this? $cURL = curl_init(sprintf('http://gdata.youtube.com/feeds/api/users/%s/u...
asked on 04.04.2014 / 14:52
2
answers

What are the differences between background and foreground threads?

What are the differences between these two types of threads and foreground ?     
asked on 17.09.2014 / 21:36
2
answers

How to read a file with a mailing list?

I have a text file with many emails and I want to save everything in a database, how do I get each email from the file in PHP? Emails are comma-separated.     
asked on 07.05.2014 / 01:04
2
answers

Data compression. Question for Criminal Perpetrator 2012, CESPE / UnB

Hello, I've already looked in several places for an answer to this question, but until today I did not find it. The question is to be judged on Right or wrong. Question    Consider a file composed of a large number of independent characte...
asked on 11.06.2014 / 23:23
3
answers

CSS transition top

I am creating a CSS that simulates letters from a deck, with letters and letter hands. When a one-handed card is selected it is highlighted above the others. This works fine, however I would like to apply a transition effect to when the card...
asked on 02.05.2014 / 15:22
2
answers

Fix the footer of an html page and follow the contents of the page

I need to set the footer tag to the end of the html page, but when the content exceeds the page the tag footer must accompany the content and not be fixed. See the CSS code is the HTML code I'm using for this. header {...
asked on 08.06.2014 / 04:28
2
answers

What is the difference between SOAP 1.1 and SOAP 1.2?

When I use the SOAP UI ( link ) and refer to my asmx webServices, it always creates the operations interface for SOAP 1.1 and 1.2. And I do not realize what the practical difference is. For me the result is the same. What's different about SO...
asked on 28.07.2014 / 14:04