03 2023 档案
摘要:function str (len = 16) { const str = 'qwertyuioplkjhgfdsazxcvbnm1092837465POLKMNIJUHBYGVTFCRDXZSEWQA'; let sum = ''; for (let i = 0; i< len; i++) { s
阅读全文
摘要:const bodyJsonSchema = { type: 'object', required: ['requiredKey'], properties: { someKey: { type: 'string' }, someOtherKey: { type: 'number' }, requi
阅读全文
摘要:问题: 在使用nginx docker 时的挂载卷 为 -v /root/ssl/letsencrypt/live/xxxxxxx:/etc/nginx/cert 然后再nginx 的default.conf 中的证书位置为/etc/nginx/cert/fullchain.pem 就会提示找不到证
阅读全文