CN111191164A - Window display control method and device - Google Patents

Window display control method and device Download PDF

Info

Publication number
CN111191164A
CN111191164A CN201911202171.1A CN201911202171A CN111191164A CN 111191164 A CN111191164 A CN 111191164A CN 201911202171 A CN201911202171 A CN 201911202171A CN 111191164 A CN111191164 A CN 111191164A
Authority
CN
China
Prior art keywords
window
windows
main
displayed
marks
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
CN201911202171.1A
Other languages
Chinese (zh)
Other versions
CN111191164B (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.)
Taikang Insurance Group Co Ltd
Original Assignee
Taikang Insurance Group Co 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 Taikang Insurance Group Co Ltd filed Critical Taikang Insurance Group Co Ltd
Priority to CN201911202171.1A priority Critical patent/CN111191164B/en
Publication of CN111191164A publication Critical patent/CN111191164A/en
Application granted granted Critical
Publication of CN111191164B publication Critical patent/CN111191164B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a window display control method and device, and relates to the technical field of computers. One embodiment of the method comprises: adding marks to each window according to hierarchical path information corresponding to the window types, and monitoring window activation, wherein the window types comprise a main window and a non-main window, the hierarchical path information of the main window comprises information indicating the main window, and the hierarchical path information of the non-main window comprises information indicating the non-main window and a parent window thereof; and when the window activation is monitored, arranging and displaying the sequence of all the currently displayed windows according to the marks, and displaying the activated window on the topmost layer. According to the embodiment, the windows can be sequentially and overlappingly displayed according to a certain sequence, the problem that data information among the windows is inconsistent due to the fact that display levels of a plurality of windows are disordered is avoided, all child windows of a parent window can be automatically closed after the parent window is closed, and the problem that a user sees wrong data due to the fact that the child windows are not closed timely is avoided.

Description

