Maui Blazor 中文社区 QQ群:645660665

随笔分类 -  Blazor / Blazor Hybrid

摘要: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 阅读(846) 评论(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 阅读(589) 评论(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 阅读(768) 评论(0) 推荐(2) 编辑
摘要:### 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 阅读(1102) 评论(6) 推荐(3) 编辑
摘要:## 首先参考官方文档做好前期工作 https://learn.microsoft.com/zh-cn/dotnet/maui/ios/deployment/publish-app-store?tabs=vs ## 设为Relase存档发布 ![](https://img2023.cnblogs.c 阅读全文
posted @ 2023-07-18 02:14 AlexChow 阅读(231) 评论(0) 推荐(0) 编辑
摘要:A connection was successfully established with the server, but then an error occurred during the pre-login handshake. **设法用证书和 IP 地址解决它。** 1. 使用 power 阅读全文
posted @ 2023-06-19 09:23 AlexChow 阅读(118) 评论(0) 推荐(1) 编辑
摘要:话不多说,直接上代码 1. 添加服务类, 完整代码比较长,放到文章最后 ``` public interface ICookie { public Task RemoveValue(string key); public Task SetValue(string key, string value, 阅读全文
posted @ 2023-06-08 19:11 AlexChow 阅读(170) 评论(0) 推荐(0) 编辑
摘要:最近组件库更新比较频繁,有些同学感觉有点迷茫,就着今天刚上了张老板一节课立马撸个新的上手教程回馈社区, ;-> 1.新建工程b18QuickStartv757,将项目添加到解决方案中 dotnet new blazorserver -o b18QuickStartv757 dotnet sln ad 阅读全文
posted @ 2023-04-27 02:04 AlexChow 阅读(1574) 评论(0) 推荐(1) 编辑
摘要:如何在 Maui Blazor 使用 BlazorWebView 像本机浏览器一样下载文件?总结: Windows 和 Android 可以实现, ios/mac 使用的是 WKWebView , 目前只研究了一下拦截 blazorWebView.UrlLoading 的 urlLoadingEventArgs.Url 阅读全文
posted @ 2023-03-10 04:40 AlexChow 阅读(1022) 评论(0) 推荐(0) 编辑
摘要:Bootstrap Blazor Viewer 图片浏览器 组件更新支持流转图片(ImageFromStream), 用于本地项目例如 MAUI Blazor,Blazor hybrid 阅读全文
posted @ 2023-01-27 23:47 AlexChow 阅读(1337) 评论(0) 推荐(2) 编辑
摘要:Blazor Pdf Reader PDF阅读器 组件 更新Blazor Pdf Reader PDF阅读器 组件 https://www.nuget.org/packages/BootstrapBlazor.PdfReader#readme-body-tab 示例: https://www.blazor.zone/PdfReaders https://bl 阅读全文
posted @ 2023-01-25 23:55 AlexChow 阅读(718) 评论(3) 推荐(0) 编辑
摘要:各个版本发布文件尝鲜 https://bt.freepos.es:8086/down/JsCnbIT3JuHg BlazorLinux Demo 放到github了 截图 https://github.com/densen2014/BlazorMaui/blob/master/Screenshot/ 阅读全文
posted @ 2022-12-31 20:02 AlexChow 阅读(771) 评论(0) 推荐(0) 编辑
摘要:我们知道浏览器模式下 Blazor 可以使用 F12 打开开发工具,调试js查看页面元素,那当 Maui Blazor 提示烦人的 an unhandled error has occurred 该怎么进行调试呢? 1. VS 运行工程于 Debug 模式下,只要 BlazorWebview 控件处 阅读全文
posted @ 2022-12-16 23:48 AlexChow 阅读(1017) 评论(4) 推荐(1) 编辑
摘要:下载固定版本,解压到例如 c:\wb2 目录 https://developer.microsoft.com/zh-cn/microsoft-edge/webview2/#download-section 这里翻译有问题,其实是固定版本(Fixed), 194MB. winform或者wpf //设 阅读全文
posted @ 2022-12-15 10:10 AlexChow 阅读(1414) 评论(0) 推荐(0) 编辑
摘要:###Win7 运行 net7 Blazor wpf 条件 1. win7 sp1 2. Microsoft Visual C++ 可再发行程序包 14.2 MB [vc_redist](https://download.microsoft.com/download/0/6/4/064F84EA-D 阅读全文
posted @ 2022-12-06 01:25 AlexChow 阅读(3746) 评论(10) 推荐(1) 编辑
摘要:MAUI Blazor (Windows) App 动态设置窗口标题原文链接 [https://www.cnblogs.com/densen2014/p/16950996.html] 接着上一篇"如何为面向 Windows 的 MAUI Blazor 应用程序设置窗口标题?" Tips: 总所周知,MAUI 除了 Windows App 其他平台窗口是没有 Titl 阅读全文
posted @ 2022-12-04 22:12 AlexChow 阅读(1018) 评论(2) 推荐(3) 编辑
摘要:MAUI 多平台环境路径测试笔记MAUI/MAUI Blazor/Blazor Hybrid 环境路径测试笔记 (Android/iOS/Windows/SSR/PWA/WinForm/Wpf) 测试代码 Tools服务类多平台实现 MAUI public string CacheDirectory() => FileSystem 阅读全文
posted @ 2022-11-16 19:34 AlexChow 阅读(259) 评论(0) 推荐(0) 编辑
摘要:**.NET MAUI 目前仅允许发布 MSIX 包。** 原文地址 创建签名证书发布到本地传送门 https://www.cnblogs.com/densen2014/p/16567384.html ### 使用 Visual Studio 2022 发布到 Windows 应用商店 **由于是发 阅读全文
posted @ 2022-11-13 04:48 AlexChow 阅读(1474) 评论(2) 推荐(10) 编辑
摘要:BootstrapBlazor 6.11.7 在 maui blazor android 报错临时解决方案,引用工程源码 把文件 src\BootstrapBlazor\wwwroot\modules\base\index.js 里面的 const MAX_UID = 1_000_000 改为 co 阅读全文
posted @ 2022-10-14 20:26 AlexChow 阅读(291) 评论(0) 推荐(0) 编辑
摘要:谷歌地图之类的api要在 maui 里面使用, 需要授权0.0.0.0的IP 实际上本机webview启动的是 https://0.0.0.0 https://0.0.0.0/_framework/blazor.webview.js 阅读全文
posted @ 2022-10-13 08:35 AlexChow 阅读(190) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示