All Questions

1
answer

Android studio emulator in AMD FX

Can you run the Android Studio emulator on AMD FX processors? At the beginning it gave me errors of the type:    Intel HAXM is required to run this AVD.   Your CPU does not support required features (VT-x or SVM) Investigating I have r...
asked on 10.07.2016 / 15:08
4
answers

Obtain client IP from javascript or jquery

How can I get the% co_of real% of the client for% co_of% if possible. This means that there is a direct connection, or by means of a IP , or Javascript or whatever, I always identify the proxy real of the client computer....
asked on 03.05.2017 / 22:44
6
answers

IndexOf () search for a word in a phrase

I have the following code in java. What I try to look for is the word sql inside my variable a but I enter sql language and it turns out that the word has not been found. How can I do to find sql even if I enter sql language of variable a? I hop...
asked on 11.05.2016 / 23:17
2
answers

Return a repository to a specific commit

Based on How can I undo the last commit in Git? . Is there a way to return a Git repository to a specific commit? For example: commit to "First commit" commit b commit c commit d commit e commit f commit g commit h "Cu...
asked on 21.12.2015 / 17:56
1
answer

Log4j - Create several logs but write randomly in only one when using parallel execution

The problem I have is that when using Log4j during a parallel execution of several processes, this creates a log for each of the processes, but writes all the output in one of them randomly. It is written in groovy. This is my .properties...
asked on 22.06.2016 / 12:28
3
answers

Read assets of an app from a library (jar)

What a community. Let's see if someone gives me a hand in this. I happen to be working on organizing the repetitive and reusable codes in a library of my own and the intention is to distribute it in the factory in jar format as is normal. Everyt...
asked on 21.01.2016 / 23:06
0
answers

WPF - Use ItemsControl within ItemsControl

I'm having a somewhat strange problem. To begin with I have these two classes: public class Server { public Guid id { get; set; } public string descripcion { get; set; } public string nombre { get; set; } public List<PathSyn...
asked on 31.01.2018 / 09:46
4
answers

Does the finally block always run in Java?

I have a try / catch with a return inside. Will the block finally be executed? try { something(); return success; } catch (Exception e) { return failure; } finally { System.out.println("No se si esto se va a im...
asked on 01.12.2015 / 23:07
1
answer

Handling locks in a concurrent environment

I am working on a system with 15 concurrent processes that perform several operations against a SQL SERVER database, the versions can go from 2005 to 2014. Each process has its particular data in several tables, no process queries / deletes / up...
asked on 19.04.2017 / 11:08
3
answers

PRIME FACES ("commandButton"):

** How should I implement the code or what is the property of the "Command Button" so that it can only be executed by clicking on it ?? ** I have the following code in which I use Primer faces the "command Button" which is at the beginn...
asked on 16.01.2018 / 18:50