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...
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...
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...
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"])...
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
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...
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...
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...
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...