Course Elementary 13458
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
Course Elementary 10620
Course Introduction:"JavaScript Basic Grammar and Basic Statements Video Tutorial" This course was recorded by Beifeng.com. JavaScript is a literal scripting language. It is a dynamically typed, weakly typed, prototype-based language with built-in support for types. Its interpreter is called the JavaScript engine, which is part of the browser and is widely used in client-side scripting languages. It was first used on HTML (an application under Standard Universal Markup Language) web pages to add dynamic functions to HTML web pages. .
Course Elementary 25774
Course Introduction:Lua language has strong embedding advantages and can be compiled and run across platforms. Cocos2d-x games can be developed efficiently using Lua language. We have collected the "Geek Academy Lua scripting language syntax introductory video tutorial", hoping to help everyone better learn the syntax of Lua scripting language.
Course Elementary 7050
Course Introduction:The 17th online training class of php Chinese website (2021.9.17) has officially started~~! The first 2 days of the course are free and open to the public, welcome to study! To register, please contact QQ27220243 (Teacher Zhong) or go to: //m.sbmmt.com/k.html
Course Elementary 25639
Course Introduction:This tutorial is based on PHP7 and only involves basic syntax. It allows friends who care about and like the PHP language to get started quickly and enter the ranks of PHP programmers as soon as possible....
How to deal with syntax error, unexpected ':'
2019-09-12 20:30:52 0 4 1056
2017-06-30 09:58:50 0 2 850
javascript - Regarding some document syntax expressions '[,'
2017-05-24 11:38:27 0 3 883
vim syntax highlighting and indentation
2017-05-16 16:41:27 0 2 896
Syntax error or access violation - Laravel
2023-09-03 13:10:32 0 1 580
Course Introduction:PHP array traversal foreach syntax structure and examples, foreach syntax. PHP array traversal foreach syntax structure and examples, foreach syntax foreach() PHP foreach() syntax structure is used to traverse operations or output arrays, foreach() can only be used to traverse arrays or objects, when
2016-07-06 comment 0 1372
Course Introduction:Basic syntax structure of PHP conditional statements. The conditional statements in PHP are if else, switch and ternary operator. Let me introduce some syntax of these conditional statements to you. The basic syntax structure of if single branch if (conditional expression) {
2016-07-13 comment 0 951