best practice: Sinigleton w/ enum pro:concise, and thread-safe.enum is singleton by de...

IP属地:北京
best practice: Sinigleton w/ enum pro:concise, and thread-safe.enum is singleton by de...
之前开发中一直把通配符当成正则表达式来使用,现在总结一下自己的理解: 通配符 wildcard,又称元字符 meta character, 代表的是 bash 的一个功能。正...