Community
Articles Topics Q&A
Learn
Course Programming Dictionary
Tools Library
Development tools Website Source Code PHP Libraries JS special effects Website Materials Extension plug-ins
AI Tools
Leisure
Game Download Game Tutorials
search
English
简体中文 English 繁体中文 日本語 한국어 Melayu Français Deutsch
Login
singup

  • Popular searches:
  • PHP
  • MySQL
  • jquery
  • HTML
  • CSS
  • Whole station
  • Course
  • Article
  • Q&A
  • Download
Found a total of 1452 related content
ES6-ES11 new features

Course Intermediate  5361

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.

Javascript - ES6 practical video course

Course Intermediate  34544

Course Introduction:"Javascript - ES6 Practical Video Course" explains the ES6 features that are supported by the running environment, while ignoring the unsupported features. With the gradual support of ES6 running environments such as Node.js, babel and browsers, the content of this set of video courses Will also add. The advantage of this kind of teaching is that it allows students to directly apply the new ES6 features in development and avoids the confusion caused by learning unsupported features.

Enter ES6 new standard syntax

Course Intermediate  3049

Course Introduction:ECMAScript 6 has basically become the industry standard. Mainstream front-end frameworks such as ReactJS, Vue.js, and angularjs will all use the new features of ES6. Its popularity is much faster than that of ES5. This chapter explains in detail the commonly used new features of ES6: different variable declarations, template strings, arrow functions, object and array destructuring, classes in ES6, and Module modular programming.

HTML5/CSS3/JavaScript/ES6 introductory course

Course Elementary  4419

Course Introduction:1. HTTP protocol and Web basics; 2. HTML5/CSS3; 3. JavaScript/ES6; 4. Node/Vue3...

ECMAScript6/ES6---Ten-day skills class

Course Elementary  6068

Course Introduction:Consult WeChat: ycku_com; This course is an in-depth exploration of the new features of ECMAScript 6 and higher. The course will take you through the revolutionary changes brought by ES6+, including core concepts such as classes, modules, iterators, and generators. You will learn how to use these new features to improve code quality and improve development efficiency. After ten days of study, you will transform from an ES6 novice to a senior developer who is proficient in ES6. The course has compact content and easy-to-understand explanations, making it suitable for all front-end developers and students interested in the JavaScript language. Let’s embark on this exciting ES6 learning journey together!

Front-end engineering (ES6 modularization and webpack packaging)

Course Intermediate  6531

Course Introduction:The way Webpack works is: treat your project as a whole, through a given main file (such as: index.js), Webpack will find all the dependency files of your project starting from this file, use loaders to process them, and finally Packaged into one (or more) browser-readable JavaScript files.

Node.js complete introductory tutorial [es6+npm+express+webpack+promise]

Course Intermediate  9616

Course Introduction:This set of courses serves as a framework pre-course, focusing on paving the way for students to learn major knowledge points such as npm, packages, modularization, identity authentication, CORS cross-domain, etc., laying a solid foundation for learning subsequent Vue courses. At the same time, this course covers back-end content such as MySQL database and API interface project development, broadens students' knowledge, and builds a complete front-end and back-end knowledge system for front-end students to help students develop better.

Front-end basics to actual combat (HTML5+CSS3+ES6+NPM)

Course Elementary  34960

Course Introduction:PHP Chinese website front-end development part learning objectives: 1. HTML5/CSS3; 2. JavaScript/ES6; 3. Node basics; 4. Vue3 basics and advanced; 5. Element Plus; 6. Front-end classic practical cases; 7. Front-end and back-end Completely separated development model...

JavaScript basic syntax [dom|bom|es6 new syntax|jQuery|data visualization echarts]

Course Elementary  13884

Course Introduction:Material collection: https://gitee.com/xiaoqiang001/java-script.git 1. JavaScript basics from the definition and use of variables, flow control statements, arrays, functions, constructors, built-in objects and objects, etc. 2. Web API explains how to obtain DOM elements, how to operate DOM elements, BOM operations, and create web page special effects on mobile terminals. 3. Later there will be advanced js, ES6 object-oriented syntax, object-oriented cases, prototypes and prototype chains, etc. 4. jquery comprehensive + echarts data visualization