Window display control method and device
Technical Field
The invention relates to the technical field of computers, in particular to a window display control method and device.
Background
As the browser gradually removes the support of the modal window, the front end gradually uses the window open to replace the window show modal dialog, so that the problem is that many times the user unintentionally switches the window to the back of other windows, which causes many operations to be operated on the main interface, but the information of the back windows is still old data information but is not found, and the information is inconsistent. In hospital information systems, for example, patient data information is not synchronized between multiple windows in a timely manner with serious consequences. To solve this problem, two approaches are generally adopted: firstly, various convenient new functions in a new browser are abandoned, and an old version browser is still used for supporting a modal window; the second is to use a new browser, but when a modeless window is encountered, a user needs to carefully operate, for example, for a hospital information system, only a doctor can carefully check window patient information, so as to avoid medical accidents caused by errors of patient information.
In the process of implementing the invention, the inventor finds that at least the following problems exist in the prior art:
the problem of inconsistent data information among windows due to disordered display layers of the windows exists, and the problem of mistaken data reading of a user due to the fact that a main window of a browser is closed and a sub-window is not closed exists.
Disclosure of Invention
In view of this, embodiments of the present invention provide a method and an apparatus for controlling window display, which can implement sequential display of windows in a certain order, avoid the problem of inconsistent data information between windows due to disordered display levels of multiple windows, automatically close all child windows after a parent window of a window is closed, and avoid the problem of mistaken data for a user due to untimely closing of the child windows.
To achieve the above object, according to an aspect of an embodiment of the present invention, there is provided a window display control method.
A window display control method, comprising: adding marks to each window according to the hierarchical path information corresponding to the window type, and monitoring the activation of the windows; the window type comprises a main window and non-main windows, the hierarchical path information of the main window comprises information indicating the main window, the hierarchical path information of the non-main windows comprises information indicating the non-main windows and parent windows thereof, the main window is a window which can only be used as a parent window, and each non-main window corresponds to one main window; and when the window activation is monitored, arranging and displaying the sequence of all the currently displayed windows according to the marks, and displaying the activated window on the topmost layer.
Optionally, the displaying order of all the currently displayed windows according to the mark arrangement includes: grouping all the currently displayed windows according to the marks, wherein each group has a main window, and the non-main windows belonging to the same group correspond to the same main window; displaying all the currently displayed windows on different levels of a browser interface according to the grouping, wherein the steps comprise: and displaying the group to which the activated window belongs on the upper layer of other groups, and displaying the activated window on the topmost layer of the group.
Optionally, monitoring the window for activation when the window is opened or selected; the method further comprises the following steps: when the window is opened, storing the marks of the window in a specific dictionary, wherein the specific dictionary is used for storing the marks of all the windows which are currently displayed according to the opening sequence of all the windows which are currently displayed.
Optionally, the displaying all currently displayed windows at different levels of a browser interface according to the grouping further includes: grouping the other windows, and displaying the other groups at different levels of the browser interface according to the storage sequence of the marks of the respective main windows in the specific dictionary; and displaying other windows in the group to which the activated window belongs and windows in other groups in the group to which the activated window belongs according to the storage sequence of the marks in the specific dictionary respectively.
Optionally, the method further comprises: when the activation of a first window is monitored, recording the activation time point of the first window, and if the activation time point of the first window is monitored to be changed into a second window when the first window is displayed, and if the activation time point of the first window is not monitored again after a preset time interval is reached, minimizing the first window, wherein the first window and the second window are different windows.
Optionally, the method further comprises: monitoring whether a displayed parent window exists in each currently displayed window or not, and closing the window in which the displayed parent window does not exist, wherein the window activation is monitored through a monitoring plug-in, and whether the displayed parent window exists in each currently displayed window or not is monitored.
Optionally, the window is a modeless window.
According to another aspect of the embodiments of the present invention, there is provided a window display control apparatus.
A window display control apparatus comprising: window mark module, window monitoring module, display control module, wherein: the window marking module is used for adding marks to each window according to hierarchical path information corresponding to window types, wherein the window types comprise a main window and a non-main window, the hierarchical path information of the main window comprises information indicating the main window, the hierarchical path information of the non-main window comprises information indicating the non-main window and a parent window thereof, the main window is a window which can only be used as the parent window, and each non-main window corresponds to one main window; the window monitoring module is used for monitoring the activation of the window; and the display control module is used for arranging and displaying the display sequence of all the windows displayed currently according to the marks when the window monitoring module monitors that the windows are activated, and the activated windows are displayed on the topmost layer.
Optionally, the display control module is further configured to: grouping all the currently displayed windows according to the marks, wherein each group has a main window, and the non-main windows belonging to the same group correspond to the same main window; displaying all the currently displayed windows on different levels of a browser interface according to the grouping, wherein the steps comprise: and displaying the group to which the activated window belongs on the upper layer of other groups, and displaying the activated window on the topmost layer of the group.
Optionally, the window monitoring module monitors that the window is activated when the window is opened or selected; the device further comprises a mark storage module used for storing the marks of the window in a specific dictionary when the window is opened, wherein the specific dictionary is used for storing the marks of all the windows which are currently displayed according to the opening sequence of all the windows which are currently displayed.
The display control module is further configured to: grouping the other windows, and displaying the other groups at different levels of the browser interface according to the storage sequence of the marks of the respective main windows in the specific dictionary; and displaying other windows in the group to which the activated window belongs and windows in other groups in the group to which the activated window belongs according to the storage sequence of the marks in the specific dictionary respectively.
Optionally, the window monitoring module is further configured to: when the activation of a first window is monitored, recording the time point of the activation of the first window; the display control module is further configured to: when the first window is displayed, after the activated window is changed into a second window, if a preset time interval is reached and the window monitoring module does not monitor that the first window is activated again, the first window is minimized, and the first window and the second window are different windows.
Optionally, the window monitoring module is further configured to: monitoring whether a displayed parent window exists in each currently displayed window or not, and closing the window in which the displayed parent window does not exist, wherein the window monitoring module monitors the activation of the window through a monitoring plug-in and monitors whether the displayed parent window exists in each currently displayed window or not.
Optionally, the window is a modeless window.
According to yet another aspect of an embodiment of the present invention, an electronic device is provided.
An electronic device, comprising: one or more processors; a memory for storing one or more programs, which when executed by the one or more processors, cause the one or more processors to implement the window display control method provided by the embodiments of the present invention.
According to yet another aspect of an embodiment of the present invention, a computer-readable medium is provided.
A computer-readable medium on which a computer program is stored, the program, when executed by a processor, implementing a window display control method provided by an embodiment of the present invention.
One embodiment of the above invention has the following advantages or benefits: adding marks to each window according to hierarchical path information corresponding to the window types, and monitoring window activation, wherein the hierarchical path information of the main window comprises information indicating the main window, and the hierarchical path information of the non-main window comprises information indicating the non-main window and a parent window thereof; when the window activation is monitored, all the windows displayed currently are arranged according to the mark display sequence, and the activated window is displayed at the topmost layer. The windows can be sequentially displayed in a superposition mode according to a certain sequence, and the problem that data information among the windows is inconsistent due to the fact that display levels of a plurality of windows are disordered is avoided. The method comprises the steps of monitoring whether a displayed parent window exists in each currently displayed window or not, and closing the windows of which the displayed parent windows do not exist. All child windows of the parent window can be automatically closed after the parent window is closed, and the problem that a user mistakenly reads data due to the fact that the child windows are not closed timely is avoided.
Further effects of the above-mentioned non-conventional alternatives will be described below in connection with the embodiments.
Drawings
The drawings are included to provide a better understanding of the invention and are not to be construed as unduly limiting the invention. Wherein:
FIG. 1 is a diagram illustrating the main steps of a window display control method according to an embodiment of the present invention;
FIG. 2 is a block diagram of an overall framework for a monitoring plug-in to monitor a browser popup in accordance with an embodiment of the present invention;
FIG. 3 is a schematic view of a window display control flow according to one embodiment of the present invention;
FIG. 4 is a schematic block diagram of a window display control apparatus according to an embodiment of the present invention;
FIG. 5 is an exemplary system architecture diagram in which embodiments of the present invention may be employed;
fig. 6 is a schematic block diagram of a computer system suitable for use in implementing a terminal device or server of an embodiment of the invention.
Detailed Description
Exemplary embodiments of the present invention are described below with reference to the accompanying drawings, in which various details of embodiments of the invention are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the invention. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
Fig. 1 is a schematic diagram illustrating main steps of a window display control method according to an embodiment of the present invention.
As shown in fig. 1, the window display control method according to an embodiment of the present invention mainly includes the following steps S101 to S102.
Step S101: and adding marks to each window according to the hierarchical path information corresponding to the window type, and monitoring the activation of the windows.
The window type comprises a main window and a non-main window, wherein the hierarchical path information of the main window comprises information indicating the main window, and the hierarchical path information of the non-main window comprises information indicating the non-main window and a parent window thereof.
If a window itself has no parent window, the window type is the main window, and if a window itself has a parent window, the window type is the non-main window.
The main window is a window which can only be used as a parent window, and each non-main window corresponds to one main window.
The information indicating a certain main window may include a window name of the main window, the information indicating a certain non-main window may include a window name of the non-main window and a sequence number of the window, and the information indicating a parent window of a certain non-main window may be hierarchical path information of its parent window.
Each window has a certain hierarchy, and the hierarchy indicates the parent-child relationship among the windows, wherein some windows are main windows and can only be used as parent windows of other windows, other windows are non-main windows, and the non-main windows can be used as child windows of other windows and can also be used as parent windows of other windows.
Each non-main window corresponds to a main window, and specifically, a certain non-main window may correspond to a main window through a child window as a certain main window, or may finally correspond to a main window through a parent window step by step.
In one embodiment, the window is embodied as a modeless window. The pop-up window may be a modeless pop-up window (pop-up window is abbreviated as popup window), or may not be a popup window.
The window in the embodiment of the present invention is not limited to a modeless window, and may be other types of windows in which the display hierarchy order needs to be strictly controlled, or data information needs to be updated in time according to the main window.
The embodiment of the invention can add marks to each window by using the following marking rule expressions:
{MAIN}-({SUB}-{INDEX1})...({SUBN}-{INDEXN});
where { MAIN } represents the title name of the MAIN window, { SUB } represents the name of the SUB-window, and INDEX is the sequence number of the current SUB-window.
Specifically, according to the above marking rule, for example, the hierarchical path information of the main window is: main. Assuming that the main window has two sub-windows, the hierarchical path information of the two sub-windows is: main- (sub-1) and Main- (sub-2), if Main- (sub-1) has sub-windows, the hierarchical path information of the sub-windows of Main- (sub-1) is as follows: and by analogy, the hierarchy path information of the sub-windows of the Main- (sub-1) - (sub-1) is the Main- (sub-1) - (sub-1) - (sub-1).
In adding a label to each window, the Main of different Main windows may be labeled with different values, for example in a hospital information system, the Main of different patients may be labeled with each patient's name, such as zhang san, lie sida, etc. The sub-window can be marked as specific diagnosis and treatment information of each level of the patient according to corresponding hierarchical path information, for example, the sub-window Main- (sub-1) under the Main window of zhang san can be marked as zhang san-case basic information-1, and the like.
Step S102: when the window activation is monitored, all the windows displayed currently are arranged in the display sequence according to the marks of the windows, and the activated windows are displayed on the topmost layer.
Wherein window activation is monitored when a window is opened (e.g., popped up) or selected. For example, a user clicks a certain link item in a certain currently displayed window, and pops up a sub-window of the currently displayed window corresponding to the link item, and at this time, the activation of the sub-window is monitored; for another example, the user selects (by clicking, etc.) a currently displayed window, and the selected window is monitored for activation.
In one embodiment, when a window is opened, the indicia for that window are stored in a specific dictionary that is used to store the indicia for all windows currently displayed in the order in which they are opened.
The step of arranging and displaying the display order of all currently displayed windows according to the marks of the windows may specifically include: grouping all windows displayed currently according to the window marks, wherein each group is provided with a main window, and non-main windows belonging to the same group correspond to the same main window; displaying all the windows which are currently displayed on different levels of the browser interface according to groups, wherein the steps comprise: the group to which the activated window belongs is displayed at the upper layer of other groups, and the activated window is displayed at the topmost layer of the group to which the activated window belongs.
Grouping all windows which are displayed currently according to the window marks, specifically, analyzing the hierarchy path information of the windows which are displayed currently, and grouping all the windows which are marked according to the Main value in the hierarchy path information of the windows which are displayed currently, wherein the windows with the same Main value belong to the same group.
Taking a hospital information system as an example, all currently displayed patient windows are grouped, and the windows of the same patient correspond to the same Main window, namely the Main values in the hierarchical path information of the windows of the same patient are the same, and then the windows are grouped into one group. The windows are displayed in groups, wherein if a certain window of Zhang III of the patient (for example Zhang III-diagnosis and treatment information-1) is operated by the current doctor, all the windows of Zhang III of the patient are displayed at the upper layer of all the windows of other patients, and the window of Zhang III-diagnosis and treatment information-1 is displayed at the topmost layer of all the windows of Zhang III.
In one embodiment, displaying all currently displayed windows at different levels of the browser interface in groups further comprises: displaying other groups except the group to which the activated window belongs on different levels of the browser interface according to the storage sequence of the marks of the respective main windows in the specific dictionary; and displaying other windows in the group to which the activated window belongs and windows in other groups in the group to which the activated window belongs according to the storage sequence of the marks in the specific dictionary. The specific dictionary is used for storing marks of all windows currently displayed according to the opening order of all windows currently displayed.
Since the specific dictionary stores the marks of all the windows currently displayed in the opening order of all the windows currently displayed, the opening order of each window currently displayed can be determined according to the storage order of the marks in the specific dictionary. For example, according to the storage sequence of the marks in a specific dictionary, whether a window is opened first or opened later can be determined, and then the windows are displayed according to the opening sequence. In one embodiment, when displayed according to the opening order, a window that is opened first (a window that stores a mark in a specific dictionary first) may be displayed at a lower layer, and a window that is opened later (a window that stores a mark in a specific dictionary later) may be displayed at an upper layer. Of course, in another embodiment, the window opened first may be displayed on the upper layer, and the window opened later may be displayed on the lower layer. The windows opened first and the windows opened later are determined by the storage order of the marks in the specific dictionary.
Still taking the hospital information system as an example, for example, if the patient has lie four and king five in addition to zhang san, all windows of lie four and king five of the patient are grouped and displayed in different levels of the browser interface according to the opening order of the main windows, which is determined according to the storage order of the marks of the main windows in the specific dictionary. Assuming that the doctor opens the king five main window before opening the li four main window, the grouping of all the windows of li four is arranged at the upper layer of the grouping of all the windows of king five. For the interior of the groups of lie four and wang five, the windows are all arranged in the order of opening. For windows of Zhang III except the window of Zhang III-diagnosis and treatment information-1, the windows can be displayed in the opening order. The opening order of the windows within a group is also determined according to the storage order of the indicia of the windows within the group in a particular dictionary. In addition to the active windows, the levels of windows may be displayed in an overlaid fashion.
In one embodiment, the window display control method may further include: and monitoring whether the displayed parent window exists in each window which is currently displayed, and closing the windows in which the displayed parent window does not exist. And, the window activation can be monitored by monitoring the plug-in, and whether the displayed parent window exists in each window currently displayed. The monitoring plug-in continues to monitor window activations or deactivations by scanning the handle of each window to which a marker is added.
In one embodiment, when the activation of the first window is monitored, the time point of the activation of the first window is recorded, and after the activated window is changed to the second window in the case that the first window is displayed, if the activation of the first window is not monitored again after a preset time interval is reached, the first window is minimized, and the first window and the second window are different windows. For example, when it is monitored that window a is activated, the time point of activation of the window a is recorded, at this time, window a is not closed, if at this time, another window B is selected by the user, the currently activated window is changed from the original window a to window B, and by continuous monitoring, if it is not monitored again that window a is activated for a certain set time interval, for example, 5 minutes, window a is minimized.
By minimizing the window which is not activated again after reaching the preset time interval, the content information in the window can be effectively protected from being leaked, and especially in the scene that the information in the window is personal sensitive information or privacy and the like, the personal information can be effectively ensured not to be leaked due to the negligence of a user.
Taking a modeless browser popup as an example, an overall frame diagram of a monitoring plug-in monitoring a browser popup according to an embodiment of the present invention is shown in fig. 2. In the embodiment of the present invention, a browser popup monitoring plug-in, i.e., the monitoring plug-in of fig. 2, is developed and installed in a client computer to monitor browser popups, which have been marked according to the marking method of the embodiment of the present invention. When a marked modeless window pops up, the monitoring plug-in rearranges the existing popup according to the popup mark, and after the father window is closed, the monitoring plug-in closes all the related child popup windows according to the popup mark.
Wherein the monitoring action of the monitoring plug-in is continuously performed.
One embodiment of the present invention may further include detecting whether the monitoring plug-in is installed in a terminal device (e.g., a computer, etc.) where the browser is located, and monitoring whether the version of the plug-in is too old, and accordingly prompting a user to download the monitoring plug-in for installation or update.
Fig. 3 is a schematic view of a window display control flow according to an embodiment of the present invention. As shown in fig. 3, the window display control flow according to an embodiment of the present invention includes:
step S301: monitoring the marked pop-up window.
The monitoring range includes any one of the marked pop-windows.
Step S302: monitoring whether the current browser interface has a marked popup window or not, if not, returning to the step S301 so as to continue monitoring; if yes, go to step S303.
Step S303: and monitoring whether any popup window marked in the monitoring browser interface has a parent window, if not, executing step S304, and if so, executing step S305.
Step S304: the marked window is closed and then returns to step S301 to continue monitoring.
Step S305: and rearranging the marked popup windows of the current browser interface according to the marking rule, and then returning to the step S301 so as to continue monitoring.
Rearranging all marked popup windows of the current browser interface according to a marking rule, specifically, grouping all marked popup windows displayed currently according to a mark, wherein each group has a main window, and non-main windows belonging to the same group correspond to the same main window; and displaying all marked popups displayed currently at different levels of the browser interface according to the groups, wherein the group to which the activated marked popups belong is displayed at the upper layer of other groups, and the activated marked popups are displayed at the topmost layer of the group to which the activated marked popups belong. Displaying other groups on different levels of the browser interface according to the opening sequence of the main windows of the other groups; and displaying other marked pops in the group to which the activated marked pops belong and the marked pops in the other groups according to the opening sequence in the group to which the activated marked pops belong respectively.
For a hospital information system, when a front-end developer creates a modeless window using JS (JavaScript, an interpreted scripting language), a title is set and a popup is created according to a marking rule, a monitoring plugin developer develops a plugin which continuously monitors by scanning a handle of the marked popup according to the marking rule, the plugin monitors the marked popup, analyzes hierarchical path information of the window through the marking rule, groups all marked windows according to a Main value in the hierarchical path information of the currently displayed window, and then performs hierarchical rearrangement of the displayed popup or closes a child popup in which a parent window does not exist.
When a doctor uses the browser, the browser firstly detects whether a monitoring plug-in is installed on a terminal device (such as a computer and the like) through web browser (a protocol for performing full duplex communication on a single TCP connection) and whether the version of the monitoring plug-in is too old, so as to remind the doctor to download and install or update the monitoring plug-in.
Example scenario one:
the doctor opens the basic information window of Zhang III of the patient, the basic information window of Zhang III is marked as Zhang III, the doctor clicks to check the information of the patient in the past visit, pops up the marked non-modal window of Zhang III- (past visit-1) and pops up the new marked non-modal window of Zhang III- (past visit-1) - (20190910 visit-1) when the doctor clicks one piece of information in the past visit, then the doctor clicks to check the doctor's advice in the visit information interface and pops up the new marked non-modal window of Zhang III- (past visit-1) - (20190910 visit-1) - (order list-1), during the process, the monitoring plug-in continuously monitors the windows and sorts the non-modal windows according to the scanned handle and the marking rule information, and ensuring that all the opened modeless popup windows are displayed according to the opening sequence, and the window being operated is displayed at the forefront of the interface. If other patient windows exist, all the windows of Zhang III are displayed at the lower layer of all the windows of Zhang III according to the operation sequence of the doctor on different patient information, for example, all the windows of Liqu are arranged at the lower layer of all the windows of Zhang III, all the windows of WangWu are arranged at the lower layer of all the windows of Liqu, and the like. And the windows of each patient are arranged in an open order, for example, the window opened later may be arranged at the upper layer and the window opened first may be arranged at the lower layer.
Example scenario two:
the doctor opens a basic information window of the patient Liqu, the basic information window of the Liqu is marked as Liqu, the doctor clicks and views the information of the patient in the past visit, a marked non-modal window of the Liqu- (the past visit-1) is popped up, when the doctor clicks one piece of information in the past visit, a new marked non-modal window of the Liqu- (the past visit-1) - (20190910 visit-1) is popped up, if the doctor closes the basic information window of the patient Liqu at the moment, the monitoring plug-in monitors that the parent window of the opened non-modal window of the Liqu- (the past visit-1) does not exist of the Liqu, the monitoring plug-in automatically closes the window of the Liqu- (the past visit-1), and similarly, the monitoring plug-in monitors that the parent window of the Liqu- (the past visit-1) - (20190910) of the Liqu- (the past visit-1) does not exist of the parent window of the Liqu- (the Sub-visit-1) does not exist, the window "Liquan- (past visit-1) - (20190910 visit-1)" is also automatically closed.
According to the embodiment of the invention, the windows are popped up after the doctor switches for several times, the windows displayed on the browser interface are sequentially and superposedly displayed according to a certain sequence without disorder of the sequence due to the doctor switching operation, so that the problem of inconsistent data information among modeless windows due to disorder of display levels of a plurality of windows is avoided, the windows without parent windows can be timely and automatically closed, and the problem that the data of a user is mistakenly seen due to untimely closing of child windows is avoided.
Fig. 4 is a schematic diagram of main blocks of a window display control apparatus according to an embodiment of the present invention.
As shown in fig. 4, a window display control apparatus 400 according to an embodiment of the present invention mainly includes: a window marking module 401, a window monitoring module 402, and a display control module 403.
And the window marking module 401 is configured to add a mark to each window according to the hierarchical path information corresponding to the window type.
The window type comprises a main window and a non-main window, wherein the hierarchical path information of the main window comprises information indicating the main window, and the hierarchical path information of the non-main window comprises information indicating the non-main window and a parent window thereof.
The main window is a window which can only be used as a parent window, and each non-main window corresponds to one main window.
In one embodiment, for example, the hierarchical path information for the main window is: main. Assuming that the main window has two sub-windows, the hierarchical path information of the two sub-windows is: main- (sub-1) and Main- (sub-2), if Main- (sub-1) has sub-windows, the hierarchical path information of the sub-windows of Main- (sub-1) is as follows: and by analogy, the hierarchy path information of the sub-windows of the Main- (sub-1) - (sub-1) is the Main- (sub-1) - (sub-1) - (sub-1).
In one embodiment, the window is embodied as a modeless window. The pop-up window may be a modeless pop-up window (pop-up window is abbreviated as popup window), or may not be a popup window.
The window in the embodiment of the present invention is not limited to a modeless window, and may be other types of windows in which the display hierarchy order needs to be strictly controlled, or data information needs to be updated in time according to the main window.
A window monitoring module 402 for monitoring window activation.
Wherein the window monitoring module 402 monitors window activation when a window is opened (e.g., popped up) or selected. For example, a user clicks a certain link item in a certain currently displayed window, and pops up a sub-window of the currently displayed window corresponding to the link item, and at this time, the activation of the sub-window is monitored; for another example, the user selects (by clicking, etc.) a currently displayed window, and the selected window is monitored for activation.
And the display control module 403 is configured to, when the window monitoring module 402 monitors that the windows are activated, arrange a display order of all currently displayed windows according to the window marks, and display the activated windows on the topmost layer.
The display control module 403 may specifically be configured to: grouping all windows displayed currently according to the window marks, wherein each group is provided with a main window, and non-main windows belonging to the same group correspond to the same main window; displaying all the windows which are currently displayed on different levels of the browser interface according to groups, wherein the steps comprise: the group to which the activated window belongs is displayed at the upper layer of other groups, and the activated window is displayed at the topmost layer of the group to which the activated window belongs.
All the currently displayed windows are grouped according to the window marks, specifically, the hierarchical path information of the currently displayed windows can be analyzed according to the marks, and the currently displayed windows are grouped according to the Main value in the hierarchical path information of the currently displayed windows.
In one embodiment, the window display control apparatus 400 may further include a mark storage module for storing marks of a window in a specific dictionary when the window is opened, the specific dictionary being used to store marks of all windows currently displayed in an opening order of all windows currently displayed.
The display control module 403 may also be used to: displaying other groups except the group to which the activated window belongs on different levels of the browser interface according to the storage sequence of the marks of the respective main windows in the specific dictionary; and displaying other windows in the group to which the activated window belongs and windows in other groups in the group to which the activated window belongs according to the storage sequence of the marks in the specific dictionary.
In one embodiment, for example, the window a and the window b are both main windows, and assuming that the window mark of the window a is stored in the specific dictionary first and the mark of the window b is stored in the specific dictionary later, the group in which the window a is located may be displayed on the upper layer of the group in which the window b is located according to the storage sequence of the marks in the specific dictionary. Assuming that the group in which the window a is located also comprises windows a1 and a2, the mark of the window a1 is stored after the mark of a is stored in the specific dictionary, the mark of a2 is stored after the mark of a1 is stored in the specific dictionary, and assuming that none of a, a1 and a2 are active windows, the windows are displayed in the group according to the storage sequence of the marks in the specific dictionary, wherein the display hierarchical sequence can be a at the upper layer of a1 and a2 at the lower layer of a 1.
In other embodiments, still taking the above a, b, a1 and a2 as examples, the display hierarchical order may be that the group of windows a is displayed at the lower layer of the group of windows b, a is at the lower layer of a1, and a2 is at the upper layer of a 1.
In one embodiment, the window monitoring module 402 may also be configured to: when the activation of the first window is monitored, the time point of the activation of the first window is recorded. The display control module 403 may also be used to: in the case where the first window is displayed, after the activated window is changed to the second window, if the window monitoring module 402 does not monitor the activation of the first window again by a preset time interval, the first window is minimized. The first window and the second window are different windows.
In one embodiment, the window monitoring module 402 may also be configured to: and monitoring whether the displayed parent window exists in each window which is currently displayed, and closing the windows in which the displayed parent window does not exist. Also, the window monitoring module 402 may monitor window activation via a monitoring plug-in, as well as monitor whether a displayed parent window exists for each currently displayed window.
The monitoring plug-in may continue to monitor window activations or deactivations by scanning the handle of each window to which a marker is added.
In addition, the specific implementation contents of the window display control device in the embodiment of the present invention have been described in detail in the above window display control method, and therefore, the repeated contents will not be described again.
Fig. 5 illustrates an exemplary system architecture 500 to which the window display control method or the window display control apparatus of the embodiments of the present invention may be applied.
As shown in fig. 5, the system architecture 500 may include terminal devices 501, 502, 503, a network 504, and a server 505. The network 504 serves to provide a medium for communication links between the terminal devices 501, 502, 503 and the server 505. Network 504 may include various connection types, such as wired, wireless communication links, or fiber optic cables, to name a few.
The user may use the terminal devices 501, 502, 503 to interact with a server 505 over a network 504 to receive or send messages or the like. The terminal devices 501, 502, 503 may have installed thereon various communication client applications, such as shopping-like applications, web browser applications, search-like applications, instant messaging tools, mailbox clients, social platform software, etc. (by way of example only).
The terminal devices 501, 502, 503 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smart phones, tablet computers, laptop portable computers, desktop computers, and the like.
The server 505 may be a server providing various services, such as a background management server (for example only) providing support for websites browsed by users using the terminal devices 501, 502, 503. The backend management server may analyze and otherwise process the received data such as the information query request, and feed back the processing result (e.g., case information — just an example) to the terminal device.
It should be noted that the window display control method provided in the embodiment of the present invention is generally executed by the server 505, and accordingly, the window display control apparatus is generally disposed in the server 505.
It should be understood that the number of terminal devices, networks, and servers in fig. 5 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
Referring now to FIG. 6, shown is a block diagram of a computer system 600 suitable for use in implementing a terminal device or server of an embodiment of the present application. The terminal device or the server shown in fig. 6 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present application.
As shown in fig. 6, the computer system 600 includes a Central Processing Unit (CPU)601 that can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM)602 or a program loaded from a storage section 608 into a Random Access Memory (RAM) 603. In the RAM 603, various programs and data necessary for the operation of the system 600 are also stored. The CPU 601, ROM 602, and RAM 603 are connected to each other via a bus 604. An input/output (I/O) interface 605 is also connected to bus 604.
The following components are connected to the I/O interface 605: an input portion 606 including a keyboard, a mouse, and the like; an output portion 607 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage section 608 including a hard disk and the like; and a communication section 609 including a network interface card such as a LAN card, a modem, or the like. The communication section 609 performs communication processing via a network such as the internet. The driver 610 is also connected to the I/O interface 605 as needed. A removable medium 611 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 610 as necessary, so that a computer program read out therefrom is mounted in the storage section 608 as necessary.
In particular, according to the embodiments of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication section 609, and/or installed from the removable medium 611. The above-described functions defined in the system of the present application are executed when the computer program is executed by the Central Processing Unit (CPU) 601.
It should be noted that the computer readable medium shown in the present invention can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present application, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In this application, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The modules described in the embodiments of the present invention may be implemented by software or hardware. The described modules may also be provided in a processor, which may be described as: a processor comprises a window marking module, a window monitoring module and a display control module. The names of these modules do not in some cases constitute a limitation to the module itself, and for example, the window marking module may also be described as a "module for adding a mark to each window according to hierarchical path information of the window".
As another aspect, the present invention also provides a computer-readable medium that may be contained in the apparatus described in the above embodiments; or may be separate and not incorporated into the device. The computer readable medium carries one or more programs which, when executed by a device, cause the device to comprise: adding marks to each window according to the hierarchical path information corresponding to the window type, and monitoring the activation of the windows; the window type comprises a main window and non-main windows, the hierarchical path information of the main window comprises information indicating the main window, the hierarchical path information of the non-main windows comprises information indicating the non-main windows and parent windows thereof, the main window is a window which can only be used as a parent window, and each non-main window corresponds to one main window; and when the window activation is monitored, arranging and displaying the sequence of all the currently displayed windows according to the marks, and displaying the activated window on the topmost layer.
According to the technical scheme of the embodiment of the invention, marks are added to each window according to the hierarchical path information corresponding to the window type, and the activation of the window is monitored; when the window activation is monitored, all the windows displayed currently are arranged according to the mark display sequence, and the activated window is displayed at the topmost layer. The windows can be sequentially displayed in a superposition mode according to a certain sequence, and the problem that data information among the windows is inconsistent due to the fact that display levels of a plurality of windows are disordered is avoided. The method comprises the steps of monitoring whether a displayed parent window exists in each currently displayed window or not, and closing the windows of which the displayed parent windows do not exist. All child windows of the parent window can be automatically closed after the parent window is closed, and the problem that a user mistakenly reads data due to the fact that the child windows are not closed timely is avoided.
The above-described embodiments should not be construed as limiting the scope of the invention. Those skilled in the art will appreciate that various modifications, combinations, sub-combinations, and substitutions can occur, depending on design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A window display control method, comprising:
adding marks to each window according to the hierarchical path information corresponding to the window type, and monitoring the activation of the windows; the window type comprises a main window and non-main windows, the hierarchical path information of the main window comprises information indicating the main window, the hierarchical path information of the non-main windows comprises information indicating the non-main windows and parent windows thereof, the main window is a window which can only be used as a parent window, and each non-main window corresponds to one main window;
and when the window activation is monitored, arranging and displaying the sequence of all the currently displayed windows according to the marks, and displaying the activated window on the topmost layer.
2. The method of claim 1, wherein said displaying all currently displayed windows in said marked arrangement order comprises:
grouping all the currently displayed windows according to the marks, wherein each group has a main window, and the non-main windows belonging to the same group correspond to the same main window;
displaying all the currently displayed windows on different levels of a browser interface according to the grouping, wherein the steps comprise: and displaying the group to which the activated window belongs on the upper layer of other groups, and displaying the activated window on the topmost layer of the group.
3. The method of claim 1, wherein the window is monitored for activation when the window is opened or selected;
the method further comprises the following steps:
when the window is opened, storing the marks of the window in a specific dictionary, wherein the specific dictionary is used for storing the marks of all the windows which are currently displayed according to the opening sequence of all the windows which are currently displayed.
4. The method of claim 3, wherein said displaying all of said currently displayed windows in said grouping at different levels of a browser interface, further comprises:
grouping the other windows, and displaying the other groups at different levels of the browser interface according to the storage sequence of the marks of the respective main windows in the specific dictionary;
and displaying other windows in the group to which the activated window belongs and windows in other groups in the group to which the activated window belongs according to the storage sequence of the marks in the specific dictionary respectively.
5. The method of claim 3, further comprising: when the activation of a first window is monitored, recording the activation time point of the first window, and if the activation time point of the first window is monitored to be changed into a second window when the first window is displayed, and if the activation time point of the first window is not monitored again after a preset time interval is reached, minimizing the first window, wherein the first window and the second window are different windows.
6. The method of claim 1, further comprising: monitoring whether a displayed parent window exists in each currently displayed window or not, and closing the window in which the displayed parent window does not exist, wherein the window activation is monitored through a monitoring plug-in, and whether the displayed parent window exists in each currently displayed window or not is monitored.
7. The method of claim 1, wherein the window is a modeless window.
8. A window display control apparatus, comprising: window mark module, window monitoring module, display control module, wherein:
the window marking module is used for adding marks to each window according to hierarchical path information corresponding to window types, wherein the window types comprise a main window and a non-main window, the hierarchical path information of the main window comprises information indicating the main window, the hierarchical path information of the non-main window comprises information indicating the non-main window and a parent window thereof, the main window is a window which can only be used as the parent window, and each non-main window corresponds to one main window;
the window monitoring module is used for monitoring the activation of the window;
and the display control module is used for arranging and displaying the display sequence of all the windows displayed currently according to the marks when the window monitoring module monitors that the windows are activated, and the activated windows are displayed on the topmost layer.
9. An electronic device, comprising:
one or more processors;
a memory for storing one or more programs,
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the method recited in any of claims 1-7.
10. A computer-readable 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-7.
CN201911202171.1A 2019-11-29 2019-11-29 Window display control method and device Active CN111191164B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911202171.1A CN111191164B (en) 2019-11-29 2019-11-29 Window display control method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911202171.1A CN111191164B (en) 2019-11-29 2019-11-29 Window display control method and device

