1. The calloc () function has two parameters: the number of elements and the size of each element. The product of these two parameters is the size of the memory space to be allocated. 2. dbframe is not a class and its usage is as follows: Char * frame = NULL; Begindbframe (classname, & frame, mfail ); Enddbframe (classname, frame, mfail ); Cleanups (FRAME ); This is intended for transaction processing. 3. When the number of services exceeds the specified number, the service will restart and release the corresponding memory resources. This restart is the task of each service. Not managed 6. Memory options consist of native, optimized and integrity. Will be discuss later. 7. The master node stores unchanged information. The relationship between the part, family, and corresponding relation.
Family object famlly class When you build part family in the classic client, the corresponding family object is constructed based on the family class. A part establishes a relation with a different family. This part inherits the attributes of this family. In principle: Each part can establish a relation with multiple families. Each family can establish a relation with multiple parts. . If only the part inherits one family, this effect can be achieved by using inheritance. This is a processing method of Teamcenter. At present, on the thin client side, creating a part is divided into two steps. 1. Fill in the part property value. 2. Fill in the property value of the corresponding family. But there is a problem: If the second step fails to be created, the first step is still successful, that is, the part is still created. 8. The default number of display items of items will be configured in the web. xml file of the web directory. 9, # Line 217 "" syntax, Command # line changes the content of _ line _ and _ f I L E _, which are pre-defined identifiers in the Compilation Program. Command # Line is mainly used for debugging and other special applications. |