相关文章
The signing key‘s size is 136 bits which is not secure enough for the HS256 algorithm. The JWT JWA S
今天在用JWT的时候发现报了这个错误
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Sun Feb 07 15:30:44 CST 2021
There was an unexpected error (typeInternal Server Error, status500).
The s…
建站知识
2024/12/3 6:45:03
k8s pod configmap挂载外部配置文件
1. 创建configmap
# nginx-vue-router.conf
server {listen 80;listen [::]:80;server_name localhost;#access_log /var/log/nginx/host.access.log main;location / {root /usr/share/nginx/html;index index.html index.htm;# 适配vue-routertry_files $uri $…
建站知识
2024/12/3 6:48:49
k8s zookeeper 问题解决:UnknownHostException: zk-2.zk-hs.default.svc.cluster.local
报错信息:
Cannot open channel to 3 at election address
UnknownHostException: zk-2.zk-hs.default.svc.cluster.local 解决思路:
配置文件$ ZOOKEEPER_HOME / conf / zoo.cfg,每个机器IP设置为“0.0.0.0”,如下所示&#…
建站知识
2024/12/3 6:43:11
FPGA EMMC HS400模式verilog驱动开发
背景 前期Emmc驱动最高支持到HS200,整体的性能还有待提高,本次考虑将模式升级到HS400模式,理论最快读写速度可达400MB/S
HS400特性如下:
1.切换过程
相对之前的设计,考虑增加一个读取设备类型的操作: …
建站知识
2024/12/3 6:23:44
scanf_s 用法
今天,我在使用scanf_s编写C语言程序,因为是在visual stidio 2013 只能使用建立C程序,再将后缀名改成.c来实现。 ANSI中的的scanf(),在读取时不检查边界,可能会造成内存访问越界,例如分配了5字节的空间但是读…
建站知识
2024/12/3 6:46:45
USB HS-PHY眼图调试
1 USB2 PHY AFE 1.1 USB 2.0 FS PHY github ultraembedded / core_usb_fs_phy NOP USB transceiver for all USB transceiver which are either built-in into USB IP or which are mostly autonomous. 1.2 电阻参数 USB host端:D和D-各接一个15kΩ的下拉电阻&#…
建站知识
2024/11/4 16:34:18
解决k8s访问报anonymous cannot get path的问题
k8s图形界面登录报错如下
{"kind": "Status","apiVersion": "v1","metadata": {},"status": "Failure","message": "forbidden: User \"system:anonymous\" cannot get path…
建站知识
2024/10/9 21:37:37
k8s部署kafka集群
前言
环境:centos 7.9 k8s集群、zookeeper集群
本篇将在k8s中部署kafka集群,kafka依赖zookeeper集群,zookeeper集群我们已经搭建好了,可以参考https://blog.csdn.net/MssGuo/article/details/127773132
制作对应版本的kafka镜像…
建站知识
2024/11/28 0:53:57