会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
醒日是归时
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
19
下一页
2022年8月4日
curl访问etcd报错unable to set private key file
摘要: [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)
2022年8月2日
ETCD集群+ TLS认证
摘要: 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)
2022年7月29日
core-js版本过低,需要更新但是更新失败的原因
摘要: 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)
2022年7月28日
npm安装包出现Invalid Version,npm list报错UNMET DEPENDENCY报错
摘要: 执行 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)
npm报错error:0308010C:digital envelope routines::unsupported
摘要: error:0308010C:digital envelope routines::unsupported 出现这个错误是因为 node.js V17版本中最近发布的OpenSSL3.0, 而OpenSSL3.0对允许算法和密钥大小增加了严格的限制,可能会对生态系统造成一些影响. 在node.js
阅读全文
posted @ 2022-07-28 12:48 醒日是归时
阅读(5356)
评论(0)
推荐(0)
npm : 无法加载文件 D:\Program Files\nodejs\npm.ps1,因为在此系统上禁止运行脚本
摘要: 升级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)
2022年7月22日
configuration file routines:DEF_LOAD_BIO:missing equal sign:conf_def.c:362
摘要: 报错: 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)
2022年7月7日
python yaml文件数据按原有的数据顺序dump
摘要: 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)
2022年7月1日
lua中table中null的表示方法以及判断redis返回null
摘要: 今天遇到一个麻烦的问题,查询redis时候,查到数据的时候正常返回,查询不到数据时,返回了null,然而在lua中,常见的nil,但不常见null,这时候lua中对redis返回的null如何做判断呢?于是各种尝试。这是经过公司基础库封装的结果,并非官方的返回,redis返回结果如下: {"retm
阅读全文
posted @ 2022-07-01 01:05 醒日是归时
阅读(1050)
评论(0)
推荐(0)
2022年6月30日
lua获取请求参数以及在nginx.conf中使用
摘要: -- 获取请求路径 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
下一页
公告