All Questions

1
answer

turn negative value into a java setter

I have the following code: if(!("TB").equals(this.cabnom.getTipo())){ ArrayList<Linnom> lista = (ArrayList<Linnom>)this.linnomService.findByNumNom(new Linnom(numNomAnterior)); for(int i=0; i < lista.size(...
asked on 11.01.2018 / 09:12
1
answer

JQUERY Help with multiplying values of columns and adding the results

I have this table: the objective is to multiply value1 (first column) and value2 (second column) and the result (third column), then add each one of the results. <table border="1"> <thead> <tr...
asked on 10.01.2018 / 06:07
1
answer

Error # 1241 MySQL subquery

How to create two subqueries in MySQL ? effectively and optimized. The current code throws me the error #1241 - Operando debe tener 1 columna(s) from the phpMyAdmin . The first subquery calculates the total number of availab...
asked on 16.01.2018 / 22:50
1
answer

Copy a Directory and paste it in a new address

How about! I'm trying to copy a directory with files being copied and pasted in another route, I have this. Dim Carpeta As String Carpeta = Path.Combine(SERVIDOR, DATA) Directory.CreateDirectory(Carpeta) FileSystem.FileCopy(...
asked on 12.01.2018 / 18:37
1
answer

Can join, combine concatenate two columns?

How about, I have my next get and set: public virtual string Tp_Do { get; set; } public virtual string N_Rf { get; set; } Can you join in a single get and set Tp_Do and N_Rf? I hope...
asked on 09.01.2018 / 00:28
2
answers

How to get the text of an HTML tag with simple_html_dom.php

I'm trying to get the text that contains certain tags within the HTML on a page, I'm using html_simple_dom.php that I thought was good for this. Without more I leave an example of my problem. This is the function in php <?php requir...
asked on 09.01.2018 / 03:34
1
answer

Application to send text messages to cell phones [closed]

I would like to know how I can develop a java application that allows me to send text messages to several cell phones.     
asked on 11.01.2018 / 19:10
2
answers

Find the indexOf between two array in JavaScript with a forEach

I would like to know how to find the indexOf in JS between two array , a array contains the given values and the other array the values that I want to know your indexOf var act = [10002197,1000175...
asked on 14.01.2018 / 19:39
1
answer

loading font awesome icons [duplicated]

I'm having problems with loading the icons with font awesome and when he uses it he puts it to me like this:  This way I charge the icons. <!-- CARGANDO FUENTES --> <link href="https://fonts.googleapis.com/css?family=Lato" rel="sty...
asked on 13.02.2018 / 12:04
1
answer

Render HTML saved in a SQLServer database field

I have HTML saved as Varchar in a SQL Server database. I'm trying to insert this HTML in a view but in doing so, it is passed as text and not as HTML (BUT, HTML adds double quotes at the beginning and end, which does not allow rendering. Th...
asked on 14.02.2018 / 17:08