CourseElementary3244
Course Introduction:In this PHP course, you will learn the basics about PHP operators, conditional and control structures, arrays, introduction to programming, local server installation, syntax, variables and data types, built-in superglobal variables, and form processing. This course is designed to help beginners master the basic concepts and techniques of PHP programming. You'll learn how to use PHP operators to perform arithmetic, comparison, and logical operations. Mastering conditional and control structures will enable you to execute different blocks of code based on different conditions. Creating and manipulating arrays is an important part of storing and processing data in PHP. In the Introduction to Programming section, you'll learn about the background and uses of PHP, and how to start writing PHP code. You'll also learn how to install a PHP server on your local machine for testing and debugging during development. In the syntax section, you will learn the basic syntax rules of PHP, including the declaration and use of variables, the processing of data types, and common statements and expressions. Understanding the built-in superglobal variables will enable you to access and process data from different sources in PHP, such as GET and POST requests. Finally, you'll learn how to work with form data, including receiving user input, validating data, handling submissions, and displaying results.
CourseElementary1475
Course Introduction:This course is an introductory course to MySQL database designed for beginners. This course uses concise and clear explanations to help students quickly master the basic knowledge of MySQL, including database installation, basic syntax, data query and operation, etc. The course content is rich and practical, focusing on practical operations, allowing students to get started with MySQL in a short time, laying a solid foundation for subsequent database learning and application. Whether you are a programming beginner or a database enthusiast, this course can provide you with an easy and efficient entry-level experience, allowing you to easily control the MySQL database and start your database learning journey.
CourseElementary16741
Course Introduction:"Shangxuetang iOS Elementary Video Tutorial" is Shangxuetang's complete set of video tutorials on Objective-C language from basic introduction to advanced proficiency. Objective-C is an essential language for iOS development. The course will give an in-depth and detailed introduction to the Objective-C language. , mainly explaining the basic syntax of Objective-C, object-oriented programming ideas, encapsulation (declaration and implementation of classes, getter and setter methods, properties), memory management, inheritance, polymorphism, classification, protocols, blocks, NSNumber, strings, arrays , dictionary, date, file management, copy, etc.
CourseElementary18318
Course Introduction:PHP Chinese Network is a free public welfare PHP teaching platform. In order to help more users advance and master the PHP language, PHP Chinese Network invited Mr. Gao Luofeng, a senior figure in the PHP field, to attend at 20:00-21:30 on October 11. Free public live broadcast explaining the development and application of PHP. Sign up for the live broadcast course and receive 300 sets of signed books "Learn PHP with Brothers" for free. Book delivery event participation address: //m.sbmmt.com/wenda/142690.html Dedicated QQ group: 929746523 (php Chinese network public welfare live broadcast group 11)
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.
CourseElementary5708
Course Introduction:2022-11-22 20:00-22:00 video number + simultaneous live broadcast on this site! Live interactive lottery! Topic: 1. Which is more important, making money or growing? 2. How should we plan in advance for the post-epidemic era of 2023? 3. What direction and learning path should a novice choose to learn programming? 4. Learning programming, the relationship between videos-manuals-books; 5. How to learn efficiently: goal management, time management.
CourseIntermediate2454
Course Introduction:This set of courses is based on the design concept and data structure of MySQL index, index usage scenarios, index classification, index usage scenarios, index performance analysis, query optimization, slow query of MySQL index, etc. It mainly describes the solution of MySQL index optimization. It is very suitable for students who have basic knowledge of MySQL or have certain work experience. The course explains how to solve the problem of slow large-volume queries, how to write an efficient SQL, how to optimize query statements, what is the implementation principle of indexes, how to optimize indexes... and many other difficulties and interview points in SQL index optimization.
CourseIntermediate2282
Course Introduction:Design patterns are solutions developers face to common problems during software development and represent best practices. The main content of this course includes common JS design patterns and specific application scenarios, creating a one-stop knowledge long-term service, suitable for students with a basic knowledge of JS.
CourseIntermediate1791
Course Introduction:React has made progressive adjustments to life cycle hooks since version v16.3, and some life cycle hook functions have been abandoned and added. This course will give you a deep understanding of the old and new life cycles.
CourseAdvanced14006
Course Introduction:The full name of "Soft Exam" is Computer Technology and Software Qualification (Level) Examination, which is the only programmer-related exam in the "National Vocational Qualification Directory". This course is tailor-made for the advanced qualification "Information System Project Manager" in the soft exam. Teacher Jiu will help you prepare for the exam efficiently, improve your pass rate, lead your competitors, obtain national certification, and get on board easily! Suitable for the crowd - IT practitioners: People from all walks of life who are engaged in computer application technology, software, networks, information systems and information services; Project managers: For those who are engaged in or preparing to engage in project management, a certificate can be used as a bonus Items; Practitioners within the system: By obtaining relevant certificates, you can take the evaluation and obtain corresponding professional titles and benefits; If you want to settle in a big city: Whether it is to settle with a professional title or settle with points, the soft exam is a convenient method.