• Skip to content
  • Skip to primary sidebar

Developers Tips & Tricks

You are here: Home / Archives for MPezzolano

MPezzolano

Git Stash & Git Stash Pop

16 febrero, 2022 by MPezzolano

Si estás trabajando en un código y por alguna razón se precisa cambiar de rama, se puede guardar el código modificado sin necesidad de hacer un commit. Este caso haremos : git stash y al momento de volver a tener estos cambios nuevamente en nuestro fuente haremos : git stash pop

Filed Under: GIT

Tips de Listas & Lambdas en JAVA

22 septiembre, 2021 by MPezzolano

Tips de Listas & Lambdas en JAVA

Pequeños tips para listas & lambdas

Filed Under: JAVA

Parar puerto 8080 en MAC

19 junio, 2020 by MPezzolano

lsof -n -i4TCP:8080 PID es el segundo campo, entonces se ejecuta el siguiente comando: kill -9 PID Ejemplo : lsof -n -i4TCP:8080 COMMAND  PID    USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME java    6690 marcelo   31u  IPv6 0x53b271f86ff52123      0t0  TCP *:http-alt (LISTEN) kill -9 […]

Filed Under: Sin categoría

Parar puerto 8080 en Windows

19 junio, 2020 by MPezzolano

Para matar el proceso que está escuchando en el puerto 8080 en Windows, se corren dos comandos. netstat -ano|findstr “PID :8080” Mostraría algo como esto : Proto Local Address Foreign Address State PID TCP 0.0.0.0:8081 0.0.0.0:0 LISTENING 18264 Para bajar ese proceso se haría lo siguiente: taskkill /pid 18264 /f

Filed Under: Sin categoría

Algo especial!!

17 agosto, 2019 by MPezzolano

Filed Under: Sin categoría

  • Page 1
  • Page 2
  • Page 3
  • …
  • Page 27
  • Next Page »

Primary Sidebar

Categorías

  • Angular JS (10)
  • BackBone JS (6)
  • Ember JS (2)
  • Express JS (4)
  • EXTJS (1)
  • General (7)
  • GIT (3)
  • Grunt JS (2)
  • HTML5 (8)
  • JAVA (5)
  • JavaScript (14)
  • JQUERY (15)
  • JSON (1)
  • JSP (1)
  • Knockout JS (2)
  • LARAVEL (13)
  • Linux (2)
  • Mobile Angular UI (1)
  • Modulus.io (1)
  • MongoDB (5)
  • MySQL (3)
  • NodeJS (11)
  • PHP (1)
  • Polymer (3)
  • PostgreSQL (1)
  • Prism.JS (1)
  • PYTHON (10)
  • QOOXDOO (1)
  • React JS (7)
  • Redis (2)
  • Sin categoría (6)
  • SQL (1)
  • TWIG (4)
  • UnderScore (1)
  • Web Services. (2)
  • Wordpress (1)

Cloud Tags

Angular JS BackBone JS Ember JS Express JS EXTJS General GIT Grunt JS HTML5 JAVA JavaScript JQUERY JSON JSP Knockout JS LARAVEL Linux Mobile Angular UI Modulus.io MongoDB MySQL NodeJS PHP Polymer PostgreSQL Prism.JS PYTHON QOOXDOO React JS Redis Sin categoría SQL TWIG UnderScore Web Services. Wordpress

Copyright © 2022 · Genesis Sample Theme on Genesis Framework · WordPress · Log in