This article demonstrates how to install the Jenkins server in Ubuntu 20.04.
How to build Rest Service with Spring Boot - A Step by Step Tutorial for Beginner - 3
In this series of , we will show you how to access the database in Spring Boot, and this time we will go deeper and standardize the format of the data returned by the Restful service interface.
Swift Language Tutorial for Beginner 9 - Function
In Swift Language Tutorial for Beginner 8 - Set, we understand the use of collection types in Swift, and now let’s take a look at the function in Swift - Function.
Setup Git Server in Synology NAS
Configuring the version management service in the NAS at home can greatly facilitate the daily work of the SOHO family. This article demonstrates how to configure the git server service in a Synology nas
Swift Language Tutorial for Beginner 8 - Set
In Swift Language Tutorial for Beginner 7 - Dictionary, we understand the use of dictionary types in Swift, and now let’s take a look at collection types in Swift - Set.
Config the basic authentication for Web Station of Synology NAS
Using synology NAS’s Web Station suite, we can quickly and easily configure a Web site in the NAS, but if we want to configure a simple user authentication feature for that site, Web Station doesn’t provide a ready-made setup method. This article demonstrates how to resolve this issue - configuring simple user authentication for static Web sites in synology nas.
Swift Language Tutorial for Beginner 7 - Dictionary
In Swift Language Tutorial for Beginner 6 - Array, we’ve seen the use of list types in Swift, and now let’s look at dictionary types in Swift - Dictionary。
Swift Language Tutorial for Beginner 6 - Array
In Swift Language Tutorial for Beginner 5 - Optional, we’ve seen the use of optional type in Swift, and now let’s take a look at collection types - Array(list) in Swift
Swift Language Tutorial for Beginner 5 - Optional
In Swift Language Tutorial for Beginner 4 - Tuple, we look at the tuple type in Swift, and this time we’ll learn about another special optional data in Swift - optional.
Swift Language Tutorial for Beginner 4 - Tuple
In Swift Language Tutorial for Beginner 3 - Control statements, we look at the control statements in Swift, and this time we’ll learn about a special data types in Swift - tuples.