diff --git a/2021/01/01/software/install/how-to-install-android-studio/index.html b/2021/01/01/software/install/how-to-install-android-studio/index.html index 3524bb42..61b42b84 100644 --- a/2021/01/01/software/install/how-to-install-android-studio/index.html +++ b/2021/01/01/software/install/how-to-install-android-studio/index.html @@ -7,7 +7,7 @@ - + @@ -56,7 +56,7 @@ isHome: false, isHighlightShrink: false, isToc: true, - postUpdate: '2024-08-27 14:12:21' + postUpdate: '2024-10-12 23:02:52' }

Android Studio安装笔记

Android Studio安装笔记

简单记录一下Android Studio安装

+ })(window)

Android Studio安装笔记

Android Studio安装笔记

简单记录一下Android Studio安装

下载

官网安装Android Studio,

然后点击安装。

Android SDK

使用http://ping.chinaz.com获取dl.google.com的大陆响应时间最短的IP地址。

diff --git a/2021/01/01/software/k8s/how-to-install-minkube/index.html b/2021/01/01/software/k8s/how-to-install-minkube/index.html index c2ea03e6..4aea76a2 100644 --- a/2021/01/01/software/k8s/how-to-install-minkube/index.html +++ b/2021/01/01/software/k8s/how-to-install-minkube/index.html @@ -7,7 +7,7 @@ - + @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: true, - postUpdate: '2024-08-27 14:12:21' + postUpdate: '2024-10-12 23:02:52' }

在Ubuntu 18.04.5 LTS上安装minkube

在Ubuntu 18.04.5 LTS上安装minkube