Publications (2)

Publication Number Publication Date
CN111191164A true CN111191164A (en) 2020-05-22
CN111191164B CN111191164B (en) 2023-08-22

Family

ID=70707220

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911202171.1A Active CN111191164B (en) 2019-11-29 2019-11-29 Window display control method and device

Country Status (1)

Country Link
CN (1) CN111191164B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113721809A (en) * 2021-09-08 2021-11-30 遨博(江苏)机器人有限公司 Window display method and system
CN113778580A (en) * 2021-07-28 2021-12-10 赤子城网络技术(北京)有限公司 Modal user interface display method, electronic device and storage medium
CN113900760A (en) * 2021-10-26 2022-01-07 广州博冠信息科技有限公司 Popup window display method and device
CN114063840A (en) * 2021-11-08 2022-02-18 浙江中控技术股份有限公司 Multi-window control method, system, equipment and medium based on window operating system
CN116820286A (en) * 2023-08-24 2023-09-29 深圳市嘉利达专显科技有限公司 Control method and system of multi-window display

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6177936B1 (en) * 1998-08-20 2001-01-23 International Business Machines Corporation Browser hierarchical contextual information for web pages
CN1771475A (en) * 2003-04-10 2006-05-10 松下电器产业株式会社 Window stack control method, window management program, and window management apparatus
CN103197842A (en) * 2013-04-15 2013-07-10 广州博冠信息科技有限公司 Method and device for controlling application program windows
CN103377228A (en) * 2012-04-25 2013-10-30 阿里巴巴集团控股有限公司 Page content presenting method and device for browser
CN104102406A (en) * 2013-04-07 2014-10-15 华为技术有限公司 Multi-level drilling analysis presentation method, multi-level window presentation method, multi-level window presentation device and multi-level window presentation equipment
CN105404512A (en) * 2015-11-25 2016-03-16 飞天诚信科技股份有限公司 Application window interface changing method and apparatus
CN105867937A (en) * 2016-04-18 2016-08-17 浙江慧脑信息科技有限公司 Method for designing interactive multiple windows
CN105892817A (en) * 2016-04-01 2016-08-24 腾讯科技(深圳)有限公司 Control method and device for windows in application program
CN106293325A (en) * 2016-07-26 2017-01-04 网易(杭州)网络有限公司 The method and apparatus of automatic seeking window
CN107291941A (en) * 2017-07-10 2017-10-24 郑州云海信息技术有限公司 A kind of method and apparatus of loading page
CN110147191A (en) * 2019-04-23 2019-08-20 北京小米移动软件有限公司 A kind of method, apparatus and storage medium controlling window
CN110263277A (en) * 2019-06-18 2019-09-20 广州虎牙科技有限公司 Display methods, update method, device, equipment and the storage medium of page data
CN110286978A (en) * 2019-06-13 2019-09-27 广州视源电子科技股份有限公司 Method, apparatus, equipment and the storage medium of window level switching

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6177936B1 (en) * 1998-08-20 2001-01-23 International Business Machines Corporation Browser hierarchical contextual information for web pages
CN1771475A (en) * 2003-04-10 2006-05-10 松下电器产业株式会社 Window stack control method, window management program, and window management apparatus
CN103377228A (en) * 2012-04-25 2013-10-30 阿里巴巴集团控股有限公司 Page content presenting method and device for browser
CN104102406A (en) * 2013-04-07 2014-10-15 华为技术有限公司 Multi-level drilling analysis presentation method, multi-level window presentation method, multi-level window presentation device and multi-level window presentation equipment
CN103197842A (en) * 2013-04-15 2013-07-10 广州博冠信息科技有限公司 Method and device for controlling application program windows
CN105404512A (en) * 2015-11-25 2016-03-16 飞天诚信科技股份有限公司 Application window interface changing method and apparatus
WO2017167176A1 (en) * 2016-04-01 2017-10-05 腾讯科技(深圳)有限公司 Control method and apparatus for windows in application program
CN105892817A (en) * 2016-04-01 2016-08-24 腾讯科技(深圳)有限公司 Control method and device for windows in application program
CN105867937A (en) * 2016-04-18 2016-08-17 浙江慧脑信息科技有限公司 Method for designing interactive multiple windows
CN106293325A (en) * 2016-07-26 2017-01-04 网易(杭州)网络有限公司 The method and apparatus of automatic seeking window
CN107291941A (en) * 2017-07-10 2017-10-24 郑州云海信息技术有限公司 A kind of method and apparatus of loading page
CN110147191A (en) * 2019-04-23 2019-08-20 北京小米移动软件有限公司 A kind of method, apparatus and storage medium controlling window
CN110286978A (en) * 2019-06-13 2019-09-27 广州视源电子科技股份有限公司 Method, apparatus, equipment and the storage medium of window level switching
CN110263277A (en) * 2019-06-18 2019-09-20 广州虎牙科技有限公司 Display methods, update method, device, equipment and the storage medium of page data

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113778580A (en) * 2021-07-28 2021-12-10 赤子城网络技术(北京)有限公司 Modal user interface display method, electronic device and storage medium
CN113778580B (en) * 2021-07-28 2023-12-08 赤子城网络技术(北京)有限公司 Modal user interface display method, electronic device and storage medium
CN113721809A (en) * 2021-09-08 2021-11-30 遨博(江苏)机器人有限公司 Window display method and system
CN113721809B (en) * 2021-09-08 2023-07-04 遨博(江苏)机器人有限公司 Window display method and system
CN113900760A (en) * 2021-10-26 2022-01-07 广州博冠信息科技有限公司 Popup window display method and device
CN113900760B (en) * 2021-10-26 2024-05-28 广州博冠信息科技有限公司 Popup window display method and device
CN114063840A (en) * 2021-11-08 2022-02-18 浙江中控技术股份有限公司 Multi-window control method, system, equipment and medium based on window operating system
CN116820286A (en) * 2023-08-24 2023-09-29 深圳市嘉利达专显科技有限公司 Control method and system of multi-window display
CN116820286B (en) * 2023-08-24 2024-01-19 深圳市嘉利达专显科技有限公司 Control method and system of multi-window display

