All Questions

1
answer

Debugging Java in Eclipse, excluding classes / packages

My application uses JSF / Hibernate, and a host of other add-ons (jar). When I have debug , a page, it stops at breakpoint and after some Steps (debug) it falls within% / p> How can I tell Eclipse that jar is just for my ap...
asked on 06.05.2014 / 20:04
2
answers

Delete character in a certain position?

How do I delete a particular character in a particular position in the shell? I've tried with sed , but I can not put the position too, just the default. ",45123","B23142DHAS675" What I wanted was to delete the , that is in...
asked on 30.04.2014 / 21:24
2
answers

Special Accents and Characters in Ajax jQuery

I have a query that is done with Ajax request via jQuery. In the fields when I type a character as "ç" and send the request to the server, it is arriving with the character in another format. Ex: I type ç in the name field and it arrives in Acti...
asked on 09.05.2014 / 16:17
2
answers

PHP Security Failure

I noticed an unusual activity on my site (e-commerce opencart 2.0.2.0) This is the command you used link I do not know exactly what it looks like exploiting a php fault and inserting a backdoor I have the code that was injected or not...
asked on 03.02.2016 / 23:54
1
answer

How to create a Managed Thread in C ++ similar to the example in C #

In C # I use the following code to create the Managed Thread: Thread thread = new Thread(new ThreadStart(minhaFuncao)); In C ++ I did: using namespace System::Threading; . . Thread^ thread = gcnew Thread(gcnew ThreadStart(...
asked on 25.04.2014 / 14:17
1
answer

Minimum value of a line excluding zero values (R)

TIMP3 TOTS3 UGPA3 USIM5 VALE3 VALE5 VIVT4 VLID3 WEGE3 1 0.7941716 0 0.00915221 0.2751215 0.3803796 0.5162442 1.505921 0 0.5559166 2 0.7710909 0 0.09351134 0.3925726 0.3687917 0.5158750 1.469548 0 0.53...
asked on 20.05.2014 / 22:26
1
answer

Partial does not render

I have a problem with my application. What happens is that I am not able to render a partial in another view. Here is the partial code: @model CEF01.Models.Ocorrencia @using (Html.BeginCollectionItem("Ocorrencia")) { @Html.HiddenFor(mo...
asked on 15.05.2014 / 01:54
2
answers

How to preprocess a text for the application in the Weka classification algorithms in Java?

I'm doing my CBT where the idea is roughly part of collecting tweets and training a machine learning algorithm to sort this data. As I would pre-process this tweet, the idea being to train a machine-learning algorithm with inputs, where it...
asked on 28.04.2014 / 15:57
1
answer

Refresh edmx from the database

I did an update model from database on my edmx. Well, the field I had added to the table appears in the diagram, but in the cs of the non-entity, it continues with the old fields. What do I do, I add in my hand? This is my cs public partial cl...
asked on 06.05.2014 / 19:59
1
answer

C # Union / Order by with LINQ and Performance

Imagine the following situation there are 3 classes Class A, class B, class C, class A has many B classes and many C classes. class B has many C classes. the clsse C has a datetime date field. public class A { DBContext db = new ClassesConte...
asked on 07.05.2014 / 20:01