240 发简信
IP属地:上海
  • 用python实现记录windows的键盘输入

    编写 keylogger.py 转换成功后,你会在 dist 文件夹中找到生成的 keylogger.exe。双击运行后,脚本将会在后台运行而不...

  • 2024-01-29

    | 1 | 8040 || 2 | 19360 || 3 | 4939 || 4 | 4229 || 5 ...

  • git 无法访问github

    1、查看git是否有代理, 2、如果没有,看机器的代理参数把这个参数加到git config中运行

  • ubuntu apt-get update change mirror

    https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/[https://mirrors.tuna.t...

  • MacBook M2 上使用Docker mysql8.0.22

    一、下载的以下版本的mysql 二、启动docker我是要关闭大小写敏感的,所以在启动前就要加下--lower-case-table-names...

  • cuda11->12

    pip uninstall nvidia-cuda-nvrtc-cu11 nvidia-cuda-runtime-cu11 nvidia-cud...

  • ChatGLM多GPU加载lora模型

    2GPU 3070跑Lora训后的模型一直报CUDA:out of memory调整以下代码解决 以下是web_demo.py的内容