Maui Blazor 中文社区 QQ群:645660665
上一页 1 2 3 4 5 6 7 ··· 15 下一页
摘要: 提示 .well-known/openid-configuration 404 错误, 原因是策略冲突了. 配置里面改一下, 一键申请SSL证书验证目录相关设置 节点改为如下 #一键申请SSL证书验证目录相关设置 location ~ \.well-known\acme-challenge{ all 阅读全文
posted @ 2024-01-11 09:56 AlexChow 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 需求,新做了个app, 使用的是maui blazor技术,里面用了渐变背景,在默认启用SafeArea情况下,底部背景很突兀 由于现版本maui在SafeArea有点bug,官方教程的<ContentPage SafeArea=false不生效,于是要用以下代码hack一下 Microsoft.M 阅读全文
posted @ 2024-01-04 07:36 AlexChow 阅读(82) 评论(1) 推荐(0) 编辑
摘要: 0. 我想在blazor模仿app实现触摸返回,下拉刷新 ... 现在用 blazor 做 app (blazor hybird) 和支持手机浏览页面越来越多, net8 也推出了一个webapp auto模式,可谓是极大的利好, 2024 让auto流行起来, 😃 配套源码 demo https 阅读全文
posted @ 2023-12-20 08:10 AlexChow 阅读(2327) 评论(0) 推荐(0) 编辑
摘要: 好长时间没继续写这个系列博客了, 不知道大家还记得我吗? 话不多说,直接开撸. 配套源码 demo https://blazor.app1.es/b19LongPressButton 1. 新建 net8 blazor 工程 b19LongPressButton 至于用什么模式大家各取所需, 我创建 阅读全文
posted @ 2023-12-20 06:27 AlexChow 阅读(2618) 评论(2) 推荐(5) 编辑
摘要: Windwos Server 2012 自带的端口转发工具的命令 添加: netsh interface portproxy add v4tov4 listenaddress=* listenport=1300 connectaddress=xxx.xxx.xxx.xxx connectport=5 阅读全文
posted @ 2023-12-14 18:54 AlexChow 阅读(55) 评论(0) 推荐(0) 编辑
摘要: yum update yum install wget tar make gcc perl pcre-devel zlib-devel wget https://www.openssl.org/source/openssl-1.1.1l.tar.gz tar zxvf openssl-1.1.1l. 阅读全文
posted @ 2023-12-14 18:52 AlexChow 阅读(560) 评论(0) 推荐(0) 编辑
摘要: 1. 文本处理键盘按键 <Bootstrap Blazorclass="table-toolbar-search" placeholder="@SearchPlaceholderText" @onkeyup="OnSearchKeyUp" @bind-Value="@SearchText"> </B 阅读全文
posted @ 2023-12-10 20:10 AlexChow 阅读(919) 评论(2) 推荐(0) 编辑
摘要: 技术栈 Blazor WebApp Global Webapi BootstrapBlazor FreeSql ORM 先放工程链接 WebAppCrud 预览 草稿 阅读全文
posted @ 2023-12-02 01:32 AlexChow 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 文本到时间条件的转换 前端输入 1253-3 , 后台提示"varchar 数据类型到 datetime 数据类型的转换产生一个超出范围的值" 经查询, mssql 【datetime】数据类型:最大是9999年12 月31日,最小是1753年1月1日 所以要拼接限制一下, 只是 if (val.T 阅读全文
posted @ 2023-12-01 06:40 AlexChow 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 最近.net8 blazor auto大火, 我也玩了一下,发现ssr能用的代码 MD5 类在wasm是没法用的. 于是搜索了一下互联网,找到了一份代码,分享给大家. 我找到的帖子作者原话: 代码不是我的,但我确实稍微修改了它以使其与 System.Security.Cryptography.MD5 阅读全文
posted @ 2023-11-25 14:01 AlexChow 阅读(2211) 评论(0) 推荐(1) 编辑
上一页 1 2 3 4 5 6 7 ··· 15 下一页