sun and cloud

nginx 学习:不同的域名指向服务器的不同的端口

nginx proxy subdomains to other addresses and ports [closed]

Python语言学习:各种为空的情况检测

类似于其它语言的 is_emtpy 的各种检测

python小课堂:02 基本的shell命令/Python介绍/Python环境

Python学习过程中的一些基本的shell命令

Mac下安装 php 环境

Mac 下如何搭建 PHP 开发环境?

执行 brew install 命令长时间卡在 Updating Homebrew 的解决方法

在国内的网络环境下使用 Homebrew 安装软件的过程中可能会长时间卡在 Updating Homebrew 这个步骤。

爬虫项目小结:gbins-spider,一个物种分类基因库的爬虫

记录一下:一个基本没有做反爬虫的网站数据,竟然有这么多的坑

Python语言学习:如何执行 shell 命令

python执行shell脚本的几种方法

.netrc 让 git 以 https 方式 clone 的时候不需要密码

正常情况下我们会以 ssh 方式去 clone 项目,但有些可用会用到 https 方式 clone

短期轻断食/辟谷/减肥 2022-01-03 到 2022-01-25

这段时间体重严重飙升,决定减食一段时间

Python语言学习:@staticmethod 与 @classmethod

python 里的静态方法(@staticmethod)与类方法(@classmethod)