All Questions

1
answer

select like in more than 3 million rows

I have a Maxmind table, with more than 3 million cities. I created the index for a simple select and it is performing satisfactorily. The problem is that I am using an autocomplete and for this my select uses like , but always returns...
asked on 20.04.2015 / 20:17
1
answer

Has marquee been discontinued in HTML5? [duplicate]

If yes, what is the tag that I can use to enjoy its functions? How can I limit the beginning and the end, for example: When using the tag marquee , the transition of images or texts always leaves a huge space between the end and the be...
asked on 28.02.2015 / 23:56
1
answer

Insert in an array between certain values

I have two values in the time format, 20:03:02 and 20:03:35 , which are in a array in Lua. hora_array={"20:03:02", "20:03:35"} The difference between the two values is 33 seconds (20:03:02 - 20:03:35 = 33). I want to inser...
asked on 06.02.2015 / 23:23
1
answer

Problems in configuring Composer with XAMPP in Windows environment

Installing the composer on windows has given me some work. I have some doubts: The Composer installer on Windows prompts you to enter the location of php.exe , and installs it there. After that I ran the commands on the console my co...
asked on 26.02.2015 / 01:55
1
answer

Sort 2 columns at once - Asp Mvc + FluentNhibernate

Good morning! I would like to know how to sort two columns at a time in a query so that it is, in my case, 1st in descending order of date but in alphabetical order. public IList<Analise> ListaTodosOrdenado() { usi...
asked on 11.10.2016 / 17:23
1
answer

Send sms via php using my phone number

I would like to send sms via php, but without using third party api, I wanted to put my own mobile number as sender and it consume my credits for each send, ie just "automate" sending sms. Would that be possible?     
asked on 25.11.2016 / 13:53
1
answer

It is possible to determine the access path for the file in Function

I have a 'Java WEB' application where I am using a function that opens the .pdf file I determine, however it only opens .pdf that are in the same folder where my project is saved, I have already tried to change my String variable th...
asked on 23.09.2016 / 16:06
2
answers

Conversion from the project's Alamofire to swift 3.0

I have the following code when I want to make a call to the server: let mutableURLRequest = NSMutableURLRequest(url: URL) mutableURLRequest.httpMethod = "POST" let parameters = ["SessionID": sessionID] do { mutableURLRequest....
asked on 10.10.2016 / 18:48
1
answer

Indentation in a TEdit

Is it possible to indent a text within a TEdit or a derived component (eg TLabeledEdit )? If so, how? I do not want to align it ( Left, Center, Right ), I just want to indent it, as if it were the first line of a paragraph. The...
asked on 16.11.2016 / 17:15
4
answers

NPM does not continue package installation

I'm trying to install a simple package with NPM, but the installation does not start, always to the same place. C:\Users\Gabriel>npm install -g luaparse --verbose npm info it worked if it ends with ok npm verb cli [ 'C:\Program Files\nodejs...
asked on 29.09.2016 / 21:37