Currently I have 0 base, how do I study?
First of all, let me declare that I am not an expert, I am a computer major Yes, but WEB development is completely self-taught. It should be said that self-study of WEB development is relatively easy in programming, but there are many things to learn. Generally speaking, I summarize it into the following aspects.
The first big step: Master front-end technology
1. Learn HTML, then become familiar with XHTML, and understand the differences between them. During the learning process, use less WYSIWYG software like DreamWever to write code. It is recommended to use a text editor with a highlighted code prompt function such as EditPLus or ue for code writing.
2. To learn CSS, focus on understanding the advantages of CSS and distinguishing the pros and cons of using and not using CSS. Code test writing is the same as above.
3. Learn JavaScript, mainly learn to use DOM (Document Model) to operate HTML elements, and BOM (Browser Model) to operate windows.
The second big step: Master server scripts
1. Choose a dynamic scripting language that you think is pleasing to the eye, just like you said PHP (don’t consider the advantages and disadvantages of the language), master the grammatical structure, and master commonly used function, class.
2. Be familiar with the use of SQL statements (for commonly used websites) and the use of a database.
3. Can cooperate with Javascript and dynamic scripting language to implement the popular Ajax mode.
I’m so tired from playing, I hope it will be helpful to you. If you don’t understand the professional vocabulary that appears above, please search it on Baidu or ask me. I won’t copy and paste it for you. Of course, the aspect of website production is now very clear. If you prefer server scripting, then focus on the second step. Otherwise...then focus on the first step.
When it comes to learning JavaWeb, there must be a certain method. If you learn javaSE better, then you can learn it directly!
Then JavaWeb development, we are also used to call it Java enterprise application (Java EE).
The foundation of Java EE is servlet. After learning servlet well, you can learn jsp. The essence of jsp is servlet.
Then Learn the MVC concept,
If you want to make a simple application, servlet and jsp are enough!
After learning servlet and jsp, you can learn the frameworks provided by Java EE, spring (container), struts (control action), Ibatis and hibernate (both of which are persistence layer frameworks and deal with databases)
Let’s first understand the characteristics of each development language, and then decide what to learn
Currently I have base 0, how to learn
I am learning C# to attack ASP.NET and now I can develop a management system by myself, but my foundation in web is 0, and I can learn Java quite well. Now I want to learn web development combined with background language to develop an independent system.