最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

MinIO分布式文件存儲(chǔ)(從入門(mén)到飛翔)

 更新時(shí)間:2025年03月07日 14:37:40   作者:m0_74825656  
MinIO是一款高性能的分布式對(duì)象存儲(chǔ)系統(tǒng),兼容Amazon S3協(xié)議,具有輕量級(jí)、易部署、高可用和可擴(kuò)展性等優(yōu)勢(shì),它通過(guò)糾刪碼技術(shù)實(shí)現(xiàn)數(shù)據(jù)冗余與高容錯(cuò)性,適用于私有云存儲(chǔ)、大數(shù)據(jù)分析和靜態(tài)資源托管等場(chǎng)景,本文介紹MinIO分布式文件存儲(chǔ)的相關(guān)知識(shí),感興趣的朋友一起看看吧

MinIO簡(jiǎn)介與核心優(yōu)勢(shì)

MinIO是一款高性能的分布式對(duì)象存儲(chǔ)系統(tǒng),專為云原生環(huán)境設(shè)計(jì),兼容Amazon S3協(xié)議。其核心優(yōu)勢(shì)在于輕量級(jí)、易部署、高可用以及可擴(kuò)展性。無(wú)論是單機(jī)測(cè)試環(huán)境,還是多節(jié)點(diǎn)分布式集群,MinIO都能通過(guò)**糾刪碼(Erasure Coding)**技術(shù)實(shí)現(xiàn)數(shù)據(jù)冗余與高容錯(cuò)性,確保數(shù)據(jù)持久化。對(duì)于開(kāi)發(fā)者而言,MinIO可作為私有云存儲(chǔ)、大數(shù)據(jù)分析存儲(chǔ)層或靜態(tài)資源托管服務(wù)的理想選擇。

0、前言

對(duì)象存儲(chǔ)是一種數(shù)據(jù)存儲(chǔ)架構(gòu),設(shè)計(jì)用于管理和處理大量非結(jié)構(gòu)化數(shù)據(jù)。與傳統(tǒng)的文件存儲(chǔ)和塊存儲(chǔ)不同,對(duì)象存儲(chǔ)通過(guò)將數(shù)據(jù)分解為離散的、獨(dú)立的單元或“對(duì)象”來(lái)存儲(chǔ)每個(gè)對(duì)象包含數(shù)據(jù)本身、相關(guān)的元數(shù)據(jù)和一個(gè)唯一的標(biāo)識(shí)符。

對(duì)象存儲(chǔ)對(duì)比:

存儲(chǔ)方式

優(yōu)點(diǎn)

缺點(diǎn)

服務(wù)器磁盤(pán)

開(kāi)發(fā)便捷,成本低

擴(kuò)展困難

分布式文件系統(tǒng)

容易實(shí)現(xiàn)擴(kuò)容

復(fù)雜度高

第三方存儲(chǔ)

開(kāi)發(fā)簡(jiǎn)單,功能強(qiáng)大,免維護(hù)

收費(fèi)

1、分布式文件系統(tǒng)

分布式文件系統(tǒng)(Distributed File System, DFS)是一種文件系統(tǒng),它使文件可以跨越多個(gè)服務(wù)器或存儲(chǔ)設(shè)備存儲(chǔ)和訪問(wèn)。DFS 通過(guò)網(wǎng)絡(luò)將多個(gè)存儲(chǔ)資源組合成一個(gè)統(tǒng)一的文件系統(tǒng),使用戶和應(yīng)用程序可以像訪問(wèn)本地文件一樣透明地訪問(wèn)遠(yuǎn)程文件。

