08 2022 档案

摘要:效果图 主页面zyjkDetection.cshtml @using Health.Model @using Health.Repository; @* For more information on enabling MVC for empty projects, visit https://go 阅读全文
posted @ 2022-08-26 16:55 hao_1234_1234 阅读(97) 评论(0) 推荐(0) 编辑
摘要:https://docs.microsoft.com/zh-cn/aspnet/core/performance/response-compression?view=aspnetcore-6.0 var builder = WebApplication.CreateBuilder(args); bu 阅读全文
posted @ 2022-08-26 16:25 hao_1234_1234 阅读(314) 评论(0) 推荐(0) 编辑
摘要:原文链接:https://blog.csdn.net/a1720119024/article/details/90732860/ 生成的sql举例: create unique nonclustered index IX_ZybwhysClass_Name on T_ZybwhysClass (Na 阅读全文
posted @ 2022-08-26 14:57 hao_1234_1234 阅读(154) 评论(0) 推荐(0) 编辑
摘要:来源:https://blog.csdn.net/beautifulsarah/article/details/53489065 法二: int[] ia = {1,2,3}; int id = Array.IndexOf(ia,value); if(id 1) 不存在 else 存在 法一: st 阅读全文
posted @ 2022-08-24 14:28 hao_1234_1234 阅读(922) 评论(0) 推荐(0) 编辑
摘要:转载来源:https://www.xp.cn/b.php/85755.html using System.Text; namespace DotNet.Utilities { public class PinYin { public string GetFirstLetter(string hz) 阅读全文
posted @ 2022-08-16 11:20 hao_1234_1234 阅读(1741) 评论(0) 推荐(0) 编辑
摘要:1官方文档 https://docs.devexpress.com/DevExtremeAspNetMvc/400706/concepts/localization 2在哪配置:在自动生成的布局页( _DevExtremeLayout.cshtml ) 3怎么配置:加入以下代码,dev页面就会翻译成 阅读全文
posted @ 2022-08-05 11:32 hao_1234_1234 阅读(761) 评论(2) 推荐(0) 编辑
摘要:官方文档:https://docs.devexpress.com/AspNetCore/401026/devextreme-based-controls/get-started/configure-a-visual-studio-project#complete-the-project-config 阅读全文
posted @ 2022-08-01 09:36 hao_1234_1234 阅读(326) 评论(0) 推荐(0) 编辑

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