不积跬步,无以至千里
不积小流,无以成江海

Great journeys begin with small steps;
mighty rivers grow from little streams.

简单即美味 - 酸辣萝卜皮

在坡县一年四季炎热的夏天,酸辣可口的凉拌菜开开胃。坡县常见的白萝卜,本地人一般用来顿萝卜排骨汤。我们家喜欢生吃,买到好的白萝卜,皮切除,萝卜心切条,冰箱冰凉,微辣,爽脆。 萝卜皮不要丢掉,切丝,放糖盐,喜欢吃辣,放几个小米辣,用手抓挤拌匀,腌制30分钟左右。然后捞出,双手挤出水分,几乎变成干萝卜条。 后续两种处理。简单点,放些白醋,切碎的小米辣,常常味道,如果不够,在加些糖...

Install jupyter in virtual environment using Pipenv

pipenv install jupyter pipenv run jupyter notebook

install pygraphviz in virtual environment using Pipenv

Install pygraphviz to draw graph install graphviz: sudo apt-get install graphviz libgraphviz-dev install pygraphviz: pipenv install pygraphviz

install jupyter in virtual environment using Pipenv

Install pipenv install jupyter start to use pipenv run jupyter notebook

Choose front-end program languages

Notes on which program languages to learn for front-end develop Start to learn front-end programming and start to quick catch proragm tutorials on w3cschool I prefer jquery + react + bootstrap. ...

How to export and import local modules in Javascript

Export and import local modules in Javascript A lot of examples teach you how to import modules in html. But how do you import own-coded modules in JS file? Here is a simple example showing you h...

How to setup javascript dvelopment environment in Ubuntu

Setup javascript development environment install node.js version manager (NVM) . Followig the instruction and run command curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install...