This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"blocos": [ | |
{ | |
"row1": [ | |
{ | |
"id": "497", | |
"description": "01-01", | |
"active": "-1" | |
}, | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
int main (void) { | |
float numerador, denominador, resultado = 0; | |
int quantidade, proporcao_numerador=3, proporcao_denominador=20; | |
printf("informe o numerador: "); | |
scanf("%f", &numerador);//flutuante | |
printf("informe o denomiador: "); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spring.datasource.url:jdbc:firebirdsql:localhost/3050:C:\\java\\dados.GDB | |
spring.datasource.driverClassName:org.firebirdsql.jdbc.FBDriver | |
spring.datasource.username:SYSDBA | |
spring.datasource.password:masterkey | |
spring.jpa.hibernate.ddl-auto:update | |
spring.jpa.show-sql: true | |
spring.jpa.properties.hibernate.format_sql=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$().ready(function() { | |
setTimeout(function () { | |
alert("RODRIGO É PICUDO"); | |
}, 30000); // O valor é representado em 30 segundos. | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"result":[ | |
[ | |
[ | |
{ | |
"id":"968", | |
"description":"01", | |
"volume_max":"360", | |
"volume":"4", | |
"status":"full", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.IOException; | |
import javax.servlet.Filter; | |
import javax.servlet.FilterChain; | |
import javax.servlet.FilterConfig; | |
import javax.servlet.ServletException; | |
import javax.servlet.ServletRequest; | |
import javax.servlet.ServletResponse; | |
import javax.servlet.http.HttpServletRequest; | |
import javax.servlet.http.HttpServletResponse; | |
import org.slf4j.Logger; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"volume":"10", | |
"weight":"10", | |
"loteLocal":{ | |
"id":13027 | |
}, | |
"user":{ | |
"id":1 | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"customer":{ | |
"id":471, | |
"name":"ADAO NOGUEIRA PAIM", | |
"document":null | |
}, | |
"product":{ | |
"id":20, | |
"code":"777", | |
"description":"CAFE BIG BAG" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"customer":{ | |
"id":1334, | |
"name":"ADEJAR ALVES DE ANDRADE", | |
"document":null | |
}, | |
"product":{ | |
"id":20, | |
"code":"777", | |
"description":"CAFE BIG BAG" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"loteLocal":{ | |
"id":13076 | |
}, | |
"blocoDestiny":{ | |
"id":"1932" | |
} | |
} |
OlderNewer