search

Home  >  Q&A  >  body text

c++ - 后台开发人员必须了解的知识点?

想学习后台开发,后台开发必须了解哪些知识点?必须了解哪些概念 才算入门?

天蓬老师天蓬老师2805 days ago535

reply all(4)I'll reply

  • PHP中文网

    PHP中文网2017-04-17 13:46:17

    php
    mvc
    mysql
    http
    apache

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-17 13:46:17

    php (or java, python and other languages ​​that can develop web),
    database (relational MySQL, non-relational redis, etc.), apache (nginx),
    some front-end knowledge (html, css, js, jquery, bs, sass, etc. It’s hard to find a job if you don’t know the front-end if you only know the back-end)
    Linux (most backends use Linux as the platform, and some companies even require Linux for the development environment)
    Linux commonly used web Tools (such as LAMP, ssh, FTP, etc.)
    Version controller (Git, SVN)
    There are also web frameworks, MVC, cookies (session), etc., you can encounter them in the learning process.

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-17 13:46:17

    java oracle mysql svn git

    reply
    0
  • 迷茫

    迷茫2017-04-17 13:46:17

    A high-level language, data structure and algorithm, programming ideas
    SQL, Git, Linux, TCP/IP, HTTP
    If you are in the C/C++ direction, you also need to be familiar with some tools using gdb, gcc, cmake , vim/emacs
    I started with a programming language, slowly got into it, and kept getting deeper into it.

    reply
    0
  • Cancelreply