Posts by FioritoN • 31 points
5 posts
-
0
votes0
answers20
viewsQ: Express does not run route
This is my index, but when calling the drones route, it displays the error: CANNOT GET /drones/ But before it worked normally, it stopped working suddenly. const express = require('express'); const…
-
0
votes2
answers186
viewsQ: preventDefault() does not work
Good evening, I’ve searched all the forum on the internet and I haven’t found anything to solve my problem. I’m studying React, and I’m trying to submit a form, but I don’t want the page to Reload…
-
0
votes2
answers332
viewsA: How does the computer "know" the alphabetical order when comparing two chars?
I don’t know anything about C or C++, but I know a little bit about C#, and in C# if you can increase a char, that is to say: char caractere = 'A'; caractere++; Doing this the compiler itself will…
-
-2
votes1
answer1350
viewsQ: Python Selenium does not perform the send_keys function
I’m trying to make a bot to comment alone on youtube video, it’s working normally, until it’s time to type the comment. I have already researched everything that is place and I found nothing that…
-
2
votes1
answer105
viewsQ: How to sync multiple buttons to an event?
Good evening, my teacher of programming language asked us to make a program, that when calling the event Form1_load generate 200 buttons, until then I did, but I wanted to implement a function that…