From 37188ecf37b1144f18cf4f661c9466a20a725c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=83=E7=BE=BD?= Date: Fri, 30 Oct 2020 16:48:01 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E7=AC=AC=E4=BA=8C=E9=83=A8=E5=88=86?= =?UTF-8?q?=E2=80=94=E2=80=94=E5=AD=A6=E4=B9=A0=E5=92=8C=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=BC=80=E6=BA=90=E9=A1=B9=E7=9B=AE/=E5=BC=80=E6=BA=90?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=9A=84=E6=BA=90=E4=BB=A3=E7=A0=81=E8=AF=A5?= =?UTF-8?q?=E6=80=8E=E4=B9=88=E8=AF=BB.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...0\201\350\257\245\346\200\216\344\271\210\350\257\273.md" | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git "a/\347\254\254\344\272\214\351\203\250\345\210\206\342\200\224\342\200\224\345\255\246\344\271\240\345\222\214\344\275\277\347\224\250\345\274\200\346\272\220\351\241\271\347\233\256/\345\274\200\346\272\220\351\241\271\347\233\256\347\232\204\346\272\220\344\273\243\347\240\201\350\257\245\346\200\216\344\271\210\350\257\273.md" "b/\347\254\254\344\272\214\351\203\250\345\210\206\342\200\224\342\200\224\345\255\246\344\271\240\345\222\214\344\275\277\347\224\250\345\274\200\346\272\220\351\241\271\347\233\256/\345\274\200\346\272\220\351\241\271\347\233\256\347\232\204\346\272\220\344\273\243\347\240\201\350\257\245\346\200\216\344\271\210\350\257\273.md" index b94e525..d31e4bb 100644 --- "a/\347\254\254\344\272\214\351\203\250\345\210\206\342\200\224\342\200\224\345\255\246\344\271\240\345\222\214\344\275\277\347\224\250\345\274\200\346\272\220\351\241\271\347\233\256/\345\274\200\346\272\220\351\241\271\347\233\256\347\232\204\346\272\220\344\273\243\347\240\201\350\257\245\346\200\216\344\271\210\350\257\273.md" +++ "b/\347\254\254\344\272\214\351\203\250\345\210\206\342\200\224\342\200\224\345\255\246\344\271\240\345\222\214\344\275\277\347\224\250\345\274\200\346\272\220\351\241\271\347\233\256/\345\274\200\346\272\220\351\241\271\347\233\256\347\232\204\346\272\220\344\273\243\347\240\201\350\257\245\346\200\216\344\271\210\350\257\273.md" @@ -1,3 +1,6 @@ ### 选择合适的项目 +gitee上的项目有很多,作为新手的话,要适当选择适合自己的项目进行学习。可以先通过进行项目的README.md进行了解项目的大体情况,再进行研究。 ### 读源代码之前的准备工作 -### 读源代码时应该读些什么 \ No newline at end of file +在阅读源代码之前,可以阅读项目的相关文档,以及一些基础知识和代码的组织结构等。 +### 读源代码时应该读些什么 +读源代码之前,可以阅读项目的业务流程以及如何实现这一过程的,代码出错时,又是如何进行修复的。 \ No newline at end of file -- Gitee