This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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" | |
| }, | |
| { |
NewerOlder