Skip to content

Author: admin

Programador PHP que curte muito tecnologia. Usuário Mac, Administrador de Servidores, Graduando em Jiu Jitsu e Teólogo. Gosto muito de esportes radicais, fotografia e faço treinamento em empresas (Linux, Segurança e Redes). Envolvido com TI desde 2000. Amante Linux desde 2004.
Graduado em Game Dev pela Fumec, só vem monstro! :)
Desenvolvedor dos jogos PolyGonSurvivor, HueShark e Magic Master.

FutureBuilder gerando navegação em segundo plano no meu app, por que ocorre esse “bug”?

class Algo extends StatefulWidget {   @override   _AlgoState createState() => _AlgoState(); }   class _AlgoState extends State<Algo> {   // declarando a variável Future   Future<String> x;     @override   void initState() {   // inicializando o objeto da…

Leave a Comment

Emulator: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) Android Emulation kill OR /dev/kvm permission denied

3 Solutions: 1 – change type emulation to SOFTWARE (device settings),2 – if your environment usage dedicated VGA or integrated VGA with acceleration try enable…

Leave a Comment

How to Solve unexpectedly Error 500 (Timeout) PHP + FastCGI + IIS 7 (Windows 7/8/10/2008/2012 server)

I could found some links that could help you. The problem is the activityTimeout of your cgi module. Increase fastCgi / PHP activityTimeout in IIS7…

Leave a Comment