All Questions

1
answer

Moon print (table) in string (taking all its values)

I created a system quickly to test a new variable, but I do not know how to print the users inserted in the table, and when I give print it shows this: table: 0035AE18 My code: Conta = {balance = 0} Contas = {} Senhas = {} Ini...
asked on 26.01.2015 / 22:13
1
answer

Report Display Error (FastReport) in Multi-Language Software

I have the following error in displaying a report made in FastReport. ThiserrorstartedtooccurafterinternalizingmysoftwareusingnativeDelphiXE7(Project->Languages->Add)features,whenthesoftwarerunsinnativelanguagethereportisdisplayednormally,but...
asked on 05.01.2015 / 12:27
1
answer

I / O of solr increases with the passage of time

I'm running about eight servers with solr servers (version 3.5 ) behind a Load Balancer. All servers are identical and LB is configured with weight by number of connections. Servers have about 4 million documents and receive a stead...
asked on 23.01.2015 / 20:59
3
answers

How to call a new terminal from a shell script?

I would like to know how to call a new terminal / xterm from within a command in the shell script, so that the shell script that called the other script continues running non-stop. Does anyone have any suggestions?     
asked on 16.01.2015 / 18:30
2
answers

How to calculate an optimal value for the Scrapyd variable CONCURRENT_REQUESTS?

One of the settings that comes standard with Scrapyd is the number of concurrent processes (it is 16). CONCURRENT_REQUESTS = 16 What would be the best methodology to calculate an optimal value for this variable? The goal is to get the b...
asked on 09.01.2015 / 21:01
2
answers

Problems with JPA - Hibernate does not persist EVERY object

Good morning guys! I have the following entities: package br.com.sistema.entidade; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.IdClass; import javax.persistence.JoinColumn; import javax.persistenc...
asked on 26.12.2014 / 17:57
4
answers

how to filter an ngRepeat loop according to the value of one of the contents of an array

Well, the content of a page on my site is generated from the following JSON template: [ { "company":{ "name":"Nome do Cliente", "url":"#" }, "client":{ "name":"Projeto", "url":"#" }, "tags":[...
asked on 16.12.2014 / 21:30
1
answer

Line break interferes with regular expression capture

I need to capture some information from divs that are sometimes separated by line breaks, and this causes the (.*) operator to not capture. For example, I have the regular expression: <div class="search tooltip box-video" search="...
asked on 17.01.2015 / 21:27
1
answer

Accentuation problem when consuming WebService on Windows Server

   Correction I'm having an accent issue when consuming WebService on Windows Server. I have apache-tomcat-7.0.63 installed on windows server 2008, and as SGB, PostGres 9.4 and with Java 8. The error happens when I run out of NetBeans. That...
asked on 01.02.2016 / 13:01
1
answer

Fetch of children with JPA + Hibernate is not working

I have two classes, Terminal (which is the parent) and Portaria (child). I'm using JPA and it's working, but it has a bug that I can not resolve. I load a list of Terminal and when testing t.getPortarias() it...
asked on 12.01.2015 / 20:38