摘要: 问题: centos7服务器使用nvm或n安装的16以后的高版本node,均会出现以下问题 解决 1.升级gcc与make # 升级GCC(默认为4 升级为8) yum install -y centos-release-scl bison yum install -y devtoolset-8-g 阅读全文
posted @ 2024-04-26 14:00 六月OvO 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 安装 # 添加 NodeSource 的 RPM 存储库 curl -sL https://rpm.nodesource.com/setup_12.x | sudo bash - # 安装 Node.js 和 NPM sudo yum install -y nodejs 常用切换版本命令 n # 安 阅读全文
posted @ 2024-04-26 13:47 六月OvO 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 通义千问 “我在做什么事情的时候遇到了什么困难” “我对某件事不太明白”等方面开始讲起, openai 情绪:描述你当前的情绪状态,比如焦虑、沮丧、挫败感等。 情况:简要概括你面临的问题或困境,包括相关背景信息。 目标:你希望解决问题后达到的状态或目标。 障碍:可能阻碍你达成目标的障碍或困难。 资源 阅读全文
posted @ 2024-04-22 17:03 六月OvO 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2024.cnblogs.com/blog/2073213/202403/2073213-20240314152807807-421369607.png) ![](https://img2024.cnblogs.com/blog/2073213/202403/2073213-20240314152954048-1409129714.png) ![](https://i 阅读全文
posted @ 2024-03-14 15:57 六月OvO 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 阿里云 AccessKey ID LTAI5tKTyBQnUaGDF5KgRz2u AccessKey Secret ono9ZPQSgTvNR0XTa9x6VrNGxv5G69 华为云 Access Key Id HENH3FFG84TRTWTOADFI Secret Access Key Shr 阅读全文
posted @ 2023-12-29 14:41 六月OvO 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 1.查看 [root@iZbp1c5gb7kyc8hketev60Z modules]# yum list php73* |grep phalcon 2.安装 [root@iZbp1c5gb7kyc8hketev60Z modules]# yum install -y php73-php-phalc 阅读全文
posted @ 2023-12-07 14:14 六月OvO 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 1、安装依赖 yum install glibc* -y 2、下载并设置权限 wget https://github.com/zhboner/realm/releases/download/v2.4.5/realm-x86_64-unknown-linux-musl.tar.gz tar -xvf 阅读全文
posted @ 2023-11-20 11:15 六月OvO 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 公司:上海佐疆科技有限公司 打家避个雷 原因:拖欠最后一个月工资没发 注意:有一年追诉期,过了就无法仲裁了 **切记** 带身份证 带身份证 带身份证 ###1.先到劳动仲裁大队(浦建路1619号),进去里面有个二维码,先扫码填写,预约。 ![](https://img2023.cnblogs.co 阅读全文
posted @ 2023-08-25 14:18 六月OvO 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 备份记录 ```bash #!/usr/bin/env bash srcUrl="10.2.67.244:9400" dstUrl="10.2.38.201:9400" # Get all indices indices_file=/opt/dump/indices curl -XGET "http 阅读全文
posted @ 2023-08-17 14:11 六月OvO 阅读(19) 评论(0) 推荐(0) 编辑
摘要: pipeline { agent{ label 'hw' } environment { VERSION = sh(script: "echo `date '+%Y%m%d%H%M%S'`", returnStdout: true).trim() } stages { stage('克隆代码'){ 阅读全文
posted @ 2023-04-25 11:38 六月OvO 阅读(64) 评论(0) 推荐(0) 编辑