miércoles, 25 de septiembre de 2019
jueves, 19 de septiembre de 2019
Metodos de Orden en Array de Python
https://uniwebsidad.com/libros/python/capitulo-7/metodos-de-orden
miércoles, 18 de septiembre de 2019
Conectar Mongodb con python:
Excelente ejemplo del video:
https://jarroba.com/python-mongodb-driver-pymongo-con-ejemplos/
martes, 17 de septiembre de 2019
Compartir en github:
<br />
<br />
<br />
<script src="https://gist.github.com/85410515/aef924ada391411255972ddfb89e7fa6.js"></script>
<br />
<br />
<script src="https://gist.github.com/85410515/aef924ada391411255972ddfb89e7fa6.js"></script>
jueves, 12 de septiembre de 2019
Practicas de Usuarios, Roles, Backup - Recovery
http://gpd.sip.ucm.es/rafa/docencia/nosql/seguridad.html#Usarios%20y%20Roles
************
Este Link esta interesante sobre el tema:
https://professor-falken.com/linux/como-crear-o-eliminar-usuarios-en-mongodb/
Este Link
****************
https://parzibyte.me/blog/2018/12/11/autenticacion-administrador-mongodb/
martes, 10 de septiembre de 2019
martes, 3 de septiembre de 2019
Hola Mundo en Arduino por pin 13
void setup() {
pinMode(13,OUTPUT);
}
void loop() {
digitalWrite(13, HIGH);
delay(2000);
digitalWrite(13,LOW);
delay(2000);
}
NOTA.- IMPORTANTE CHECAR EL PUERTO COM EN ADMINISTRADOR DE DISPOSITIVOS,
EN LA OPCIÓN DE HERRAMIENTAS MARCAR CON CHECK BOARD GENUINO/UNO
Suscribirse a:
Entradas (Atom)