Course Elementary 20452
Course Introduction:PHP array functions allow you to access and manipulate arrays, supporting single-dimensional and multi-dimensional arrays. Array functions are a core part of PHP. No installation is required to use these functions. "PHP Function: Array Array Function Video Explanation" explains the syntax, parameters, return values, etc. of PHP array functions, and provides examples of functions through the PHP editor to help PHP learners better understand and use array functions.
Course Elementary 14127
Course Introduction:PHP string functions belong to the core part of PHP. No installation is required to use these functions. "PHP Function String String Function Video Explanation" explains the syntax, parameters, return values, etc. of PHP string functions, and runs examples of various string functions in the browser through the PHP editor to help PHP learners learn more Good to learn and use string functions.
Course Elementary 2173
Course Introduction:Delphi6 function encyclopedia
Course Intermediate 5739
Course Introduction:The three most important core technologies in JavaScript are: functions, objects and closures. It can be seen that functions always occupy the core position and are first-class citizens in JavaScript. It can be said that everything in JavaScript comes from functions. .
Course Elementary 5229
Course Introduction:Layer is a Web pop-up layer component that has been favored over the years. It has a comprehensive solution for developers of all levels. Your page will easily have a rich and friendly operating experience.
Course Elementary 2445
Course Introduction:Filling in parameter descriptions is the most annoying thing for us, especially for many interfaces, which often have a large number of parameters with the same name and the same meaning. If it needs to be entered manually every time, it will be very time-consuming and inefficient. matter. Then, we can solve this problem through the parameter description library.
Course Elementary 23707
Course Introduction:Functions of smarty template engine
Course Intermediate 12908
Course Introduction:In an era when various front-end frameworks are flying everywhere, jQuery still shines brightly. Without jQuery, you are not a good front-end. Likewise, it is impossible to become an excellent full-stack developer.
Course Intermediate 8750
Course Introduction:Introduction: PHP provides powerful system functions to help us complete functions, but sometimes it is not enough to just use system functions. Custom functions need to be encapsulated according to the business, as explained in "PHP Advanced - Function Video Tutorial" It explains how to customize functions and common problems in custom functions. It is a must-read course for getting started with PHP.
Course Intermediate 17091
Course Introduction:There has been a rumor in the world that "PHP is the best language in the world". Is it true or false? Don't you want to find out? This set of courses starts from the most basic PHP syntax, from the shallower to the deeper, giving you a different learning experience.
Course Elementary 11549
Course Introduction:This stage of the open class will lead everyone to appreciate the beauty of Go language programming, master the basic grammar of Go language, and lay the foundation for subsequent blockchain development.
Course Elementary 11287
Course Introduction:A function is a block of code that implements a specific function. The direct purpose of defining a function is to divide the program into blocks according to functions, so as to facilitate the use, management, reading and debugging of the program. Functions can be roughly divided into system functions and custom functions. When the functions provided to us in the system cannot achieve a specific function you want to achieve, you need to define a function yourself. This is called a custom function. , of course there are some special forms of functions in PHP, such as recursive functions, callback functions, etc.
Course Advanced 11446
Course Introduction:Practical development of live broadcast system and multi-person live chat room system. The main technologies used are websocket, workerman/swoole, real-time message broadcast and storage. It is an advanced course and requires certain front-end and PHP foundation.
Course Intermediate 4714
Course Introduction:There are two main purposes for studying this course: 1. Visual panel layout adapts to the screen 2. Use ECharts to realize histogram display Core Technology: -Based on flexible.js + rem smart large screen adaptation - VScode cssrem plug-in - Flex layout - Less to use - Based on ECharts data visualization display - ECharts histogram data settings - ECharts map introduction
Course Elementary 2164
Course Introduction:Python visualization video series using matplotlib, seaborn, pyecharts, combined with real data sets; this video is reproduced from Bilibili: BV1gz411v7F5
Course Elementary 21008
Course Introduction:Use PDO mode (PHP data object) to connect and select databases (unified operation of various databases), execute SQL statements and process result sets