本文分类:news发布日期:2025/1/16 3:39:11
相关文章
vue3+elementPlus pc和小程序ai聊天文生图
websocket封装可以看上一篇文章
//pc端
<template><div class"common-layout theme-white"><el-container><el-aside><div class"title-box"><span>AI Chat</span></div><div class"chat-list&…
建站知识
2025/1/8 22:42:48
自动化测试——selenium工具(web自动化测试)
1、自动化测试 优点:通过自动化测试有效减少人力的投入,同时提高了测试的质量和效率。 也用于回归测试。随着版本越来越多,版本回归的压力越来越大,仅仅通过人工测试 来回归所以的版本肯定是不现实的,所以…
建站知识
2025/1/13 6:33:24
解决ssh: connect to host github.com port 22: Connection timed out
当连接 GitHub 时无法连接到 22 端口时,可以尝试将端口更换为 443
首先,尝试使用以下命令从 GitHub 克隆仓库:
$ git clone gitgithub.com:xxxxx/xxxx.git my-awesome-proj如果出现以下错误信息:
Cloning into my-awesome-proj…
建站知识
2025/1/10 13:40:44
STM32与FPGA实现以太网功能--ping
方案:
①stm32与88E6320的一个RMII接口连接,实现网管功能。
②FPGA与88E6320的另一个RMII接口连接,使用UDP实现业务数据传输。
③stm32与FPGA中MAC地址不同,但是IP使用相同
结果:
1、在局域网点对点通信正常。
2…
建站知识
2025/1/11 17:03:08
Prometheus配置与管理
1 配置文件
Prometheus通过命令行和配置文件进行配置,命令行配置不能修改的系统参数(例如存储位置,要保留在磁盘和内存中的数据量等),但配置文件定义了与抓取作业及其实例相关的所有内容,以及哪些规则文件…
建站知识
2024/12/29 19:49:09
手写rpc和redis
rpc框架搭建 consumer 消费者应用 provider 提供的服务 Provider-common 公共类模块 rpc 架构 service-Registration 服务发现 nacos nacos配置中心 load-balancing 负载均衡 redis-trench 手写redis实现和链接
package com.trench.protocol;import com.trench.enumUtil.Redis…
建站知识
2025/1/1 5:58:16