Maui Blazor 中文社区 QQ群:645660665
1 2 3 4 5 ··· 16 下一页
摘要: 1. a56爆大奖在线娱乐处理键盘按键 <Bootstrap Blazorclass="table-toolbar-search" placeholder="@SearchPlaceholderText" @onkeyup="OnSearchKeyUp" @bind-Value="@SearchText"> </B 阅读全文
posted @ 2023-12-10 20:10 AlexChow 阅读(1183) 评论(2) 推荐(0) 编辑
摘要: 1. 提示未打开25端口 填写申请单: https://support.console.aws.amazon.com/support/contacts#/rdns-limits 一般10分钟就有人回复邮件了, 然后你再回复邮件确认申请. 等个把小时最多,就有下一封邮件, 你再回复邮件计划,每天100 阅读全文
posted @ 2024-07-06 23:28 AlexChow 阅读(1) 评论(0) 推荐(0) 编辑
摘要: Blazor 逐键搜索并动态反馈到url 源码 前言: 今天打开了 spotify 网页版找歌, 突然发现这个功能很抓眼球,于是试试blazor能不能模仿一下. (博客园传gif貌似有条例,gif自己点击链接查看吧) 1. 节省时间,直接用模板开搞 新建项目,使用 Bootstrap Blazor 阅读全文
posted @ 2024-07-05 20:13 AlexChow 阅读(48) 评论(1) 推荐(2) 编辑
摘要: sudo apt update && sudo apt upgrade -y 提示 报错 E: The repository ‘http://xxx Release‘ does not have a Release file. 编辑文件 /etc/apt/sources.list, 添加下面代码保存 阅读全文
posted @ 2024-07-04 07:43 AlexChow 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 一般来说,获取执行程序集的位置,您可以调用: var executableDirectory = System.Reflection.Assembly.GetExecutingAssembly().Location; 如果发布为单个文件, 会提示如下警告 warning IL3000: 'Syste 阅读全文
posted @ 2024-07-02 06:42 AlexChow 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 原文 https://blog.csdn.net/weixin_44070058/article/details/123093978 删除 mui.min.js 里的这行代码 d.contains(c)&&(d.remove(c),setTimeout(function(){window.scrol 阅读全文
posted @ 2024-06-22 03:02 AlexChow 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 翻看了好多日志, 最终发现这几行 Jun 8 00:59:21 vps-274006-mix NetworkManager[855]: <info> [1717801161.0426] manager: sleep: sleep requested (sleeping: no enabled: ye 阅读全文
posted @ 2024-06-21 03:18 AlexChow 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 2024/6/11 晴 前一天都是好的,突然就出现题目的问题了,尝试了各种方法 清理浏览器缓存 隐私模式 使用chorome, 使用edge 使用win11沙盒里面的edge 搞得人很崩溃,恰好又遇到其他组件需要调试,一直没定位到问题. 直到今天 2024/6/20 终于解决了. 缩小了范围后,发现 阅读全文
posted @ 2024-06-21 02:59 AlexChow 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 简单调用本机功能,例如打印,获取硬件信息,获取本机用户名,拦截JS功能,拦截错误信息等等.. 废话不多说先来截图 使用 JsBridge JsBridge不科普了,同学们自行百度一下 BlazorWebView.cs using Microsoft.AspNetCore.Components.Web 阅读全文
posted @ 2024-06-09 05:00 AlexChow 阅读(257) 评论(0) 推荐(1) 编辑
摘要: 显示 Sep 15 06:36:09 mail2 rsyslogd: action 'action-0-builtin:omfile' suspended (module 'builtin:omfile'), retry 0. There should be messages before this 阅读全文
posted @ 2024-06-08 04:06 AlexChow 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 群里有些同学询问怎么实现定时刷新界面, 那咱们写点试试看能不能达到需求. 代码比较简单, 就是Task每秒刷新页面. 然后封装为组件实现只局部刷新. Demo TimerAme.razor <p>@Label @DateTime.Now.ToLongTimeString()</p> TimerAme 阅读全文
posted @ 2024-05-16 07:20 AlexChow 阅读(1053) 评论(0) 推荐(1) 编辑
1 2 3 4 5 ··· 16 下一页