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 阅读(205) 评论(0) 推荐(0) 编辑

2023年11月8日

debian安装redis

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

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

2023年11月7日

查看服务名是什么

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

posted @ 2023-11-07 18:36 yaolunhui 阅读(6) 评论(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 阅读(236) 评论(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 阅读(16) 评论(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 阅读(44) 评论(0) 推荐(0) 编辑

2023年10月25日

unity打包 android

摘要: 第一种:手动 把没有的包 都放入 C:\Program Files\Unity\Hub\Editor\2022.3.3f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Tools\gradle\lib 第二种: 修改 镜像url C:\Program Fi 阅读全文

posted @ 2023-10-25 10:29 yaolunhui 阅读(39) 评论(0) 推荐(0) 编辑

2023年9月2日

docker-compose 增加端口,不重新创建容器

摘要: version: '3.3' services: debian: image: debian:10 ports: - 2226:22 - 8083:8083 volumes: - app_data:/path/to/app_data command: tail -f /dev/null volume 阅读全文

posted @ 2023-09-02 11:24 yaolunhui 阅读(69) 评论(0) 推荐(0) 编辑

2023年8月14日

内网穿透工具 frps

摘要: 下载 linux 服务器的 软件,跳板 https://github.com/fatedier/frp/releases 选择linux amd内核的gz软件 解压缩到 linux 服务器,修改 frps.ini,设置配置信息 [common]bind_port = 7000dashboard_po 阅读全文

posted @ 2023-08-14 13:28 yaolunhui 阅读(42) 评论(0) 推荐(0) 编辑

2023年8月11日

WebStorm 这么创建 webpack项目

摘要: 在 WebStorm 中创建一个基于 webpack 的项目需要执行以下步骤: 1.打开 WebStorm,选择 "Create New Project" 或 "New Project"(取决于 WebStorm 版本)。2.在 "New Project" 对话框中,选择 "Empty Projec 阅读全文

posted @ 2023-08-11 23:01 yaolunhui 阅读(144) 评论(0) 推荐(1) 编辑

导航