分布式文件系統(tǒng)的關(guān)鍵特性:

  • 透明性:用戶和應(yīng)用程序可以像訪問(wèn)本地文件一樣訪問(wèn)遠(yuǎn)程文件,感受不到底層的復(fù)雜性。
  • 高可用性:通過(guò)復(fù)制和冗余機(jī)制,確保即使某些節(jié)點(diǎn)或硬件發(fā)生故障,數(shù)據(jù)仍然可用。
  • 可擴(kuò)展性:能夠處理隨著數(shù)據(jù)量和用戶數(shù)增加而增長(zhǎng)的需求。
  • 容錯(cuò)性:通過(guò)數(shù)據(jù)冗余和錯(cuò)誤檢測(cè)機(jī)制,保證系統(tǒng)能繼續(xù)運(yùn)行,即使發(fā)生部分硬件或網(wǎng)絡(luò)故障。
  • 性能:通過(guò)分布式架構(gòu),能夠有效地處理大量并發(fā)訪問(wèn)請(qǐng)求。

2、MinIO 介紹

MinIO 是一個(gè)高性能的分布式對(duì)象存儲(chǔ)系統(tǒng),兼容 Amazon S3 云存儲(chǔ)服務(wù),Min10基于Apache License v2.0開(kāi)源協(xié)議的對(duì)象存儲(chǔ)服務(wù),可以做為云存儲(chǔ)的解決方案用來(lái)保存海量的圖片,視頻,文檔。它專為大規(guī)模存儲(chǔ)基礎(chǔ)設(shè)施設(shè)計(jì),能夠高效地存儲(chǔ)海量非結(jié)構(gòu)化數(shù)據(jù),如圖片、視頻、日志文件等。MinIO 提供了一組簡(jiǎn)單的 API,用戶可以方便地進(jìn)行數(shù)據(jù)存儲(chǔ)和管理。

image-20240613201643613

官方文檔

MinIO 的關(guān)鍵特性

兼容性

  • 完全兼容 Amazon S3 API,使用戶可以使用現(xiàn)有的 S3 客戶端和工具。

高性能

  • 設(shè)計(jì)為高性能對(duì)象存儲(chǔ)系統(tǒng),能夠支持每秒數(shù)十GB的數(shù)據(jù)吞吐量。

可擴(kuò)展性

  • 支持橫向擴(kuò)展,允許用戶通過(guò)添加更多的存儲(chǔ)節(jié)點(diǎn)來(lái)擴(kuò)展存儲(chǔ)容量和性能。

簡(jiǎn)易部署

  • 提供簡(jiǎn)單的安裝和配置過(guò)程,可以在幾分鐘內(nèi)啟動(dòng)和運(yùn)行。

數(shù)據(jù)保護(hù)

  • 通過(guò)糾刪碼(Erasure Coding)和位衰減(Bit Rot)保護(hù)機(jī)制確保數(shù)據(jù)完整性和持久性。

多租戶支持

  • 支持多用戶和多租戶環(huán)境,提供隔離和權(quán)限管理。

Kubernetes 集成

  • 提供原生的 Kubernetes Operator,方便在 Kubernetes 集群中部署和管理 MinIO。

3、 MinIO安裝(docker)

如果你有 Docker 環(huán)境,可以通過(guò)以下命令快速拉取并運(yùn)行 MinIO 容器:

拉取鏡像

docker pull minio/minio

創(chuàng)建容器

docker run -p 9000:9000 --name minio -d --restart=always -e "MINIO_ACCESS_KEY=minio" -e "MINIO_SECRET_KEY=minio123" -v /home/data:/data -v /home/config:/root/.minio minio/minio server /data

訪問(wèn)minio系統(tǒng):

http://<your_server_ip>:9000

如:http://192.168.200.130:9000

image-20240613192145071

4、基本概念

  • bucket – 類比于文件系統(tǒng)的目錄
  • Object – 類比文件系統(tǒng)的文件
  • Keys – 類比文件名

image-20240613192311580

5、通過(guò)代碼上傳文件到MinIO

新建項(xiàng)目,導(dǎo)入pom文件

    <dependencies>
        <dependency>
            <groupId>io.minio</groupId>
            <artifactId>minio</artifactId>
            <version>7.1.0</version>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-test</artifactId>
        </dependency>
        <dependency>
            <groupId>com.heima</groupId>
            <artifactId>heima-file-starter</artifactId>
            <version>1.0-SNAPSHOT</version>
        </dependency>
    </dependencies>

