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
| setTimeout(() => { | |
| document.querySelector('div[style="text-align:center"]')?.remove(); | |
| }, 100); |
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
| <?php | |
| # COMANDO: php artisan make:model Cliente | |
| namespace App\Models; | |
| use Illuminate\Database\Eloquent\Model; | |
| class Cliente extends Model | |
| { |
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
| https://github.com/Zoo-Code-Org/Zoo-Code/ | |
| BUSCAR EXTENSÃO: AGENTE MODELO ZOO CODE |
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
| ADICIONAR EM PHP.INI | |
| extension=php_pdo_sqlsrv_85_nts_x64.dll | |
| extension=php_sqlsrv_85_nts_x64.dll | |
| BAIXAR DRIVERS MICROSOFT PARA PHP PARA SQL SERVER (WINDOWS) | |
| BAIXAR DLL: https://go.microsoft.com/fwlink/?linkid=2362088 | |
| COPIAR DLL's PHP SQL SERVER EM -> \php-8.5\ext | |
| EXEMPLO CONECTOR SQL SERVER ADIANTI |
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
| APP_LOCALE=pt_BR | |
| APP_FALLBACK_LOCALE=pt_BR | |
| APP_FAKER_LOCALE=pt_BR |
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
| DB_CONNECTION=sqlite | |
| DB_DATABASE=database/banco.db |
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
| <?php | |
| # USANDO MailService (ADIANTI FRAMEWORK) | |
| TTransaction::open($database); | |
| $preferences = SystemPreference::getAllPreferences(); | |
| TTransaction::close(); |
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
| <script type="module" src="https://cdn.jsdelivr.net/npm/@videojs/html/cdn/video-minimal.js"></script> | |
| <video-player> | |
| <video-minimal-skin> | |
| <video src="https://stream.mux.com/BV3YZtogl89mg9VcNBhhnHm02Y34zI1nlMuMQfAbl3dM/highest.mp4" playsinline></video> | |
| </video-minimal-skin> | |
| </video-player> |
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
| Void Editor: https://voideditor.com/ | |
| EasyCode: https://www.easycode.ai/download |
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
| ABA AVANÇADO > OPÇÃO > OCULTAR O PADRÃO DO BANCO DE DADOS: | |
| ^(information_schema|performance_schema|sys|mysql)$ |
NewerOlder