Home  >  Q&A  >  body text

java - 如何学习移动后端

最近想自学下后台的知识,想请问下,构建一个完整的移动端后台体系,具体需要具备一个怎样的知识体系?有什么常见技能需要掌握的?有什么比较好的书可以推荐下?

高洛峰高洛峰2712 days ago345

reply all(4)I'll reply

  • 迷茫

    迷茫2017-04-18 10:11:20

    It depends on what language you want to use to build it

    reply
    0
  • 阿神

    阿神2017-04-18 10:11:20

    To put it simply, the backend is to provide the front-end with an interface for adding, deleting, modifying, and checking data. So you must at least understand database operations, including relational and document databases. Then operate the database in java code. Once you know these, you can write a simple backend.

    reply
    0
  • 黄舟

    黄舟2017-04-18 10:11:20

    Why does it have to be a mobile backend? As a backstage, isn't it the same? Make requests and responses according to the business, and go through the data flow,

    reply
    0
  • 高洛峰

    高洛峰2017-04-18 10:11:20

    Learn django, django is very easy to learn, django’s third-party framework django-rest-framework specializes in back-end API development

    reply
    0
  • Cancelreply