From 06bb7fb300729957077a15e1c0a9938661d7ee85 Mon Sep 17 00:00:00 2001 From: zeaslity Date: Mon, 17 Mar 2025 09:19:32 +0800 Subject: [PATCH] common update --- .idea/.gitignore | 8 - .idea/CmiiDeploy.iml | 10 - .idea/dataSources.xml | 12 - .idea/encodings.xml | 9 - .idea/fastRequest/fastRequestCollection.xml | 23 - .../fastRequestCurrentProjectConfig.xml | 8 - .../fastRequestCurrentProjectLocalConfig.xml | 9 - .idea/fastRequestCollection.xml | 23 - .idea/fastRequestCurrentProjectConfig.xml | 8 - .idea/inspectionProfiles/Project_Default.xml | 8 - .idea/intellij-javadocs-4.0.1.xml | 204 ---- .idea/libraries/.xml | 9 + .idea/libraries/5_4_5_8.xml | 9 + .idea/libraries/5_7_0_6_0_0.xml | 9 + .idea/libraries/emqx_docker.xml | 9 + .idea/misc.xml | 3 +- .idea/modules.xml | 2 +- .idea/remote-targets.xml | 83 -- .idea/runConfigurations/Pod_Core.xml | 8 - .idea/runConfigurations/Pod_dev.xml | 10 - .idea/workspace_1.xml | 883 ------------------ .../doris多主机部署/k8s-nfs-rbac.yaml | 66 ++ .../doris多主机部署/k8s-nfs-sc-deploy.yaml | 145 +++ 998-常用脚本/啊-Agent-WDD运行/啊-批量命令.sh | 11 +- ...希腊项目-阿里云-德国.iml => CmiiDeploy.iml | 18 +- 25 files changed, 268 insertions(+), 1319 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/CmiiDeploy.iml delete mode 100644 .idea/dataSources.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/fastRequest/fastRequestCollection.xml delete mode 100644 .idea/fastRequest/fastRequestCurrentProjectConfig.xml delete mode 100644 .idea/fastRequest/fastRequestCurrentProjectLocalConfig.xml delete mode 100644 .idea/fastRequestCollection.xml delete mode 100644 .idea/fastRequestCurrentProjectConfig.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/intellij-javadocs-4.0.1.xml create mode 100644 .idea/libraries/.xml create mode 100644 .idea/libraries/5_4_5_8.xml create mode 100644 .idea/libraries/5_7_0_6_0_0.xml create mode 100644 .idea/libraries/emqx_docker.xml delete mode 100644 .idea/remote-targets.xml delete mode 100644 .idea/runConfigurations/Pod_Core.xml delete mode 100644 .idea/runConfigurations/Pod_dev.xml delete mode 100644 .idea/workspace_1.xml create mode 100644 57-202503-鄂尔多斯机场/doris多主机部署/k8s-nfs-rbac.yaml create mode 100644 57-202503-鄂尔多斯机场/doris多主机部署/k8s-nfs-sc-deploy.yaml rename .idea/希腊项目-阿里云-德国.iml => CmiiDeploy.iml (62%) diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 09336c3..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# 默认忽略的文件 -/shelf/ -/workspace.xml -# 数据源本地存储已忽略文件 -/../../../../../../:\Users\wdd\Desktop\希腊项目-阿里云-德国\.idea/dataSources/ -/dataSources.local.xml -# 基于编辑器的 HTTP 客户端请求 -/httpRequests/ diff --git a/.idea/CmiiDeploy.iml b/.idea/CmiiDeploy.iml deleted file mode 100644 index 58e0704..0000000 --- a/.idea/CmiiDeploy.iml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml deleted file mode 100644 index 2594a7a..0000000 --- a/.idea/dataSources.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - mysql.8 - true - com.mysql.cj.jdbc.Driver - jdbc:mysql://192.168.35.248:3306/cmii - $ProjectFileDir$ - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 2b51e28..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/fastRequest/fastRequestCollection.xml b/.idea/fastRequest/fastRequestCollection.xml deleted file mode 100644 index 84a81c9..0000000 --- a/.idea/fastRequest/fastRequestCollection.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/fastRequest/fastRequestCurrentProjectConfig.xml b/.idea/fastRequest/fastRequestCurrentProjectConfig.xml deleted file mode 100644 index 64b183e..0000000 --- a/.idea/fastRequest/fastRequestCurrentProjectConfig.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/fastRequest/fastRequestCurrentProjectLocalConfig.xml b/.idea/fastRequest/fastRequestCurrentProjectLocalConfig.xml deleted file mode 100644 index 28d050a..0000000 --- a/.idea/fastRequest/fastRequestCurrentProjectLocalConfig.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/fastRequestCollection.xml b/.idea/fastRequestCollection.xml deleted file mode 100644 index 84a81c9..0000000 --- a/.idea/fastRequestCollection.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/fastRequestCurrentProjectConfig.xml b/.idea/fastRequestCurrentProjectConfig.xml deleted file mode 100644 index 64b183e..0000000 --- a/.idea/fastRequestCurrentProjectConfig.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 0b49ba0..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/intellij-javadocs-4.0.1.xml b/.idea/intellij-javadocs-4.0.1.xml deleted file mode 100644 index d88737d..0000000 --- a/.idea/intellij-javadocs-4.0.1.xml +++ /dev/null @@ -1,204 +0,0 @@ - - - - - UPDATE - false - true - - TYPE - METHOD - FIELD - - - PUBLIC - DEFAULT - PROTECTED - - - - - - ^.*(public|protected|private)*.+interface\s+\w+.* - /**\n - * The interface ${name}.\n -<#if element.typeParameters?has_content> * \n -</#if> -<#list element.typeParameters as typeParameter> - * @param <${typeParameter.name}> the type parameter\n -</#list> - */ - - - ^.*(public|protected|private)*.+enum\s+\w+.* - /**\n - * The enum ${name}.\n - */ - - - ^.*(public|protected|private)*.+class\s+\w+.* - /**\n - * The type ${name}.\n -<#if element.typeParameters?has_content> * \n -</#if> -<#list element.typeParameters as typeParameter> - * @param <${typeParameter.name}> the type parameter\n -</#list> - */ - - - .+ - /**\n - * The type ${name}.\n - */ - - - - - .+ - /**\n - * Instantiates a new ${name}.\n -<#if element.parameterList.parameters?has_content> - *\n -</#if> -<#list element.parameterList.parameters as parameter> - * @param ${parameter.name} the ${paramNames[parameter.name]}\n -</#list> -<#if element.throwsList.referenceElements?has_content> - *\n -</#if> -<#list element.throwsList.referenceElements as exception> - * @throws ${exception.referenceName} the ${exceptionNames[exception.referenceName]}\n -</#list> - */ - - - - - ^.*(public|protected|private)*\s*.*(\w(\s*<.+>)*)+\s+get\w+\s*\(.*\).+ - /**\n - * Gets ${partName}.\n -<#if element.typeParameters?has_content> * \n -</#if> -<#list element.typeParameters as typeParameter> - * @param <${typeParameter.name}> the type parameter\n -</#list> -<#if element.parameterList.parameters?has_content> - *\n -</#if> -<#list element.parameterList.parameters as parameter> - * @param ${parameter.name} the ${paramNames[parameter.name]}\n -</#list> -<#if isNotVoid> - *\n - * @return the ${partName}\n -</#if> -<#if element.throwsList.referenceElements?has_content> - *\n -</#if> -<#list element.throwsList.referenceElements as exception> - * @throws ${exception.referenceName} the ${exceptionNames[exception.referenceName]}\n -</#list> - */ - - - ^.*(public|protected|private)*\s*.*(void|\w(\s*<.+>)*)+\s+set\w+\s*\(.*\).+ - /**\n - * Sets ${partName}.\n -<#if element.typeParameters?has_content> * \n -</#if> -<#list element.typeParameters as typeParameter> - * @param <${typeParameter.name}> the type parameter\n -</#list> -<#if element.parameterList.parameters?has_content> - *\n -</#if> -<#list element.parameterList.parameters as parameter> - * @param ${parameter.name} the ${paramNames[parameter.name]}\n -</#list> -<#if isNotVoid> - *\n - * @return the ${partName}\n -</#if> -<#if element.throwsList.referenceElements?has_content> - *\n -</#if> -<#list element.throwsList.referenceElements as exception> - * @throws ${exception.referenceName} the ${exceptionNames[exception.referenceName]}\n -</#list> - */ - - - ^.*((public\s+static)|(static\s+public))\s+void\s+main\s*\(\s*String\s*(\[\s*\]|\.\.\.)\s+\w+\s*\).+ - /**\n - * The entry point of application.\n - - <#if element.parameterList.parameters?has_content> - *\n -</#if> - * @param ${element.parameterList.parameters[0].name} the input arguments\n -<#if element.throwsList.referenceElements?has_content> - *\n -</#if> -<#list element.throwsList.referenceElements as exception> - * @throws ${exception.referenceName} the ${exceptionNames[exception.referenceName]}\n -</#list> - */ - - - .+ - /**\n - * ${name}<#if isNotVoid> ${return}</#if>.\n -<#if element.typeParameters?has_content> * \n -</#if> -<#list element.typeParameters as typeParameter> - * @param <${typeParameter.name}> the type parameter\n -</#list> -<#if element.parameterList.parameters?has_content> - *\n -</#if> -<#list element.parameterList.parameters as parameter> - * @param ${parameter.name} the ${paramNames[parameter.name]}\n -</#list> -<#if isNotVoid> - *\n - * @return the ${return}\n -</#if> -<#if element.throwsList.referenceElements?has_content> - *\n -</#if> -<#list element.throwsList.referenceElements as exception> - * @throws ${exception.referenceName} the ${exceptionNames[exception.referenceName]}\n -</#list> - */ - - - - - ^.*(public|protected|private)*.+static.*(\w\s\w)+.+ - /**\n - * The constant ${element.getName()}.\n - */ - - - ^.*(public|protected|private)*.*(\w\s\w)+.+ - /**\n - <#if element.parent.isInterface()> - * The constant ${element.getName()}.\n -<#else> - * The ${name}.\n -</#if> */ - - - .+ - /**\n - <#if element.parent.isEnum()> - *${name} ${typeName}.\n -<#else> - * The ${name}.\n -</#if>*/ - - - - - \ No newline at end of file diff --git a/.idea/libraries/.xml b/.idea/libraries/.xml new file mode 100644 index 0000000..7b10cf7 --- /dev/null +++ b/.idea/libraries/.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/5_4_5_8.xml b/.idea/libraries/5_4_5_8.xml new file mode 100644 index 0000000..345fbb7 --- /dev/null +++ b/.idea/libraries/5_4_5_8.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/5_7_0_6_0_0.xml b/.idea/libraries/5_7_0_6_0_0.xml new file mode 100644 index 0000000..6ae72fe --- /dev/null +++ b/.idea/libraries/5_7_0_6_0_0.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/emqx_docker.xml b/.idea/libraries/emqx_docker.xml new file mode 100644 index 0000000..a52eef7 --- /dev/null +++ b/.idea/libraries/emqx_docker.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 04f5c25..52e316d 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,6 @@ + - + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index 34b7b1e..824931a 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/.idea/remote-targets.xml b/.idea/remote-targets.xml deleted file mode 100644 index a701f2d..0000000 --- a/.idea/remote-targets.xml +++ /dev/null @@ -1,83 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/Pod_Core.xml b/.idea/runConfigurations/Pod_Core.xml deleted file mode 100644 index bbeb38c..0000000 --- a/.idea/runConfigurations/Pod_Core.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/Pod_dev.xml b/.idea/runConfigurations/Pod_dev.xml deleted file mode 100644 index 91f5247..0000000 --- a/.idea/runConfigurations/Pod_dev.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/workspace_1.xml b/.idea/workspace_1.xml deleted file mode 100644 index 777faf6..0000000 --- a/.idea/workspace_1.xml +++ /dev/null @@ -1,883 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - { - "isMigrated": true -} - - - - - { - "customColor": "", - "associatedIndex": 2 -} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1653287930427 - - - - - - - - - false - true - - - -