2024年10月16日

blender笔记

摘要: 按 s 缩放,缩放中按 x,y,z可以 这个方向上缩放。 阅读全文

posted @ 2024-10-16 13:19 yaolunhui 阅读(5) 评论(0) 推荐(0) 编辑

2024年10月5日

unity笔记

摘要: 按住v键,移动模型可以自动贴合目标。 sprite设置tield可以重复显示,用于地图背景制作。 lookat可以让摄像头或者人物朝向对方。 阅读全文

posted @ 2024-10-05 17:46 yaolunhui 阅读(4) 评论(0) 推荐(0) 编辑

2024年7月22日

debian修改成阿里云源

摘要: /etc/apt/sources.listdeb https://mirrors.aliyun.com/debian/ bullseye main non-free contrib deb-src https://mirrors.aliyun.com/debian/ bullseye main no 阅读全文

posted @ 2024-07-22 11:46 yaolunhui 阅读(82) 评论(0) 推荐(0) 编辑

2024年6月2日

centos搭建 squid

摘要: 1.安装 sudo yum install squid 2.备份 sudo cp /etc/squid/squid.conf /etc/squid/squid.conf.bak 3.设置用户和组 sudo touch /etc/squid/passwordssudo chown squid:squi 阅读全文

posted @ 2024-06-02 22:56 yaolunhui 阅读(7) 评论(0) 推荐(0) 编辑

2023年11月29日

spine 3.8.75 导出到unity

摘要: 下载spine-unity 运行库 spine-unity-3.8-2021.unitypackage http://zh.esotericsoftware.com/spine-unity-download/?eqid=97a447270004c44a0000000564268a63 1. 导出文件 阅读全文

posted @ 2023-11-29 20:28 yaolunhui 阅读(450) 评论(0) 推荐(0) 编辑

2023年11月8日

debian安装redis

摘要: sudo apt-get install redis-server sudo apt-get install php-redis 阅读全文

posted @ 2023-11-08 11:46 yaolunhui 阅读(29) 评论(0) 推荐(0) 编辑

2023年11月7日

查看服务名是什么

摘要: docker-compose config --services 然后就可以 docker-compose exec xxx bash 进入环境了 阅读全文

posted @ 2023-11-07 18:35 yaolunhui 阅读(11) 评论(0) 推荐(0) 编辑

2023年10月31日

linux 安装 python3.10

摘要: apt update apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev wget cu 阅读全文

posted @ 2023-10-31 19:52 yaolunhui 阅读(780) 评论(0) 推荐(0) 编辑

2023年10月28日

docker容器成为新镜像

摘要: docker ps 打开终端并运行以下命令,以获取你要创建新镜像的容器的ID。 使用 docker commit 命令创建新镜像: docker commit <container-id> <new-image-name> docker commit d47ae73c6ded chatdb-ai 验 阅读全文

posted @ 2023-10-28 09:18 yaolunhui 阅读(24) 评论(0) 推荐(0) 编辑

pytorch:1.12-gpu-py39-cu113-ubuntu20.04

摘要: docker-compose 安装 unbuntu 20.04 version: '3' services: ubuntu2004: image: ubuntu:20.04 ports: - '2256:22' - '3356:3306' - '8058:80' volumes: - my-volu 阅读全文

posted @ 2023-10-28 08:02 yaolunhui 阅读(75) 评论(0) 推荐(0) 编辑

导航