上一页 1 2 3 4 5 6 7 8 9 10 ··· 19 下一页
摘要: luasql 编译安装 查看mysql配置,注意 lmysqlclient 路径 [root@hmy luasql-master]# yum install mysql-devel gcc* -y [root@hmy luasql-master]# mysql_config Usage: /usr/ 阅读全文
posted @ 2022-09-19 00:43 醒日是归时 阅读(168) 评论(0) 推荐(0)
摘要: 问题:apisix 转发 路由自动encode导致带中括号的文件下载404 原因:因为apisix 解码后tomcat处理会有问题,下载不了 解决方案:请求改写 协议,选择保持原样 阅读全文
posted @ 2022-08-30 17:23 醒日是归时 阅读(102) 评论(0) 推荐(0)
摘要: [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 醒日是归时 阅读(1767) 评论(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 醒日是归时 阅读(1458) 评论(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 醒日是归时 阅读(2727) 评论(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 醒日是归时 阅读(9759) 评论(0) 推荐(0)
摘要: error:0308010C:digital envelope routines::unsupported 出现这个错误是因为 node.js V17版本中最近发布的OpenSSL3.0, 而OpenSSL3.0对允许算法和密钥大小增加了严格的限制,可能会对生态系统造成一些影响. 在node.js 阅读全文
posted @ 2022-07-28 12:48 醒日是归时 阅读(5368) 评论(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 醒日是归时 阅读(9297) 评论(0) 推荐(3)
摘要: 报错: 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 醒日是归时 阅读(1348) 评论(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 醒日是归时 阅读(856) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 19 下一页