How to find the entry point for a new job

0. not nonsense to ask my colleagues, there is no project documentation, which includes the module description, data dictionary, even if it is functional specification can also look at

1. configure the environment, so that the project up and running,
    And when there is not synchronized version of the code, but can not get the data database data, can not find the module dependencies and other items
    Execution install maven like, or clean it (or delete target folder)
Front and rear ends with a technology stack 2. clear
    About Reception:
        1. How is the interaction of the front and rear end? Are the front and rear end of the separation?
                If you do not then that is separate JSP, Thymeleaf, Velocity, Freemarker these template engine (template engine are not familiar with may be incorrect)
                Generally separated by longitudinal ajax + json communication, only the rear end of the object to return a json
               Page spread template engine is javabean, before and after separation is json communication
 
        2. The technique used: 1, jquery UI framework distal frame such 2.Vue
        I. Use of jquery UI framework
            1). Distinguished assembly
                Some companies will own components official repackaging it, so sometimes some of the same methods and official API, but different
            
            2) The trigger event to find out
                Distinguish company to write or a method of encapsulation UI framework
                    chrome of the F12, view elements method
                    
                    The above example, click the event code in layui.js in. This method is obviously a UI framework, then went to check the official website of API
      
         Two front-end frame and the like .Vue
            No Experience
    About the background:
        Figure out what framework, the traditional ssm (h), or your own package or open source framework
            1. Traditional project is not much difficulty, the big deal is packaged write method
            2. own package or open source framework. Then write Dome (CRUD)
            3. Locate the controller, service, dao, pojo location
 
        To prepare ideas, because each company will own more or less about the packaging methods.
        And practice may differ, but the original aim.
        First find the core (the official api method) is encapsulated and come to understand which of knowledge based on a combination of
        
 
After in-depth to do:
1. Learn about other technology stack
2. Understand file directory structure (the role of each folder for each file)
3. how to deploy server
 
Also: the newly recruited staff do not know how to call good people. Here recommend a:
Meet people with you, ask him your name, and then call him X workers, such as Chen Gong
How to call their own, name after the word, the word of a single name directly called the name slightly
 

Guess you like

Origin www.cnblogs.com/txgz2019/p/11332473.html