-
Blog.Core .Net Core 权限管理应用
文档地址:http://apk.neters.club/.doc/guide 2022-04-13 使用宝塔面板搭建该应用。 要点: 如果改用MySQL数据库,需要使用数据库root账户,不需要事先创建数据库,根据连接字符串的Database会自动创建数据库并填充初始数据。 使用Blog.Core.Publish.bat 创建出PublishFile之后将文件复制到宝塔wwwroot下新建的文件夹…- 58
- 0
-
C# 解决 “请求被中止: 未能创建 SSL/TLS 安全通道”的问题
在网络操作前添加这一句代码即可解决问题 System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; 该句代码设置由 ServicePointManager 对象管理的 ServicePoint 对象使用 SecurityProtocolType.Tls12 安全协议。 详情参见C#官方:https://…- 317
- 0
-
C# 绑定数据源后无法取出数据
XAML DataGrid控件 <DataGrid x:Name="dataGrid" AutoGenerateColumns="False" HorizontalAlignment="Left" Height="172" Margin="10,59,0,-166" VerticalAlign…- 156
- 0
-
c# indexof 查找不区分大小写
方法1 string str="AbcdEFG"; str.IndexOf("abc", StringComparison.OrdinalIgnoreCase); 方法2 字符串的 IndexOf 方法是对大小写敏感的.幸运的是,这个Globalization 命名空间下包含CompareInfo类,它包含一个对大小写不敏感的 IndexOf 方法. 例如:…- 218
- 0
-
-
ListView 绑定 List<> 使双边修改同步
<XALM> ListView代码段 <ListView x:Name="listViewAuthority" HorizontalAlignment="Left" Height="164" Margin="36,43,0,0" VerticalAlignment="Top" Wi…- 97
- 0
-
C# 错误栈溢出异常(StackOverflowException)
private string _invoice; public string Invoice { get { if (string.IsNullOrEmpty(_invoice)==false && _s != "NULL") { return Invoice; } else { return null; } } set { if (value.Length &…- 149
- 0
幸运之星正在降临...
点击领取今天的签到奖励!
恭喜!您今天获得了{{mission.data.mission.credit}}积分
我的优惠劵
-
€优惠劵使用时效:无法使用使用时效:
之前
使用时效:永久有效优惠劵ID:×
没有优惠劵可用!