Django Blog Series
Django Blog Series (I)
Preface
After learning Python for so long, I finally got to the Django framework. This can be said to be python's most famous web framework, so from today on, we will start to install the Django framework to use step-by-step learning. This series of blogs will not be as watery as the front end (flag), hoping to become a h ...
Posted by richclever on Mon, 06 May 2019 13:05:03 +0200
npm usage tutorial
NPM
What's this
npm is to Node.js, just as pip is to Python, gem is to Ruby, and pear is to PHP.npm is the official package management tool provided by Node.js. It has become the standard platform for Node.js package publishing, dissemination and dependency control. npm provides command-line tools to make it easy to download, install, upgrade, ...
Posted by SBro on Sun, 05 May 2019 23:40:02 +0200