要求

    + })(window)

    在Ubuntu 18.04.5 LTS上安装minkube

    在Ubuntu 18.04.5 LTS上安装minkube

    要求

    1. 2 CPUs or more
    2. 2GB内存
    3. 20G空间
    4. diff --git a/2021/01/14/software/k8s/how-to-install-docker-desktop-k8s/index.html b/2021/01/14/software/k8s/how-to-install-docker-desktop-k8s/index.html index 0767e3ad..358ada39 100644 --- a/2021/01/14/software/k8s/how-to-install-docker-desktop-k8s/index.html +++ b/2021/01/14/software/k8s/how-to-install-docker-desktop-k8s/index.html @@ -7,7 +7,7 @@ - + @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: true, - postUpdate: '2024-08-27 14:12:21' + postUpdate: '2024-10-12 23:02:52' }

      Docker Desktop自带k8s安装笔记

      Docker Desktop自带k8s安装笔记

      安装一个k8s还是一个比较复杂的事情,但是Docker Desktop已经自带了一个简易版的k8s,可以基本满足正常的学习使用

      + })(window)

      Docker Desktop自带k8s安装笔记

      Docker Desktop自带k8s安装笔记

      安装一个k8s还是一个比较复杂的事情,但是Docker Desktop已经自带了一个简易版的k8s,可以基本满足正常的学习使用

      安装Docker

      对于Mac用户,请点击Docker Desktop
      对于Windows10用户,请点击Docker Desktop

      配置docker的国内镜像

      国内的网络下载可能比较慢,建议使用下面的镜像

      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      13
      14
      15
      16
      17
      {
      "registry-mirrors": [
      "https://dockerproxy.com",
      "https://dockerhub.azk8s.cn",
      "https://registry.docker-cn.com",
      "https://docker.mirrors.ustc.edu.cn",
      "https://mirror.baidubce.com",
      "http://hub-mirror.c.163.com",
      "https://uyah70su.mirror.aliyuncs.com",
      "https://dockerhub.mirrors.nwafu.edu.cn",
      "https://7bafc985f90c43b887a96c2b846cf984.mirror.swr.myhuaweicloud.com"
      "",
      ],
      "insecure-registries": [],
      "debug": true,
      "experimental": false
      }
      diff --git a/2021/02/03/front-end/simple-comparison-of-angular-and-react-build-size/index.html b/2021/02/03/front-end/simple-comparison-of-angular-and-react-build-size/index.html index e185d7ca..c42e42c1 100644 --- a/2021/02/03/front-end/simple-comparison-of-angular-and-react-build-size/index.html +++ b/2021/02/03/front-end/simple-comparison-of-angular-and-react-build-size/index.html @@ -7,7 +7,7 @@ - + @@ -57,7 +57,7 @@ isHome: false, isHighlightShrink: false, isToc: true, - postUpdate: '2024-08-27 14:12:21' + postUpdate: '2024-10-12 23:02:52' }

      Angular和React构建体积简单对比

      Angular和React构建体积简单对比

      前言

      Angular是我主要使用的前端框架, 和React是我最近正在学习的前端框架。今天我想对比一下在各自默认的情况下,两者打包体积的对比。

      + })(window)

      Angular和React构建体积简单对比

      Angular和React构建体积简单对比

      前言

      Angular是我主要使用的前端框架, 和React是我最近正在学习的前端框架。今天我想对比一下在各自默认的情况下,两者打包体积的对比。

      Angular

      创建

      我们使用Angular CLI: 11.1.2简单创建一个angular项目:

      1
      2
      3
      4
      5
      ng new daming-angular-app

      # ? Do you want to enforce stricter type checking and stricter bundle budgets in the workspace? Y
      # ? Would you like to add Angular routing? Y
      # ? Which stylesheet format would you like to use? CSS
      @@ -226,4 +226,4 @@

      由此可知,从finder角度来说,打包的总体积为138.80kB。

      总结

      通过上面简单的对比,在各自默认的创建、构建方式下,react在打包体积大小方面比angular更具优势。但是在实际开发中,我们都会使用大量的第三方的依赖,实际项目的打包体积大小还是需要因人而异的。

      源代码已经上传到github

      -
      文章作者: Arthur Ming
      文章链接: http://blog.damingerdai.com/2021/02/03/front-end/simple-comparison-of-angular-and-react-build-size/
      版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Damingerdai's Blog
      \ No newline at end of file +
      文章作者: Arthur Ming
      文章链接: http://blog.damingerdai.com/2021/02/03/front-end/simple-comparison-of-angular-and-react-build-size/
      版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Damingerdai's Blog
      \ No newline at end of file diff --git a/2021/05/13/front-end/build-angular-on-windows-01/index.html b/2021/05/13/front-end/build-angular-on-windows-01/index.html index 26f70e64..fcc5dc70 100644 --- a/2021/05/13/front-end/build-angular-on-windows-01/index.html +++ b/2021/05/13/front-end/build-angular-on-windows-01/index.html @@ -7,7 +7,7 @@ - + @@ -57,7 +57,7 @@ isHome: false, isHighlightShrink: false, isToc: true, - postUpdate: '2024-08-27 14:12:21' + postUpdate: '2024-10-12 23:02:52' }

      在windows上构建angular项目(上)

      在windows上构建angular项目 (上)

      前端三大框架( angular, reac, vue )中,angular一直都是一个很独特的存在。首先,angular的概念很多,服务、依赖注入、模块,指令等,都是在前端圈不是很常用的,此外,angular使用了bazel作为构建工具,而react和vue都是使用了rollup,因此在本地编译构建angular将会远远超过react和vue,如果你是用的windows平台,那么一个个坑需要自己慢慢来填。。。

      + })(window)

      在windows上构建angular项目(上)

      在windows上构建angular项目 (上)

      前端三大框架( angular, reac, vue )中,angular一直都是一个很独特的存在。首先,angular的概念很多,服务、依赖注入、模块,指令等,都是在前端圈不是很常用的,此外,angular使用了bazel作为构建工具,而react和vue都是使用了rollup,因此在本地编译构建angular将会远远超过react和vue,如果你是用的windows平台,那么一个个坑需要自己慢慢来填。。。

      Bazel是什么?

      根据官网的定义,Bazel是类似于Make,Maven和Gradle的开源构建和测试工具。它使用人类可读的高级构建语言Starlark(一种基于python的方言)。 Bazel支持多种语言的项目,并为多种平台构建输出。

      从我个人角度来看,bazel是一个强大且复杂的构建系统,通过build rule的概念,支持多种语言、不同平台,支持构建C/C++,Java,Android,IOS,Golang,Nodejs,Docker项目

      安装

      Bazel官方支持Windows,macOS, Ubuntu Linux三大平台,这也是开发人员比较常用的本地开发平台。

      diff --git a/2021/05/17/front-end/build-angular-on-windows-02/index.html b/2021/05/17/front-end/build-angular-on-windows-02/index.html index 76a2a6b3..3af0e35b 100644 --- a/2021/05/17/front-end/build-angular-on-windows-02/index.html +++ b/2021/05/17/front-end/build-angular-on-windows-02/index.html @@ -7,7 +7,7 @@ - + @@ -57,7 +57,7 @@ isHome: false, isHighlightShrink: false, isToc: true, - postUpdate: '2024-08-27 14:12:21' + postUpdate: '2024-10-12 23:02:52' }

      在windows上构建angular项目(上)

      在windows上构建angular项目 (下)

      当完成bazel的安装之后,我们还需要安装nodejs就可以开始编译angular了。

      + })(window)

      在windows上构建angular项目(上)

      在windows上构建angular项目 (下)

      当完成bazel的安装之后,我们还需要安装nodejs就可以开始编译angular了。

      Nodejs

      目前angular仅支持nodejs12和nodejs14这两个版本,推荐使用node14这个版本。

      对于windows平台而言,nodejs可以直接从官网选择windows平台的二进制包下载,然后进行点击安装就可以了,但是我个人更推荐使用nvm-windows

      nvm-windows

      nvm-windows是windows平台上常用的node版本管理工具,可以方便我们针对不同项目的要求切换不同的node版本。点击该链接,下载最新安装包,然后点击安装。

      diff --git a/2021/07/03/front-end/ts-optional-chaining/index.html b/2021/07/03/front-end/ts-optional-chaining/index.html index 708c9170..36ea75b7 100644 --- a/2021/07/03/front-end/ts-optional-chaining/index.html +++ b/2021/07/03/front-end/ts-optional-chaining/index.html @@ -7,7 +7,7 @@ - + @@ -56,7 +56,7 @@ isHome: false, isHighlightShrink: false, isToc: true, - postUpdate: '2024-08-27 14:12:21' + postUpdate: '2024-10-12 23:02:52' }

      TypeScript中可选链

      TypeScript中可选链

      什么是可选链

      TypeScript 3.7中一个最引人关注的特性便是可选链(Optional Chaining)。

      + })(window)

      TypeScript中可选链

      TypeScript中可选链

      什么是可选链

      TypeScript 3.7中一个最引人关注的特性便是可选链(Optional Chaining)。

      所谓可选链,就是当我们试图使用访问对象的字段或者方法时,如果对象为null或者undefined,TypeScript将会自动停止运行的代码,以防止空指针异常。

      可选链的使用

      首先定义一个接口 A, 有一个字段b,b可能是字符串,也可能是null:

      1
      2
      3
      interface A {
      b: string | null
      }
      diff --git a/2021/07/31/software/install/how-to-install-homebrew/index.html b/2021/07/31/software/install/how-to-install-homebrew/index.html index 8409b0e8..e8bce9a6 100644 --- a/2021/07/31/software/install/how-to-install-homebrew/index.html +++ b/2021/07/31/software/install/how-to-install-homebrew/index.html @@ -7,7 +7,7 @@ - + @@ -57,7 +57,7 @@ isHome: false, isHighlightShrink: false, isToc: true, - postUpdate: '2024-08-27 14:12:21' + postUpdate: '2024-10-12 23:02:52' }

      Homebrew安装笔记

      Homebrew安装笔记

      简单记录一下Homebrew安装

      + })(window)

      Homebrew安装笔记

      Homebrew安装笔记

      简单记录一下Homebrew安装

      下载

      新建终端,以下命令安装:

      1
      /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
      diff --git a/2021/08/22/front-end/build-typescript-with-bazel/index.html b/2021/08/22/front-end/build-typescript-with-bazel/index.html index a0b333fb..6cf9c17f 100644 --- a/2021/08/22/front-end/build-typescript-with-bazel/index.html +++ b/2021/08/22/front-end/build-typescript-with-bazel/index.html @@ -7,7 +7,7 @@ - + @@ -57,7 +57,7 @@ isHome: false, isHighlightShrink: false, isToc: true, - postUpdate: '2024-08-27 14:12:21' + postUpdate: '2024-10-12 23:02:52' }

      使用Bazel编译TypeScript

      使用Bazel编译TypeScript

      准备

      请事先安装Nodejs,Yarn 1.xBazel

      + })(window)

      使用Bazel编译TypeScript

      使用Bazel编译TypeScript

      准备

      请事先安装Nodejs,Yarn 1.xBazel

      我使用的版本为:

      1. Nodejs: v14.17.3
      2. diff --git a/2021/10/20/front-end/node-docker-template/index.html b/2021/10/20/front-end/node-docker-template/index.html index faf7a2c6..b13a4a15 100644 --- a/2021/10/20/front-end/node-docker-template/index.html +++ b/2021/10/20/front-end/node-docker-template/index.html @@ -7,7 +7,7 @@ - + @@ -57,7 +57,7 @@ isHome: false, isHighlightShrink: false, isToc: true, - postUpdate: '2024-08-27 14:12:21' + postUpdate: '2024-10-12 23:02:52' }

        Nodejs项目的Dockerfile模版

        Nodejs项目的Dockerfile模版

        基于Yarn

        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        16
        17
        18
        19
        20
        21
        22
        23
        24
        25
        26
        27
        28
        29
        30
        31
        32
        33
        34
        35
        36
        37
        38
        FROM node:14.17.6-alpine3.14 as build

        # 取消对https的证书限制
        # ENV SELF_SIGNED_CERT_IN_CHAIN=true
        # ENV NODE_TLS_REJECT_UNAUTHORIZED=0
        # RUN npm config set strict-ssl false
        # RUN yarn config set strict-ssl false

        RUN apk update && apk add bash

        COPY package.json yarn.lock .npmrc /tmp/
        RUN cd /tmp && yarn install --frozen-lockfile --non-interactive
        RUN mkdir -p /app && cp -a /tmp/node_modules /app/

        WORKDIR /app
        COPY . /app
        RUN yarn build


        FROM build AS ci
        WORKDIR /app
        RUN yarn run test:ci && yarn install --frozen-lockfile --non-interactive --production

        FROM node:14.17.6-alpine3.14 as release

        RUN mkdir -p /app && \
        addgroup -S daminggroup && \
        adduser -S -h /app -G daminggroup daminguser && \
        chown -R daminguser:daminggroup /app

        WORKDIR /app
        COPY --from=ci --chown=daminguser:daminggroup /app/dist ./dist
        COPY --from=ci --chown=daminguser:daminggroup /app/node_modules ./node_modules
        COPY --from=ci --chown=daminguser:daminggroup /app/package.json .

        HEALTHCHECK --interval=30s --timeout=30s CMD curl -f http://localhost:3978/ping || exit 1
        EXPOSE 3978
        CMD ["sh", "-c", "node dist/index.js"]
        + })(window)

        Nodejs项目的Dockerfile模版

        Nodejs项目的Dockerfile模版

        基于Yarn

        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        16
        17
        18
        19
        20
        21
        22
        23
        24
        25
        26
        27
        28
        29
        30
        31
        32
        33
        34
        35
        36
        37
        38
        FROM node:14.17.6-alpine3.14 as build

        # 取消对https的证书限制
        # ENV SELF_SIGNED_CERT_IN_CHAIN=true
        # ENV NODE_TLS_REJECT_UNAUTHORIZED=0
        # RUN npm config set strict-ssl false
        # RUN yarn config set strict-ssl false

        RUN apk update && apk add bash

        COPY package.json yarn.lock .npmrc /tmp/
        RUN cd /tmp && yarn install --frozen-lockfile --non-interactive
        RUN mkdir -p /app && cp -a /tmp/node_modules /app/

        WORKDIR /app
        COPY . /app
        RUN yarn build


        FROM build AS ci
        WORKDIR /app
        RUN yarn run test:ci && yarn install --frozen-lockfile --non-interactive --production

        FROM node:14.17.6-alpine3.14 as release

        RUN mkdir -p /app && \
        addgroup -S daminggroup && \
        adduser -S -h /app -G daminggroup daminguser && \
        chown -R daminguser:daminggroup /app

        WORKDIR /app
        COPY --from=ci --chown=daminguser:daminggroup /app/dist ./dist
        COPY --from=ci --chown=daminguser:daminggroup /app/node_modules ./node_modules
        COPY --from=ci --chown=daminguser:daminggroup /app/package.json .

        HEALTHCHECK --interval=30s --timeout=30s CMD curl -f http://localhost:3978/ping || exit 1
        EXPOSE 3978
        CMD ["sh", "-c", "node dist/index.js"]

        基于NPM

        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        16
        17
        18
        19
        20
        21
        22
        23
        24
        25
        26
        27
        28
        29
        30
        31
        32
        33
        34
        35
        36
        37
        38
        FROM node:14.17.6-alpine3.14 as build

        # pwc network limit
        # ENV SELF_SIGNED_CERT_IN_CHAIN=true
        # ENV NODE_TLS_REJECT_UNAUTHORIZED=0
        # RUN npm config set strict-ssl false
        # RUN yarn config set strict-ssl false

        RUN apk update && apk add bash

        COPY package.json package-lock.json .npmrc /tmp/
        RUN cd /tmp && npm install
        RUN mkdir -p /app && cp -a /tmp/node_modules /app/

        WORKDIR /app
        COPY . /app
        RUN npm run build


        FROM build AS ci
        WORKDIR /app
        RUN npm run test:ci && npm install --production --ignore-scripts true

        FROM node:14.17.6-alpine3.14 as release

        RUN mkdir -p /app && \
        addgroup -S daminggroup && \
        adduser -S -h /app -G daminggroup daminguser && \
        chown -R daminguser:daminggroup /app

        WORKDIR /app
        COPY --from=ci --chown=daminguser:daminggroup /app/dist ./dist
        COPY --from=ci --chown=daminguser:daminggroup /app/node_modules ./node_modules
        COPY --from=ci --chown=daminguser:daminggroup /app/package.json .

        HEALTHCHECK --interval=30s --timeout=30s CMD curl -f http://localhost:3978/ping || exit 1
        EXPOSE 3978
        CMD ["sh", "-c", "node dist/index.js"]
        文章作者: Arthur Ming
        文章链接: http://blog.damingerdai.com/2021/10/20/front-end/node-docker-template/
        版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Damingerdai's Blog
        \ No newline at end of file diff --git a/2021/10/29/back-end/gradle-ali-mirror/index.html b/2021/10/29/back-end/gradle-ali-mirror/index.html index 9e5fb92b..178faeb6 100644 --- a/2021/10/29/back-end/gradle-ali-mirror/index.html +++ b/2021/10/29/back-end/gradle-ali-mirror/index.html @@ -7,7 +7,7 @@ - + @@ -56,7 +56,7 @@ isHome: false, isHighlightShrink: false, isToc: true, - postUpdate: '2024-08-27 14:12:21' + postUpdate: '2024-10-12 23:02:52' }

        Gradle配置阿里镜像

        Gradle配置阿里镜像

        为了加快gradle的国内下载的速度,我们可以为gradle配置阿里仓库的镜像

        + })(window)

        Gradle配置阿里镜像

        Gradle配置阿里镜像

        为了加快gradle的国内下载的速度,我们可以为gradle配置阿里仓库的镜像

        请在gradle的安装目录下的init.d的文件夹下添加init.gradle:

        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        16
        17
        18
        19
        20
        21
        22
        23
        24
        25
        26
        27
        28
        29
        30
        31
        32
        33
        34
        35
        36
        37
        38
        39
        40
        41
        42
        43
        44
        45
        46
        47
        48
        49
        50
        51
        52
        53
        54
        55
        56
        57
        58
        59
        60
        61
        62
        63
        64
        65
        66
        67
        68
        69
        70
        71
        72
        73
        74
        gradle.projectsLoaded {
        rootProject.allprojects {
        buildscript {
        repositories {
        def JCENTER_URL = 'https://maven.aliyun.com/repository/public'
        def GOOGLE_URL = 'https://maven.aliyun.com/repository/google'
        def NEXUS_URL = 'https://maven.aliyun.com/repository/central'
        all { ArtifactRepository repo ->
        if (repo instanceof MavenArtifactRepository) {
        def url = repo.url.toString()
        if (url.startsWith('https://jcenter.bintray.com/')) {
        project.logger.lifecycle "Repository ${repo.url} replaced by $JCENTER_URL."
        println("buildscript ${repo.url} replaced by $JCENTER_URL.")
        remove repo
        }
        else if (url.startsWith('https://dl.google.com/dl/android/maven2/')) {
        project.logger.lifecycle "Repository ${repo.url} replaced by $GOOGLE_URL."
        println("buildscript ${repo.url} replaced by $GOOGLE_URL.")
        remove repo
        }
        else if (url.startsWith('https://repo1.maven.org/maven2')) {
        project.logger.lifecycle "Repository ${repo.url} replaced by $REPOSITORY_URL."
        println("buildscript ${repo.url} replaced by $REPOSITORY_URL.")
        remove repo
        }
        }
        }
        jcenter {
        url JCENTER_URL
        }
        google {
        url GOOGLE_URL
        }
        maven {
        url NEXUS_URL
        }
        }
        }
        repositories {
        def JCENTER_URL = 'https://maven.aliyun.com/repository/public'
        def GOOGLE_URL = 'https://maven.aliyun.com/repository/google'
        def NEXUS_URL = 'https://maven.aliyun.com/repository/central'
        all { ArtifactRepository repo ->
        if (repo instanceof MavenArtifactRepository) {
        def url = repo.url.toString()
        if (url.startsWith('https://jcenter.bintray.com/')) {
        project.logger.lifecycle "Repository ${repo.url} replaced by $JCENTER_URL."
        println("buildscript ${repo.url} replaced by $JCENTER_URL.")
        remove repo
        }
        else if (url.startsWith('https://dl.google.com/dl/android/maven2/')) {
        project.logger.lifecycle "Repository ${repo.url} replaced by $GOOGLE_URL."
        println("buildscript ${repo.url} replaced by $GOOGLE_URL.")
        remove repo
        }
        else if (url.startsWith('https://repo1.maven.org/maven2')) {
        project.logger.lifecycle "Repository ${repo.url} replaced by $REPOSITORY_URL."
        println("buildscript ${repo.url} replaced by $REPOSITORY_URL.")
        remove repo
        }
        }
        }
        jcenter {
        url JCENTER_URL
        }
        google {
        url GOOGLE_URL
        }
        maven {
        url NEXUS_URL
        }
        }
        }
        }
        diff --git a/2021/11/29/back-end/migrate-springdoc-from-springfox/index.html b/2021/11/29/back-end/migrate-springdoc-from-springfox/index.html index 99603b55..7871b8f2 100644 --- a/2021/11/29/back-end/migrate-springdoc-from-springfox/index.html +++ b/2021/11/29/back-end/migrate-springdoc-from-springfox/index.html @@ -7,7 +7,7 @@ - + @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: true, - postUpdate: '2024-08-27 14:12:21' + postUpdate: '2024-10-12 23:02:52' }

        从springfox迁移到springdoc

        前言

        之所以考虑从springfox迁移到springdoc是因为我的开源项目hoteler在升级到spring boot 2.6之后,UT的CI/CD挂了:

        + })(window)

        从springfox迁移到springdoc

        前言

        之所以考虑从springfox迁移到springdoc是因为我的开源项目hoteler在升级到spring boot 2.6之后,UT的CI/CD挂了:

        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        HotelerApplicationTests > contextLoads() FAILED
        java.lang.IllegalStateException at DefaultCacheAwareContextLoaderDelegate.java:132
        Caused by: org.springframework.context.ApplicationContextException at DefaultLifecycleProcessor.java:181
        Caused by: java.lang.NullPointerException at WebMvcPatternsRequestConditionWrapper.java:56

        ErrorPropTest > setErrors() FAILED
        java.lang.IllegalStateException at DefaultCacheAwareContextLoaderDelegate.java:132
        Caused by: org.springframework.context.ApplicationContextException at DefaultLifecycleProcessor.java:181
        Caused by: java.lang.NullPointerException at WebMvcPatternsRequestConditionWrapper.java:56

        ... more

        在一番定位和谷歌之后,在Spring 5.3/Spring Boot 2.4 supportspring boot升级2.6.0。启动报错 原因详见:springfox/springfox#3462中的提示下,猜测是springfox未升级导致的不兼容导致的问题。本来计划等待springfox官方自行升级,结果一看github的提价记录,springfox从2020年10月14号之后就在也没有更新代码了,因此决定,从springfox迁移到springdoc

        diff --git a/2021/12/15/front-end/log-migrate-apollo-server-v3/index.html b/2021/12/15/front-end/log-migrate-apollo-server-v3/index.html index 85920b45..1b6d8622 100644 --- a/2021/12/15/front-end/log-migrate-apollo-server-v3/index.html +++ b/2021/12/15/front-end/log-migrate-apollo-server-v3/index.html @@ -7,7 +7,7 @@ - + @@ -58,7 +58,7 @@ isHome: false, isHighlightShrink: false, isToc: true, - postUpdate: '2024-08-27 14:12:21' + postUpdate: '2024-10-12 23:02:52' }

        记录一次迁移Apollo Server V3的过程

        记录一次迁移Apollo Server V3的过程

        前言

        Apollo Server V3出来也快半年了,是时候把express-postgres-ts-starter的graphql部分升级了。

        + })(window)

        记录一次迁移Apollo Server V3的过程

        记录一次迁移Apollo Server V3的过程

        前言

        Apollo Server V3出来也快半年了,是时候把express-postgres-ts-starter的graphql部分升级了。

        使用dependabot帮助更新版本

        dependabot是一个github的工具(似乎也支持gitlab,但是我不确定),用于检测repo依赖安全性,同时也可以帮助我定期更新repo的依赖版本。

        这是我的dependabot的配置文件:

        1
        2
        3
        4
        5
        6
        7
        version: 2
        updates:
        - package-ecosystem: npm
        directory: '/'
        schedule:
        interval: weekly
        open-pull-requests-limit: 10
        diff --git a/2021/12/31/summary/2022/index.html b/2021/12/31/summary/2022/index.html index 575e7314..92f4d533 100644 --- a/2021/12/31/summary/2022/index.html +++ b/2021/12/31/summary/2022/index.html @@ -7,7 +7,7 @@ - +

        2022年度总结

        2022年度总结

        2022年真的是一个让人难以忘怀的年份,尤其在先后经历了上海封城、老丈人去世、领证结婚。

        + })(window)

        2022年度总结

        2022年度总结

        2022年真的是一个让人难以忘怀的年份,尤其在先后经历了上海封城、老丈人去世、领证结婚。

        疫情

        还记得2020年疫情刚开始的时候,那时侯自己一个人开车回上海,路上的车辆非常少,开车的感觉真的可以说非常爽,完全可以闭着眼开车,反正看不到车,即使进了上海市区。那个时候单纯的想,少则三个月,多则半年,疫情就会自然而然的过去,到时候我们该吃吃该喝喝。虽然这个判断翻车了,但是2021年也是对国内疫情还是比较乐观。但是2022年的上海封城打破了我所有的幻想。我从来没想过上海居然玩砸了“动态清理”,从华亭宾馆开始,上海的疫情持续不断,感染人数死活都下不去。

        3月份我刚搬到南翔就被封控了,但是我刚开始还好,虽然什么吃的都没有,但是只要封控时间到了就能出去买点东西。但遗憾的是,从4月份开始,上海开始静默了,我足足封在家里差不多两个月。我本来是不反对封城的,但是上海市政府真的很让人失望,疫情两年了,市政府似乎没有做好任何相关封城的预案。而且总感觉可能涉及到二十大的高层安排,市政府决策层应该是存在分歧的,并且和医疗系统的人也存在一定的隔阂。由于上层的问题,基层机构出现各种乱七八糟的事儿那也能理解了。

        在经过了白纸运动之后,我们的防疫政策从一个极端走向另外一个极端。我们彻底放开了,让80%以上的人感染了一遍。我不是反对放开,但是我比较反对如此毫无征兆的放开,没有准备好各种的退烧药,没有准备好口罩。

        diff --git a/2022/01/17/software/k8s/how-to-install-minkube-on-mac/index.html b/2022/01/17/software/k8s/how-to-install-minkube-on-mac/index.html index fc076073..853032b7 100644 --- a/2022/01/17/software/k8s/how-to-install-minkube-on-mac/index.html +++ b/2022/01/17/software/k8s/how-to-install-minkube-on-mac/index.html @@ -7,7 +7,7 @@ - + @@ -59,7 +59,7 @@ isHome: false, isHighlightShrink: false, isToc: true, - postUpdate: '2024-08-27 14:12:21' + postUpdate: '2024-10-12 23:02:52' }

        Mac版minikube安装笔记

        Mac版minikube安装笔记

        minikube是一个专注于让Kubernetes更加容易学习和开发的本地Kubernetes。
        只需要Docker或者虚拟机环境,我们便可以通过minikube start就能快速启动Kubernetes。

        + })(window)

        Mac版minikube安装笔记

        Mac版minikube安装笔记

        minikube是一个专注于让Kubernetes更加容易学习和开发的本地Kubernetes。
        只需要Docker或者虚拟机环境,我们便可以通过minikube start就能快速启动Kubernetes。

        要求

        安装minikube需要以下要求:

        1. 至少两个CPU
        2. diff --git a/2022/03/23/back-end/two-easy-ways-to-use-local-docker-images-in-minikube/index.html b/2022/03/23/back-end/two-easy-ways-to-use-local-docker-images-in-minikube/index.html index 07e99047..a411bc42 100644 --- a/2022/03/23/back-end/two-easy-ways-to-use-local-docker-images-in-minikube/index.html +++ b/2022/03/23/back-end/two-easy-ways-to-use-local-docker-images-in-minikube/index.html @@ -7,7 +7,7 @@ - + @@ -58,7 +58,7 @@ isHome: false, isHighlightShrink: false, isToc: true, - postUpdate: '2024-08-27 14:12:21' + postUpdate: '2024-10-12 23:02:52' }

          两种在Minikube中运行本地Docker镜像的简单方式

          两种在Minikube中运行本地Docker镜像的简单方式

          前言

          本文将分享两种在Minikube中运行本地Docker镜像的简单方式

          + })(window)

          两种在Minikube中运行本地Docker镜像的简单方式

          两种在Minikube中运行本地Docker镜像的简单方式

          前言

          本文将分享两种在Minikube中运行本地Docker镜像的简单方式

          Kubernetes

          要求

          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2021/02/index.html b/archives/2021/02/index.html index 08551e8d..8725d129 100644 --- a/archives/2021/02/index.html +++ b/archives/2021/02/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          文章总览 - 1
          2021
          Angular和React构建体积简单对比
          Angular和React构建体积简单对比
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2021/05/index.html b/archives/2021/05/index.html index ee721724..9d81802e 100644 --- a/archives/2021/05/index.html +++ b/archives/2021/05/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2021/07/index.html b/archives/2021/07/index.html index 1ad1c4c8..5eccee68 100644 --- a/archives/2021/07/index.html +++ b/archives/2021/07/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          文章总览 - 2
          2021
          Homebrew安装笔记
          Homebrew安装笔记
          TypeScript中可选链
          TypeScript中可选链
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2021/08/index.html b/archives/2021/08/index.html index c30d5c04..517bbc46 100644 --- a/archives/2021/08/index.html +++ b/archives/2021/08/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          文章总览 - 1
          2021
          使用Bazel编译TypeScript
          使用Bazel编译TypeScript
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2021/10/index.html b/archives/2021/10/index.html index 834dac81..f20e17da 100644 --- a/archives/2021/10/index.html +++ b/archives/2021/10/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          文章总览 - 2
          2021
          Gradle配置阿里镜像
          Gradle配置阿里镜像
          Nodejs项目的Dockerfile模版
          Nodejs项目的Dockerfile模版
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2021/11/index.html b/archives/2021/11/index.html index 0b8844cb..dd86d728 100644 --- a/archives/2021/11/index.html +++ b/archives/2021/11/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          文章总览 - 1
          2021
          从springfox迁移到springdoc
          从springfox迁移到springdoc
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2021/12/index.html b/archives/2021/12/index.html index fa1efde4..ed651459 100644 --- a/archives/2021/12/index.html +++ b/archives/2021/12/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          文章总览 - 2
          2021
          2022年度总结
          2022年度总结
          记录一次迁移Apollo Server V3的过程
          记录一次迁移Apollo Server V3的过程
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2021/index.html b/archives/2021/index.html index 1d74cbe7..542f32a1 100644 --- a/archives/2021/index.html +++ b/archives/2021/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          + })(window)
          \ No newline at end of file +
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2021/page/2/index.html b/archives/2021/page/2/index.html index 6d4d2001..192590dc 100644 --- a/archives/2021/page/2/index.html +++ b/archives/2021/page/2/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2022/01/index.html b/archives/2022/01/index.html index 94dc4d56..87d0259d 100644 --- a/archives/2022/01/index.html +++ b/archives/2022/01/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          文章总览 - 1
          2022
          Mac版minikube安装笔记
          Mac版minikube安装笔记
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2022/03/index.html b/archives/2022/03/index.html index b503711d..ad64a8e7 100644 --- a/archives/2022/03/index.html +++ b/archives/2022/03/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2022/04/index.html b/archives/2022/04/index.html index 99179df4..447ae103 100644 --- a/archives/2022/04/index.html +++ b/archives/2022/04/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2022/05/index.html b/archives/2022/05/index.html index 22c0c81a..02d581cf 100644 --- a/archives/2022/05/index.html +++ b/archives/2022/05/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2022/06/index.html b/archives/2022/06/index.html index c617e713..4d62b033 100644 --- a/archives/2022/06/index.html +++ b/archives/2022/06/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          文章总览 - 2
          2022
          给Ingress上配置ssl证书
          给Ingress上配置ssl证书
          Angular独立组件简单体验
          Angular独立组件简单体验
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2022/09/index.html b/archives/2022/09/index.html index b000f852..a56c423c 100644 --- a/archives/2022/09/index.html +++ b/archives/2022/09/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2022/index.html b/archives/2022/index.html index b3bd48a3..86ae2312 100644 --- a/archives/2022/index.html +++ b/archives/2022/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          + })(window)
          \ No newline at end of file +
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2023/01/index.html b/archives/2023/01/index.html index debf99de..298f6c7e 100644 --- a/archives/2023/01/index.html +++ b/archives/2023/01/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          文章总览 - 1
          2023
          记录一些测试币的水龙头
          记录一些测试币的水龙头
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2023/02/index.html b/archives/2023/02/index.html index a67e2c14..a9af6b5d 100644 --- a/archives/2023/02/index.html +++ b/archives/2023/02/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2023/04/index.html b/archives/2023/04/index.html index e4fcf106..1b22704d 100644 --- a/archives/2023/04/index.html +++ b/archives/2023/04/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          文章总览 - 1
          2023
          用k3s部署PostgreSQL用于开发
          用k3s部署PostgreSQL用于开发
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2023/07/index.html b/archives/2023/07/index.html index d47c4a93..0c7016fe 100644 --- a/archives/2023/07/index.html +++ b/archives/2023/07/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          文章总览 - 1
          2023
          Hello World
          Hello World
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2023/08/index.html b/archives/2023/08/index.html index 08147b9f..0d711a19 100644 --- a/archives/2023/08/index.html +++ b/archives/2023/08/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2023/09/index.html b/archives/2023/09/index.html index 4dbcdd10..7f9e7e4e 100644 --- a/archives/2023/09/index.html +++ b/archives/2023/09/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          文章总览 - 1
          2023
          HorizontalPodAutoscaler入门实践
          HorizontalPodAutoscaler入门实践
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2023/12/index.html b/archives/2023/12/index.html index ed7391e4..d1c1ee7e 100644 --- a/archives/2023/12/index.html +++ b/archives/2023/12/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          文章总览 - 1
          2023
          学习multipass笔记
          学习multipass笔记
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2023/index.html b/archives/2023/index.html index 955c55ed..e2b066d2 100644 --- a/archives/2023/index.html +++ b/archives/2023/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          + })(window)
          \ No newline at end of file +
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2024/01/index.html b/archives/2024/01/index.html index 18288fd2..182c8418 100644 --- a/archives/2024/01/index.html +++ b/archives/2024/01/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          文章总览 - 2
          2024
          Podman的hello world入门
          Podman的hello world入门
          2023年度总结
          2023年度总结
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2024/02/index.html b/archives/2024/02/index.html index bc68f425..3c9146e5 100644 --- a/archives/2024/02/index.html +++ b/archives/2024/02/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          文章总览 - 1
          2024
          使用bazel构建spring boot项目
          使用bazel构建spring boot项目
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2024/06/index.html b/archives/2024/06/index.html index 2fc37b04..b6bfa487 100644 --- a/archives/2024/06/index.html +++ b/archives/2024/06/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          文章总览 - 1
          2024
          如何在10分钟内使用LangChain
          如何在10分钟内使用LangChain
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2024/07/index.html b/archives/2024/07/index.html index cfc39023..00ab0954 100644 --- a/archives/2024/07/index.html +++ b/archives/2024/07/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/2024/index.html b/archives/2024/index.html index c2acfc7f..dbeb6874 100644 --- a/archives/2024/index.html +++ b/archives/2024/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/index.html b/archives/index.html index 5d4e0a93..70304db1 100644 --- a/archives/index.html +++ b/archives/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          + })(window)
          \ No newline at end of file +
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/page/2/index.html b/archives/page/2/index.html index c5c648f6..bc9852af 100644 --- a/archives/page/2/index.html +++ b/archives/page/2/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          + })(window)
          \ No newline at end of file +
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/page/3/index.html b/archives/page/3/index.html index 0baf6530..b72829f4 100644 --- a/archives/page/3/index.html +++ b/archives/page/3/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          + })(window)
          \ No newline at end of file +
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/archives/page/4/index.html b/archives/page/4/index.html index b7bd1135..64e1c221 100644 --- a/archives/page/4/index.html +++ b/archives/page/4/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/categories/AI/index.html b/categories/AI/index.html index c0c731cb..858fda48 100644 --- a/categories/AI/index.html +++ b/categories/AI/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          分类 - AI
          2024
          如何在10分钟内使用LangChain
          如何在10分钟内使用LangChain
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/categories/index.html b/categories/index.html index 90dafe7e..e35a01de 100644 --- a/categories/index.html +++ b/categories/index.html @@ -7,7 +7,7 @@ - +
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/categories/web3/index.html b/categories/web3/index.html index 09ec01dd..0f9d4bbf 100644 --- a/categories/web3/index.html +++ b/categories/web3/index.html @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          分类 - web3
          2023
          记录一些测试币的水龙头
          记录一些测试币的水龙头
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git "a/categories/\345\211\215\347\253\257/index.html" "b/categories/\345\211\215\347\253\257/index.html" index 20a1e9f8..ba3b0bf6 100644 --- "a/categories/\345\211\215\347\253\257/index.html" +++ "b/categories/\345\211\215\347\253\257/index.html" @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          + })(window)
          \ No newline at end of file +
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git "a/categories/\345\220\216\347\253\257/index.html" "b/categories/\345\220\216\347\253\257/index.html" index a7f7c05e..f85c5500 100644 --- "a/categories/\345\220\216\347\253\257/index.html" +++ "b/categories/\345\220\216\347\253\257/index.html" @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          + })(window)
          \ No newline at end of file +
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git "a/categories/\350\275\257\344\273\266/index.html" "b/categories/\350\275\257\344\273\266/index.html" index 615db7dd..9a6468b3 100644 --- "a/categories/\350\275\257\344\273\266/index.html" +++ "b/categories/\350\275\257\344\273\266/index.html" @@ -53,7 +53,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          avatar
          Arthur Ming
          大明二代的博客
          Follow Me
          公告
          大家好,我是大明二代
          最新文章
          + })(window)
          \ No newline at end of file +
          网站资讯
          文章数目 :
          35
          本站访客数 :
          本站总访问量 :
          最后更新时间 :
          \ No newline at end of file diff --git a/index.html b/index.html index 159ef8e1..116d661e 100644 --- a/index.html +++ b/index.html @@ -53,7 +53,7 @@ isHome: true, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
          使用docker-compose备份Postgres Docker容器的解决方案
          \ No newline at end of file diff --git a/others/link/index.html b/others/link/index.html index faf6addb..56329cdd 100644 --- a/others/link/index.html +++ b/others/link/index.html @@ -6,8 +6,8 @@ - - + +
          \ No newline at end of file +
        网站资讯
        文章数目 :
        35
        本站访客数 :
        本站总访问量 :
        最后更新时间 :
        \ No newline at end of file diff --git a/page/2/index.html b/page/2/index.html index 6f0fcec4..ef8d8110 100644 --- a/page/2/index.html +++ b/page/2/index.html @@ -53,7 +53,7 @@ isHome: true, isHighlightShrink: false, isToc: false, - postUpdate: '2024-08-27 14:12:34' + postUpdate: '2024-10-12 23:03:09' }
        解决Windows下Docker启动容器时,端口被占用错误