Gerar SCREEN_
screen -S gerartar
screen -ls //para ver
screen -x gerartar
Control AD sair sem finalizar
Control D ou exit para matar o scrreen
Gerar SCREEN_
screen -S gerartar
screen -ls //para ver
screen -x gerartar
Control AD sair sem finalizar
Control D ou exit para matar o scrreen
| <script> | |
| const estados = document.getElementById("estados_orcamento"); | |
| const selectCidades = document.querySelector('#cidades_orcamento'); | |
| const selectBairros = document.querySelector('#bairros_orcamento'); | |
| const selectEspecialistas = document.querySelector('#especialistas_orcamento'); | |
| estados.addEventListener("change", function() { | |
| var options = estados.options[estados.selectedIndex].value; |
/* ##Device = Desktops ##Screen = 1281px to higher resolution desktops */
@media (min-width: 1281px) {
/* CSS */
}
| /* | |
| ##Device = Desktops | |
| ##Screen = 1281px to higher resolution desktops | |
| */ | |
| @media (min-width: 1281px) { | |
| /* CSS */ | |
Solution: Error executing "PutObject" on AWS HTTP error: cURL error 60 localhost
Folder: vendor\guzzlehttp\guzzle\src\Client.php
Change verify to false.
$defaults = [ 'allow_redirects' => RedirectMiddleware::$defaultSettings, 'http_errors' => true, 'decode_content' => true,
| Solution: Error executing "PutObject" on AWS HTTP error: cURL error 60 localhost site:stackoverflow.com | |
| Folder: vendor\guzzlehttp\guzzle\src\Client.php | |
| Change verify to false. | |
| $defaults = [ | |
| 'allow_redirects' => RedirectMiddleware::$defaultSettings, | |
| 'http_errors' => true, | |
| 'decode_content' => true, |
| teste | |
| dsafsdfsafs |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> | |
| <title>Demo Máscara Telefone</title> | |
| </head> | |
| <body> | |
| Telefone: <input onkeypress="mascaraTelefone(this)"/><br /> | |
| <script> | |
| /* |