Posts by Rodrigo Melo • 1 point
3 posts
-
0
votes2
answers1460
viewsA: Calculate the sum of a range of numbers entered by the user
Opa, Let me see if I can help you. If you assigned the upper limit to the variable x and the lower limit to the variable y, when making your loop the range is going from the upper limit (x) to the…
pythonanswered Rodrigo Melo 1 -
0
votes1
answer83
viewsA: 404 - Java EE Maven Project with Spring returns 404
Oops, I think the problem is the configuration in your spring-context.xml: <property name="prefix" value="/WEB-INF/views/" /> <property name="suffix" value=".jsp" /> In this case, you…
-
0
votes1
answer54
viewsA: Problems with Node + express routers
Good afternoon Vitor, The example I use to create CRUD’s on Node is this one, https://www.codementor.io/olatundegaruba/nodejs-restful-apis-in-10-minutes-q0sgsfhbd I suggest you take a look at how it…