Posts by Tarcisio Silva • 42 points
5 posts
-
0
votes1
answer51
viewsQ: How to treat values that comes in this.props in React
I have a Semaphore component that calls the Light component 3 times each with its parameter <div className="compSemaforo"> <Luz color="red" /> <Luz color="yellow" /> <Luz…
-
0
votes1
answer109
viewsA: Block files so only logged in users have access
When you consult this URL, you can do a validation if the user is valid and logged in. If so, download. If not, redirect to the home page or something like.
-
0
votes3
answers197
viewsA: Press button and appear "CURSOR/ or ANYTHING" until operation is finished
have to make a synchronous request informing the async parameter: false and using the . done(Function(data) {} function on it containing what should be done
-
0
votes1
answer948
viewsQ: Format Note to 2 Decimal Places
Receiving four input type values number and doing some operations I’m needing the returns to be formatted forever 2 decimal places. Does anyone have any tips on how to do it, because I couldn’t and…
-
1
votes1
answer737
viewsA: How to download the file using wget on an authenticated website?
wget -c -r http://site/arquivos.zip --http-user=usuario --http-passwd=senha -r to be recursive -c download continuity