All Questions

2
answers

Not Sending Target Files

When Syncronize in my project in SVN it appears a giant list with the files of Target where if I try to give commit of the error. How can SVN ignore these files? I'm using Eclipse SVN.     
asked on 09.01.2015 / 18:33
2
answers

Running program in the background

How to run a program in the background, and when the user presses a key does the program do something? I can only do with the program in focus.     
asked on 19.01.2015 / 00:06
1
answer

Modular Programming

Something quite commonplace in developing business systems and how we meet different requirements, these requirements are often not used by certain customers, for example, when a company that operates in the field of sales would not need the mod...
asked on 17.12.2014 / 12:55
2
answers

Referencing the table itself in Mysql is correct?

I'm working on a system where the previous programmer has structured a certain table of posts referencing itself (to be able to identify what would be the comment of the post) More or less like this: Posts -- id -- post_id => Referencia...
asked on 08.01.2015 / 17:54
3
answers

Dynamic query in a List

How to apply a filter on a generic List object using Lambda? I know that with Reflection I can get an array with the names of the properties of my object and through Reflection itself retrieve the property of the object from its nam...
asked on 13.01.2015 / 21:09
3
answers

How to do to eclipse auto-complete code without ctrl + space?

<ui:define name="menu"> <ui:include src="/includes/menuPrincipal.xhtml"></ui:include> </ui:define> <ui:define name="conteudo"> <h:form id="frmFabListagem"> <p:dataTable id="tblFabricante...
asked on 13.01.2015 / 22:21
1
answer

Photo taken by the camera returns inverted

Is there any way I can not invert the photo after updating it in an ImageView? For example, the application I'm developing accesses the device's camera and after taking the picture, updates the ImageView with the photo reversed. I wanted to leav...
asked on 13.01.2015 / 13:43
1
answer

Index value is not being recognized correctly

I have the following code jQuery : $('.dock-a').hide(); $('.dock').each(function(){ var DOCK = $(this); DOCK.click(function(){ var DOCK_largura = $(window).width(), DOCK_index = $(this).index(), DO...
asked on 15.12.2014 / 19:07
2
answers

Get a value inside the HTML cURL

I want to get a value that is inside the html of a page <a href="https://www.site.com/user.asp?ref=fvFCF9D8N4Ak"> I want to get only the value ref=fvFCF9D8N4Ak I'm using cURL and php and thought the solution was a regex....
asked on 11.12.2014 / 22:06
2
answers

Doubt while sql

I need to get all 5 values before ~3L of XXX: ~1BLB~2B1C~3L~1TPL~2B39~3L~1RAD~2C1D~3L And so on. I've been able to get it to get the first value before 3L with this select: db2 "select SUBSTR(FH01XXX.pnrstring,(POSSTR(FH01XXX....
asked on 05.01.2015 / 14:44