上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 68 下一页
摘要: fluent 实现多服务器之间的图片集中管理 通过inotify自动检测,避免定时任务不实时 简化服务能力,历史代码 和 S3的ak sk限制 避免多桶的分割 集中管理防止误删除,集中管理只读 预算管理,可以对历史 和 冷数据分开处理 防止盗链 大数据大模型的训练数据特征数据集中处理 插件使用 fl 阅读全文
posted @ 2024-08-02 23:19 vx_guanchaoguo0 阅读(21) 评论(0) 推荐(0)
摘要: 华为云 obssdk 不兼容pyton3.12 "HTTPSConnection.__init__() got an unexpected keyword argument 'check_hostname'" 更换python 3.10 恢复 阅读全文
posted @ 2024-08-02 12:53 vx_guanchaoguo0 阅读(107) 评论(0) 推荐(0)
摘要: 逆向脚本 target_app="/Users/voidm/Applications/GoLand.app" rewrite_file="$(pwd)/../out/production/java_dev/com/jetbrains/ls/responses/License.class" rewri 阅读全文
posted @ 2024-08-02 10:02 vx_guanchaoguo0 阅读(16) 评论(0) 推荐(0)
摘要: docker 网站被禁处理办法 sudo curl -fsSL https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc sudo chmod a+r /etc/apt/keyring 阅读全文
posted @ 2024-08-01 15:33 vx_guanchaoguo0 阅读(30) 评论(0) 推荐(0)
摘要: 出现如下错误 无论什么命令都是如此 删除缓存记录即可 sudo rm -rf /etc/apt/apt.conf.d/20snapd.conf 阅读全文
posted @ 2024-08-01 14:10 vx_guanchaoguo0 阅读(97) 评论(0) 推荐(0)
摘要: 开启 hypver-v 开启功能 dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart 查看wsl poweershell wsl --list --online 阅读全文
posted @ 2024-07-31 14:34 vx_guanchaoguo0 阅读(43) 评论(0) 推荐(0)
摘要: 在主类开始任务 package com.sugon.dataexchangeplatform; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.Sprin 阅读全文
posted @ 2024-07-31 14:28 vx_guanchaoguo0 阅读(18) 评论(0) 推荐(0)
摘要: 定义一个密码文件 mysql 不接受管道标准输入 echo -e "[client]\nuser=root\npassword=<my_password>" >> /etc/mysql/my.cnf cat <<EOF > /etc/mysql/my.cnf [client] user=root p 阅读全文
posted @ 2024-07-31 11:49 vx_guanchaoguo0 阅读(7) 评论(0) 推荐(0)
摘要: 同步模式 from rocketmq.client import PushConsumer, ConsumeStatus import time def callback(msg): print(msg.id, msg.body, msg.get_property('property')) retu 阅读全文
posted @ 2024-07-31 10:37 vx_guanchaoguo0 阅读(252) 评论(0) 推荐(0)
摘要: 内存 按照进程统计 yum install ps_mem 查看cpu yum install htop 查看进程 yum install psutil 分析python 程序 pip install py-spy -i http://mirrors.aliyun.com/pypi/simple/ - 阅读全文
posted @ 2024-07-31 09:29 vx_guanchaoguo0 阅读(14) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 68 下一页