摘要: 1.输入 rec 2.鼠标点击要画的位置 3. 输入 d 4. 输入空格 5.输入 宽 6.输入空格 7. 输入 高 阅读全文
posted @ 2024-04-08 14:53 G月月鸟 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 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月月鸟 阅读(1358) 评论(0) 推荐(0) 编辑
摘要: 命令行安装方法 打开 Anaconda Prompt 输入 conda activate 环境名 激活环境 输入 pip install 包名 阅读全文
posted @ 2023-10-20 14:52 G月月鸟 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 安卓文件夹下 gradleTemplate 文件 添加 代码 android.overridePathCheck=true 打包发布 阅读全文
posted @ 2023-05-16 16:20 G月月鸟 阅读(29) 评论(0) 推荐(0) 编辑
摘要: netstat -obna cmd 命令 查找端口占用 阅读全文
posted @ 2023-04-06 10:26 G月月鸟 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 安装打包插件 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月月鸟 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-09-30 23:33 G月月鸟 阅读(280) 评论(0) 推荐(0) 编辑
摘要: [DllImport("user32.dll", EntryPoint = "ShowCursor", CharSet = CharSet.Auto)] public extern static void ShowCursor(int status); //显示鼠标 ShowCursor(1); / 阅读全文
posted @ 2021-09-24 10:11 G月月鸟 阅读(349) 评论(0) 推荐(0) 编辑
摘要: class SystemUtil { [StructLayout(LayoutKind.Sequential, Pack = 1)] internal struct TokPriv1Luid { public int Count; public long Luid; public int Attr; 阅读全文
posted @ 2021-09-24 10:10 G月月鸟 阅读(161) 评论(0) 推荐(0) 编辑
摘要: using System.Collections.Generic; using UnityEngine; using System.Drawing; using System.Drawing.Imaging; using UnityEngine.UI; public class DongTu : M 阅读全文
posted @ 2021-07-26 12:27 G月月鸟 阅读(290) 评论(0) 推荐(0) 编辑