Skip to content

Instantly share code, notes, and snippets.

@codethereforam
Last active February 3, 2019 06:31
Show Gist options
  • Save codethereforam/fd40143801387224bd24a87094b90466 to your computer and use it in GitHub Desktop.
Save codethereforam/fd40143801387224bd24a87094b90466 to your computer and use it in GitHub Desktop.
使用开源框架过程遇到问题解决思路

一、如何找出问题所在

  1. Google中文搜索(看一些博客)
  2. Google英文搜索(看SOF、教程等)
  3. 查看官方文档、wiki、README(中英文可能不一致,都看下)
  4. issues和PR中搜索,看看有没有其他人遇到
  5. 看项目示例(demo)和单元测试
  6. 查看、debug源码

二、如何解决

找到原因

  1. 使用不当
  • 正确使用
  1. 框架bug:
  • 自己解决,然后PR
  • open issues

未找到原因

  1. open issues
  2. 发邮件联系作者
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment