Posts by Mariana de Amorim Delfino • 119 points
16 posts
-
1
votes0
answers167
viewsQ: Java Pool Hibernate c3p0
Dear friends, good afternoon. I have a Java solution that’s generating production problems, taking down the bank. After a few changes, I set up a pool using Hibernate c3p0 to manage the number of…
-
0
votes1
answer205
viewsQ: Spring Boot filled list has no values returned on the screen
The following method in my Controller is responsible for returning all values from a database table. @RequestMapping("pesquisaTaxa") public String pesquisaTaxa(@RequestParam Map<String,…
-
1
votes1
answer470
viewsQ: Problems with Jars
I have a Spring application that uses Maven. All the dependencies are in the file pom.xml or the Jars are in my repository .m2 local. Every time I try to run the application the following messages…
-
1
votes1
answer1897
viewsQ: Entire and centralized Modal Bootstrap
I put Modal Bootstrap in my template as a test to display messages on the screen but it appears cut in the corner of the screen. How to adjust and center Modal on the screen without getting cut?…
-
1
votes1
answer317
viewsQ: Pass Aspx page values to Aspx.Cs
I have an Aspx page the following code which loads a list of items. It is working, the list is displayed normally. <table width="100%" class="table table-striped"> <tr>…
-
1
votes0
answers1131
viewsQ: Configuring JAVA Environment Variables
Follow the setting of my environment variables: PATH - C:\WINDOWS\SYSTEM32;C:\Program Files\Java\jdk1.8.0_121\bin JAVA_HOME - C:\Program Files\Java\jdk1.8.0_121 JRE_HOME - C:\Program…
-
1
votes3
answers810
viewsQ: Multiple lines on a Showmessage in Delphi
I need to trigger an error message if the user tries to enter invalid codes in a temporary table on grid. The codes come from a .txt. The codes fired on the monitor are ok but the message is…
-
0
votes3
answers93
viewsA: Join with two tables and a varchar2 field
SELECT * FROM ESTADO E INNER JOIN CIDADE C ON (E.id_estado = C.fk_id_cidade) WHERE C.cidade LIKE @pNomeCidade ;
oracleanswered Mariana de Amorim Delfino 119 -
-1
votes1
answer1941
viewsQ: Insert with integrity restriction
I have two tables: Table person: CREATE TABLE T_AM_OME_PESSOA ( cd_pessoa NUMBER (8) NOT NULL , nm_pessoa VARCHAR2 (60) NOT NULL ) ; ALTER TABLE T_AM_OME_PESSOA ADD CONSTRAINT PK_AM_PESSOA PRIMARY…
-
0
votes1
answer365
viewsQ: Insertion Sort (Sorting by insertion)
Could someone give me examples of everyday life in which the method of ordering by insertion is used? Note: Without being ordering cards
-
0
votes1
answer1114
viewsQ: Error creating a simple table in Oracle SQL Developer
I’m having trouble creating the following table: CREATE TABLE T_AM_OME_ADVOGADO ( cd_pessoa NUMBER (8) NOT NULL , nr_oab NUMBER (8) NOT NULL , nr_cpf NUMBER (11) NOT NULL , nr_rg CHAR (10) NOT NULL…
-
1
votes2
answers90
viewsA: Button available when filling fields
html <h2>Quero um <span>Automóvel</span></h2> <div class="form"> <h4>Valor do consórcio: <span class="slider-value quote-form-element" data-name="Valor |…
-
-1
votes6
answers3210
viewsA: How to remove this black border in this presentation by iframe?
use background-color Transparent and border 0
-
1
votes0
answers142
viewsQ: viewMode bootstrap datetimepicker disable months and years
I have the following code: <div class="input-group date dtPicker @Html.GeneratePermssionID(item.IntegrationId)" style="width: 200px;" id="dateFrom" data-pl="5"> <span…
-
0
votes1
answer224
viewsQ: JOIN by LINQ in C#
I need to make a Join by LINQ in two lists using codeList. List 1 must exist in the second list (list 2) and must be returned. How do I do that? Obs.: I never Join via LINQ in c#
-
2
votes2
answers303
viewsQ: query and change procedures for DAO C#layer
inclusion, alteration, achievement Various procedures have been created for inclusion, amendment, consultation, data collection, etc. The procedures were created in SQL Server 2014. I need to access…
c#asked Mariana de Amorim Delfino 119