Posts by Hítallo Willian • 74 points
7 posts
-
0
votes1
answer1228
viewsA: How do I put Axios.get back into a variable?
all right? When a requisition is made, this is nothing more than a Promise, as Voce is returning the value of an asynchronous function is always a precedent, so its function also returns a…
-
1
votes2
answers88
viewsA: Delete dynamic input
Good night, Rodrigo, all right? What you can do is store these references in the DOM itself, whether they are by id, classes or etc. This will depend a lot on how you work, and the behavior you…
-
0
votes1
answer58
viewsA: Conditional Postgresql
Oops my dear, all right, follow a pattern of what you should do. -- drop table if exists chamados cascade; -- drop table if exists logs cascade; create table if not exists chamados ( id SERIAL…
-
0
votes1
answer253
viewsA: Table with multiple Radio Button - recover Vue values
Hello, Vue already implements a solution to this problem. Since you want to add the items as they are selected. See this example taken from the Vue documentation. new Vue({ el: '#example-3', data: {…
-
1
votes1
answer33
viewsA: How to assemble a reactive fomulario through an input radio?
Hello, I believe you are making the condition to "show" in the wrong field. Since you want to hide the element the "ngIf" must be linked to variable Behold : <div ngIf="seguro"> .... seu…
-
1
votes2
answers86
viewsA: Same character set generating different hashs after conversion with MD5()
A value must only map to a hash field, but a hash can point to multiple passwords. For example, the hash of a password like "vi7700" might equal a password hash like "d3f3q8", but a text only points…
phpanswered Hítallo Willian 74 -
2
votes2
answers2537
viewsA: When should I use a Property instead of a Python attribute?
I believe that the answer is something very simple, understand, in Python, the encapsulation does not follow all the definitions as for example, the Java language, as "private",…