Posts by Victor Henrique • 111 points
8 posts
-
-2
votes2
answers189
viewsQ: Content of one div exceeding the other div
In the form there are 3 Ivs, (divide view > div > divconteudoemail) as the example below: <div id="divvisualizar" style="padding: 5px; border: 1px solid rgb(85, 85, 85); background-color:…
-
0
votes1
answer33
viewsA: Add more than one identical key to a table
I decided as follows: List listaContribuinte = new ArrayList(); HashMap map = new HashMap(); map.put(IdContribuinte,exercicio); listaContribuinte.add(map); for( int i = 0; i <…
-
-1
votes1
answer33
viewsQ: Add more than one identical key to a table
A problem arose in an excerpt of the code, where it is stored in a variable Hashmap 2 different values, the problem is that the indexing as I understand it is done by the key, that is, it is not…
-
1
votes1
answer402
viewsQ: Illegal group Reference error
You’re making a mistake on a replace what I’m doing. The string in question is this: <table id='tablecritica' class='table table-bordered table-hover'> <tbody> <tr> <td>…
-
3
votes2
answers87
viewsQ: Change attribute of an element without identification
Is it possible to change some attributes of an element without knowing its identification? Example: Change the span text to another one of my interest.…
-
1
votes1
answer68
viewsQ: Tender expression for value assignment on a troublesome iReport variable
Next people, I created a tender expression that based on the values of two variables of the same context ("group"), to bring me a media. But for some reason it is not working and I am doubtful. It…
-
1
votes0
answers45
viewsQ: Error in SQL SERVER PIVOT
Guys, I have a problem in the structure of my PIVOT. DECLARE @IdGiaContribuinte INT = 0, @IdGrupoContribuinte INT = 0, @Exercicio INT = 2017, @IdVafvalorAdicionadoTipo INT = 3 SELECT U.Exercicio,…
-
3
votes2
answers211
viewsQ: Child element exceeding parent element
I have a child element that is mounted dynamically, the contents of this element can sometimes be long, it makes such element exceed the parent as in the following example: Parent Element: margin:…
cssasked Victor Henrique 111