創(chuàng)建test測(cè)試文件

package com.heima.minio.test;
import com.heima.file.service.FileStorageService;
import io.minio.MinioClient;
import io.minio.PutObjectArgs;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
public class MinIOTest {
    public static void main(String[] args) {
        FileInputStream fileInputStream = null;
        try {
            fileInputStream =  new FileInputStream("E:\list.html");;
            //1.創(chuàng)建minio鏈接客戶端
            MinioClient minioClient = MinioClient.builder().credentials("minio", "minio123").endpoint("http://192.168.200.130:9000").build();
            //2.上傳
            PutObjectArgs putObjectArgs = PutObjectArgs.builder()
                    .object("list.html")//文件名
                    .contentType("text/html")//文件類型
                    .bucket("leadnews")//桶名詞  與minio創(chuàng)建的名詞一致
                    .stream(fileInputStream, fileInputStream.available(), -1) //文件流
                    .build();
            minioClient.putObject(putObjectArgs);
            System.out.println("http://192.168.200.130:9000/leadnews/list.html");
        } catch (Exception ex) {
            ex.printStackTrace();
        }
    }
}

上傳文件,點(diǎn)擊控制臺(tái)連接即可訪問(wèn)list.html文件

image-20240613193719860

若不能訪問(wèn),在minio控制系統(tǒng)中,打開(kāi)訪問(wèn)權(quán)限

image-20240613194053654

image-20240613194100083

image-20240613194104661

6、封裝MinIO為starter

在項(xiàng)目中封裝:

導(dǎo)入依賴

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-autoconfigure</artifactId>
</dependency>
<dependency>
    <groupId>io.minio</groupId>
    <artifactId>minio</artifactId>
    <version>7.1.0</version>
</dependency>
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-configuration-processor</artifactId>
    <optional>true</optional>
</dependency>
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-actuator</artifactId>
</dependency>

添加minio配置文件

package com.heima.file.config;
import com.heima.file.service.FileStorageService;
import io.minio.MinioClient;
import lombok.Data;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.condition.ConditionalOnClass;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Data
@Configuration
@EnableConfigurationProperties({MinIOConfigProperties.class})
//當(dāng)引入FileStorageService接口時(shí)
@ConditionalOnClass(FileStorageService.class)
public class MinIOConfig {
    @Autowired
    private MinIOConfigProperties minIOConfigProperties;
    @Bean
    public MinioClient buildMinioClient() {
        return MinioClient
                .builder()
                .credentials(minIOConfigProperties.getAccessKey(), minIOConfigProperties.getSecretKey())
                .endpoint(minIOConfigProperties.getEndpoint())
                .build();
    }
}

在spring管理的bean中注入MinIOFileStorageService(在spring.factories中)

org.springframework.boot.autoconfigure.EnableAutoConfiguration=

com.heima.file.service.impl.MinIOFileStorageService

MinIOFileStorageService文件詳情(大概就實(shí)現(xiàn)了對(duì)于文件資源上傳的操作)