Also Published As

Publication number Publication date
CN111191164B (en) 2023-08-22

Similar Documents

Publication Publication Date Title
CN111191164B (en) Window display control method and device
US10936293B2 (en) Container image layer reordering
US8984437B2 (en) Controlling display of a plurality of windows
US8589947B2 (en) Methods, systems, and media for application fault containment
US20170140052A1 (en) Method for personalized breaking news feed
US10171291B2 (en) Tenant-specific log for events related to a cloud-based service
US20190187867A1 (en) Displaying webpage information of parent tab associated with new child tab on graphical user interface
US9971571B2 (en) Undo/redo in Javascript object notation
US20130173292A1 (en) Identifying an optimal cohort of databases for supporting a proposed solution to a complex problem
CN110018765A (en) Page display method, device, terminal and storage medium
US10897512B2 (en) Generating push notifications
US10834058B2 (en) Mention identification for untrusted content
US10956239B1 (en) Utilizing source context and classification in a copy operation
CN113641936B (en) Method, device, electronic equipment and storage medium for page skip
WO2013143407A1 (en) Data processing, data collection
WO2022072201A1 (en) Assisted detection of application performance issues using serverless compute templates
US8874628B1 (en) Systems and methods for projecting hierarchical storage management functions
US20120089939A1 (en) Combined properties dialog from different sources
US11526559B2 (en) Content filtering based on user state
US10838579B2 (en) Custom list for keyboard navigation of user interface
US10749802B2 (en) Channeling elements in an analytics engine environment
US9690780B2 (en) Document translation based on predictive use
CN109471802A (en) A kind of method and device of abnormality processing in Python webpage
CN114449040A (en) Configuration issuing method and device based on cloud platform
US9465876B2 (en) Managing content available for content prediction

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