Judging from the .netCore open source project, eShopOnContainers’ deployment is cross-platform and can be deployed on linux and docker. When running it on linux, you can also write some integrated small scripts. This is what WeChat engineers do. We provide a SH script to deploy the release plan#!/bin/bash declare -a projectList=( '../src/Services/Catalog/Catalog.API' '../src/Services/Basket/Basket.API' '../src/Services/Ordering/Ordering.API'
1. Some summary of Sh scripts in Linux
##Introduction: From the perspective of the .netCore open source project, eShopOnContainers, its deployment is cross-platform and can be deployed on linux and docker. When running it on linux, you can also write some integrated small scripts. This is WeChat engineers provide us with a SH script to deploy and publish the plan
2. .NetCore implements detailed example of uploading multiple files
Introduction: This chapter shares with you an example of uploading files using .NetCore's MVC framework. The main contents include: form submission and upload, ajax upload, Ajax submission + upload progress effect, Task parallel processing + ajax submission + upload progress, are very helpful to everyone. Interested friends can follow the editor to learn together
[Related Q&A recommendations] :
The above is the detailed content of Detailed introduction to .netcore. For more information, please follow other related articles on the PHP Chinese website!