上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 68 下一页
摘要: #### oh-my-zsh ``` sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" ``` ### 修改背景颜色 * 打开终端 右键背景-》检查显示器-》双击喜欢的背景-》设置 阅读全文
posted @ 2023-06-14 08:50 vx_guanchaoguo0 阅读(65) 评论(0) 推荐(0)
摘要: #### 三个插件都是是用干啥的 #### maven-compiler-plugin * 进行源代码的编译 #### build-helper-maven-plugin * 项目中添加额外的资源、源代码、构建输出目录和依赖项等 #### Maven-assembly-plugin * 生成可执行 阅读全文
posted @ 2023-06-13 16:18 vx_guanchaoguo0 阅读(146) 评论(0) 推荐(0)
摘要: ### 在springboot 2.4.5之后的 变成了jinut5 * 直接引用即可 不需要排除 org.junit.jupiter.api.Test ``` org.springframework.boot:spring-boot-starter-test ``` #### 测试数据 H2 `` 阅读全文
posted @ 2023-06-13 11:45 vx_guanchaoguo0 阅读(121) 评论(0) 推荐(0)
摘要: #### 目前xdebug你不支持arm 只能自编译 ### pecel 安装是arm64 ``` arch -arm64 sudo pecl install xdebug ``` ### 编译 * 下载 https://xdebug.org/download * 编译 ``` git clone 阅读全文
posted @ 2023-06-13 11:29 vx_guanchaoguo0 阅读(127) 评论(0) 推荐(0)
摘要: #### 第一种直接用插件 spring-boot-gradle-plugin * 无需写入 版本 ``` buildscript { repositories { maven { url 'https://maven.aliyun.com/repository/public' } } depend 阅读全文
posted @ 2023-06-12 18:07 vx_guanchaoguo0 阅读(688) 评论(0) 推荐(0)
摘要: ### dockerfile ``` FROM openjdk:8-jdk-alpine AS TEMP_BUILD_IMAGE ENV ENVREFRESH_DATE 2023-06-12 15:00 RUN set -eux && sed -i 's/dl-cdn.alpinelinux.org 阅读全文
posted @ 2023-06-12 15:10 vx_guanchaoguo0 阅读(46) 评论(0) 推荐(0)
摘要: #### 如果 JSON 数据中包含了 PHP 的关键字,如 true、false 或者 null,则 json_decode() 函数将无法成功解析该数据。 #### 因此可以使用单独判断的方式 ``` $v = $v true ? 'true' : $v; $v = $v false ? 'fa 阅读全文
posted @ 2023-06-12 14:05 vx_guanchaoguo0 阅读(73) 评论(0) 推荐(0)
摘要: #### 很多时候我们看到 .pem .cert .ras .pub ### 例如我们经常的免密的登录 ![](https://img2023.cnblogs.com/blog/2697130/202306/2697130-20230612110357790-163625745.png) #### 阅读全文
posted @ 2023-06-12 11:10 vx_guanchaoguo0 阅读(212) 评论(0) 推荐(0)
摘要: ### 更新后地址 * 原来地址 *http://nexus.pentaho.org/content/groups/omni/ * 新地址: * https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn * github: * https 阅读全文
posted @ 2023-06-09 15:26 vx_guanchaoguo0 阅读(705) 评论(0) 推荐(0)
摘要: #### 原来的excel ![](https://img2023.cnblogs.com/blog/2697130/202306/2697130-20230608105703375-1122037012.png) #### 更换底色后的 ![](https://img2023.cnblogs.co 阅读全文
posted @ 2023-06-08 11:00 vx_guanchaoguo0 阅读(22) 评论(0) 推荐(0)
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 68 下一页