摘要: nexus3重置密码(docker版) 阅读全文
posted @ 2024-02-02 15:21 AmbitiousMice 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 1.开原地址:https://github.com/openai/whisper https://github.com/guillaumekln/faster-whisper 2.使用场景:语音转文字 3.api封装: import os import uvicorn from fastapi im 阅读全文
posted @ 2023-06-27 12:00 AmbitiousMice 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 1.开源地址:https://huggingface.co/Helsinki-NLP/opus-mt-zh-en 2.使用场景:中译英,多模型场景的中英转换 3.API封装 import uvicorn from fastapi import FastAPI from loguru import l 阅读全文
posted @ 2023-06-27 11:40 AmbitiousMice 阅读(947) 评论(0) 推荐(0) 编辑
摘要: 1.开源地址:https://github.com/shibing624/text2vec 2.使用场景:文本相似度计算,文本转指令 3.API封装: import uvicorn from fastapi import FastAPI from loguru import logger from 阅读全文
posted @ 2023-06-27 11:28 AmbitiousMice 阅读(1750) 评论(0) 推荐(0) 编辑
摘要: 出现这个错误的原因是:找不到你的设备(启动盘) 网上很多人说ls |grep sdb查找自己的设备 然而你的设备可能是sdc开头的 所以不准确,建议用一下操作找自己的设备(启动盘) 操作步骤: 1.在进入装机页面时(install页面)按e键进行修改, 将vmlinuz initrd=initrd. 阅读全文
posted @ 2023-01-15 16:13 AmbitiousMice 阅读(629) 评论(0) 推荐(0) 编辑
摘要: 第一种用法: 加天数 select adddate(now(),1) //加1天第二种用法: 加毫秒、秒、分、时、天、周、月、季、年 select adddate(now(), interval 1 microsecond) //加1毫秒select adddate(now(), interval 阅读全文
posted @ 2022-10-10 16:20 AmbitiousMice 阅读(5817) 评论(0) 推荐(0) 编辑
摘要: NGINX限流配置 摘自:https://docs.nginx.com/nginx/admin-guide/security-controls/controlling-access-proxied-http/ 介绍 使用 NGINX 和 NGINX Plus,可以限制: 每个键值的连接数(例如,每个 阅读全文
posted @ 2022-05-18 17:54 AmbitiousMice 阅读(891) 评论(0) 推荐(1) 编辑
摘要: centos设置固定ip 1.查看网段 ifconfig 2.修改 vi /etc/sysconfig/network-scripts/ifcfg-enp3s0TYPE=EthernetPROXY_METHOD=noneBROWSER_ONLY=noBOOTPROTO=staticDEFROUTE= 阅读全文
posted @ 2022-03-07 19:00 AmbitiousMice 阅读(2589) 评论(0) 推荐(0) 编辑
摘要: 一、iptables防火墙1、基本操作 # 查看防火墙状态 service iptables status # 停止防火墙 service iptables stop # 启动防火墙 service iptables start # 重启防火墙 service iptables restart # 阅读全文
posted @ 2022-02-24 21:50 AmbitiousMice 阅读(2121) 评论(0) 推荐(0) 编辑
摘要: 需要开高科技才能打开 https://zh.hk1lib.org/ 阅读全文
posted @ 2022-01-25 11:15 AmbitiousMice 阅读(374) 评论(0) 推荐(0) 编辑