Posts by lucas pereira • 23 points
4 posts
-
0
votes1
answer66
viewsQ: How to make an Insert in the database from a many to many relationship in typeorm
I am developing a professional register where each professional can speak one or more languages, however when saving professionals, languages are not saved @Entity('idioma') export class Idioma {…
-
-2
votes1
answer234
viewsQ: how to create an arraylist of a class that has another arraylist as parameter?
public class Entra extends Fluxo { private int periodo; private boolean fixo; public static ArrayList<String> prods = new ArrayList<>(); public static ArrayList<Entra> entra = new…
javaasked lucas pereira 23 -
0
votes1
answer372
viewsQ: checked by name and value javascript
I need to mark one of the radio inputs with checked via javascript, preferably using name and/or value for this. <!DOCTYPE html> <html> <body> <input type="radio"…
-
0
votes1
answer35
viewsQ: show the value of the child inputs of Divs js
I need the for/while to show on the screen the string placed in the input of the first div the first time the loop is executed and the second time to show on the screen the string placed in the…