What is a descriptor? Attribute Structure Description

In general terms, descriptors are some attributes of objects for which the corresponding behavior is defined. When accessing them, they receive, install or delete the specified attributes from the dictionary. In simple terms, these are special keywords that define the behavior of an object, its properties or structure. The article will consider several options for descriptors. This will allow a more accurate understanding of their essence and purpose.

HTML

In the hypertext markup language that is used to create static web pages, descriptors are nothing more than tags. In this environment, they act as labels, due to which the text placed between them is displayed in a certain way. Thus, the design and arrangement of elements on the page is formed.

, . , , .

descriptor is




, . : = .

, HTML . , .





86

— , . :

  • . .
  • . , .
  • .
  • .

Java

Java EE . , . , , , .

invalid window handle




- web.xml .

. . , , -.

Windows CreateFile. .

what does the invalid handle mean




Unix . 0 — , 1 — , 2 — . , .





, . — HWND. , , .

, FindWindow. .

, , IsWindow.

1400

Windows. — . - «Error_invalid_window_handle» 0578.

? , .

invalid handle what is it




, :

  • ;
  • ;
  • .

, , , , .

— . « », , .

- . , . . .

The article presented the general principles of operation of descriptors in various programming languages ​​and operating systems, their functions, properties and types. As a rule, this term is mainly used by programmers and developers to identify objects and elements for subsequent access to them and management.

And it also became clear that this is an invalid descriptor. As it turned out, this is a common problem in the Windows environment, in most cases solved by simple manipulations.




All Articles