Questions tagged as 'java'

0
answers

Selenium, web system automation

Good morning friends, I'm facing a difficulty, where my goal is to automate a process of opening petitions in an intranet, the system does not have captcha however as it was developed I can not manipulate DOM objects via js with Selenium, system...
asked by 11.07.2016 / 15:50
1
answer

How to fix MPAndroidChart value is above when it is 0

I'm having this problem when I use MPAndroidChart, can anyone tell me if I have some method to put a spacing between one value and another? not to get over it? Thanks     
asked by 11.07.2016 / 21:29
2
answers

Login with Spring security with md5 + salt

Login with Spring security The following problem I have to get the login data from a ready database with the following md5 + salt encryption (52212dd409480f88e95611a58257506d: SgkronFw2YWXaUSahmnBP1swqhctw21p) and I have to compare this data wit...
asked by 03.07.2016 / 01:58
1
answer

Find commas in the parameters of a function using regex

I need to find the occurrence of a string function call, but I need to include the case where there is more than one passed parameter, such as: Tower.getType(i,j).initialPrice(f,g); So far I have only been able to formulate the regex when t...
asked by 25.08.2016 / 22:26
1
answer

Error: (1, 0) Plugin with id 'com.android.application' not found when doing project Sync

apply plugin: 'com.android.application' android { compileSdkVersion 24 buildToolsVersion "24.0.0" defaultConfig { applicationId "app.teste" minSdkVersion 15 targetSdkVersion 24 versionCode 1...
asked by 25.08.2016 / 18:03
1
answer

How to hide the background of images in the android studio app?

I'm new to programming and I'm programming an app in the android studio that is practically ready. When copilo it in my Moto G2 with android 6.0 works perfectly however when copilo in the Moto X1 android 5.0 all the images appear the background...
asked by 21.07.2016 / 14:54
1
answer

How to select a table row and display information in another table relative to the table?

I am using this code but I am not able to interconnect them as it should be ... I wanted to register Payments (payments) so these only appear when you have to select the partner in the (partner) table ... String sql = "SELECT socio.*,...
asked by 01.07.2016 / 02:28
1
answer

How to send object as attribute of another object from a JSP to a Spring controller?

Hello, I have a News related ManyToOne class with a Section class. The News class has an attribute of type Section (where the @ManyToOne relation occurs). I would like to know how I can, in the newsprint form, send the section to which it sh...
asked by 02.07.2016 / 03:27
0
answers

Block jTree while executing procedure

Good afternoon guys, I would like to know how I could block (not clickable) all of us from the tree while I perform a procedure, after that I would unblock the .. I found the JCheckBoxTree class and I'm using it, but I could not get setEnable...
asked by 01.07.2016 / 20:55
0
answers

Bug reading csv per http request (WebService)

I'm having trouble reading a csv file through http request. It would be a RESTFul webService that receives a csv and uses its content. I have already tried to read it in different ways, with opencsv, JavaCsv .. Anyway, the bug I'm having is that...
asked by 01.07.2016 / 21:22