Posts by Leandro Bellizzi • 107 points
10 posts
-
0
votes1
answer18
viewsA: Meteorjs 1.4 error adding platform in windows 10
Just go on the way, by the prompt:…
meteorsanswered Leandro Bellizzi 107 -
0
votes1
answer18
viewsQ: Meteorjs 1.4 error adding platform in windows 10
I’m having an error trying to add the android platform and trying to install the android sdk in my app. I am trying to: install-sdk android media add-in add-Platform android Version of my Meteorjs…
meteorsasked Leandro Bellizzi 107 -
0
votes1
answer443
viewsA: Tableview does not display data with Javafx
Within your List load method() tried to popular tableview columns only to return it later? For example: Column "NAME" (code) clName.setCellValueFactory(data->data.getValue(). getName()); And in…
javafxanswered Leandro Bellizzi 107 -
1
votes0
answers55
viewsQ: Listview with Hibernate 3 no population
I have the class below, the method listGeneroTreeView(), captures the values I have in the bank. However, I am not able to display this data on treeview. I just know it works for a message I put in…
-
1
votes1
answer1049
viewsQ: Configure Sessionfactory Hibernate 5.2
Does anyone know of any tutorial or can you give me an example of configuration for Hibernateutil.java class for version 5.2 of Hibernate? I’ve seen some settings, including in the documentation.…
-
2
votes0
answers356
viewsQ: Eclipse does not enter - generates boot error log
After updating and installing some components in Eclipse neon, it does not enter and generates the log below: !SESSION 2016-08-21 18:42:45.858 -----------------------------------------------…
-
3
votes4
answers15143
viewsA: How to create an Excel macro to delete duplicate lines
Another way to make this exclusion would be with the for loop Dim linha as double Dim linha2 as double Dim valor1 as string 'se for um texto por exemplo o valor a ser buscado for linha = 2 to 999999…
-
1
votes2
answers640
viewsA: Are there security problems by Auto Macro Run when calling Excel?
Yes, there are safety problems in this practice. From what I understand, you want to access a system of your Company via excel and manipulate the data. To perform this practice, one of the first…
-
0
votes1
answer161
viewsQ: Code Error for Popular Jlist with File Names of a Folder
I cannot pass a method to get the name of the files in a folder. I have the code below: inicializar.addWindowListener(new WindowListener(){ @Override public void windowOpened(WindowEvent arg0){…
-
1
votes0
answers59
viewsQ: How to pass the Excel worksheet(s) name to a Jlist
I would like to know how I pass the sheet names of an excel workbook to a Jlist when I click on a button. Since I already have the button created and it simulates a Shell to locate the file. Taking…