Posts by Ravel Sbrissa Okada • 57 points
11 posts
-
0
votes2
answers188
viewsA: Calculator in Java
I haven’t had the opportunity to test because of some factors, and I still can’t comment (so consider this as a comment) but I imagine the order in which you enter information here might be the…
-
1
votes1
answer62
viewsA: Push in git is not linked to my account
To all who have the same problem, I just found the solution in this link: http://gabsferreira.com/instalando-o-git-e-configurando-github/ Total credits to the author!…
-
1
votes1
answer62
viewsQ: Push in git is not linked to my account
I’m doing some studies and using git to store them, when I’m going to push the master, my git even push that, but not on behalf of my git hub user This is my git user: And that’s the name that’s…
-
0
votes1
answer17
viewsQ: Error in listing interface
I’m doing a college exercise, and when I click the resposable button for listing, my table is redone whole, so I lose the names that should be on the first line, which are: -Codigo -Limite do Prazo…
-
-2
votes2
answers55
viewsQ: Exercise to sequence numbers with Struct
I’m doing an exercise to sequence numbers using a struct, but what’s happening is that in my for the variable i is being incremented in a very strange way, in the second passage of scanf, its value…
-
0
votes2
answers62
viewsA: Vector Help in Programming Logic
As far as I can tell, you just confused the logical operators "E" with the "OR" Just a few good practice tips, avoid creating variables starting with maiscúla letter, and there is a way to do this…
canswered Ravel Sbrissa Okada 57 -
0
votes0
answers696
viewsQ: Cannot read Property 'Name"' of Undefined at Object.Val [as updateDirectives]
I’m doing an Asp.Net Core Web API with Angular 7 CRUD and I’m having trouble in the final phase, just when I enter my angular localhost and open the console, I come across the following log (Note,…
-
0
votes0
answers79
viewsQ: Error in Entityframework Core installation
I’m starting an angular application with ASP.Net, and in the video I’m seeing, the instructor says we install Microsoft.Entityframework through Nuget, but I’m having this error: Severity Code…
-
0
votes1
answer354
viewsQ: Make Calculator Using an Angular Dropdown
Some of you may have seen that I’ve been doing angular study since the zero... I thought of making a calculator using a dropdown to already work the Binding features The point is I can’t get the…
-
2
votes1
answer1116
viewsQ: Making sum with angular
Someone could help me, I’m starting to use Angular now, and I’m having a big confusion at the time of how to study... Basically, when I click the button it does nothing... it is possible that the…
-
1
votes1
answer42
viewsQ: Zebra table in gray and white
I’m solving a college exercise, and I’m having trouble passing the exact color to a zebra table. I did the function this way, but when the table is built, it is coming out in green and yellow:…