CN114416250A - Page display control method, device, equipment and storage medium - Google Patents

Page display control method, device, equipment and storage medium Download PDF

Info

Publication number
CN114416250A
CN114416250A CN202210040606.2A CN202210040606A CN114416250A CN 114416250 A CN114416250 A CN 114416250A CN 202210040606 A CN202210040606 A CN 202210040606A CN 114416250 A CN114416250 A CN 114416250A
Authority
CN
China
Prior art keywords
control
display
display state
state data
group
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202210040606.2A
Other languages
Chinese (zh)
Other versions
CN114416250B (en
Inventor
陆盛权
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Bigo Technology Singapore Pte Ltd
Original Assignee
Bigo Technology Singapore Pte Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Bigo Technology Singapore Pte Ltd filed Critical Bigo Technology Singapore Pte Ltd
Priority to CN202210040606.2A priority Critical patent/CN114416250B/en
Publication of CN114416250A publication Critical patent/CN114416250A/en
Application granted granted Critical
Publication of CN114416250B publication Critical patent/CN114416250B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications

Abstract

The embodiment of the invention discloses a page display control method, a page display control device, page display control equipment and a storage medium. The method is applied to a preset page, a control group arranged in the preset page is provided with a preset storage component and is used for storing display state data containing display requirement information of each control, when the display state data changes, a data change notice is sent to the corresponding control in the control group, a display requirement change instruction is received through a first control in a first control group, the first display state data is updated according to the display requirement change instruction, the data change notice sent by the first preset storage component is received through each control in the first control group, the target display state of the control group is determined according to the current first display state data and the display priority in the group, and the current display state of the control group is controlled according to the target display state. By adopting the technical scheme, the coupling degree between the controls in the control group can be reduced, the maintenance difficulty can be reduced, and the expansion performance can be improved.

Description

Page display control method, device, equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to a page display control method, a page display control device, page display control equipment and a storage medium.
Background
With the rapid development of internet technology, various Applications (APPs) are layered endlessly, and provide users with more and more abundant interactive modes and interactive experiences.
Generally, a User Interface (UI) control (hereinafter, referred to as a control) is disposed in a page of an application program, so that a User can conveniently realize human-computer interaction, and further use a function corresponding to the control. In the application page, an entry corresponding to the control can be displayed, the entry can be understood as an area for the control to be displayed in the page, and a user can trigger the corresponding control through operation on the entry. However, as the functions of the application program become richer, the number of the controls becomes larger, and the display space of the application page is generally limited, so that a situation that a plurality of controls reuse the same entry, that is, exist in the form of a control group, may exist. The control group can be understood as a group of controls displayed in the same area, and at most one control is displayed at the same time according to the priority, if the control with high priority needs to be displayed, the control with low priority needs to be hidden, and if the control with low priority needs to be displayed, the control with high priority needs to be displayed on the premise that the control with high priority is in a hidden state.
At present, for the same control group, in order to realize the mutual exclusion according to the priority in the control group, interfaces are called among all controls, the service coupling is very serious, along with the increase of the number of the controls in the control group, the number of the interfaces and the number of calling times are too many, the maintenance is not facilitated, and the good expansibility is not realized. Therefore, the existing page display control based on the control group is still not perfect, and needs to be improved.
Disclosure of Invention
The embodiment of the invention provides a page display control method, a page display control device, page display equipment and a storage medium, which can optimize the existing page display control scheme.
In a first aspect, an embodiment of the present invention provides a page display control method, which is applied to a preset page, where a control entry is disposed in the preset page, the control entry is used to display controls in a corresponding control group, the control group includes at least one control configured with an in-group display priority, the control group is configured with a preset storage component, the preset storage component is used to store display state data of the corresponding control group, and when the display state data changes, send a data change notification to a registered object, where the display state data includes display requirement information of each control, and the registered object of the preset storage component includes all controls in the corresponding control group, and the method includes:
receiving a display requirement changing instruction through a first control in a first control group, and updating first display state data in a first preset storage assembly of the first control group according to the display requirement changing instruction;
and receiving a data change notification sent by the first preset storage component through each control in the first control group, reading updated current first display state data, determining a target display state of the control according to the current first display state data and the display priority in the group, and controlling the current display state of the control according to the target display state.
In a second aspect, an embodiment of the present invention provides a page display control apparatus, which is applied to a preset page, where a control entry is disposed in the preset page, the control entry is configured to display controls in a corresponding control group, the control group includes at least one control configured with an in-group display priority, the control group is configured with a preset storage component, the preset storage component is configured to store display state data of the corresponding control group, and send a data change notification to a registered object when the display state data changes, the display state data includes display requirement information of each control, and the registered object of the preset storage component includes all controls in the corresponding control group, and the apparatus includes:
the data updating module is used for receiving a display requirement changing instruction through a first control in a first control group and updating first display state data in a first preset storage assembly of the first control group according to the display requirement changing instruction;
and the display state control module is used for receiving the data change notification sent by the first preset storage component through each control in the first control group, reading the updated current first display state data, determining the target display state of the display module according to the current first display state data and the display priority in the group, and controlling the current display state of the display module according to the target display state.
In a third aspect, an embodiment of the present invention provides a computer device, including a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor executes the computer program to implement the page display control method according to the embodiment of the present invention.
In a fourth aspect, an embodiment of the present invention provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the page display control method provided in the embodiment of the present invention.
The page display control scheme provided in the embodiment of the invention is applied to a preset page, a control entry is arranged in the preset page, the control entry is used for displaying controls in a corresponding control group, the control group comprises at least one control configured with an in-group display priority, the control group is configured with a preset storage component, the preset storage component is used for storing display state data containing display demand information of each control in the corresponding control group and sending a data change notification to a registered object when the display state data changes, the registered object comprises all the controls in the corresponding control group, a display demand change instruction is received through a first control in the first control group, a first display state data in the first preset storage component of the first control group is updated according to the display demand change instruction, and a data change notification sent by the first preset storage component is received through each control in the first control group, and reading the updated current first display state data, determining the target display state of the user according to the current first display state data and the display priority in the group, and controlling the current display state of the user according to the target display state. By adopting the technical scheme, when a certain control in the control group needs to change the display requirement, the display state data is updated without calling the interfaces of other controls, so that each control in the control group determines the display state of the control according to the display requirement information of each control in the updated display state data, the coupling degree between the controls in the control group is reduced, the maintenance difficulty is reduced, and the expansion performance is improved.
Drawings
Fig. 1 is a schematic view of a page provided in an embodiment of the present invention;
fig. 2 is a schematic diagram of a composition relationship of a control group according to an embodiment of the present invention;
fig. 3 is a schematic flowchart of a page display control method according to an embodiment of the present invention;
fig. 4 is a schematic flowchart of another page display control method according to an embodiment of the present invention;
fig. 5 is a schematic diagram illustrating a principle of display control according to the display priority in a group according to an embodiment of the present invention;
fig. 6 is a schematic diagram illustrating a principle of display control according to display position priority according to an embodiment of the present invention;
fig. 7 is a block diagram of a page display control apparatus according to an embodiment of the present invention;
fig. 8 is a block diagram of a computer device according to an embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures. In addition, the embodiments and features of the embodiments in the present invention may be combined with each other without conflict.
Fig. 1 is a schematic diagram of a page provided in an embodiment of the present invention, and fig. 2 is a schematic diagram of a composition relationship of a control group provided in an embodiment of the present invention. As shown in fig. 1 and fig. 2, it is assumed that a page is provided with 3 control entries (entries may be referred to as entries for short), which are entry 1, entry 2, and entry 3, where, currently, entry 1 corresponds to control group 1, entry 2 corresponds to control group 2, entry 3 corresponds to control group 3, control group 1 includes n controls, control group 2 includes m controls, control group 3 includes p controls, and n, p, and m are all greater than or equal to 1. It should be noted that fig. 1 and fig. 2 are only schematic illustrations, and the embodiment of the present invention does not limit the number of entries included in a preset page, the number of control groups set in the preset page, the number of controls included in a control group corresponding to each entry, and the internal priority (denoted as intra-group display priority) of each control in the same control group, and the like, and may be set according to actual requirements.
In order to better understand the technical effects of the embodiments of the present invention, the following description is made of related technologies. In the related technology, in order to realize the mutual exclusion according to the priority in the control group, when the high-priority control is displayed, the interface of the low-priority control is called, the low-priority control is hidden, and when the low-priority control wants to be displayed, whether the interface of the high-priority control is being displayed needs to be inquired to determine whether the interface can be displayed.
Specifically, in the related art, when the composition relationship between the page and the control group shown in fig. 1 and fig. 2 is faced, taking the entry 11 as an example, the display control according to the display priority in the group is generally implemented as follows:
for the control 11, when the service logic control of the control 11 is visible (that is, the control 11 has a display requirement), hidden interfaces from the control 12 to the control 1n need to be respectively called in the service code of the control 11 to hide the control 12 to the control 1n, so that only the control 11 is displayed at the position of the inlet 1; when the service of the control 11 controls the hiding, the service of the corresponding control needs to be sequentially called according to the sequence from the control 12 to the control 1n in the display priority in the group to inquire the visibility interface, whether the calling is continued or not is determined according to the returned result, if the control is returned to be visible, the current control is displayed, and the calling of the visibility interface of the control with lower priority is terminated, otherwise, the same steps are continuously executed on the control with lower priority until the control which can be currently displayed is inquired.
For any control of the control 12 and the control 1n, taking the control 12 as an example, when the service control of the control 12 is visible, firstly, the visibility interfaces of all the controls with the priority higher than that of the control 12 need to be inquired, if the controls with the priority higher than that of the control are being displayed, the control needs to be set to be hidden, if no control with the higher priority needs to be displayed, the control needs to be set to be visible, and meanwhile, the hidden interface of the control with the lower priority needs to be called, so that the control with the lower priority is not displayed.
It is thus clear that, among the correlation technique, every controlling part all need externally provide the visibility interface that is used for inquiring the visibility and be used for setting up the hidden interface of visibility, and the interface calls each other between the controlling part, and business coupling is very serious, and along with the inside controlling part quantity increase of controlling part group, interface quantity and calling number of times are also too much, and very be unfavorable for the maintenance, do not possess good expansibility, and when newly-increased controlling part, still need modify original controlling part logic, and the code invasiveness is strong.
The embodiment of the invention is applied to a preset page, a control entry is arranged in the preset page, the control entry is used for displaying the controls in the corresponding control group, the control group comprises at least one control configured with the display priority in the group, the control group is configured with a preset storage component, the preset storage component is used for storing the display state data of the corresponding control group and sending a data change notice to a registered object when the display state data changes, the display state data comprises the display requirement information of each control, and the registered object of the preset storage component comprises all the controls in the corresponding control group. When a certain control in the control group needs to change the display requirement, the display state data is updated without calling interfaces of other controls, so that each control in the control group determines the display state of the control according to the display requirement information of each control in the updated display state data, the coupling degree between the controls in the control group is reduced, the maintenance difficulty is reduced, and the expansion performance is improved.
For example, the preset page may be any page in a preset application, and the type of the preset application is not limited, and may include, for example, a live application, a short video application, an instant messaging application, and other applications. The preset page is provided with control entries, the number of the control entries is not limited, each control entry displayed in the preset page can correspond to one control group, and the corresponding control group can be fixed or dynamically changed. The control entry can be understood as an area in a preset page for displaying the control, and a user can trigger the corresponding control through operation on the entry. The control group may be understood as a group of controls (the number may be greater than or equal to 1) displayed in the same area (that is, the same control entry), one control is displayed at most at the same time, the controls in the control group are configured with an intra-group display priority, and the controls that can be displayed by the corresponding entry are determined according to the intra-group display priority.
Assuming that the page shown in fig. 1 is a preset page, the following description will be given of the display situation of the page when performing display control according to the intra-group priority, taking entry 1 as an example. For convenience of explanation, assume that n takes a value of 3, that is, there are 3 controls in the control group 1. When the control 11, the control 12 and the control 13 all have display requirements, because the priority of the control 11 is the highest, the control 11 is displayed at the entrance 1, and the control 12 and the control 13 need to be hidden, for example, when the entrance 1 is displaying the control 12, the control 12 needs to be hidden and is switched to display the control 11, which is irrelevant to who displays the 3 controls first; when the control 11 has a display requirement and the control 12 or the control 13 has a display requirement, the control 11 is displayed at the inlet 1, and the control 12 and the control 13 need to be hidden; when only 1 control in the 3 controls has a display requirement, the control with the display requirement is displayed at the entrance 1; when the control 11 has no display requirement and both the control 12 and the control 13 have display requirements, the control 12 is displayed at the entry 1, and the control 11 and the control 13 need to be hidden because the control 12 has higher priority than the control 13.
In the embodiment of the present invention, the control group is configured with a preset storage component, and the specific form of the preset storage component is not limited, and may be, for example, an observable data storage class. Before the preset page is displayed, all the controls in the control group can be registered to the corresponding preset storage assemblies, so that all the controls become the registered objects of the preset storage assemblies, and for an observable data memory class, all the controls can be regarded as observers at the moment. The display state data of the corresponding control group is stored in the preset storage component, the display state data includes display requirement information of each control, the display requirement information may include, for example, relevant information that a service logic corresponding to the control determines whether to display the control, and a specific storage form is not limited, for example, a mapping table of the control and the display requirement information. When the display state data stored in the preset storage component changes, the preset storage component sends a data change notification to the registered object, so that the registered object can check the changed display state data in time, that is, each control registered with the preset storage component can know the change of the display demand information of each control in the control group in time.
Optionally, sending a data change notification to the registration object of the preset storage component includes sending a data change notification to the registration object of the preset storage component in the active life cycle. This has the advantage of reducing the number and/or number of notifications to be sent and avoids memory leakage problems. The preset storage component may be survival data (LiveData), the LiveData is a type of data that can be observed, and is a component that can sense a life cycle, which means that the component follows the life cycle of other APP components, such as Activity, Fragment, or Service, and the component can ensure that the APP component is updated only when the Activity, Fragment, or Service and other components are in an active life cycle state, that is, send a data change notification to an active observer, and when a certain registered APP component life cycle is destroyed, the APP component is unsubscribed from the memory leak problem.
For example, taking fig. 2 as an example, the control group 1 is configured with a preset storage component 1, the control group 2 is configured with a preset storage component 2, and the control group 3 is configured with a preset storage component 3. Taking the control group 1 as an example, the preset storage component 1 stores display state data 1, and the display state data 1 includes display requirement information of the control 11, display requirement information of the control 12, … …, and display requirement information of the control 1 n. When the display requirement information of any one of the control 11 to the control 1n changes, the display state data 1 will change, and then the preset storage component 1 will send a data change notification to the control 11 to the control 1n, respectively.
Fig. 3 is a flowchart illustrating a page display control method according to an embodiment of the present invention, which may be executed by a page display control apparatus, where the apparatus may be implemented by software and/or hardware, and may be generally integrated in a computer device, and the computer device may include a mobile terminal device such as a mobile phone, a smart watch, a tablet computer, and a personal digital assistant; and other terminal equipment such as a desktop computer can be used. As shown in fig. 3, the method includes:
301, receiving a display requirement change instruction through a first control in a first control group, and updating first display state data in a first preset storage assembly of the first control group according to the display requirement change instruction.
For example, when a plurality of control groups are arranged in the preset page, the first control group may be any one of the control groups in the preset page; when only one control group exists in the preset page, the control group is the first control group. The first control may be any one of the controls within the first group of controls. And recording a preset storage module configured by the first control group as a first preset storage component, and recording display state data stored in the first preset storage component as first display state data.
For example, the display requirement of the first control may be determined according to the business logic corresponding to the first control, and when the display requirement changes, for example, the display requirement changes from the display requirement to the hiding requirement, or the display requirement changes from the hiding requirement to the display requirement, a display requirement change instruction may be generated, and the first control may receive the display requirement change instruction. The display requirement changing instruction can indicate the type of the display requirement needing to be changed, such as hiding or displaying; the display requirement change instruction can also indicate a change process, such as from hiding to displaying, or from displaying to hiding, and the like.
For example, after receiving the display requirement changing instruction, the first control may operate the first display state data, that is, update the first display state data according to the content indicated by the display requirement changing instruction. For example, if the display requirement changing instruction indicates that the display requirement type needing to be changed is display, changing the display requirement information of the first control in the first display state data into display; and if the display requirement changing instruction indicates that the display requirement type needing to be changed is hidden, changing the display requirement information of the first control in the first display state data into the hidden display requirement information.
Step 302, receiving a data change notification sent by the first preset storage component through each control in the first control group, reading updated current first display state data, determining a target display state of the control according to the current first display state data and the display priority in the group, and controlling the current display state of the control according to the target display state.
For example, since the first control updates the first display state data, the first preset storage component may sense a change of the first display state data, and may send a data change notification to the registered object, that is, all the controls in the first control group. After receiving the data change notification sent by the first preset storage component, the controls in the first control group learn that the first display state data has changed, then the updated current first display state data is read from the first preset storage component, and then the target display states of the controls are determined according to the read current first display state data and the display priorities in the group. If the target display state is inconsistent with the current display state of the user, changing the current display state of the user into the target display state; and if the target display state is consistent with the current display state of the target display state, keeping the current display state of the target display state unchanged.
The page display control method provided in the embodiment of the invention is applied to a preset page, a control entry is arranged in the preset page, the control entry is used for displaying controls in a corresponding control group, the control group comprises at least one control configured with an in-group display priority, the control group is configured with a preset storage component, the preset storage component is used for storing display state data containing display demand information of each control in the corresponding control group and sending a data change notification to a registered object when the display state data changes, the registered object comprises all the controls in the corresponding control group, a display demand change instruction is received through a first control in the first control group, the first display state data in the first preset storage component of the first control group is updated according to the display demand change instruction, and the data change notification sent by the first preset storage component is received through each control in the first control group, and reading the updated current first display state data, determining the target display state of the user according to the current first display state data and the display priority in the group, and controlling the current display state of the user according to the target display state. By adopting the technical scheme, when a certain control in the control group needs to change the display requirement, the display state data is updated without calling the interfaces of other controls, so that each control in the control group determines the display state of the control according to the display requirement information of each control in the updated display state data, the coupling degree between the controls in the control group is reduced, the maintenance difficulty is reduced, and the expansion performance is improved.
In some embodiments, the determining the target display state of the display device according to the current first display state data and the intra-group display priority includes: determining the current display requirement of the user; if the current display requirement is display, judging whether a control with higher priority than the display priority of the control and display requirement information of the control is displayed exists according to the current first display state data, if so, determining that the target display state of the control is hidden, otherwise, determining that the target display state of the control is display; and if the current display requirement is hidden, determining the target display state of the target display device as hidden. This has the advantage that the target display state of the user can be determined quickly and accurately.
For example, the current display requirement of the control itself may be obtained from a record inside the control (for example, when a display requirement change instruction is received, the record inside the control itself is updated every time), or may be read from the first display state data. The advantage of reading from the first display state data is, among other things, that memory resources allocated to the control interior can be saved.
For example, assuming that the first control is the control 11, before the control 11 receives the display requirement changing instruction, the display requirement information of the control 11 in the first display state data is hidden, the display requirement information of the control 12 is displayed, the display requirements of other controls are hidden, and at this time, the entry 1 displays the control 12. After the control 11 receives the display requirement changing instruction, the control 11 updates the display requirement information of the control 11 in the first display state data to display, and the controls 11 to 1n will receive a data change notification. For the control 11, determining that the current display requirement of the control is display, if there is no control with a display priority higher than that of the control in the group, determining that the target display state is display, and if the target display state is inconsistent with the current display state of the control, changing the current display state of the control into the target display state, namely changing from hiding to displaying; for the control 12, confirming that the current display requirement of the control is display, but the control 11 with higher display priority in the group and display requirement information of display exists, determining that the target display state is hidden, and changing the current display state of the control into the target display state if the target display state is inconsistent with the current display state of the control, namely changing the display into the hiding; and for the controls 13 to 1n, confirming that the current display requirement of the control is hidden, and if the target display state is consistent with the current display state of the control, keeping the current display state of the control unchanged, namely continuously keeping the hiding.
In some embodiments, the display status data is binary values, and each binary bit corresponds to display requirement information of one control. The advantage of this arrangement is that the storage form of the display state data can be simplified, and the storage resource can be saved.
Illustratively, taking the control group 1 as an example, the display state data includes n binary bits, where each binary bit is used to store the display requirement information of one of the controls 11 to 1 n. Optionally, 1 represents that the display requirement information is displayed, and 0 represents that the display requirement information is hidden.
In some embodiments, the updating, according to the display requirement changing instruction, the first display state data in the first preset storage component of the first control group includes: if the display requirement change instruction indicates that the display is changed to display, changing the value of the binary digit corresponding to the first control in the first display state data to 1; and if the display requirement change instruction indicates that the change is hidden, changing the value of the binary digit corresponding to the first control in the first display state data to 0. This has the advantage that the difficulty of updating the first display state data can be reduced.
In some embodiments, the binary bit high-low order of the display status data is consistent with the display priority order within the group. The setting has the advantages that extra storage space is not required to be occupied to store the display priority in the group, the corresponding relation between each binary digit and the control is not required to be additionally recorded, and the storage resource is further saved.
In some embodiments, each control within a control group is configured with a corresponding control binary value that is consistent with the number of bits of the display status data. The value of the binary digit corresponding to the control in the binary value of the control is 1, and the values of the remaining binary digits are 0. In this case, the binary value of the control can be determined according to the binary bit corresponding to the control.
For example, changing the value of the binary digit corresponding to the first control in the first display state data to 1 may include: and performing OR operation on the first display state data and a control binary value corresponding to the first control to obtain updated first display state data. That is, the updated first display state data ═ the control binary value corresponding to the first display state data | first control, where "|" is a binary or operation.
For example, changing the value of the binary digit corresponding to the first control in the first display state data to 0 may include: and performing negation operation on the control binary value corresponding to the first control, and performing AND operation on the control binary value and the first display state data to obtain updated first display state data. That is, the updated first display state data & (& -the control binary value corresponding to the first control), where "&" is a binary and operation and "-" is a binary negation operation.
In some embodiments, the determining, according to the current first display state data, whether there is a control whose display requirement is display and whose in-group display priority is higher than that of the control itself, and if so, determining that a target display state of the control itself is hidden includes: and judging whether a value 1 exists on a binary digit positioned in front of a binary digit corresponding to the current first display state data or not, and if so, determining that the target display state of the current first display state data is hidden. This has the advantage that the target display state of the user can be determined more quickly and accurately.
For the situation that a plurality of control groups exist in the preset page, the display positions of the control groups may also have priorities, and thus a need for dynamically adjusting the display positions of the control groups may exist, that is, the control entries corresponding to the control groups may change. As shown in fig. 1 and 2, the display position priority between the control groups is that control group 1 is higher than control group 2, and control group 2 is higher than control group 3. If all the controls in the control group 2 are hidden, the controls do not need to be displayed at the entrance 2, and the display position of the entrance 2 is empty, and at this time, the control group 3 can be moved down, that is, the control group 3 is displayed at the position of the entrance 2 in fig. 1, so that the shielding of the middle content of the preset page is reduced, and the display of the entrance is more compact. The display requirement of such a control group may be referred to as a boundary alignment requirement, and as shown in fig. 1, the boundary is a lower boundary of a preset page, which may be referred to as a lower alignment requirement.
In order to better understand the technical effects of the embodiments of the present invention, the following description is made of related technologies. In the related art, in the face of the requirement of lower alignment, the upper control group needs to inquire whether a control is displayed in the lower control group, and then whether the display position of the control group needs to be moved down is determined, and meanwhile, when the lower control group needs to be displayed, the upper control group interface needs to be called, and the upper control group is moved up so as to vacate the entry position required by the display of the lower control group.
Specifically, taking fig. 1 as an example, in the related art, display control is generally implemented as follows:
for example, when a control needs to be displayed in the control group 2, the visibility interface of the control group 1 needs to be queried to determine whether the control needs to be displayed, if the control needs to be displayed in the control group 1, the visible control of the control group 2 needs to be displayed at the position of the entry 2, and if no control needs to be displayed in the control group 1, the visible control of the control group 2 needs to be displayed at the position of the entry 1. Similarly, the control group 3 needs to query the visibility interfaces of the control group 1 and the control group 2, and finally determines which entry position to display at. In addition, when a control needs to be displayed in the control group 1, whether the control in the control group 2 and the control group 3 is already displayed in the position of the entry 1 needs to be queried, if so, a position moving interface of the visibility control in the control group 2 and/or the control group 3 is called, the display position of the visibility control is moved upwards, and the position of the entry 1 is left for displaying the control in the control group 1. When the control group 2 needs to be displayed, the position of the control group 3 is influenced in the same way.
It can be seen that, in the related art, in addition to the requirement that the control group itself can implement the mutual exclusion according to priority in the same-level control group, the whole control group is required to provide an interface for querying whether the display is in progress, and a position up-shifting interface and a position down-shifting interface for displaying position control. The interfaces among the control groups are mutually called, the interfaces of the control group become more bloated and more complex to call, when the control group is newly added, the original control logic needs to be modified, and the invasiveness is further enhanced.
In the embodiment of the invention, each control group is configured with display state data, whether a control needs to be displayed in the corresponding control group can be determined through the display state data, and interface calling is not needed between the control groups, so that decoupling is realized.
In some embodiments, the application page has a plurality of control groups disposed therein, the plurality of control groups configured with display position priorities, the registration object of the preset storage component further includes the plurality of control groups, and the method further includes: and receiving a data change notification sent by the first preset storage component through each control group in the plurality of control groups, reading target display state data with higher display position priority than that of the control group corresponding to the control group, determining a target display position of the control group according to the target display state data, and controlling the control group to display at a target control inlet corresponding to the target display position according to the target display position. The target display state data can be understood as display state data corresponding to a control group with higher display position priority than the current control group. The advantage of setting like this lies in, when the display state data that a certain control group corresponds changes, each control group also can receive the data change notice that the corresponding storage component of predetermineeing sent, and then can confirm whether need to adjust self display position through reading the display state data after the change that the display position priority is higher than self control group, need not to pay close attention to the display position priority and be lower than self control group, need not to carry out the call between the interface between each control group, reduce the coupling degree between the control group, further reduce the maintenance degree of difficulty, promote the expansion performance.
Further, controlling the target control entry corresponding to the target display position to display according to the target display position, including: if the target display position is consistent with the current display position of the target display position, the display at the current control entrance is kept; and if the target display position is inconsistent with the current display position of the target display position, controlling the target display position to move to a target control entrance corresponding to the target display position for display.
In some embodiments, the determining the target display position according to the target display state data includes: determining whether a control with a display requirement of display is contained in the self group; and if so, determining the quantity of the target display state data which contains the display requirement information as the display, and determining the target display position of the user according to the quantity. This has the advantage that the target display position can be determined quickly and accurately.
Illustratively, when any one of the display requirement information corresponding to each control contained in the target display state data is display, the target display state data participates in counting. For the target display state data participating in counting, at least one control in the corresponding control group can be considered to have a display requirement, no attention needs to be paid to which specific control needs to be displayed, the control group can occupy the display position of one control entry, and the control entry at the highest position level which can be occupied by the control group is determined according to the number of occupied control entries.
Further, after determining whether the control whose display requirement is display is contained in the own group, the method further includes: if not, controlling the self to enter a hidden state.
In some embodiments, the display status data is binary values, and each binary bit corresponds to display requirement information of one control. Wherein the determining the number of target display state data containing display demand information as a display includes: the number of target display state data having a value other than 0 is determined. The advantage of this arrangement is that whether to include the display requirement information for display can be quickly determined by judging whether the numerical value is 0, further improving the efficiency of determining the target display position. Further, determining the target display position according to the number may specifically be: and determining occupied control entries according to the number, traversing from high to low according to the position priority of the control entries, and determining the position of the first unoccupied control entry as the target display position of the control entry. The position priority of the control entry in the preset page corresponds to the display position priority of the control group, and the control entry with the higher corresponding display priority is occupied preferentially. As shown in fig. 1, if the priorities of the locations corresponding to portal 1, portal 2, and portal 3 are sequentially lower, portal 1 is preferentially occupied than portal 2, and portal 2 is preferentially occupied than portal 3. If it is determined that the number of target display state data having a value other than 0 is 1, the target display position is the position of the entrance 2.
In some embodiments, the in-group display priority and/or the display location priority corresponding to each control group may be updated through a server (e.g., a cloud). Optionally, the method may further include: and receiving the in-group display priority and/or the display position priority corresponding to each control group sent by the server, and updating the local corresponding in-group display priority and/or the display position priority. The method has the advantages that the dynamic adjustment of the display priority and the display position priority in the group can be realized, and after the preset application program is successfully installed on the equipment such as the mobile phone, if the display priority and/or the display position priority in the group needs to be changed, a new preset application program does not need to be installed again or the preset application program does not need to be upgraded, so that the display of the control in the preset page is more flexible. Optionally, after the preset application program is started, the in-group display priority and/or the display position priority, which is sent by the server and corresponds to each control group, is received.
Fig. 4 is a schematic flow chart of another page display control method according to an embodiment of the present invention, which is optimized based on the foregoing optional embodiments.
Exemplarily, the method can be applied to a live broadcast page of a live broadcast application program, 3 control entries are arranged at the lower right corner in the live broadcast page and respectively correspond to 3 control groups, and the specific distribution situation can refer to fig. 1. The control group 1 corresponding to the inlet 1 comprises 3 controls, namely a treasure box control (regarded as a control 11), a lucky card control (regarded as a control 12) and a gift sending button control (regarded as a control 13), the inlet 2 corresponds to the control group 2 and comprises an activity 1 control and an activity 2 control, and the control group 3 corresponding to the inlet 3 comprises an activity 3 control. Each control group is configured with LiveData, and the registered object of the LiveData comprises all the controls in the corresponding control group and all the control groups. Stored in LiveData is a binary value of integer (Int), which may have an initial value of 000 for control group 1, 00 for control group 2, and 0 for control group 3 after the preset application is started. For control group 1, the binary values of the controls corresponding to control 11, control 12 and control 13 are 100, 010 and 001, respectively. In the control binary value, the higher the binary bit of "1" is, the higher the display priority in the group is, i.e., 100>010> 001. And each control monitors the data change notification of the LiveData in the life cycle range, and performs operation business by using the stored display state data, namely determining the target display state, the target display position and the like.
As shown in fig. 4, the method may include:
step 401, receiving a display requirement change instruction through a first control in a first control group, and performing corresponding operation on first display state data in a first preset storage assembly of the first control group by using a control binary value corresponding to the first control according to content indicated by the display requirement change instruction to obtain updated first display state data.
Fig. 5 is a schematic diagram illustrating a principle of display control according to an intra-group display priority according to an embodiment of the present invention. As shown in fig. 5, the control service may determine a change of the display requirement of the control in the control group, and when the control receives a display requirement change instruction, the LiveData value may be operated according to display or hiding indicated by the control service.
For example, the initial value of LiveData in the figure may be understood as the value of LiveData before update, and assuming that the initial value of LiveData at this time is 010, only the control 12 currently has a display requirement, and the control 12 is displayed at the entry 1. If the first control is control 13 and the display requirement is changed to display, then 001 and 010 perform or operation to obtain an updated value of LiveData of 011.
Step 402, receiving data change notifications sent by a first preset storage component through each control in a first control group, and reading updated current first display state data respectively.
As shown in fig. 5, after the LiveData value is updated, a data change notification is sent to each control in the control group, and each control reads the updated LiveData value.
Step 403, determining a current display requirement of each control in the first control group, if the current display requirement is display, determining whether a value 1 exists on a binary digit located before a binary digit corresponding to the control in the current first display state data, if so, determining that a target display state of the control is hidden, if not, determining that a target display state of the control is display, if the current display requirement is hidden, determining that the target display state of the control is hidden, and controlling the current display state of the control according to the target display state.
As shown in fig. 5, each control determines its own target display state, and controls its own display state according to the target display state.
Continuing with the above example, after the control 11 reads 011, it determines that its current display requirement is hidden, and then controls itself to keep the hidden state. After reading 011, the control 12 determines that its current display requirement is display and 0 is located in a binary bit higher than itself, so that the display can be continuously maintained. After reading 011, the control 13 determines that its current display requirement is display, but 1 exists in a binary bit higher than itself, so that it cannot display and needs to remain hidden.
Further, after the above operation, if the service of the control 11 determines that the control 11 needs to be displayed, 100 and 011 are used for performing or operation, and the updated value of LiveData is 111. At this time, after the control 11 reads 111, it determines that its current display requirement is display, and then controls itself to switch from hidden to display. After the control 12 reads 111, it determines that its current display requirement is display, but the binary digit higher than itself is 1, so it needs to switch from display to hiding. After the control 13 reads 111, it determines that its current display requirement is display, but there is a 1 on the binary digit higher than itself, so it cannot display and needs to keep hiding.
Further, after the above operation, if the service of the control 11 determines that the control 11 needs to be hidden, 100 is negated to obtain 011, and then an and operation is performed with 011 to obtain an updated value of LiveData being 011. At this time, after reading 011, the control 11 determines that its current display requirement is hidden, and controls itself to switch from display to hidden. After reading 011, the control 12 determines that its current display requirement is display and 0 is located on a binary bit higher than itself, so that it can be hidden and switched to display. After reading 011, the control 13 determines that its current display requirement is display, but 1 exists in a binary bit higher than itself, so that it cannot display and needs to remain hidden.
And step 404, receiving a data change notification sent by the first preset storage component through each of the plurality of control groups, and reading target display state data corresponding to the control group with the display position higher in priority than the control group.
Fig. 6 is a schematic diagram illustrating a principle of performing display control according to display position priorities according to an embodiment of the present invention, as shown in fig. 6, when display state data corresponding to each control group changes, all the control groups are notified, and each control group respectively reads target display state data corresponding to the control group whose display position priority is higher than that of the control group, so as to determine a target display position of the control group in the following.
Step 405, determining whether the control group contains a control with a display requirement of display or not, if so, determining the quantity of target display state data with a numerical value not being 0, determining the target display position of the control group according to the quantity, and controlling the control group to display at the target control inlet corresponding to the target display position according to the target display position.
For example, taking the control group 3 as an example, the display state data corresponding to the control group 2 and the display state data corresponding to the control group 1 need to be read, and these two display state data are marked as target state display data. If the two values are 00 and 000, the numerical values are both 0, and the control group 3 can be displayed at the entry 1; if the two are not 0, if the two are respectively 10 and 010, the control group 3 needs to be displayed at the entrance 3; if only one of the two is 0, such as 00 and 010, respectively, then control group 3 needs to be displayed at entry 2.
The page display control method provided by the embodiment of the invention stores the display requirements of each control based on binary values, combines the characteristic that LiveData data always keeps the latest state and the mechanism of sending a notification to an active observer after data updating, and decouples the boundary alignment operation displayed according to priority in the control group and displayed between the control groups by using binary operation. The integer LiveData is used for storing the internal state of the control group, and each control service can replace the problem of mutual calling of the interfaces in the related technical scheme only by updating the visibility (display requirement) of each control service to the LiveData, so that high cohesion is realized, and the logic is simple. After monitoring the change notification of the LiveData, the control can obtain the visibility by calculating the binary value of the control representing the priority of the control and the value stored by the LiveData, and is completely decoupled from other controls. In contrast, in the related technical solution, the number of the controls in the control group needs to be increased by adding interface calls of new controls to the original other controls, and an Opening and Closing Principle (OCP) is violated. According to the technical scheme, the priority of the controls in the control group is changed, the interface calling sequence of the original controls needs to be adjusted, and the opening and closing principle is violated.
Fig. 7 is a block diagram of a page display control apparatus according to an embodiment of the present invention, where the apparatus may be implemented by software and/or hardware, and may be generally integrated in a computer device, and may perform control of page display by executing a page display control method. The device is applied to a preset page, a control inlet is arranged in the preset page and used for displaying controls in a corresponding control group, the control group comprises at least one control configured with a group display priority, the control group is configured with a preset storage component, the preset storage component is used for storing display state data of the corresponding control group and sending a data change notification to a registered object when the display state data changes, the display state data comprises display requirement information of each control, and the registered object of the preset storage component comprises all the controls in the corresponding control group.
As shown in fig. 7, the apparatus includes:
the data updating module 701 is configured to receive a display requirement changing instruction through a first control in a first control group, and update first display state data in a first preset storage component of the first control group according to the display requirement changing instruction;
a display state control module 702, configured to receive, through each control in the first control group, a data change notification sent by the first preset storage component, read updated current first display state data, determine a target display state of the display module according to the current first display state data and the display priority in the group, and control a current display state of the display module according to the target display state.
According to the page display control device provided by the embodiment of the invention, when a certain control in the control group needs to change the display requirement, the display state data is updated without calling the interfaces of other controls, so that each control in the control group determines the display state of the control according to the display requirement information of each control in the updated display state data, the coupling degree between the controls in the control group is reduced, the maintenance difficulty is reduced, and the expansion performance is improved.
The embodiment of the invention provides computer equipment, wherein the page display control device provided by the embodiment of the invention can be integrated in the computer equipment. Fig. 8 is a block diagram of a computer device according to an embodiment of the present invention. The computer device 800 includes a memory 801, a processor 802, and a computer program stored on the memory 801 and executable on the processor 802, and when the processor 802 executes the computer program, the page display control method provided by the embodiment of the present invention is implemented.
Embodiments of the present invention also provide a storage medium containing computer-executable instructions, which are used to execute the page display control method provided by the embodiments of the present invention when executed by a computer processor.
The page display control device, the equipment and the storage medium provided in the above embodiments can execute the page display control method provided in any embodiment of the present invention, and have corresponding functional modules and beneficial effects for executing the method. For technical details that are not described in detail in the above embodiments, reference may be made to a page display control method provided in any embodiment of the present invention.
Note that the above is only a preferred embodiment of the present invention. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in more detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the claims.

Claims (13)

1. A page display control method is applied to a preset page, a control entry is arranged in the preset page, the control entry is used for displaying controls in a corresponding control group, the control group comprises at least one control configured with a group display priority, the control group is configured with a preset storage component, the preset storage component is used for storing display state data of the corresponding control group and sending a data change notification to a registered object when the display state data changes, the display state data comprises display demand information of each control, the registered object of the preset storage component comprises all the controls in the corresponding control group, and the method comprises the following steps:
receiving a display requirement changing instruction through a first control in a first control group, and updating first display state data in a first preset storage assembly of the first control group according to the display requirement changing instruction;
and receiving a data change notification sent by the first preset storage component through each control in the first control group, reading updated current first display state data, determining a target display state of the control according to the current first display state data and the display priority in the group, and controlling the current display state of the control according to the target display state.
2. The method of claim 1, wherein determining the target display state of the display device based on the current first display state data and the intra-group display priority comprises:
determining the current display requirement of the user;
if the current display requirement is display, judging whether a control with higher priority than the display priority of the control and display requirement information of the control is displayed exists according to the current first display state data, if so, determining that the target display state of the control is hidden, otherwise, determining that the target display state of the control is display;
and if the current display requirement is hidden, determining the target display state of the target display device as hidden.
3. The method of claim 2, wherein the display status data is binary values, and each binary bit corresponds to display requirement information of one control.
4. The method according to claim 3, wherein the updating the first display state data in the first preset storage component of the first control group according to the display requirement changing instruction comprises:
if the display requirement change instruction indicates that the display is changed to display, changing the value of the binary digit corresponding to the first control in the first display state data to 1;
and if the display requirement change instruction indicates that the change is hidden, changing the value of the binary digit corresponding to the first control in the first display state data to 0.
5. The method of claim 4, wherein the binary bit high-low order of the display status data is consistent with the display priority order in the group, each control in a control group is configured with a corresponding control binary value consistent with the binary bit number of the corresponding display status data, the value of the binary bit corresponding to the control in the control binary value is 1, and the value of the remaining binary bits is 0;
wherein changing the value of the binary digit corresponding to the first control in the first display state data to 1 includes:
performing OR operation on the first display state data and a control binary value corresponding to the first control to obtain an updated first display state number;
wherein changing the value of the binary digit corresponding to the first control in the first display state data to 0 includes:
and performing negation operation on the binary value of the control corresponding to the first control, and performing AND operation on the binary value after negation operation and the first display state data to obtain updated first display state data.
6. The method of claim 4, wherein the binary bit high-low order of the display status data is consistent with the intra-group display priority order; the judging whether a control which has higher display priority in the group than the control and has display requirement of display exists according to the current first display state data, and if so, determining that the target display state of the control is hidden comprises the following steps:
and judging whether a value 1 exists on a binary digit positioned in front of a binary digit corresponding to the current first display state data or not, and if so, determining that the target display state of the current first display state data is hidden.
7. The method of claim 1, wherein the application page is provided with a plurality of control groups configured with display location priorities, wherein the registration objects of the preset storage component further include the plurality of control groups, and wherein the method further comprises:
and receiving a data change notification sent by the first preset storage component through each control group in the plurality of control groups, reading target display state data with higher display position priority than that of the control group corresponding to the control group, determining a target display position of the control group according to the target display state data, and controlling the control group to display at a target control inlet corresponding to the target display position according to the target display position.
8. The method of claim 7, wherein determining the target display position of the user according to the target display state data comprises:
determining whether a control with a display requirement of display is contained in the self group;
and if so, determining the quantity of the target display state data which contains the display requirement information as the display, and determining the target display position of the user according to the quantity.
9. The method of claim 8, wherein the display status data is binary values, and each binary value corresponds to display requirement information of one control;
wherein the determining the number of target display state data containing display demand information as a display includes:
the number of target display state data having a value other than 0 is determined.
10. The method of any of claims 1-9, wherein the predetermined memory components comprise observable classes of data memory; the sending of the data change notification to the registration object of the preset storage component includes sending the data change notification to the registration object of the preset storage component in the active life cycle.
11. The utility model provides a page display control device, its characterized in that is applied to and presets the page, be provided with the control entry in presetting the page, the control entry is used for showing the control in the corresponding control group, contain in the control group and dispose at least one control of display priority in the group, the control group is equipped with and presets the storage component, preset the storage component and be used for storing the display state data of corresponding control group to when showing that state data changes, send the data change notice to registering the object, show that state data contains the display demand information of each control, the registering object of presetting the storage component includes all controls in the control group that corresponds, the device includes:
the data updating module is used for receiving a display requirement changing instruction through a first control in a first control group and updating first display state data in a first preset storage assembly of the first control group according to the display requirement changing instruction;
and the display state control module is used for receiving the data change notification sent by the first preset storage component through each control in the first control group, reading the updated current first display state data, determining the target display state of the display module according to the current first display state data and the display priority in the group, and controlling the current display state of the display module according to the target display state.
12. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method according to any of claims 1-10 when executing the computer program.
13. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1-10.
CN202210040606.2A 2022-01-14 2022-01-14 Page display control method, device, equipment and storage medium Active CN114416250B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210040606.2A CN114416250B (en) 2022-01-14 2022-01-14 Page display control method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210040606.2A CN114416250B (en) 2022-01-14 2022-01-14 Page display control method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN114416250A true CN114416250A (en) 2022-04-29
CN114416250B CN114416250B (en) 2023-11-24

Family

ID=81273946

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210040606.2A Active CN114416250B (en) 2022-01-14 2022-01-14 Page display control method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114416250B (en)

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030122879A1 (en) * 2001-12-27 2003-07-03 International Business Machines Corporation Display device, display method, display program, and recording medium
JP2013058150A (en) * 2011-09-09 2013-03-28 Ricoh Co Ltd Information processor and program
CN109388458A (en) * 2018-09-26 2019-02-26 深圳壹账通智能科技有限公司 Management method, terminal device and the computer readable storage medium of interface control
CN110321140A (en) * 2019-05-23 2019-10-11 天津五八到家科技有限公司 Data-updating method, device and mobile terminal
CN110941376A (en) * 2019-11-29 2020-03-31 联想(北京)有限公司 Display control method and electronic equipment
CN111124919A (en) * 2019-12-24 2020-05-08 浙江诺诺网络科技有限公司 User interface testing method, device, equipment and storage medium
CN111273984A (en) * 2020-01-20 2020-06-12 深圳震有科技股份有限公司 Extension method of numerical control, storage medium and terminal equipment
CN111638826A (en) * 2020-05-28 2020-09-08 维沃移动通信有限公司 Interface display method and device and electronic equipment
CN111638823A (en) * 2020-05-27 2020-09-08 维沃移动通信(杭州)有限公司 Application icon display method and device and electronic equipment
CN113032083A (en) * 2021-04-21 2021-06-25 深圳市元征科技股份有限公司 Data display method, device, electronic equipment and medium
CN113094135A (en) * 2021-04-06 2021-07-09 北京字跳网络技术有限公司 Page display control method, device, equipment and storage medium
CN113391737A (en) * 2021-05-26 2021-09-14 深圳须弥云图空间科技有限公司 Interface display control method and device, storage medium and electronic equipment
CN113901371A (en) * 2021-10-12 2022-01-07 广州通则康威智能科技有限公司 Webpage content control method and device, computer equipment and storage medium

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030122879A1 (en) * 2001-12-27 2003-07-03 International Business Machines Corporation Display device, display method, display program, and recording medium
JP2013058150A (en) * 2011-09-09 2013-03-28 Ricoh Co Ltd Information processor and program
CN109388458A (en) * 2018-09-26 2019-02-26 深圳壹账通智能科技有限公司 Management method, terminal device and the computer readable storage medium of interface control
CN110321140A (en) * 2019-05-23 2019-10-11 天津五八到家科技有限公司 Data-updating method, device and mobile terminal
CN110941376A (en) * 2019-11-29 2020-03-31 联想(北京)有限公司 Display control method and electronic equipment
CN111124919A (en) * 2019-12-24 2020-05-08 浙江诺诺网络科技有限公司 User interface testing method, device, equipment and storage medium
CN111273984A (en) * 2020-01-20 2020-06-12 深圳震有科技股份有限公司 Extension method of numerical control, storage medium and terminal equipment
CN111638823A (en) * 2020-05-27 2020-09-08 维沃移动通信(杭州)有限公司 Application icon display method and device and electronic equipment
CN111638826A (en) * 2020-05-28 2020-09-08 维沃移动通信有限公司 Interface display method and device and electronic equipment
CN113094135A (en) * 2021-04-06 2021-07-09 北京字跳网络技术有限公司 Page display control method, device, equipment and storage medium
CN113032083A (en) * 2021-04-21 2021-06-25 深圳市元征科技股份有限公司 Data display method, device, electronic equipment and medium
CN113391737A (en) * 2021-05-26 2021-09-14 深圳须弥云图空间科技有限公司 Interface display control method and device, storage medium and electronic equipment
CN113901371A (en) * 2021-10-12 2022-01-07 广州通则康威智能科技有限公司 Webpage content control method and device, computer equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
刘正平 等: "高速列车车体气密疲劳强度试验台控制软件界面设计", 《电脑开发与应用》, vol. 25, no. 5, pages 48 - 51 *
黄胜坡;尹爱军;秦树人;李宁;: "岩石模型通用显示控件的研究与开发", 现代科学仪器, no. 04, pages 33 - 37 *

Also Published As

Publication number Publication date
CN114416250B (en) 2023-11-24

Similar Documents

Publication Publication Date Title
US10467025B2 (en) Managing delivery of code and dependent data using application containers
CN109597814B (en) Online rapid delivery system of background management information system
US8176465B2 (en) Pluggable model elements
KR20060047711A (en) Caching data for offline display and navigation of auxiliary information
US20080098385A1 (en) System and method for server migration synchronization
US20080307007A1 (en) Method for Managing Shared Data and Related Device
CN111258952A (en) Data storage control method, device and storage medium
CN114416250A (en) Page display control method, device, equipment and storage medium
CN109614089A (en) Automatic generation method, device, equipment and the storage medium of data access code
CN114428589A (en) Data processing method and device, electronic equipment and storage medium
CN114168355A (en) Application keep-alive method and electronic equipment
CN108874560B (en) Method and communication device for communication
CN111104196A (en) Wallpaper display method and terminal equipment
WO2024051247A1 (en) Application sharing method and system, electronic device, and storage medium
CN114257652B (en) Request message processing method, device, equipment and readable storage medium
WO2024055708A1 (en) Task scheduling method and apparatus, and device and medium
CN112711728A (en) Page layout frame, page loading method, device, equipment and storage medium
CN117035292A (en) Cloud product distribution method, device, equipment and storage medium
CN113110941B (en) Managing delivery of code and dependency data using application containers
CN116701413A (en) Main data processing method and device
CN117880549A (en) Interaction method, device, equipment and storage medium
CN115686338A (en) Screen splitting method and electronic equipment
CN115617561A (en) SQL statement execution timeout control method and device
CN115829741A (en) Method and device for inquiring transaction state of financial product
CN117873597A (en) Method and system for realizing API arrangement through visual configuration mode

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant