background picture of the home page

Hi,Friend

技术宅拯救世界~

python -> web3 转账

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

thumbnail of the cover of the post

Windows 创建符号链接

方法 1:使用命令行(mklink 命令) Windows 提供了 mklink 命令来创建符号链接。操作步骤如下: 打开 命令提示符(CMD) 或 Windows PowerShell: CMD:以管理员身份运行。 PowerShell:确保有管理员权限(可以右键单击图标选择“以管理员身份运行”)

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

显卡未识别 or CUDA 未识别

1.查看CUDA支持最高版本 在显卡驱动正常安装的情况下,输入下面命令可以查看CUDA支持的最高版本 nvidia-smi 从这里可以看到当前显卡最高CUDA支持版本为12.1 2.安装CUDA NVID

thumbnail of the cover of the post

java 集成 google 第三方登录

1.配置SecurityConfiguration /** * login 模块的 Security 配置 */ @Configuration("authSecurityConfiguration") @Slf4j public class SecurityConfiguration {

thumbnail of the cover of the post