Posts by Luiz Claudio • 77 points
6 posts
-
1
votes1
answer12273
viewsQ: How to calculate the value of interest plots?
I need help to calculate values with Interest to simulate billet payment via Picpay According to the Picpay page, What is the fee to pay billets? Check the fees to pay bills like Picpay: To pay by…
-
0
votes0
answers480
viewsQ: Methodnotallowedhttpexception in Routecollection.php - Laravel 5.4
I got this Error by putting a project on the server and trying to insert a product into the database. Error Whoops, looks like Something Went Wrong. (1/1) Methodnotallowedhttpexception in…
-
0
votes2
answers3010
viewsQ: How to change pages on Ionic V2
Good morning, you guys, I have a question, of beginner, that I created two pages in Ionic v2 but I do not know how to navigate between one and the other. Looking at the documentation of Ionic I saw…
-
1
votes0
answers259
viewsQ: Thread initialization using runnable interface
I’m having a problem creating some threads: The mistake is: "The method Actualizprodutorunnable(Affiliate, List, Arraylist) is Undefined for the type Home" in Main Class: for (Filial filial :…
-
1
votes1
answer1100
viewsQ: how to convert a request. String parameter to integer
In a program I have to do I arose this difficulty Familia.setSalariodoPai(request.getParameter("salariodoPai")); but this request is returning a String and I would need Integer .Bs that stretch is…
-
4
votes1
answer302
viewsQ: Commentary count // and /* */ in C
I’m trying to make a little program in C that opens a file .txt, .c or any other in read mode, to count the comments made with // or /* */. I’m doing it the following way: #include <stdio.h>…