11 2023 档案
摘要:1.IIS部署,访问接口时报异常:“对某本地文件的访问被拒绝”。 原因:Windows 帐户权限过低。参考文档 解决方案:将网站的应用程序池标识修改为LocalSystem(具有高特权且有权访问网络资源的受信任帐户) 2.POST请求,postman回参正常,程序回参不一致。如下: postman回
阅读全文
摘要:1. Xaml标记实现和代码隐藏 查看代码 <Window x:Class="WpfApp1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.m
阅读全文