The front-end course that understands you best: HTML5/CSS3/ES6/NPM/Vue/...[Original]

Course Elementary  21429

Course Introduction:1. HTML5: a new generation of structured markup language, the latest international standard from W3C; 2. CSS5: The latest collection of style rules, in line with modern page layout standards; 3. ES6: The latest specification of JavaScript (based on the latest ECMAScript standard); 4. NPM: The latest standard front-end package management tool based on Node.js; 5. VUE: The world’s most popular universal front-end development framework (essential for front-end development)

Scala Tutorial

Course Elementary  13798

Course Introduction:Scala Tutorial Scala is a multi-paradigm programming language, designed to integrate various features of object-oriented programming and functional programming.

CSS Online Manual

Course Elementary  82324

Course Introduction:"CSS Online Manual" is the official CSS online reference manual. This CSS online development manual contains various CSS properties, definitions, usage methods, example operations, etc. It is an indispensable online query manual for WEB programming learners and developers! CSS: Cascading Style Sheets (English full name: Cascading Style Sheets) is an application used to express HTML (Standard Universal Markup Language).

SVG Tutorial

Course Elementary  13158

Course Introduction:SVG is a markup language for vector graphics in HTML5. It maintains powerful drawing capabilities and at the same time has a very high-end interface to operate graphics by directly operating Dom nodes. This "SVG Tutorial" is intended to allow students to master the SVG language and some of its corresponding APIs, combined with the knowledge of 2D drawing, so that students can render and control complex graphics on the page.

AngularJS Chinese Reference Manual

Course Elementary  24606

Course Introduction:In the "AngularJS Chinese Reference Manual", AngularJS extends HTML with new attributes and expressions. AngularJS can build a single page application (SPAs: Single Page Applications). AngularJS is very easy to learn.

Go language tutorial manual

Course Elementary  27465

Course Introduction:Go is a new language, a concurrent, garbage-collected, fast-compiled language. It can compile a large Go program in a few seconds on a single computer. Go provides a model for software construction that makes dependency analysis easier and avoids most C-style include files and library headers. Go is a statically typed language, and its type system has no hierarchy. Therefore users do not need to spend time defining relationships between types, which feels more lightweight than typical object-oriented languages. Go is a completely garbage-collected language and provides basic support for concurrent execution and communication. By its design, Go is intended to provide a method for constructing system software on multi-core machines.

Redis command operation Chinese manual

Course Elementary  57911

Course Introduction:"Redis Command Operation Chinese Manual" is the latest official Redis online reference manual. Redis is an in-memory cache database. This manual contains various Redis operation commands with Chinese explanations. You will learn to master the efficient use of Redis in the data server. It is a must-have online query for Redis learning and users. Refer to the documentation tutorial!

Python 3 Tutorial

Course Elementary  87598

Course Introduction:"Python 3 Tutorial" The 3.0 version of Python is often called Python 3000, or Py3k for short. This is a major upgrade compared to earlier versions of Python. In order not to bring too much burden, Python 3.0 was not designed with backward compatibility in mind. Python language is very simple and easy to use for beginners and to complete common tasks.

XML DOM tutorial

Course Elementary  21070

Course Introduction:"XML DOM Tutorial" XML DOM defines a standard method for accessing and manipulating XML documents. DOM treats an XML document as a tree structure, with leaves defined as nodes. If you want to use XML, you need to understand the XML DOM.

Memcached command operation manual

Course Elementary  17818

Course Introduction:"Memcached Command Operation Manual" is the latest official Memcached online reference manual. In this Memcached document, various Memcached operation commands are provided with Chinese explanations. You will learn how to use Memcached to reduce database load and improve performance. It is a must-have online query reference document tutorial for Memcached learners and users!

XSLT tutorial

Course Elementary  9851

Course Introduction:"XSLT Tutorial" XSL refers to the EXtensible Stylesheet Language (EXtensible Stylesheet Language), which is a stylesheet language for XML documents. XSLT refers to XSL Transformation. In this tutorial, you will learn how to use XSLT to transform an XML document into another document, such as XHTML.

Public welfare online PHP training,Help PHP learners grow quickly!

About us Disclaimer Sitemap

© php.cn All rights reserved