好物分享
-
Setup Hybrid Azure Active Directory Join For Managed Domains
After you configured your on-prem domain (Local AD DS) to sync with Azure Active Directory (AAD), next step is to get your clients to choose which o…… -
Azure File Shares Storage Operation Notes
Azure Files offers fully managed file shares in the cloud that are accessible via the industry standard Server Message Block (SMB) protoc…… -
Azure Blob Container Storage Operation Notes
This post is to show you the methods to access your Azure Blob storages, especially under Windows. You will be able to use NFS 3.0 protocol to…… -
Azure Storage Studying Notes
Azure Storage is a Microsoft-managed cloud service that provides storage that is highly available, secure, durable, scalable and redundant. Whether …… -
Quickest and Easiest Way to Install Mac OS into Windows VMWare Workstation
Mac OS is a proprietary operating system that runs on Apple Macs. There are now many techniques you can use to install macOS on your Intel PC (Hacki…… -
Setup Hybrid Azure Active Directory Join For Managed Domains
After you configured your on-prem domain (Local AD DS) to sync with Azure Active Directory (AAD), next step is to get your clients to choose which o…… -
Azure File Shares Storage Operation Notes
Azure Files offers fully managed file shares in the cloud that are accessible via the industry standard Server Message Block (SMB) protoc…… -
【golang基础】数组的使用
数组的定义 type NumStruct struct { min int value int max int } var Number = [2]NumStruct{ NumStruct{ 1, …… -
(Paddle)1.PaddleDetection环境搭建测试
最近用PaddleDetection 2.2 搭建了初步目标检测,进行简单记录 1.准备好Anaconda环境,官网下载 conda安装完成后,cmd可直接进行conda指令操作 2.环境配置 (1…… -