Maui Blazor 中文社区 QQ群:645660665
摘要: 在Linux下运行gui程序,咱也是第一次做,属于是瞎子过河乱摸一通,写得有什么不对和可以优化的地方,希望各位看官斧正斧正. 1. 下载烧录器 https://www.raspberrypi.com/software/ 我选择的是Raspbian 64位系统,并配置好ssh账号密码,wifi,以便启 阅读全文
posted @ 2023-09-16 05:34 AlexChow 阅读(332) 评论(0) 推荐(3) 编辑
摘要: 在Linux下运行gui程序,咱也是第一次做,属于是瞎子过河乱摸一通,写得有什么不对和可以优化的地方,希望各位看官斧正斧正. 1. 下载烧录器 https://www.raspberrypi.com/software/ 我选择的是Raspbian 64位系统,并配置好ssh账号密码,wifi,以便启 阅读全文
posted @ 2023-09-16 05:34 AlexChow 阅读(332) 评论(0) 推荐(3) 编辑
摘要: [原始字符串文本](https://learn.microsoft.com/zh-cn/dotnet/csharp/programming-guide/strings/#raw-string-literals?WT.mc_id=DT-MVP-5005078) 从 C# 11 开始,可以使用原始字符串 阅读全文
posted @ 2023-09-02 12:58 AlexChow 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 1.安装wsl2 2.安装chrome 3.中文字体 ``` sudo apt-get install fonts-arphic-ukai fonts-arphic-uming fonts-ipafont-mincho fonts-ipafont-gothic fonts-unfonts-core 阅读全文
posted @ 2023-08-28 01:42 AlexChow 阅读(43) 评论(0) 推荐(0) 编辑
摘要: ### 1. 建立工程 bh006_NFC_tag [源码 https://github.com/densen2014/BlazorHybrid/tree/master/bh100days/bh006_NFC_tag?WT.mc_id=DT-MVP-5005078](https://github.c 阅读全文
posted @ 2023-08-25 19:24 AlexChow 阅读(69) 评论(0) 推荐(2) 编辑
摘要: ### 1.新建工程 [源码](https://github.com/densen2014/Blazor100/tree/master/b18ValidateForm?WT.mc_id=DT-MVP-5005078) 新建工程b18ValidateForm,使用 nuget.org 进行 Boots 阅读全文
posted @ 2023-08-25 15:56 AlexChow 阅读(103) 评论(0) 推荐(1) 编辑
摘要: bh004- Blazor hybrid / Maui 使用 BootstrapBlazor UI 库快速教程 ### 1. 建立工程 bh004_BootstrapBlazorUI [源码](https://github.com/densen2014/BlazorHybrid/tree/master/bh100days/bh004_BootstrapBlazorUI?WT.mc_id=DT-MVP-5005 阅读全文
posted @ 2023-08-24 00:06 AlexChow 阅读(69) 评论(0) 推荐(1) 编辑
摘要: bh003- Blazor hybrid / Maui 使用蓝牙BLE快速教程 ### 1. 建立工程 bh003_ble [源码 https://github.com/densen2014/BlazorHybrid/tree/master/bh100days/bh003_ble?WT.mc_id=DT-MVP-5005078](https://github.com/dense 阅读全文
posted @ 2023-08-23 00:16 AlexChow 阅读(114) 评论(3) 推荐(1) 编辑
摘要: ### 接上篇 [bh002- Blazor hybrid / Maui 保存设置快速教程](https://www.cnblogs.com/densen2014/p/17647378.html) [源码](https://github.com/densen2014/BlazorHybrid/tre 阅读全文
posted @ 2023-08-22 00:03 AlexChow 阅读(112) 评论(0) 推荐(3) 编辑
摘要: ### 1. 建立工程 bh002_ORM [源码](https://github.com/densen2014/BlazorHybrid/tree/master/bh100days/bh002_ORM?WT.mc_id=DT-MVP-5005078) ### 2. 添加 nuget 包 ``` ` 阅读全文
posted @ 2023-08-21 23:45 AlexChow 阅读(88) 评论(0) 推荐(1) 编辑
摘要: ### 1. 建立工程 bh001_camera_barcode [源码](https://github.com/densen2014/BlazorHybrid/tree/master/bh100days/bh001_camera_barcode?WT.mc_id=DT-MVP-5005078) # 阅读全文
posted @ 2023-08-17 23:35 AlexChow 阅读(160) 评论(6) 推荐(3) 编辑