Course Advanced 12192
Course Introduction:Product release system developed based on laravel's general backend development framework, including WeChat payment, Alipay payment, asynchronous notification, and online debugging
Course Intermediate 40379
Course Introduction:In interviews, we are often asked what algorithms we know. In this course, PHP Chinese has recorded some common classic algorithms for you and explained their implementation principles in detail in the form of videos. I hope it can help the majority of PHP learners and interviewers.
Course Intermediate 3529
Course Introduction:Main lecture content: 1. Building a vue3+typescript project; 2. Business disassembly of data types, interfaces, and classes; 3. Mastering the use of typescript in business development.
Course Elementary 3347
Course Introduction:Shangyouyou is a mall project that comprehensively applies HTML, CSS, and JavaScript technologies. It is suitable for beginners who are new to front-end to lay a solid foundation and accumulate project experience. The project has strong practicality. It not only sorts out and integrates basic front-end knowledge, but also provides a training ground for practical applications of more mainstream technologies in the future.
Course Intermediate 5969
Course Introduction:Consolidate the learning results of the first and second phases, achieve flexible application of front-end and PHP core knowledge points, complete your own projects with practical training, and guide the launch
Course Advanced 6236
Course Introduction:Article management module developed based on "Universal Backend Management System", including article publishing, article modification, deletion, list, paging, image upload, use of rich text editor, etc.
Course Elementary 31359
Course Introduction:A practical introduction to Python projects with zero foundation. This course allows you to have a global understanding of the usage of Python, become familiar with commonly used Python libraries during use, and develop programming ideas.
Course Advanced 13473
Course Introduction:As a scripting language widely used on the web server, PHP has unique advantages in agile web development. It has many successful cases, an active community, rich resources, and many frameworks. ThinkPHP, as an earlier and relatively mature domestic PHP framework, has a considerable number of users in the country. Through the "thinkPHP3.2 Message Board Video Tutorial", we will introduce the basic knowledge of ThinkPHP to prepare for subsequent actual projects.
Course Elementary 27727
Course Introduction:Regular expressions, also known as regular expressions. (English: Regular Expression, often abbreviated as regex, regexp or RE in code), a concept in computer science. Regular tables are usually used to retrieve and replace text that matches a certain pattern (rule).
Course Advanced 37116
Course Introduction:"PHP Message Board Production Tutorial" teaches you how to use our basic knowledge of HTML, MYSQL, and CSS to create our message board function.
Course Advanced 18403
Course Introduction:In the "PHP Message Board Development Tutorial" course, we will introduce what a message board is, what issues we need to pay attention to when making a message board, how to submit messages and display the submitted messages on the page!
Course Elementary 7359
Course Introduction:This course uses five practical cases to help you quickly master DIV+CSS layout. 1. DIV + CSS standardized page layout practice 2. HTML5 new features page layout practice 3. Responsive page layout practice 4. Practical use of flexible box to move page layout 5. Use popular grid framework to lay out pages in practice
Course Elementary 25356
Course Introduction:"PHP Message Board Development in Practice" This course is recorded by Chuanzhi Podcast. PHP message board development is really simple for experienced PHP programmers, but it is difficult for those who have just started. This video uses PHP combined with MySQL native programming to write a message board.
Course Elementary 36170
Course Introduction:Regular expressions are used in almost all programming languages. It is an art of query. It uses short syntax to achieve powerful search functions. The content of this course is a quick introduction to PHP regular expressions.
Course Advanced 11378
Course Introduction:"Brothers Band Front-end Example Display Video Tutorial" introduces examples of HTML5 and CSS3 technologies to everyone, so that everyone can become more proficient in using HTML5 and CSS3.
Course Intermediate 12637
Course Introduction:"Ajax Message Board, Waterfall Flow Video Tutorial" This video is a basic tutorial. It uses examples to explain how to use Ajax to implement the message board and waterfall flow functions.
Course Intermediate 3472
Course Introduction:Knowledge points: Echarts, D3.js, three.js, AntV (G2), national map, world map, divergent point depiction, dual axis, line chart, scatter chart, bar chart, heat map, ring chart, road map , 3DMap, parameter tuning
Course Elementary 29615
Course Introduction:PHP Chinese website second online live VIP training class
Course Intermediate 5364
Course Introduction:In any programming language, regular expressions are an important piece of knowledge. They provide an efficient string matching and capturing mechanism, which can greatly simplify program design.