All Questions

2
answers

How to download a .zip file from the server to the client via php?

What I want to do is to create a .rar or .zip file and then download it to my user's computer and delete it from my server once it has been downloaded, until now I have the conversion of my folder to a tablet but it leaves it in my local folder...
asked on 24.08.2016 / 03:51
2
answers

jQuery simulate a continue in a $ .each for

If I have the following code Arreglo.each(function() { if(micondicion) return false; } Exits the cycle, How can I continue with the next one?     
asked on 29.12.2015 / 17:30
2
answers

JSON Parser check integer is Null in Java Android

I get a JSON that sometimes the numeric fields have value or null : { duration: null } Right in the sentence: jArray.getJSONObject(id).getInt("duration"); The error occurs: W/System.err: org.json.JSONException: Value null at...
asked on 21.01.2016 / 15:53
1
answer

"No such interface supported" using Visual Studio 2015 Diagnostic Tools

I am trying to use Visual Studio 2015 Diagnostic Tools but when I open the window this message appears: The diagnostic tools failed unexpectedly. Then I check the output window and set the output to Diagnostics Hub there it th...
asked on 29.12.2015 / 21:46
1
answer

How to create a thread in Python?

I am writing a code but it has not worked as expected. A simplified version of the code is like this: from subprocess import call import time call([r"C:\Windows\System32\notepad.exe"]) time.sleep(5) call(["taskkill", "/im", "notepad.exe"])...
asked on 15.01.2016 / 18:35
1
answer

Android Studio Can the LogCat be set to colors?

Is it possible to put the Android Studio LogCat monitor in a different color, to differentiate, Warnings, Error, Debug, Info, Verbose and Asserts? Something similar to Pid Cat     
asked on 13.01.2016 / 22:10
1
answer

ETL package (ssis) does not load excel of 179 thousand records

I have built an ETL package which loads data from an excel 2010 (179 thousand records) to a table in a database (simple construction, direct loading). In my work there are three environments (Development, Quality and Production), my construct...
asked on 26.02.2018 / 17:25
1
answer

How to replace contents of an array with elements of another array JQUERY

I have a question about whether it is possible, and if it is possible, how can you replace content in an array, by the content of another array. For example: Input: "blue red and green" find = ["azul", "rojo", "verde", "y"] replace...
asked on 19.03.2018 / 19:38
4
answers

Movement of three dots

I want to move the three dots consecutively but do not move vertically, I managed to move them horizontally    I found what I want but with css    link       can it be with javascript? let rootElements = document.querySele...
asked on 24.03.2018 / 04:23
1
answer

Center text regardless of the lines of the text

What I need to do is to leave the text centered with respect to the image, that is, if the text has 2 lines as shown in the image, it fits perfectly but if it has only 1 it is strange and I would like it to go down to focus . Is there any way to...
asked on 11.01.2018 / 11:31