package com.heima.file.service.impl;
import com.heima.file.config.MinIOConfig;
import com.heima.file.config.MinIOConfigProperties;
import com.heima.file.service.FileStorageService;
import io.minio.GetObjectArgs;
import io.minio.MinioClient;
import io.minio.PutObjectArgs;
import io.minio.RemoveObjectArgs;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Import;
import org.springframework.util.StringUtils;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.text.SimpleDateFormat;
import java.util.Date;
@Slf4j
@EnableConfigurationProperties(MinIOConfigProperties.class)
@Import(MinIOConfig.class)
public class MinIOFileStorageService implements FileStorageService {
    @Autowired
    private MinioClient minioClient;
    @Autowired
    private MinIOConfigProperties minIOConfigProperties;
    private final static String separator = "/";
    /**
     * @param dirPath
     * @param filename  yyyy/mm/dd/file.jpg
     * @return
     */
    public String builderFilePath(String dirPath,String filename) {
        StringBuilder stringBuilder = new StringBuilder(50);
        if(!StringUtils.isEmpty(dirPath)){
            stringBuilder.append(dirPath).append(separator);
        }
        SimpleDateFormat sdf = new SimpleDateFormat("yyyy/MM/dd");
        String todayStr = sdf.format(new Date());
        stringBuilder.append(todayStr).append(separator);
        stringBuilder.append(filename);
        return stringBuilder.toString();
    }
    /**
     *  上傳圖片文件
     * @param prefix  文件前綴
     * @param filename  文件名
     * @param inputStream 文件流
     * @return  文件全路徑
     */
    @Override
    public String uploadImgFile(String prefix, String filename,InputStream inputStream) {
        String filePath = builderFilePath(prefix, filename);
        try {
            PutObjectArgs putObjectArgs = PutObjectArgs.builder()
                    .object(filePath)
                    .contentType("image/jpg")
                    .bucket(minIOConfigProperties.getBucket()).stream(inputStream,inputStream.available(),-1)
                    .build();
            minioClient.putObject(putObjectArgs);
            StringBuilder urlPath = new StringBuilder(minIOConfigProperties.getReadPath());
            urlPath.append(separator+minIOConfigProperties.getBucket());
            urlPath.append(separator);
            urlPath.append(filePath);
            return urlPath.toString();
        }catch (Exception ex){
            log.error("minio put file error.",ex);
            throw new RuntimeException("上傳文件失敗");
        }
    }
    /**
     *  上傳html文件
     * @param prefix  文件前綴
     * @param filename   文件名
     * @param inputStream  文件流
     * @return  文件全路徑
     */
    @Override
    public String uploadHtmlFile(String prefix, String filename,InputStream inputStream) {
        String filePath = builderFilePath(prefix, filename);
        try {
            PutObjectArgs putObjectArgs = PutObjectArgs.builder()
                    .object(filePath)
                    .contentType("text/html")
                    .bucket(minIOConfigProperties.getBucket()).stream(inputStream,inputStream.available(),-1)
                    .build();
            minioClient.putObject(putObjectArgs);
            StringBuilder urlPath = new StringBuilder(minIOConfigProperties.getReadPath());
            urlPath.append(separator+minIOConfigProperties.getBucket());
            urlPath.append(separator);
            urlPath.append(filePath);
            return urlPath.toString();
        }catch (Exception ex){
            log.error("minio put file error.",ex);
            ex.printStackTrace();
            throw new RuntimeException("上傳文件失敗");
        }
    }
    /**
     * 刪除文件
     * @param pathUrl  文件全路徑
     */
    @Override
    public void delete(String pathUrl) {
        String key = pathUrl.replace(minIOConfigProperties.getEndpoint()+"/","");
        int index = key.indexOf(separator);
        String bucket = key.substring(0,index);
        String filePath = key.substring(index+1);
        // 刪除Objects
        RemoveObjectArgs removeObjectArgs = RemoveObjectArgs.builder().bucket(bucket).object(filePath).build();
        try {
            minioClient.removeObject(removeObjectArgs);
        } catch (Exception e) {
            log.error("minio remove file error.  pathUrl:{}",pathUrl);
            e.printStackTrace();
        }
    }
    /**
     * 下載文件
     * @param pathUrl  文件全路徑
     * @return  文件流
     *
     */
    @Override
    public byte[] downLoadFile(String pathUrl)  {
        String key = pathUrl.replace(minIOConfigProperties.getEndpoint()+"/","");
        int index = key.indexOf(separator);
        String bucket = key.substring(0,index);
        String filePath = key.substring(index+1);
        InputStream inputStream = null;
        try {
            inputStream = minioClient.getObject(GetObjectArgs.builder().bucket(minIOConfigProperties.getBucket()).object(filePath).build());
        } catch (Exception e) {
            log.error("minio down file error.  pathUrl:{}",pathUrl);
            e.printStackTrace();
        }
        ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream();
        byte[] buff = new byte[100];
        int rc = 0;
        while (true) {
            try {
                if (!((rc = inputStream.read(buff, 0, 100)) > 0)) break;
            } catch (IOException e) {
                e.printStackTrace();
            }
            byteArrayOutputStream.write(buff, 0, rc);
        }
        return byteArrayOutputStream.toByteArray();
    }
}

