上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 29 下一页
摘要: 应用程序池 >高级设置 >加载用户配置文件设置为True 阅读全文
posted @ 2019-07-03 17:07 星星c# 阅读(2571) 评论(2) 推荐(0) 编辑
摘要: 续上篇 二、API资源端 1、新建项目 ApiReSource 用来存放需要被保护的API,如下图 2、引用nuget里的 IdentityServer4.AccessTokenValidation类库 3、新增一个Controller名叫 TestController 内容如下: 4、修改Star 阅读全文
posted @ 2019-06-19 20:20 星星c# 阅读(1122) 评论(0) 推荐(0) 编辑
摘要: 目录 一、认证服务端 二、API资源端 三、调用客户端 详细步骤 一、认证服务端 1、新建一个名为“CertifiedCenter”的 asp.net core web应用程序,如下图 2、添加IdentityServer4的2个引用 IdentityServer4 和 IdentityServer 阅读全文
posted @ 2019-06-19 19:40 星星c# 阅读(2446) 评论(0) 推荐(0) 编辑
摘要: var httpClient = new HttpClient(); var disco = httpClient.GetDiscoveryDocumentAsync(new DiscoveryDocumentRequest { Address = "http://localhost:5000", Policy = { RequireHttps=false } }).Result; if (dis 阅读全文
posted @ 2019-06-19 17:38 星星c# 阅读(2842) 评论(2) 推荐(2) 编辑
摘要: 阅读全文
posted @ 2019-06-18 17:06 星星c# 阅读(649) 评论(0) 推荐(0) 编辑
摘要: 第一步:在Window.Resources里定义右键菜单 <Window.Resources> <ContextMenu x:Key="ContextMenu"> <MenuItem Name="NewFile" Header="新建文件夹"/> <Separator></Separator> <M 阅读全文
posted @ 2019-06-12 11:16 星星c# 阅读(4209) 评论(0) 推荐(1) 编辑
摘要: Window.GetWindow(this).Close(); 阅读全文
posted @ 2019-06-04 15:09 星星c# 阅读(749) 评论(0) 推荐(0) 编辑
摘要: 1、建解决方案(本示使用的是 framework4.0)如图: 2、添加 System.Data.SQLite引用 如图: 3、制作sqlite数据库文件 使用的是navcat 建立一张Employee表 4、把新建的数据库文件起名为:TestSQLite 然后拷贝到程序的bin/Debug里,如图 阅读全文
posted @ 2019-05-31 10:15 星星c# 阅读(1598) 评论(0) 推荐(1) 编辑
摘要: 第一步:建立一个模版文件,如下: <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/200 阅读全文
posted @ 2019-05-25 11:00 星星c# 阅读(695) 评论(0) 推荐(0) 编辑
摘要: 原始效果图如下: 如何去掉红线部分的边距? 答: padding margin 都不起作用 需要使用如下方式: 注意上面红色标注部分 阅读全文
posted @ 2019-05-22 00:54 星星c# 阅读(566) 评论(1) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 29 下一页