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
| #include <stdio.h> | |
| #include <string.h> | |
| //definir variable global, aqui puedes incrementar o disminuir | |
| #define USUARIOS 20 | |
| #define LIMITECHAR 20 | |
| /* */ | |
| struct Usuario { | |
| int folio; |
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
| { | |
| "background": "#D4D4D8", | |
| "black": "#9ca3af", | |
| "blue": "#CA8A04", | |
| "brightBlack": "#0F766E", | |
| "brightBlue": "#308CBA", | |
| "brightCyan": "#B91C1C", | |
| "brightGreen": "#9A3412", | |
| "brightPurple": "#AE636B", | |
| "brightRed": "#BE185D", |
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
| # steps for installation of the phpmyadmin software in server | |
| # install php mysql package | |
| sudo apt install php7.4-mysql | |
| # navigate to | |
| cd /var/www/html | |
| # retrive the package | |
| sudo wget https://files.phpmyadmin.net/phpMyAdmin/5.2.2/phpMyAdmin-5.2.2-all-languages.tar.gz |
OlderNewer