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...
I have the following error in displaying a report made in FastReport.
ThiserrorstartedtooccurafterinternalizingmysoftwareusingnativeDelphiXE7(Project->Languages->Add)features,whenthesoftwarerunsinnativelanguagethereportisdisplayednormally,but...
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...
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?
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...
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...
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":[...
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="...
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...
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...