Maui Blazor 中文社区 QQ群:645660665

12 2023 档案

摘要:0. 我想在blazor模仿app实现触摸返回,下拉刷新 ... 现在用 blazor 做 app (blazor hybird) 和支持手机浏览页面越来越多, net8 也推出了一个webapp auto模式,可谓是极大的利好, 2024 让auto流行起来, 😃 配套源码 demo https 阅读全文
posted @ 2023-12-20 08:10 AlexChow 阅读(2494) 评论(0) 推荐(1) 编辑
摘要:好长时间没继续写这个系列博客了, 不知道大家还记得我吗? 话不多说,直接开撸. 配套源码 demo https://blazor.app1.es/b19LongPressButton 1. 新建 net8 blazor 工程 b19LongPressButton 至于用什么模式大家各取所需, 我创建 阅读全文
posted @ 2023-12-20 06:27 AlexChow 阅读(2741) 评论(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 阅读(86) 评论(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 阅读(1148) 评论(0) 推荐(0) 编辑
摘要:1. 文本处理键盘按键 <Bootstrap Blazorclass="table-toolbar-search" placeholder="@SearchPlaceholderText" @onkeyup="OnSearchKeyUp" @bind-Value="@SearchText"> </B 阅读全文
posted @ 2023-12-10 20:10 AlexChow 阅读(1474) 评论(2) 推荐(1) 编辑
摘要:技术栈 Blazor WebApp Global Webapi BootstrapBlazor FreeSql ORM 先放工程链接 WebAppCrud 预览 草稿 阅读全文
posted @ 2023-12-02 01:32 AlexChow 阅读(359) 评论(0) 推荐(0) 编辑
摘要:文本到时间条件的转换 前端输入 1253-3 , 后台提示"varchar 数据类型到 datetime 数据类型的转换产生一个超出范围的值" 经查询, mssql 【datetime】数据类型:最大是9999年12 月31日,最小是1753年1月1日 所以要拼接限制一下, 只是 if (val.T 阅读全文
posted @ 2023-12-01 06:40 AlexChow 阅读(70) 评论(0) 推荐(0) 编辑

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