
Apr
03
Emmet Cheatsheet
Published 14:04 Apr 03, 2020 by @ezra.
#Programming#
.ch-snippet__name {
color: #f0f0f0;
}
.ch-snippet__value,
.ch-snippet__value_undefined {
co...

Ezra @ezra
19:02 Feb 23, 2020
Some Logo Design

Feb
13
项目经理的生存之道
Published 13:02 Feb 13, 2020 by @ezra.
#Project Management# 知识体系篇:
流程篇:
工具篇:
模板篇:
技能篇:
...

Jan
28
Deploy Django with Gunicorn and Ngnix
Published 18:01 Jan 28, 2020 by @ezra.
#Programming# 准备
首先要更新软件源,以 Ubuntu 为例:
$ sudo apt-get update -y
安装 python3、virtualenv、nginx、sqlite3、openssl:
$ s...

Jan
23
Complete Python Cheatsheet
Published 14:01 Jan 23, 2020 by @ezra.
#Programming# Basic cheatsheet for Python mostly based on the book written by Al Sweigart, Automate the Boring Stu...