Press "Enter" to skip to content

zsh no matches found *

机器用的shell是zsh,在用acme.sh申请Let’s Encrypt通配符证书时,报了这么个错: zsh: no matches …

Java 反射

万物皆对象,关于反射的一些整理。 类与对象 // Foo类 class Foo { public void sum(int a, int b) { …

设计模式学习 - 策略模式

学习、梳理设计模式。 策略模式 由策略接口、多个具体的策略实现、上下文组成。由客户端来选择具体的策略实现。 一个背景,CRM系统内有多种帐号体系:手机号注册的客 …