CourseElementary9691
Course Introduction:This course starts from the most basic concepts and goes deeper step by step. It will lead you to learn the basic knowledge of HTML and CSS styles, and understand the meaning and basic usage of various commonly used tags.
CourseIntermediate3578
Course Introduction:Use Github, Gitee, and Codechina to maintain website code, because these code libraries can support configuring webhooks. Linux cloud server (public IP); install Git, install Nginx, install PHP, and install FTP. Detailed tutorial document: https://mp.weixin.qq.com/s/VtTHUfyiITNSoGy052jkXQ
CourseIntermediate277158
Course Introduction:This course is a practical PHP development course. It uses the iQiyi movie website as a model to develop your own website from scratch. The purpose is to let everyone understand the architecture and development process of real projects
CourseIntermediate142688
Course Introduction:WeChat Pay is one of the most popular payment methods currently. This course introduces in detail how to access the WeChat Pay SDK, as well as issues that should be paid attention to in the actual development of the company.
CourseElementary6847
Course Introduction:"Qianfeng HTML5 Tutorial Part 2: Micro-Case Explanation Video Tutorial" This set of video tutorials mainly uses small cases to let everyone understand the knowledge points learned, and achieve different interactive effects through the reasonable use of knowledge points. This learning model that combines theory and practice allows everyone to better master theory and practical applications. This is also the teaching feature of Qianfeng HTML5 discipline. Only continuous practice can improve working methods and work experience. Micro cases include various HTML5-related projects, such as page layout, cool animation effects, game development, mobile development, front-end and back-end development, etc. There are many design contents and a wide range, covering various development needs. I hope this set of micro-case teaching videos can help everyone in their study and work.
CourseIntermediate27235
Course Introduction:The second phase of the online training class on PHP Chinese is a full live broadcast of the class, delivered by Peter Zhu, a professional lecturer on this site. The course covers front-end development and the most practical technologies for server-side development.
CourseIntermediate25206
Course Introduction:The second phase of the online training class on PHP Chinese is a full live broadcast of the class, delivered by Peter Zhu, a professional lecturer on this site. The course covers front-end development and the most practical technologies for server-side development.
CourseElementary6789
Course Introduction:"Qianfeng H5 Video Tutorial Part 1 - Curriculum System Interpretation Video Tutorial" This set of video tutorials mainly uses small cases to let everyone understand the knowledge points learned, and achieve different interactive effects through the reasonable use of knowledge points.
CourseIntermediate41574
Course Introduction:Through the development of the Mini version of the MVC framework, we can understand the underlying operating principles of existing popular MVC frameworks such as ThinkPHP and CI frameworks, and the Fake Encyclopedia website allows everyone to have an overview of the overall development process of an application.
CourseIntermediate2857
Course Introduction:Course introduction: 1. Cross-domain processing, token management, route interception; 2. Real interface debugging, API layer encapsulation; 3. Secondary encapsulation of Echarts and paging components; 4. Vue packaging optimization and answers to common problems.
CourseElementary1795
Course Introduction:Apipost is an API R&D collaboration platform that integrates API design, API debugging, API documentation, and automated testing. It supports grpc, http, websocket, socketio, and socketjs type interface debugging, and supports privatized deployment. Before formally learning ApiPost, you must understand some related concepts, development models, and professional terminology. Apipost official website: https://www.apipost.cn
CourseIntermediate5521
Course Introduction:(Consult WeChat: phpcn01) The comprehensive practical course aims to consolidate the learning results of the first two stages, achieve flexible application of front-end and PHP core knowledge points, complete your own projects through practical training, and provide guidance on online implementation. Comprehensive practical key practical courses include: social e-commerce system backend development, product management, payment/order management, customer management, distribution/coupon system design, the entire WeChat/Alipay payment process, Alibaba Cloud/Pagoda operation and maintenance, and project online operation. .....
CourseElementary5172
Course Introduction:(Consult WeChat: phpcn01) Starting from scratch, you can solve conventional business logic, operate MySQL with PHP to add, delete, modify, and query, display dynamic website data, master the MVC framework, master the basics of the ThinkPHP6 framework, and learn and flexibly master all knowledge involved in PHP development. point.
CourseElementary8713
Course Introduction:(Consult WeChat: phpcn01) The learning objectives of the front-end development part of the 22nd issue of PHP Chinese website: 1. HTML5/CSS3; 2. JavaScript/ES6; 3. Node basics; 4. Vue3 basics and advanced; 5. Mobile mall/ Website background homepage layout; 6. Automatic calculation of tabs/carousels/shopping carts...
CourseIntermediate4525
Course Introduction:This course is a very comprehensive set of courses. The video knowledge covers the basics, advanced, operation and maintenance of MySQL and many other aspects. The course content is comprehensive and in-depth, which can fully meet our daily development, operation and maintenance, interviews, and self-improvement. It also uses a variety of methods during the explanation process to help students understand the key and difficult content in the course more clearly.
CourseElementary2794
Course Introduction:Go's syntax is close to C language, but the declaration of variables is different. Go supports garbage collection. Go's parallel computing model is based on Tony Hall's Communicating Sequential Process (CSP). Other languages that adopt similar models include Occam and Limbo. Go also has the characteristics of this model, such as channel transmission. Compared with C++, Go does not include functions such as enumeration, exception handling, inheritance, generics, assertions, virtual functions, etc., but it adds features such as slice type, concurrency, pipelines, garbage collection functions, interfaces, etc. level support. Unlike Java, Go natively provides associative arrays (also called hashes or dictionaries), just like string types.
CourseElementary2814
Course Introduction:This course uses real cases, is comprehensive and practical, and integrates GO core programming technology, programming ideas, and underlying implementation step by step from theory to practice, allowing learners to stay close to the pulse of the times and become trendsetters in the IT and Internet era.
CourseIntermediate2563
Course Introduction:This course is mainly a series of front-end development courses carefully created for students who are in the second stage of learning with zero foundation and want to enter the industry as front-end development. The course is based on the CRMEB open version, with practical drill teaching and a combination of theoretical explanation and practical operation. Better help students consolidate knowledge points and master operational skills. Effectively play the role of practical teaching to help students master development technologies.
CourseIntermediate3374
Course Introduction:MySQL installation and configuration under Linux, database logical layering, parsing process, index, detailed analysis of SQL execution plan, principles to avoid index failure, optimization cases, common optimization strategies, slow SQL troubleshooting, simulation of massive data, lock mechanism, MySQL under windows and linux Master-slave replication.
CourseIntermediate2963
Course Introduction:Redis is the most widely used storage middleware in the field of Internet technology. The understanding and application practice of Redis have become essential skills for mid-to-senior back-end developers today. MySQL is the preferred relational database for most Internet companies. Therefore, programmers cannot only understand the addition, deletion, modification, and query of the database and some simple usage skills. They also need to be proficient in some principles of MySQL to better deal with the problems encountered in actual work.