Posts by Pedro Baraldini • 59 points
4 posts
-
-1
votes2
answers2172
viewsQ: Javascript removing zero numbers at the beginning of a string
Gentlemen(s) I have a function that unlinks an inscription by Cpf, but when I pass a value that starts with zero by parameter the numbers are removed. I have tried almost everything to solve the…
javascriptasked Pedro Baraldini 59 -
1
votes1
answer42
viewsQ: Android - Sharedpreferences - App Update [Doubt]
I have a software program in version 9.0.8 and in this version I added a Sharedpreference that stores a value corresponding to the current version of the app to perform some tasks. When I upgrade…
androidasked Pedro Baraldini 59 -
1
votes1
answer191
viewsQ: Shell Script - "split" em for
I made a query that imputes the result in a file .txt in this mold: -----id--------action H000tg6b JOB H000oi8a JOB H00067w JOB I need to make a for to go through that file and use the two pieces of…
-
2
votes0
answers44
viewsQ: The entire data inside the dropdown loads in the get request and not in the post
I made an Edit function that works with 3 different models, get loads the id data I selected, but at post time, the integers within the dropdowns comes with attribute 0. Follow my code for…