具體模塊下載:

7、在其他項(xiàng)目中集成封裝好的模塊

在第5步創(chuàng)建的項(xiàng)目中進(jìn)行測(cè)試使用:

導(dǎo)入文件管理依賴(自己封裝好的,第6步的模塊)

    <dependency>
        <groupId>com.heima</groupId>
        <artifactId>heima-file-starter</artifactId>
        <version>1.0-SNAPSHOT</version>
    </dependency>

添加minio配置文件(application.yml文件中)

minio:
  accessKey: minio
  secretKey: minio123
  bucket: leadnews
  endpoint: http://192.168.200.130:9000
  readPath: http://192.168.200.130:9000

在spring管理的bean中注入FileStorageService

package com.heima.minio.test;
import com.heima.file.service.FileStorageService;
import io.minio.MinioClient;
import io.minio.PutObjectArgs;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
@SpringBootTest( classes = MinIOApplication.class)
@RunWith(SpringRunner.class)
public class MinIOTest {
    public static void main(String[] args) {
    @Autowired
    private FileStorageService fileStorageService;
    @Test
    public void testUpdateImgFile() {
        try {
            FileInputStream fileInputStream = new FileInputStream("E:\test.jpg");
            String filePath = fileStorageService.uploadImgFile("", "test.jpg", fileInputStream);
            System.out.println(filePath);
        } catch (FileNotFoundException e) {
            e.printStackTrace();
        }
    }
}

查看上傳

到此這篇關(guān)于MinIO分布式文件存儲(chǔ)(從入門(mén)到飛翔)的文章就介紹到這了,更多相關(guān)MinIO文件存儲(chǔ)內(nèi)容請(qǐng)搜索腳本之家以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持腳本之家!

相關(guān)文章

  • Rainbond云原生快捷部署生產(chǎn)可用的Gitlab步驟詳解

    Rainbond云原生快捷部署生產(chǎn)可用的Gitlab步驟詳解

    這篇文章主要為大家介紹了Rainbond云原生快捷部署生產(chǎn)可用的Gitlab步驟詳解,有需要的朋友可以借鑒參考下,希望能夠有所幫助,祝大家多多進(jìn)步,早日升職加薪
    2022-04-04
  • Kubernetes?Ingress實(shí)現(xiàn)細(xì)粒度IP訪問(wèn)控制

    Kubernetes?Ingress實(shí)現(xiàn)細(xì)粒度IP訪問(wèn)控制

    這篇文章主要為大家介紹了Kubernetes?Ingress實(shí)現(xiàn)細(xì)粒度IP訪問(wèn)控制,有需要的朋友可以借鑒參考下,希望能夠有所幫助,祝大家多多進(jìn)步,早日升職加薪
    2023-04-04
  • 詳解kubernetes pod的編排和生命周期

    詳解kubernetes pod的編排和生命周期

    這篇文章主要介紹了kubernetes pod的編排和生命周期的相關(guān)資料,幫助大家更好的理解和學(xué)習(xí)使用K8S,感興趣的朋友可以了解下
    2021-04-04
  • k8s設(shè)置非強(qiáng)一致反親和性示例

    k8s設(shè)置非強(qiáng)一致反親和性示例

    這篇文章主要為大家介紹了k8s設(shè)置非強(qiáng)一致反親和性示例詳解,有需要的朋友可以借鑒參考下,希望能夠有所幫助,祝大家多多進(jìn)步,早日升職加薪
    2023-10-10
  • 從小飯館客流量變大論云原生負(fù)載均衡

