CourseAdvanced64268
Course Introduction:"Li Yanhui Javascript Video Tutorial" will introduce you to JavaScript in detail. JavaScript is a literal scripting language and a scripting language widely used in client-side Web development. Currently used by millions of web pages to improve design, validate forms, detect browsers, create cookies, and more.
CourseElementary14049
Course Introduction:Extensible Hypertext Markup Language is a markup language whose expression is similar to Hypertext Markup Language (HTML), but its syntax is more strict. In terms of inheritance relationship, HTML is an application based on the Standard Universal Markup Language and is a very flexible markup language, while XHTML is based on the Extensible Markup Language, which is a part of the Standard Universal Markup Language. Subset. XHTML 1.0 became a W3C recommendation on January 26, 2000.
CourseElementary33002
Course Introduction:The bootstrap tutorial "Li Yanhui bootstrap video tutorial" takes you from the simplest to the deepest to learn the knowledge of the Bootstrap front-end framework. Bootstrap, from Twitter, is a very popular front-end framework. Bootstrap is based on HTML, CSS, and JAVASCRIPT. It is simple and flexible, making web development faster. Bootstrap provides elegant HTML and CSS specifications, which are written in the dynamic CSS language Less.
CourseElementary32503
Course Introduction:Studying the video tutorial "Li Yanhui HTML5 Video Tutorial" will introduce you to HTML5 in detail. HTML5 is the fifth major revision of Hypertext Markup Language (HTML), which is the latest version; it adds some new tags than the original standard. Achieve more functions, be more standardized, and be more suitable for mobile Internet.
CourseAdvanced44022
Course Introduction:Through the explanation of the basic knowledge of the ThinkPHP framework, it will lead you to easily master the theoretical foundation of ThinkPHP from the shallower to the deeper, gain a more comprehensive grasp of the operating mechanism of the ThinkPHP framework, and help you use the ThinkPHP framework to achieve rapid development in actual work.
CourseElementary22611
Course Introduction:jQuery is a fast and concise JavaScript framework. It is another excellent JavaScript code library (or JavaScript framework) after Prototype. The purpose of jQuery's design is "write less, do more", which means writing less code and doing more things. It encapsulates common JavaScript function codes, provides a simple JavaScript design pattern, and optimizes HTML document operations, event processing, animation design and Ajax interaction.
CourseElementary18852
Course Introduction:ASP, which stands for Active Server Pages, is a server-side scripting environment developed by MicroSOft that can be used to create dynamic interactive web pages and build powerful web applications. When the server receives a request for an ASP file, it processes the server-side script code contained in the HTML (Hyper Text Markup Language) web page file that is used to build it and sends it to the browser. In addition to server-side script code, ASP files can also contain text, HTML (including associated client-side script) and COM component calls.
CourseAdvanced19644
Course Introduction:The video "Li Yanhui PHP Video Tutorial Season 2" is based on "Li Yanhui PHP Video Tutorial Season 1" to deepen the learning of PHP. This video introduces object-oriented thinking, practical membership registration and detailed explanation of cms management system. Through learning these knowledge points, I believe everyone’s strength will be significantly improved.
CourseIntermediate43998
Course Introduction:php is one of the most popular languages currently. As a master figure in the PHP training industry, Li Yanhui's course explanations are clear and comprehensive. His PHP tutorial video is a classic and widely circulated on the Internet. This course is his first season video, about the basic knowledge of php.
CourseElementary10005
Course Introduction:If you have any questions, add WeChat: ycku_com; the course content includes the configuration and installation of the PHP environment, the configuration and installation of the ThinkPHP8.x framework, coding standards, directory structure and configuration, URL access mode, built-in and external servers, controller definition, basic and The use of empty controllers, creating data tables and filling data, database connections and queries, data query constructors, extended queries, adding, updating and deleting data, query expression rules, associated index queries, advanced query assembly, etc. By studying this course, you will master the configuration and installation methods of the PHP environment, understand the basic usage and development specifications of the ThinkPHP8.x framework, and learn to use the framework for database operations, data queries, and advanced queries. This will help you get better at PHP web development and be able to quickly build robust web applications using the ThinkPHP8.x framework.
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.