logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

RabbitMQ集群部署方案及配置指南08--电商业务延迟队列定制化方案

print(f"✅ 促销调度成功: {promotion_id}, 开始时间: {start_time}, 延迟: {delay_ms}ms")print(f"✅ 连接到RabbitMQ: {host_info['host']}:{host_info['port']}")print(f"订单 {message['order_id']} 重试 {retry_count},延迟 {retry_dela

#rabbitmq#大数据#分布式
Windows 系统安装 Claude Code 完整教程

✅先装 Git- 这是前提条件✅用 PowerShell 安装- 以管理员身份运行✅配置 PATH- 让系统能找到claude命令✅重启终端- 让 PATH 配置生效✅记住命令名是claude- 不是按照本教程,整个安装过程大约需要10-15 分钟。

#windows
国内如何安装和使用 Claude Code镜像教程 - Windows 用户篇

WSL(Windows Subsyetem for Linux,适用于 Linux 的 Windows 子系统),是 Microsoft 公司于 2016 年在 Windows 10 平台发布的一项功能,其使得用户可以在 Windows 操作系统上运行 ELF 格式的 Linux 可执行文件。

#windows
centos7 安装jenkins

登录完成会提示安装插件,选择非推荐的插件 少选几个 ,先让系统启动起来,安装插件是一个漫长的过程,等安装完成之后 修改一下 插件的路径为 国内的,下载速度会变快。# 或者改为使用/usr/share/jenkins/等标准位置 /usr/local/jdk-17/bin/java 要用绝对路径。PIDFile=/var/run/jenkins/jenkins.pid# 修复2:PID文件目录需要存

#jenkins#运维
mysql8.4.6 LTS 主从架构搭建

rw-r--r--17155 3141581416460 7月12 00:33 mysql-router-8.4.6-linux-glibc2.17-x86_64.tar.xz。-rw-r--r--17155 31415 452460516 7月12 00:51 mysql-test-8.4.6-linux-glibc2.17-x86_64.tar.xz。SHOW REPLICA STATUS\G

#架构#adb#mysql
gitlab runner 安装

https://packages.gitlab.com/runner/gitlab-runner/packages/el/7/gitlab-runner-17.8.5-1.x86_64.rpm访问以下路径之后 拷贝页面上的脚本。来自: https://packages.gitlab.com/runner/gitlab-runner/gpgkey。网址:https://gitlab.com/gitl

#gitlab
centos7 离线安装mysql8.4.6 并实现主从架构

选择对应的版本,例如 Red Hat Enterprise Linux 7 / Oracle Linux 7 (x86, 64-bit) 的 RPM Bundle (mysql-8.0.*-el7.x86_64.rpm-bundle.tar)。MASTER_LOG_FILE='mysql-bin.000001', -- 替换为主库 SHOW MASTER STATUS 查到的 File。-- 创建

#centos#mysql#架构
连接mysql时报错:Public Key Retrieval is not allowed(不允许公钥检索)

解决办法::连接设置——驱动属性——allowPublicKeyRetrieval=false(这里的运输公钥检索是默认关闭的,需要把它开启),改为allowPublicKeyRetrieval=true。

文章图片
#mysql
gitlab 在centos7 下的安装和基本使用

gitlab_rails['initial_root_password‘] = "#wa23456" # 确保root密码已设置。vim /etc/gitlab/gitlab.rb的这个配置项external_url修改为自己的ip地址或者域名。gitlab_rails['gitlab_signin_enabled'] = true # 保持登录功能开启。在文件中,找到以 gitlab_rails

#gitlab
gitlab 在centos7 下的安装和基本使用

gitlab_rails['initial_root_password‘] = "#wa23456" # 确保root密码已设置。vim /etc/gitlab/gitlab.rb的这个配置项external_url修改为自己的ip地址或者域名。gitlab_rails['gitlab_signin_enabled'] = true # 保持登录功能开启。在文件中,找到以 gitlab_rails

#gitlab
    共 13 条
  • 1
  • 2
  • 请选择