Posts by João Vítor • 5 points
8 posts
-
0
votes1
answer40
viewsA: Bug? I can’t add the parameter in Javascript
Solution: index.html <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">…
-
-1
votes1
answer40
viewsQ: Bug? I can’t add the parameter in Javascript
Good morning. So, on the question, I’m trying to refactor my code to OO and I have the following problem: (this is a minimum problem code that reproduces the problem) index.html <!DOCTYPE…
-
-1
votes1
answer58
viewsA: utf-8 characters are replaced by " " in git bash
tries to put # -*- coding: utf-8 -*- at the beginning of the code, it kind of forces the encoding to utf-8 in Python.
-
-2
votes2
answers48
viewsA: this.Test1 is Undefined
I found another solution I could understand better. class Test { constructor() { this.test1 = document.getElementById("test"); } method(e) { let _self = new Test(); let varTest1 = _self.test1.value;…
-
-2
votes2
answers48
viewsQ: this.Test1 is Undefined
I’m trying to move my application to the paradigm OO, but at the time of picking the value of the input is returned Undefined. I wanted to know the why that this error is made, and the…
-
0
votes2
answers126
viewsA: Generate executable with more than one file . py
Complementing the reply of mateusnss, there is also the graphical version of pyinstaller, which is the auto-py-to-exe.…
-
-2
votes1
answer128
viewsQ: Need to declare an attribute in __init__
I was doing a Dice in python3, so far so good. but I don’t understand why I need to put the attributes in init, being that having them or not will work in the "same way" and I can’t see a "sense". I…
-
-1
votes1
answer665
viewsQ: Nameerror: name 'mostrar_urls' is not defined
Good afternoon! I’m trying to develop a project/idea I had, only when I went to put the "menubar" in other "parts of the programme" the program does not "whether" run further, can anyone help me…