solución

Python: ejercicio resuelto, buscar palabras en archivo de texto

En este post voy a resolver un ejercicio con Python. Dicho ejercicio dice así: Usted esta trabajando con el equipo encargado de la integración de el nuevo CLI de un sistema operativo. En este momento usted se dedica a hacer pruebas para manipular archivos de texto, por lo que le asignan la siguiente tarea: Debe […]

Python: ejercicio resuelto, buscar palabras en archivo de texto Leer más »

PHP y MySQL: Error while reading greeting packet

Hoy por la mañana estaba realizando unos ajustes al sistema de turnos web y aparecía el siguiente error: [08-Mar-2020 10:59:56 America/Mexico_City] PHP Fatal error: Uncaught PDOException: PDO::__construct(): Error while reading greeting packet. PID=720 En mi caso utilizo Windows y XAMPP para desarrollar en local. La solución es realmente sencilla.

PHP y MySQL: Error while reading greeting packet Leer más »

Solución a “error retrieving pid file” – Termux y apache

Solución al error de Apache que dice: (20014) Internal error (specific information not available): AH00058: Error retrieving pid file var/run/apache2/httpd.pid AH00059: Remove it before continuing if it is corrupted. Este error aparece al invocar a apachectl ya sea con start o con stop y sucede en algunas ocasiones al instalar PHP y Apache en Android.

Solución a “error retrieving pid file” – Termux y apache Leer más »

Android - Solución a Cannot bind argument at index 1

Android – Cannot bind argument at index 1 because the index is out of range. The statement has 0 parameters.

En este post voy a explicar cómo solucionar el error de Android y SQLite que dice así: java.lang.IllegalArgumentException: Cannot bind argument at index 1 because the index is out of range. The statement has 0 parameters.  

Android – Cannot bind argument at index 1 because the index is out of range. The statement has 0 parameters. Leer más »