Skip to content

Commit

Permalink
Merge pull request alibaba#289 from qq1367212627/master
Browse files Browse the repository at this point in the history
修复 : md文档缺少空格,解析显示错误
  • Loading branch information
xuantan authored Jun 12, 2018
2 parents dd75634 + c6aa80b commit 354999c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion p3c-gitbook/异常日志/日志规约.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##(二) 日志规约
## (二) 日志规约
1. 【强制】应用中不可直接使用日志系统(Log4j、Logback)中的API,而应依赖使用日志框架SLF4J中的API,使用门面模式的日志框架,有利于维护和各个类的日志处理方式统一。
<pre>
import org.slf4j.Logger;
Expand Down
2 changes: 1 addition & 1 deletion p3c-gitbook/编程规约/并发处理.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##(六) 并发处理
## (六) 并发处理
1. 【强制】获取单例对象需要保证线程安全,其中的方法也要保证线程安全。
<br><span style="color:orange">说明</span>:资源驱动类、工具类、单例工厂类都需要注意。
2. 【强制】创建线程或线程池时请指定有意义的线程名称,方便出错时回溯。
Expand Down

0 comments on commit 354999c

Please sign in to comment.