上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: 一、HTTP 错误 403.14 - Forbidden HTTP 错误 403.14 - Forbidden,Web 服务器被配置为不列出此目录的内容。 解决方案:修改程序池.NET Framework版本,改为4.0即可。 二、HTTP错误500.19-Internal Server Error 阅读全文
posted @ 2018-11-29 13:57 ice.ko 阅读(821) 评论(6) 推荐(0) 编辑
摘要: 介绍 RabbitMQ 是一个消息中间件:它接收并转发消息。您可以把它想象为一个邮局:当您把需要寄出的邮件投递到邮箱,邮差最终会把邮件送给您的收件人。在这个比喻中,RabbitMQ 就是一个邮箱,也可以理解成邮局和邮递员。 RabbitMQ 和邮局的主要区别在于它不处理纸张,而是接收、存储和转发二进 阅读全文
posted @ 2018-11-26 17:43 ice.ko 阅读(502) 评论(0) 推荐(0) 编辑
摘要: 源码地址:https://github.com/YANGKANG01/Spring-Boot-Demo 代码生成操作 在pom.xml文件中引入以下包: 在Application.java启动类目录下新建类CodeGenerator.java(代码生成器),内容如下: 生成后的项目结构: 基础使用 阅读全文
posted @ 2018-10-22 17:13 ice.ko 阅读(4892) 评论(0) 推荐(2) 编辑
摘要: 修改launch.json文件中的console属性internalConsole(内部控制台)修改为externalTerminal(外部控制台)即可正常获取输入信息,代码如下: 阅读全文
posted @ 2018-10-22 11:35 ice.ko 阅读(5338) 评论(0) 推荐(2) 编辑
摘要: 源码地址:https://github.com/YANGKANG01/Spring-Boot-Demo 安装扩展 安装如下两个主要扩展即可,这两个扩展已关联java项目开发主要使用的maven、springboot等所需要的扩展。 开始步骤: 在 Visual Studio Code 中打开扩展视图 阅读全文
posted @ 2018-10-19 14:15 ice.ko 阅读(168077) 评论(13) 推荐(55) 编辑
摘要: 后台运行详情:https://www.cnblogs.com/little-ant/p/3952424.html 查看端口、查找等命令 参考:http://blog.csdn.net/wjcquking/article/details/45293167 更新系统 :yum update 报错信息如下 阅读全文
posted @ 2018-08-16 17:38 ice.ko 阅读(372) 评论(0) 推荐(0) 编辑
摘要: IdentityServer官方提供web页面,可以根据需求修改样式。具体UI下载跟配置参考官网文档。 文档地址:https://identityserver4.readthedocs.io/en/release/quickstarts/3_interactive_login.html 使用UI登录 阅读全文
posted @ 2018-08-15 15:49 ice.ko 阅读(6438) 评论(0) 推荐(3) 编辑
摘要: Identity Server 4 预备知识 -- OpenID Connect 简介: 原文地址 阅读全文
posted @ 2018-08-14 14:10 ice.ko 阅读(589) 评论(0) 推荐(0) 编辑
摘要: 原文地址 Identity Server 4是IdentityServer的最新版本,它是流行的OpenID Connect和OAuth Framework for .NET,为ASP.NET Core和.NET Core进行了更新和重新设计。在本文中,我们将快速了解IdentityServer 4 阅读全文
posted @ 2018-08-10 17:30 ice.ko 阅读(4440) 评论(0) 推荐(2) 编辑
摘要: 官网接口详解文档地址:文档地址 (PS:可通过接口名称搜索相应接口信息。) 源码地址:https://github.com/YANGKANG01/IdentityServer4-IdentityAuth 一、修改服务端 1、修改Startup文件源码如下: namespace Server { pu 阅读全文
posted @ 2018-08-08 14:43 ice.ko 阅读(1726) 评论(2) 推荐(4) 编辑
上一页 1 2 3 4 5 6 ··· 9 下一页