会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
guanchaoguo
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
29
30
31
32
33
34
35
36
37
···
68
下一页
2023年6月14日
mac 改变默认终端主题
摘要: #### 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)
2023年6月13日
maven-compiler-plugin build-helper-maven-plugin Maven-assembly-plugin
摘要: #### 三个插件都是是用干啥的 #### maven-compiler-plugin * 进行源代码的编译 #### build-helper-maven-plugin * 项目中添加额外的资源、源代码、构建输出目录和依赖项等 #### Maven-assembly-plugin * 生成可执行
阅读全文
posted @ 2023-06-13 16:18 vx_guanchaoguo0
阅读(146)
评论(0)
推荐(0)
springboot 测试用例 gradle
摘要: ### 在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)
mac M2 装PHP xdebug
摘要: #### 目前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)
2023年6月12日
gradle 构建springboot 项目两种方式
摘要: #### 第一种直接用插件 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)
springboot kettle gralde dockerfile 多阶段构建
摘要: ### 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)
PHP json_decode 关键词不被解析的处理方法
摘要: #### 如果 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)
非对称加密算法 RSA公钥证书两种格式 pem cert
摘要: #### 很多时候我们看到 .pem .cert .ras .pub ### 例如我们经常的免密的登录  ####
阅读全文
posted @ 2023-06-12 11:10 vx_guanchaoguo0
阅读(212)
评论(0)
推荐(0)
2023年6月9日
kettlle ce web spoon 仓库地址
摘要: ### 更新后地址 * 原来地址 *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)
2023年6月8日
pands 给excel固定行着色
摘要: #### 原来的excel  #### 更换底色后的 
评论(0)
推荐(0)
上一页
1
···
29
30
31
32
33
34
35
36
37
···
68
下一页
公告