会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
G月月鸟
博客园
首页
新随笔
联系
订阅
管理
2025年6月12日
unity 属性合集
摘要: 二、常用修饰符 在Unity中,属性修饰符可以用于控制序列化行为、编辑器显示和其他功能。以下是一些常用的Unity属性修饰符及其含义: [HideInInspector] 此属性修饰符可以隐藏一个字段或属性,使其在Inspector窗口中不可见。 [Range(min, max)] 限制一个数值字段
阅读全文
posted @ 2025-06-12 14:10 G月月鸟
阅读(5)
评论(0)
推荐(0)
2025年5月18日
Tensorflow GPU 安装
摘要: conda 创建环境 python=3.10 版本 打开 anaconda powershell 激活环境 conda activate 环境名输入指令 conda install -c conda-forge cudatoolkit=11.2 cudnn=8.1.0 -y 输入指令 pip ins
阅读全文
posted @ 2025-05-18 18:25 G月月鸟
阅读(15)
评论(0)
推荐(0)
2025年4月13日
win11 共享文件设置
摘要:
阅读全文
posted @ 2025-04-13 17:26 G月月鸟
阅读(4)
评论(0)
推荐(0)
2024年4月8日
cad 矩形 输入 宽高 画矩形
摘要: 1.输入 rec 2.鼠标点击要画的位置 3. 输入 d 4. 输入空格 5.输入 宽 6.输入空格 7. 输入 高
阅读全文
posted @ 2024-04-08 14:53 G月月鸟
阅读(30)
评论(0)
推荐(0)
2023年11月15日
c# 直接读取 json 数据
摘要: using Newtonsoft.Json.Linq;using System;using System.IO; class Program{ static void Main() { string json = File.ReadAllText("data.json"); // 从文件中读取JSO
阅读全文
posted @ 2023-11-15 10:53 G月月鸟
阅读(2043)
评论(0)
推荐(0)
2023年10月20日
Anaconda 安装py 第三方包
摘要: 命令行安装方法 打开 Anaconda Prompt 第二步:创建一个干净的 Conda 环境 你可以命名这个环境为 reactor,Python 版本推荐 3.10 conda create -n reactor python=3.10 -y 输入 conda activate 环境名 激活环境
阅读全文
posted @ 2023-10-20 14:53 G月月鸟
阅读(52)
评论(0)
推荐(0)
2023年5月16日
unity 安卓 中文路径打包
摘要: 安卓文件夹下 gradleTemplate 文件 添加 代码 android.overridePathCheck=true 打包发布
阅读全文
posted @ 2023-05-16 16:20 G月月鸟
阅读(47)
评论(0)
推荐(0)
2023年4月6日
查看系统占用的端口 程序
摘要: netstat -obna cmd 命令 查找端口占用
阅读全文
posted @ 2023-04-06 10:26 G月月鸟
阅读(13)
评论(0)
推荐(0)
2022年4月2日
mediapipe 打包exe 加入库
摘要: 安装打包插件 pyinstaller 控制台安装 pip install pyinstaller 控制台 快捷键 alt+f12 解释器第三方库 镜像地址 https://pypi.tuna.tsinghua.edu.cn/simple/ http://pypi.douban.com/simple/
阅读全文
posted @ 2022-04-02 14:54 G月月鸟
阅读(436)
评论(0)
推荐(0)
2021年9月30日
win10 无密码远程桌面
摘要:
阅读全文
posted @ 2021-09-30 23:33 G月月鸟
阅读(336)
评论(0)
推荐(0)
下一页
公告