    從小飯館客流量變大論云原生負(fù)載均衡

    這篇文章主要為大家介紹了從小飯館客流量變大來(lái)討論云原生負(fù)載均衡,為大家做出更生動(dòng)易懂的云原生解釋說(shuō)明有需要的朋友可以借鑒參考下
    2022-03-03
  • k8s+jenkins實(shí)現(xiàn)自動(dòng)化部署應(yīng)用至k8s集群方式

    k8s+jenkins實(shí)現(xiàn)自動(dòng)化部署應(yīng)用至k8s集群方式

    本文詳細(xì)介紹了如何在Jenkins環(huán)境下配置和啟動(dòng)Jenkins服務(wù),以及如何使用Jenkins進(jìn)行自動(dòng)化部署Nginx應(yīng)用到Kubernetes集群,文章涵蓋了從環(huán)境準(zhǔn)備、項(xiàng)目配置、代碼上傳到部署和回滾的全過(guò)程,提供了一個(gè)完整的自動(dòng)化部署解決方案
    2026-03-03
  • K8S中Pod重啟策略及重啟可能原因詳細(xì)講解

    K8S中Pod重啟策略及重啟可能原因詳細(xì)講解

    在k8s集群中當(dāng)某個(gè)pod資源需要重啟時(shí),我們只會(huì)對(duì)其進(jìn)行刪除,由其pod控制器進(jìn)行重新構(gòu)建,下面這篇文章主要給大家介紹了關(guān)于K8S中Pod重啟策略及重啟可能原因的相關(guān)資料,需要的朋友可以參考下
    2023-05-05
  • K8s生產(chǎn)環(huán)境那些文檔不會(huì)告訴你的坑及解決辦法

    K8s生產(chǎn)環(huán)境那些文檔不會(huì)告訴你的坑及解決辦法

    K8s作為當(dāng)前最流行的容器編排平臺(tái),在企業(yè)生產(chǎn)環(huán)境中的部署需要綜合考慮高可用性、安全性、性能優(yōu)化等多方面因素,這篇文章主要介紹了K8s生產(chǎn)環(huán)境那些文檔不會(huì)告訴你的坑及解決辦法的相關(guān)資料,需要的朋友可以參考下
    2026-05-05
  • 云原生環(huán)境中的容器安全最佳實(shí)踐指南

    云原生環(huán)境中的容器安全最佳實(shí)踐指南

    云原生架構(gòu)是一種現(xiàn)代軟件開(kāi)發(fā)方法,旨在通過(guò)充分利用云計(jì)算的優(yōu)勢(shì),提高應(yīng)用程序的靈活性、可擴(kuò)展性和維護(hù)性,這篇文章主要介紹了云原生環(huán)境中容器安全的相關(guān)資料,文中通過(guò)代碼介紹的非常詳細(xì),需要的朋友可以參考下
    2026-04-04
  • 云原生技術(shù)kubernetes調(diào)度單位pod的使用詳解

    云原生技術(shù)kubernetes調(diào)度單位pod的使用詳解

    這篇文章主要介紹了云原生技術(shù)kubernetes調(diào)度單位pod的使用詳解,幫助大家更好的理解和學(xué)習(xí)使用K8S,感興趣的朋友可以了解下
    2021-03-03

最新評(píng)論

泌阳县| 安福县| 钟祥市| 龙泉市| 涟水县| 乌拉特后旗| 桦川县| 防城港市| 天全县| 古丈县| 自贡市| 特克斯县| 涡阳县| 安达市| 盐山县| 凌源市| 枣庄市| 介休市| 囊谦县| 灵寿县| 喀喇沁旗| 繁峙县| 察隅县| 洪雅县| 麦盖提县| 廉江市| 宣汉县| 正定县| 屏东市| 绥江县| 绵阳市| 黄骅市| 招远市| 白玉县| 滦南县| 湖北省| 遂昌县| 安多县| 郧西县| 黔江区| 江西省|