Course Elementary 23692
Course Introduction:Functions of smarty template engine
Course Intermediate 68421
Course Introduction:PHP7 is a brand new version of the PHP programming language, which has been greatly improved mainly in terms of performance. Official documents show that PHP7 can achieve twice the performance of PHP5.x version. At the same time, the syntax of PHP is sorted out, and many popular syntax formats in other languages are provided. The commendable thing is that after making such a big change, the compatibility of PHP7 is still very good. For the vast majority of applications, you can migrate to the PHP7 version without making any modifications.
Course Elementary 50475
Course Introduction:The css tutorial "The Beautification Function of CSS" uses CSS technology to beautify web pages. Through practical case explanations, everyone can master and flexibly apply CSS knowledge.
Course Intermediate 4990
Course Introduction:At this stage, the front-end industry is developing rapidly, and front-end technology is also iterating at a high speed. The ES6-ES11 specification adds many new JavaScript features. The new features of ES have become the development trend of front-end technology, with concise syntax, rich functions, and some features have improved performance. This set of courses starts with ECMA-related concepts and covers the new features of ES6-ES11. Each new feature has a corresponding code. Some features also include special cases. The courses are easy to understand and easy to understand. After learning, there will be Big technical improvements.
Course Intermediate 14513
Course Introduction:"Geek Academy Java8 New Features Video Tutorial" covers all new features of Java8: Lambda expressions, Stream interface, DoubleStream interface, LocalDate class, etc. The new features of Java8 make Java run faster, use less code (Lambda expressions), facilitate parallelization, and minimize null pointer exceptions.
Course Advanced 20527
Course Introduction:"PHP Comment Function Practical Tutorial" will take you to use PHP, MySQL and jQuery to create a fast and efficient comment function. You can use this function in blog comments, product reviews, etc.
Course Intermediate 3728
Course Introduction:This course will introduce the recording interface, audio interface, and iFlytek voice recognition interface in the WeChat applet. Among them, the "personal voice assistant function" is realized through the backend built by Node.js to connect WeChat applet and iFlytek Voice. 1. Course introduction 2. Environment construction 3. WeChat mini program page construction 4. Node.js background interface construction 5. WeChat applet calls Node.js interface to realize voice interaction
Course Elementary 55436
Course Introduction:When registering, use Alibaba Cloud News SDK to receive and verify mobile phone SMS verification codes, as well as SMS notification functions.
Course Intermediate 22111
Course Introduction:The content of "JavaScript Basics Enhancement Video Tutorial" focuses on explaining the basic knowledge of JavaScript and involves the basic syntax of programming. It mainly includes variables, data types, type conversions, flow control statements, arrays, the difference between simple types and complex types, and the introduction of objects. Consolidate basic grammar through cases. This set of videos will take you into the wonderful world of JavaScript
Course Elementary 9004
Course Introduction:"ECMAScript New Functions In-depth Video Tutorial" This course explains the new functions of ECMAScript in more than 30 minutes. ECMAScript is standardized by Ecma International (formerly the European Computer Manufacturers Association, the English name is European Computer Manufacturers Association) through ECMA-262 Script programming language. This language is widely used on the World Wide Web. It is often called JavaScript or JScript, but in fact the latter two are implementations and extensions of the ECMA-262 standard.
Course Elementary 11527
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 2090
Course Introduction:This course mainly focuses on the vue3.0 Composition API. Compared with the vue2.0 version (Option API), the Composition API (Composition API) is one of the major changes in 3.0. The purpose of using the Composition API is to use a set of low-intrusive, Functional API allows us to "combine" component logic more flexibly.
Course Elementary 6220
Course Introduction:HTML5 is the latest revised version of HTML. The standard was completed by the World Wide Web Consortium (W3C) in October 2014. HTML5 is designed to support multimedia on mobile devices and is easy to learn. "Basic Video Tutorial on New Features of HTML5 from Geek Academy" will take you to understand the new features added by HTML5 compared to HTML, and experience the new multimedia functions, new applications, new graphics, etc. in HTML5.
Course Advanced 9649
Course Introduction:"In-depth Learning of Image Upload Function Example for PHP Development" introduces the development of image upload function.
Course Elementary 15554
Course Introduction:Comparison between PHP7 and PHP8, from syntax to performance; What has changed in PHP8?; Frameworks on the market that already support or are compatible with PHP8; Can PHP8 lead the PHP language to the top? Tools required for the course: 1.phpStudio integrated environment: //m.sbmmt.com/xiazai/gongju/1532 (supports php8, dedicated to php Chinese network learning) 2.phpstudy DIY php8 environment: //m.sbmmt.com/phpstudy-471337.html
Course Elementary 3314
Course Introduction:Consult WeChat: ycku_com; this course is a course for front-end developers, aiming to introduce the new features and improvements of Vue.js 3.x version. In this course, you'll learn how to take advantage of the new features of Vue.js 3.x to build modern web applications. The course content covers important updates to Vue.js 3.x.
Course Elementary 7350
Course Introduction:"Basic Video Tutorial on New Features of HTML5" This section explains in detail the new features and new tags that appear in HTML5, such as Canvas in HTML5, etc. What are the differences between HTML5 and previous html versions? We together look! !
Course Elementary 11247
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 Elementary 4470
Course Introduction:The second phase of Web front-end zero foundation is here! The Web front-end course is serialized in stages and has a lot of content. You can learn it step by step; Don't just watch the video, follow the teacher and practice more~
Course Elementary 54863
Course Introduction:Use ThinkPHP5.0 to implement simple administrator login and registration function