background picture of the home page

Hi,Friend

查看redis日志

1.修改redis.config文件 # 开启日志 loglevel debug 2. 开启日志 2.1 RedisSion客户端 logback.xml <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">

thumbnail of the cover of the post

ai model

1.自创模型和以现有模型开始训练区别 1. 训练时间和资源消耗 自己创建一个模型: 优点:如果你有足够的领域知识,并且数据较为简单,自己从头训练模型可能会让你完全掌控训练过程,能够针对特定任务做最优化。

thumbnail of the cover of the post

python web框架选择

1.FastAPI FastAPI 的最大优势之一是其 性能。FastAPI 是基于 Starlette 和 Pydantic 构建的,采用了 异步编程(asyncio)和 类型注解,因此在处理高并发请求时的性能非常高。它能够在大多数场景下提供接近 Node.js 或 Go 的性能。 FastAPI

thumbnail of the cover of the post

python -> web3 转账

1.安装web3 包 pip install web3 2.代码 目录结构 bsc_usdt_abi.json [{ "inputs": [], "payable": false, "stateMutability": "non

thumbnail of the cover of the post

安装 fasttext 出错

报错内容为: '(glm)'C:\Users\EucliwoodHellsycthe>pip install fasttext Looking in indexes: https://mirrors.aliyun.com/pypi/simple Collecting fasttext Using

thumbnail of the cover of the post

GLM

1.安装python conda create -n glm python=3.8 2.进入conda 环境安装 torch pip install torch==2.1.0+cu121 torchvision==0.16.0+cu121 torchaudio==2.1.0+cu121 --inde

thumbnail of the cover of the post