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
Tabela Pet | |
*id Int | |
*name String | |
*gender Enum('m','f') | |
*breed_id Int -> Chave estrangeira | |
Tabela Breed (Raças) | |
*id Int | |
*name String |
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
Stepper( | |
type: stepperType, | |
... "continue" ... | |
onStepContinue: ()async { | |
var data = await onClickSave(); | |
pet = data; | |
print(pet); | |
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
import 'package:flutter/material.dart'; | |
import 'package:http/http.dart' as http; | |
import 'dart:async'; | |
import 'dart:convert'; | |
class Register2 extends StatefulWidget { | |
@override | |
_RegisterState2 createState() => _RegisterState2(); | |
} |
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
import 'package:flutter/material.dart'; | |
import 'package:http/http.dart' as http; | |
import 'dart:async'; | |
import 'dart:convert'; | |
class Register2 extends StatefulWidget { | |
@override | |
_RegisterState2 createState() => _RegisterState2(); | |
} |
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
<ion-card> | |
<ng-container *ngIf="verificationId === '';else showSmsCode"> | |
<ion-card-header> | |
Número de telefone com DDD | |
</ion-card-header> | |
<ion-card-content> | |
<ion-row> | |
<ion-col col-6> |
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
Model | |
public function scopeDistance($subQuery, $latitude, $longitude, $distance) | |
{ | |
//Generating Query | |
$item_distance_query = '* , (3959 * ' . | |
'acos( cos( radians(?) ) ' . //lat | |
'* cos( radians( lat ) ) ' . | |
'* cos( radians( lng ) - radians(?) ) ' . //long | |
'+ sin( radians(?) ) ' . //lat |
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
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
public class LinhaScript : MonoBehaviour { | |
int numeroDeVertices = 0; | |
LineRenderer linha; | |
bool apertandoBotaoDoMouse = false; |
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
Olá Rodrigo, | |
Continuo constatando o mesmo problema: | |
https://drive.google.com/file/d/15jA6nNjstCO6Rdz5Yxe80EvMd5sE8qHX/view | |
O domínio do remetente deve ser diferente. Caso contrário você | |
enfrentará problemas de entrega em seus e-mails. Não é possível usar | |
um domínio que já hospede e-mails para configurar um IP. |
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
Minha configurações: | |
global packages: | |
@ionic/cli-utils : 1.0.0 | |
Cordova CLI : 6.5.0 |
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
ionic info | |
cli packages: (/usr/local/lib/node_modules) | |
@ionic/cli-utils : 1.19.1 | |
ionic (Ionic CLI) : 3.19.1 | |
global packages: | |
cordova (Cordova CLI) : 8.0.0 |
NewerOlder