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
Mastering Scope and Lexical Scope in JavaScript

Course Introduction:Scope and Lexical Scope in JavaScript Understanding scope and lexical scope is fundamental to writing efficient and error-free JavaScript code. These concepts dictate how variables are accessed and where they are available in your code.

2024-12-18 comment 0  1109

What Does the Scope Resolution Operator (::) Do Without a Scope?

Course Introduction:The Scope Resolution Operator in a VoidThe scope resolution operator (::) is typically used to access members of a specific scope. However, it can...

2024-12-06 comment 0  613

How Do `$scope.$emit` and `$scope.$on` Facilitate Inter-Controller Communication in AngularJS?

Course Introduction:Working with $scope.$emit and $scope.$onIn AngularJS, communication between controllers can be achieved using the $scope.$emit and $scope.$on...

2024-12-07 comment 0  444

How Do `$scope.$emit` and `$scope.$on` Facilitate Event Communication in AngularJS Controllers?

Course Introduction:Event Communication in Controllers using $scope.$emit and $scope.$on$scope.$emit and $scope.$on are essential AngularJS methods for facilitating...

2024-12-11 comment 0  1131

How Does Lexical Scope Differ from Dynamic Scope in Nested Function Access?

Course Introduction:Navigating Lexical Scope: A Guide to Nested Function AccessIn programming, lexical scope (or static scope) defines the visibility and...

2024-12-25 comment 0  401

MoreTechnical Articles
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  27466

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.

More courses
  • Configuration scope

    The output of dump(Config::get()) without switching the scope is the same as the output of switching the scope, so I still don’t understand the use of the scope.

    2017-08-09 15:17:38 0  2  1376

  • Front-end - What is the difference between $scope and scope in angularjs

    In the process of learning angularjs, I have always had a question, what is the difference between $scope and scope?

    2017-05-15 16:55:58 0  2  804

  • angular.js - Problem with custom directive scope in angularjs

    The value of scope in the custom directive in angularjs is {}, which creates an isolated scope, but the properties in the parent scope can still be accessed. What's going on? (The isolation scope should not be able to access the properties of the parent scope, before the binding strategy is implemented)

    2017-05-15 17:07:33 0  4  905

  • angular.js – angular scope

    I encountered some confusion when learning instructions today: {code...} js {code...} Why is undefined printed? Then change the scope in the js command to scope:{}; why does this pop up? That is why the OutSide myDirective: wow! that is cool...

    2017-05-15 16:58:35 0  3  666

  • Is the privider scope global?

    Is the privider scope global?

    2019-04-12 00:46:08 0  5  1471

MoreQ&A

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

About us Disclaimer Sitemap

© php.cn All rights reserved