CLI Pipeline I/O CLI Pipeline I/O
CLI Pipeline I/O1. QuestionUsing CLI pipeline, “|”, pass the previous output to the next function/script as input 2. Use
2021-02-25
Python Read/Write JSON Python Read/Write JSON
Python Read/Write JSON1. json.dumpsconvert dictionary to string in Python import json test_dict = { 'info': [
2021-02-25
Virtualenvwrapper Common Commands Virtualenvwrapper Common Commands
Virtualenvwrapper Common Commands1. Create Virtual Envmkvirtualenv --python=python3.6 [venv name] 2. Active Envworkon [v
2021-02-24
Hexo Common Commands Hexo Common Commands
Hexo Common CommandsCommands# Create a new post hexo n [blog name] | hexo new [blog name] # generate the public folder
2021-02-24