- Lista de todos os filmes
SELECT *
FROM film;
- Lista do titulo de todos os filmes
const initial = 'DRAFT' | |
const machine = Machine({ | |
id: 'e-proposal-state-machine', | |
initial: initial, | |
context: { | |
proposal: this.proposal | |
}, | |
states: { | |
DRAFT: { | |
on: { |
const fetchMachine = Machine({ | |
id: 'fetch', | |
initial: 'draft', | |
context: { | |
state: 'draft' | |
}, | |
states: { | |
draft: { | |
after: { | |
run: [ |
const fetchMachine = Machine({ | |
id: 'fetch', | |
initial: 'draft', | |
context: { | |
state: 'draft' | |
}, | |
states: { | |
draft: { | |
onEntry: ['test'], | |
after: { |
const fetchMachine = Machine({ | |
id: 'fetch', | |
initial: 'draft', | |
context: { | |
state: 'draft' | |
}, | |
states: { | |
draft: { | |
onEntry: ['test'], | |
after: { |
const fetchMachine = Machine({ | |
id: 'fetch', | |
initial: 'draft', | |
context: { | |
state: 'draft' | |
}, | |
states: { | |
draft: { | |
onEntry: ['test'], | |
after: { |
const test = Machine({ | |
id: 'teste', | |
initial: 'DRAFT', | |
states: { | |
DRAFT: { | |
on:{ | |
READY: 'ready' | |
}, | |
ready: { | |
type: 'final' |
const promiseMachine = Machine({ | |
id: 'promise', | |
initial: 'draft', | |
states: { | |
draft: { | |
on: { | |
READY: 'resolved', | |
DELETED: 'rejected' | |
} | |
}, |
Todos tem o direito de obter conhecimento! | |
50 GB de Apostilas, Torrents, Cursos | |
https://mega.nz/#F!hwVDTZiC!Toc9ScaKdJfYGTgYvclRYw | |
Segurança | |
https://mega.nz/#F!ENJCiLII!F1vMgHNEQJuXshmBVWEk2w | |
Wireless Hacking (Videos) | |
https://mega.nz/#F!qEAzBbiQ!xROkgafNRzQTJ_XbrGrORA |