Maui Blazor 中文社区 QQ群:645660665

合集-AI 实战

摘要:最近AI很火,咱也尝试一下由浅入深探索一下 Github Copilot 的能力和底限. 环境是 Windows11 + Microsoft Visual Studio Enterprise 2022 (64 位) - Current 版本 17.13.7 + VS内置的 Github Copilo 阅读全文
posted @ 2025-05-27 01:05 AlexChow 阅读(2449) 评论(0) 推荐(5)
摘要:源码 https://github.com/densen2014/Blazor100/tree/master/AI/MiOcr 点击图片区域不需要选择图片 要移除“点击图片区域选择图片”的功能,只需删除或注释掉 ImageBorder_MouseLeftButtonUp 方法及其在 XAML 中的事 阅读全文
posted @ 2025-05-27 01:16 AlexChow 阅读(1806) 评论(0) 推荐(0)
摘要:源码 https://github.com/densen2014/Blazor100/tree/master/AI/MiOcr 添加一个屏幕截图功能,显示截图起始点,结束点,截图区域,按键ESC取消截图 这里AI就比较中规中矩,很快就能得到我要的功能了.下面只简单贴一下代码 ScreenCaptur 阅读全文
posted @ 2025-05-27 21:22 AlexChow 阅读(2218) 评论(0) 推荐(2)
摘要:开源地址 源码g01Gobang demo https://game.app1.es 用blazor auto发布的 1. 创建 Blazor web工程,选Auto 2. 打开 GitHub Copilot 窗口,输入提示词 使用 Blazor 编一个五子棋游戏 3.复制代码测试 为了方便调试, 阅读全文
posted @ 2025-10-03 19:59 AlexChow 阅读(3776) 评论(0) 推荐(2)