完成了日志的书写,错误处理起了一个头

This commit is contained in:
xiemengjun
2012-11-12 22:29:44 +08:00
parent 9aa3e50854
commit 6fa4959910
2 changed files with 164 additions and 1 deletions

13
12.2.md
View File

@@ -1,4 +1,17 @@
# 12.2 网站错误处理
我们的Web应用一旦上线之后那么各种错误出现的概率都有Web应用日常运行中可能出现多种错误具体如下所示
- 数据库错误
- 应用运行时错误
- HTTP错误
- 操作系统出错
- 网络出错
## 错误处理的目标
## 如何处理错误
## 小结
## links
* [目录](<preface.md>)