Skip to content

Commit 0d03f66

Browse files
committed
fix typos
1 parent 49ee7bf commit 0d03f66

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

book/JavaWeb/SpringBoot/远程调试.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=10086 -jar xx
8989

9090
4.`socket` 方式连接到 `myhost:8000`上的调试程序,在连接成功前启动阻塞:
9191

92-
```init
92+
```ini
9393
-agentlib:jdwp=transport=dt_socket,address=myhost:8000
9494
```
9595

book/Python/踏入山门/模块与包.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ date: 2019-06-03
123123
124124
- 在这个版本中,类 A 和类 B 被替换为在第一次访问时加载所需的类的函数。对于用户,这看起来不会有太大的不同,如
125125
126-
```pypthon
126+
```python
127127
>>> import mymodule
128128
>>> a = mymodule.A()
129129
>>> a.spam()

book/blog/2022B组求贤令.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ tag: 生活
3232
> 注释:
3333
>
3434
> 1. 为保隐私,文中人名均改为化名。其中,名川者为笔者本人。
35-
> 2. JSF:笔者所在部门的名字
36-
> 3. 梯五:公司职级,数字越高级别越高
35+
> 2. 梯五:公司职级,数字越高级别越高
36+
> 3. JSF:笔者所在部门的名字
3737
> 4. 笔者2021年夏末入职,至2022年末,工作一年半时间。
3838
> 5. 二开:相较标准版而言,指针对标准版本进行二次开发的工作。
3939
> 6. 大虫:用来代指bug。

book/blog/Servlet-MyBatis小小使用.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ public class LoginFailServlet extends HttpServlet {
470470

471471
- 这里是`jdbc.properties`
472472

473-
```conf
473+
```properties
474474
jdbc.driver=com.mysql.cj.jdbc.Driver
475475
jdbc.url=jdbc:mysql://localhost:3306/practice_java?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC
476476
jdbc.username=root

0 commit comments

Comments
 (0)