Posts by Lucas Lopes • 33 points
4 posts
-
0
votes1
answer228
viewsQ: Use Phpunit with interactive form
I have a form with Brands, Models and Versions of Cars. I’m using Phpunit to test the form. It works that way: User selects the brand, then the select of templates is loaded and at the end the…
-
1
votes2
answers303
viewsQ: Incorrect python value conversion
I have a Rawler who takes the amount STRING R$ 560,000,00. I need to convert this value to FLOAT because I will use this value to carry out consultations, of this type: Selecionar todos os carros…
-
1
votes1
answer98
viewsQ: Format value in Pyhton
I have a Crawler where I get values in this format: "R$ 450,000.00". But I need to convert these values into float and save in the database to make queries of this type: Take the values that are…
pythonasked Lucas Lopes 33 -
0
votes0
answers55
viewsQ: Zf2 and "Doctrine-module" return error: In Metadata Classes to process
I’m in trouble when I’m executing the following command on the terminal: vendor/bin/doctrine-module orm:convert-mapping --filter="Category" --from-database annotation…