Skip to content

Commit

Permalink
[docs fix]样式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Snailclimb committed Mar 30, 2022
1 parent ffe21db commit c8e9b80
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 12 deletions.
7 changes: 3 additions & 4 deletions docs/.vuepress/styles/palette.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// colors
$themeColor: #2980B9;
$sidebarWidth: 20rem;
$sidebarMobileWidth: 16rem;
$theme-color: #2980B9;
$sidebar-width: 20rem;
$sidebar-mobile-width: 16rem;
2 changes: 1 addition & 1 deletion docs/java/basis/bigdecimal.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: BigDecimal解决浮点数运算精度丢失问题
title: BigDecimal 详解
category: Java
tag:
- Java基础
Expand Down
2 changes: 1 addition & 1 deletion docs/java/basis/io.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: IO模型详解
title: IO 模型详解
category: Java
tag:
- Java基础
Expand Down
2 changes: 1 addition & 1 deletion docs/java/basis/proxy.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 代理详解!静态代理+JDK/CGLIB 动态代理实战
title: Java 代理模式详解
category: Java
tag:
- Java基础
Expand Down
2 changes: 1 addition & 1 deletion docs/java/basis/reflection.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 反射机制详解
title: 反射机制详解
category: Java
tag:
- Java基础
Expand Down
5 changes: 1 addition & 4 deletions docs/java/basis/why-there-only-value-passing-in-java.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
---
title: 为什么 Java 中只有值传递?
category: Java
tag:
- Java基础
---



# 为什么 Java 中只有值传递?

开始之前,我们先来搞懂下面这两个概念:

- 形参&实参
Expand Down

0 comments on commit c8e9b80

Please sign in to comment.