Posts by Thiago Silva • 17 points
6 posts
-
0
votes0
answers184
viewsQ: I can’t set correct the environment variables for android to use Ionic
I’m starting in mobile and I’m doing the setup for Ionic. Well my difficulty is being on time to run sudo cordova run android who returns me: Checking Java JDK and Android SDK versions…
-
0
votes1
answer35
viewsQ: How to order a query using all of her data?
My problem is this, I need to order the jobs of all categories according to what is requested in a checked. is a job search site, I need to sort the older Jobs as soon as the checkbox for false, in…
-
0
votes1
answer94
viewsQ: Is there any way to Take the full path to import a csv File?
As described in the title of my question, I would like to know if you have any way to get the path to a csv file, in case I need this path to automatically import the file. This is my attempt to do…
-
1
votes2
answers375
viewsQ: Multiply input values
I was reading some tutorials and saw a Javascript function to add two inputs and show in real time. It works perfectly. However, I would like to use it to multiply the values, however I could not…
javascriptasked Thiago Silva 17 -
0
votes1
answer125
viewsQ: Make a list without EACH in Rails
I would like to know how to create a product listing. Where I have a part of the system that creates a customer and then I can place an order for that customer. By selecting the customer I can add…
-
0
votes0
answers42
viewsQ: Undefined index value, taking a value with change and adding to an input
I am having a problem and I could not find a solution, it can be simple, but I am not filling the error. If you can help me, thank you! next, I made a script where I can get the PRICE of the TABLE…