上一页 1 2 3 4 5 6 7 8 9 10 ··· 19 下一页
摘要: [appdeploy@1a32vla0168zzzz cfssl]$ curl -i https://xxx.xxx.xxx.5:2379/health --cacert /app/etcd/cfssl/ca.pem --cert /app/etcd/cfssl/server.pem --key / 阅读全文
posted @ 2022-08-04 21:29 醒日是归时 阅读(1743) 评论(0) 推荐(0)
摘要: 1、下载etcd cfssl相关命令 # 下载etcd cfssl相关命令 [root@1a32vla0168zzzz cfssl]# ll /app/etcd/bin/ cfssl cfssl-certinfo cfssljson etcd etcdctl etcdutl [root@1a32vl 阅读全文
posted @ 2022-08-02 01:05 醒日是归时 阅读(1437) 评论(0) 推荐(0)
摘要: ore-js@2.6.12: core-js@.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature d 阅读全文
posted @ 2022-07-29 03:05 醒日是归时 阅读(2712) 评论(0) 推荐(0)
摘要: 执行 npm install 出现报错 2097 verbose stack TypeError: Invalid Version: 2097 verbose stack at new SemVer (D:\Program Files\nodejs\node_modules\npm\node_mod 阅读全文
posted @ 2022-07-28 20:09 醒日是归时 阅读(9710) 评论(0) 推荐(0)
摘要: error:0308010C:digital envelope routines::unsupported 出现这个错误是因为 node.js V17版本中最近发布的OpenSSL3.0, 而OpenSSL3.0对允许算法和密钥大小增加了严格的限制,可能会对生态系统造成一些影响. 在node.js 阅读全文
posted @ 2022-07-28 12:48 醒日是归时 阅读(5356) 评论(0) 推荐(0)
摘要: 升级node和npm之后,npm run dev 启动一个Vue项目,报错如下: npm : 无法加载文件 D:\Program Files\nodejs\npm.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.microsoft.com/fwlink/?LinkID= 阅读全文
posted @ 2022-07-28 12:22 醒日是归时 阅读(8751) 评论(0) 推荐(2)
摘要: 报错: Auto configuration failed 139868431284128:error:0E079065:configuration file routines:DEF_LOAD_BIO:missing equal sign:conf_def.c:362:line 39 openss 阅读全文
posted @ 2022-07-22 00:48 醒日是归时 阅读(1320) 评论(0) 推荐(0)
摘要: yml文件的更新后工具类: import os import yaml class YamlUtils(): def __init__(self,folder_name='config'): self.foler_name = folder_name def get_yaml_load(self, 阅读全文
posted @ 2022-07-07 16:44 醒日是归时 阅读(845) 评论(0) 推荐(0)
摘要: 今天遇到一个麻烦的问题,查询redis时候,查到数据的时候正常返回,查询不到数据时,返回了null,然而在lua中,常见的nil,但不常见null,这时候lua中对redis返回的null如何做判断呢?于是各种尝试。这是经过公司基础库封装的结果,并非官方的返回,redis返回结果如下: {"retm 阅读全文
posted @ 2022-07-01 01:05 醒日是归时 阅读(1050) 评论(0) 推荐(0)
摘要: -- 获取请求路径 local request_uri = ngx.var.request_uri -- 从 header中取值 local token = ngx.req.get_headers()["token"] -- 获取cookie中的值 local user_id = ngx.var.c 阅读全文
posted @ 2022-06-30 22:33 醒日是归时 阅读(1956) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 19 下一页