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 10000 related content
Self-study IT network Linux load balancing video tutorial

Course Intermediate  11425

Course Introduction:"Self-study IT Network Linux Load Balancing Video Tutorial" mainly implements Linux load balancing by performing script operations on web, lvs and Linux under nagin.

Shangxuetang MySQL video tutorial

Course Advanced  17717

Course Introduction:"Shangxuetang MySQL Video Tutorial" introduces you to the process from installing to using the MySQL database, and introduces the specific operations of each link in detail.

Band of Brothers front-end example display video tutorial

Course Advanced  11416

Course Introduction:"Brothers Band Front-end Example Display Video Tutorial" introduces examples of HTML5 and CSS3 technologies to everyone, so that everyone can become more proficient in using HTML5 and CSS3.

More courses
  • :: question

    syntax error, unexpected '::' (T_PAAMAYIM_NEKUDOTAYIM), expecting identifier (T_STRING)

    2019-04-16 15:04:47 0  0  890

  • Thinkphp 5.1 error after installation

    报错的内容如下:Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in E:\myphp\PHPTutorial\WWW\web\thi

    2018-06-12 18:08:51 0  3  1709

  • Access error

    Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in C:\PHPStudy\WWW\tp5\thinkphp\base.php&nb

    2018-05-06 15:19:28 0  0  1114

  • Regarding the problem of custom methods in mysqli, please solve it?

    When using $mysqli in a custom function, an error is reported. The red line at the bottom of $mysqli indicates that although $mysqli reports a syntax error and is marked with a red line, the data is still queried, but the loading is super slow and takes dozens of seconds. Obviously not Normally this is the database configuration

    2017-09-18 15:05:55 0  1  1749

  • What do "symbol not found" or "unable to resolve symbol" errors mean?

    Please explain the following about "symbol not found", "cannot resolve symbol" or "symbol not found" errors (in Java): What do they mean? What factors can cause these problems? How do programmers fix these problems? This question aims to provide a comprehensive Q&A on these common compilation errors in Java.

    2023-10-09 13:52:29 0  2  1395

MoreQ&A
Master common errors and solutions to Python identifiers

Course Introduction:Master common errors and solutions for Python identifiers Python is an easy-to-learn and easy-to-use programming language with powerful functions and flexible syntax. When learning and using Python, we need to understand and use identifiers in Python correctly. Identifiers are names used to identify various objects such as variables, functions, classes, modules, etc. However, when writing code, it's easy to make some common identifier mistakes. This article will introduce several common errors and give corresponding solutions and code examples. 1. Naming rules

2023-12-29 comment 0  1576

Undefined identifier: How to solve Python's undefined identifier error?

Course Introduction:Python is an easy-to-learn and easy-to-use programming language. However, when writing code, you will encounter some errors, which require developers to solve them. One of the frequently occurring errors is the "undefined identifier" error. What is an undefined identifier? Undefined identifier error is an error caused by a variable or function not being defined in the code. For example, this error occurs if a variable is not defined before using it, or a function is not defined before a function call. This error message may display the following: NameError

2023-06-25 comment 0  14394

Key Concepts: Symbol Rules and Common Misuses of PHP Identifiers

Course Introduction:Essential knowledge: Symbol rules and common misuse of PHP identifiers, specific code examples are required. Introduction: PHP, as a popular back-end development language, is widely used in the field of Web development. In PHP, reasonable use of identifiers is very important for code readability and maintainability. This article will introduce the notation rules of PHP identifiers, list some common misuses, and provide specific code examples. 1. Symbol rules for PHP identifiers: 1. Naming rules for identifiers (1) Identifiers consist of letters, numbers and underscores

2024-01-11 comment 0  971

How to Resolve the ORA-00904 Invalid Identifier Error in Oracle?

Course Introduction:ORA-00904 Error Resolving: Understanding Invalid Identifier IssueIn Oracle, the ORA-00904 error typically occurs when an invalid identifier is...

2024-12-23 comment 0  989

What is the error of requiring identifier in java

Course Introduction:Identifier errors are names used to name variables, methods and classes in Java and must follow rules, otherwise an error will be reported by the compiler. Common errors include: 1. Begins with something other than a letter, underscore, or dollar sign; 2. Contains illegal characters; 3. Is a Java keyword; 4. Contains spaces; 5. Inconsistent case. To avoid errors, use meaningful and descriptive names, follow naming conventions, and maintain consistency.

2024-04-25 comment 0  1064

MoreTechnical Articles

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

About us Disclaimer Sitemap

© php.cn All rights reserved