Posts by Maicom Rodeghiero • 72 points
6 posts
-
0
votes1
answer39
viewsA: Error while running migrate
welcome to the community. Apparently the error is occurring because the migration is trying to create more than one field with the resource auto_increments and this is not possible in Mysql.…
-
2
votes2
answers46
viewsQ: Create a Div for each request result
To create a div for each result obtained through a request in an API, the API in use is "https://jsonplaceholder.typicode.com". My intention is to replicate a div "caixaPost" for each obtained…
-
0
votes1
answer1050
viewsQ: Java, write to a specific line of a file . txt
I’ve been testing several ways to write the data of a variable in a text file (.txt), but I need to know if you can write this variable in a given line, so I could organize multiple data in the same…
-
2
votes3
answers654
viewsQ: How to separate a number into two
How could I separate a number with decimals into two other numbers? The idea is as follows: when entering a number in the terminal, for example 125.69, when passing the number to the code pull the…
javaasked Maicom Rodeghiero 72 -
0
votes3
answers2290
viewsQ: Use database data in a select option (HTML/PHP)
With which tools I can integrate my database with an html/php, the intention is to create a field of type <select>$opção1</select> <select>$opção2</select>…
-
1
votes2
answers1773
viewsQ: Format phone numbers and CNPJ
I’m racking my brain on how to display phone numbers and CNPJ formatted via PHP. My ideas are either to create a script that when filling the dots and strokes are automatically placed (style when…
phpasked Maicom Rodeghiero 72