模板模式的引进
【第一版】中国人民银行发送短信例子,抽象发送的内容,发送短信的思路一致,内容不一样。
抽象短信发送模板 public abstract class AbstractSms {public void sendSms() {// 模拟参数传入Map context new HashMap<>()…
[源文]: http://docs.oracle.com/javase/1.5.0/docs/tooldocs/solaris/keytool.html
keytool
Key and Certificate Management Tool Manages a keystore (database) of private keys and their associated X.509 certificate chains authenticating the corresponding publi…