Posts by Antony Gabriel • 59 points
6 posts
-
1
votes0
answers120
viewsQ: I’m having trouble showing the page by Vue.js using Electron
when I was opening the app by electron the page did not open and when I went to display by the console it shows the following error: "[Vue warn]: You are using the Runtime-only build of Vue Where…
-
0
votes2
answers61
viewsQ: Make a SQL language design that returns the number of clients who have no business done
I can not solve this issue, I want it to show number of customers without repeating primary key, no realized deals and show a warning if customers have done business. There was this mistake here.…
-
1
votes1
answer470
viewsQ: I cannot do a function that returns a Semester of a Date in Postgresql
I’m trying to make a conversion that returns a semester of a date, but this error has appeared here CREATE or REPLACE FUNCTION semestre ( data timestamp ) RETURNS INTEGER AS $$ BEGIN IF data <= 6…
-
1
votes1
answer90
viewsQ: I can’t do a javascript screen search
<html> <head> <meta charset="utf-8"> <title>P1-2017-RAD I</title> </head> <body> <form action="javascript:void(0);" method="POST"…
-
0
votes1
answer40
viewsQ: I can’t get him to print everything together as a vector, it’s all separate
P1-2017-RAD I <table> <tr> <th>Veculos</th> </tr> <tbody id="veiculos"> </tbody> </table> </body> <script> var cadastro = new function(){…
-
0
votes2
answers16529
viewsQ: Cannot set Property 'innerHTML' of null
I tested the code below and returned me the error: p1-rad1-RE_UP.html:35 Uncaught TypeError: Cannot set property 'innerHTML' of null at Object.listarTodos (p1-rad1-RE_UP.html:35) at…