First of all your SharePoint server should be added to Microsoft online safe sender list, so that SharePoint server can connect and deliver emails to Microsoft Exchange online. SharePoint by default is configured to send Email over port 25 (default S…
Tomcat Clustering - A Step By Step Guide Apache Tomcat is a great performer on its own, but if you're expecting more traffic as your site expands, or are thinking about the best way to provide high availability, you'll be happy to know that Tomcat al…
Note: There is no need to install Jenkins on the slave machine. On your master machine go to Manage Jenkins > Manage Nodes. New Node --> Enter Node Name. Select Dumb Slave --> Press OK. Fill out the following: Set a number of executors (one or mo…
Note: There is no need to install Jenkins on the slave machine. On your master machine go to Manage Jenkins > Manage Nodes. New Node --> Enter Node Name. Select Dumb Slave --> Press OK. Fill out the following: Set a number of executors (one or mo…
Step by Step Process of Migrating non-CDBs and PDBs Using ASM for File Storage (Doc ID 1576755.1) APPLIES TO: Oracle Database - Enterprise Edition - Version 11.2.0.3 and laterInformation in this document applies to any platform. PURPOSE To assist wit…
翻译自 Mohamad Lawand 2021年1月19日的文章 <Asp.Net Core 5 Rest API Step by Step> [1] 在本文中,我们将创建一个简单的 Asp.Net Core REST API Todo 应用程序,在其中我们可以添加.编辑.删除和查看待办事项,并且将使用 SQLite 来存储数据. 你也可以在 YouTube 上观看完整的视频[2],还可以下载源代码[3]. 这是 API 开发系列的第一部分,后面还有: Part 2:Asp.Net Core…
翻译自 Mohamad Lawand 2021年1月22日的文章 <Asp Net Core 5 Rest API Authentication with JWT Step by Step> [1] 在本文中,我将向您展示如何向我们的 Asp.Net Core REST API 添加 JWT 身份验证. 我们将介绍的主题包含注册.登录功能以及如何使用 JWT (Json Web Tokens)[2]和 Bearer 身份验证. 你也可以在 YouTube 上观看完整的视频[3],还可以下载源代…
翻译自 Mohamad Lawand 2021年1月25日的文章 <Refresh JWT with Refresh Tokens in Asp Net Core 5 Rest API Step by Step> [1] 在本文中,我将向您演示如何在 Asp.Net Core REST API 中将 Refresh Token 添加到 JWT 身份验证. 我们将覆盖的一些主题包含:Refresh Token.一些新的 Endpoints 功能和 JWT(JSON Web Token). 你也可…