CN117221117A - Normalized popup window generation method, system, terminal and storage medium - Google Patents
Normalized popup window generation method, system, terminal and storage medium Download PDFInfo
- Publication number
- CN117221117A CN117221117A CN202310911341.3A CN202310911341A CN117221117A CN 117221117 A CN117221117 A CN 117221117A CN 202310911341 A CN202310911341 A CN 202310911341A CN 117221117 A CN117221117 A CN 117221117A
- Authority
- CN
- China
- Prior art keywords
- popup
- configuration
- container
- popup window
- category
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 38
- 238000004590 computer program Methods 0.000 claims description 6
- 230000001960 triggered effect Effects 0.000 abstract description 4
- 230000006870 function Effects 0.000 description 8
- 238000004891 communication Methods 0.000 description 5
- 230000008878 coupling Effects 0.000 description 5
- 238000010168 coupling process Methods 0.000 description 5
- 238000005859 coupling reaction Methods 0.000 description 5
- 238000012800 visualization Methods 0.000 description 5
- 238000012545 processing Methods 0.000 description 4
- 238000001514 detection method Methods 0.000 description 3
- 238000010586 diagram Methods 0.000 description 3
- 230000003287 optical effect Effects 0.000 description 3
- 230000008569 process Effects 0.000 description 3
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000009877 rendering Methods 0.000 description 2
- 238000006467 substitution reaction Methods 0.000 description 2
- 238000013461 design Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000008676 import Effects 0.000 description 1
- 230000001788 irregular Effects 0.000 description 1
- 238000012544 monitoring process Methods 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Landscapes
- User Interface Of Digital Computer (AREA)
Abstract
The invention relates to the technical field of computers, and particularly provides a normalized popup window generation method, a normalized popup window generation system, a normalized popup window generation terminal and a normalized popup window storage medium, wherein the normalized popup window generation method comprises the following steps: a corresponding configuration template containing popup parameters is formulated in advance based on popup categories, and the configuration template is imported into a pre-created container corresponding to the popup categories; and distributing the triggering information of the popup window to the corresponding container according to the popup window category to enable the corresponding container to create the popup window for the information based on the configuration template of the corresponding container. Because the configuration template is imported into the container, namely the configuration parameters are fixed parameters, the specifications of the popup windows created by the container based on the configuration template are uniform, so that the specifications of the popup windows finally triggered by the popup window trigger information of the same type are consistent, and further, the standardized creation of the popup windows is realized.
Description
Technical Field
The invention belongs to the technical field of computers, and particularly relates to a normalized popup window generation method, a normalized popup window generation system, a normalized popup window generation terminal and a normalized popup window storage medium.
Background
Along with the application of the internet of things in the field of industrial visualization, the industrial visualization is realized by viewing and monitoring data of various scenes and equipment in real time in a computer, but various sensors generate a large amount of real-time information in a visualization system, a large screen panel is insufficient for displaying all information, a large amount of information can cause the problems that important information is ignored due to information confusion, management is difficult and the like, and in a three-dimensional visualization system, the information of the sensors is usually displayed through popup windows. So popup is an important ring in information visualization.
In the using process of the popup window of the visual project, the display contents are different due to the changeable types of the popup window, so that a large number of redundant codes and high coupling codes can appear due to the unnormal popup window use when the popup window is created. The irregular use of the popup window causes the problems that the popup window is disordered and important information is easy to ignore, and the like, so that in order to reduce the code coupling degree, the standard popup window is necessary to provide guarantee for the system fluency.
Disclosure of Invention
Aiming at the problems of popup disorder and easy important information omission in the prior art, the invention provides a standardized popup generation method, a standardized popup generation system, a standardized popup terminal and a standardized popup storage medium, which are used for solving the technical problems.
In a first aspect, the present invention provides a normalized popup window generating method, including:
a corresponding configuration template containing popup parameters is formulated in advance based on popup categories, and the configuration template is imported into a pre-created container corresponding to the popup categories;
and distributing the triggering information of the popup window to the corresponding container according to the popup window category to enable the corresponding container to create the popup window for the information based on the configuration template of the corresponding container.
In an alternative embodiment, the method further comprises:
setting a warning category and an alarm category based on the information importance level;
creating a first container corresponding to the warning category and a second container corresponding to the alarm category;
constructing a plurality of assembly modules for generating a popup window in a first container and a second container, respectively, the plurality of assembly modules comprising: the device comprises a head skin module, a button module, a rule module, a first theme color module and a second theme color module.
In an alternative embodiment, formulating a corresponding configuration template containing popup parameters based on popup category in advance, and importing the configuration template into a pre-created container corresponding to the popup category, including:
setting a first set of configuration parameters based on the popup window requirements of the warning category, wherein the first set of configuration parameters comprise a first popup window type configuration parameter and a timing configuration parameter, and the configuration parameters of the component modules, solidifying the first set of configuration parameters into a first configuration template, and importing the first configuration template into a first container;
setting a second set of configuration parameters based on the popup window requirements of the alarm category, wherein the second set of configuration parameters comprises a second popup window type configuration parameter and a timing configuration parameter, and the configuration parameters of the component modules, solidifying the second set of configuration parameters into a second configuration template, and importing the second configuration template into a second container.
In an alternative embodiment, a configuration template containing popup parameters is formulated in advance based on popup category, and the configuration template is imported into a pre-created container corresponding to the popup category, and the method further comprises:
setting front display of popup windows in a first set of configuration parameters, wherein the number of the front display and the display are arbitrary and the authority of active closing of a user is granted;
setting the simultaneous display quantity to be arbitrary in the second set of configuration parameters and triggering the closing by the background data.
In an alternative embodiment, the method for distributing the trigger information of the popup to the corresponding container according to the popup category to enable the corresponding container to create the popup for the information based on the configuration template includes:
receiving triggering information of a background;
extracting a type parameter from the trigger information;
if the type parameter is warning, sending the trigger information to a first container;
and if the type parameter is an alarm, sending the trigger information to a second container.
In a second aspect, the present invention provides a normalized popup window generation system comprising:
the pre-configuration module is used for preparing a corresponding configuration template containing popup parameters based on popup categories in advance and importing the configuration template into a pre-created container corresponding to the popup categories;
the creation module is used for distributing the trigger information of the popup window to the corresponding container according to the popup window category to enable the corresponding container to create the popup window for the information based on the configuration template of the corresponding container.
In an alternative embodiment, the system further comprises:
the category setting module is used for setting a warning category and an alarm category based on the information importance degree;
the container creation module is used for creating a first container corresponding to the warning category and a second container corresponding to the alarm category;
a component building module for building a plurality of component modules for generating a popup window in a first container and a second container, respectively, the plurality of component modules comprising: the device comprises a head skin module, a button module, a rule module, a first theme color module and a second theme color module.
In an alternative embodiment, the pre-configuration module comprises:
the first configuration unit is used for setting a first set of configuration parameters based on the warning type popup window requirements, wherein the first set of configuration parameters comprise a first popup window type configuration parameter and a timing configuration parameter and configuration parameters of each component module, solidifying the first set of configuration parameters into a first configuration template, and importing the first configuration template into a first container;
the second configuration unit is used for setting a second set of configuration parameters based on the popup window requirements of the alarm category, wherein the second set of configuration parameters comprise a second popup window type configuration parameter and a timing configuration parameter, and the configuration parameters of the component modules, solidifying the second set of configuration parameters into a second configuration template, and importing the second configuration template into a second container.
In a third aspect, a terminal is provided, including:
a processor, a memory, wherein,
the memory is used for storing a computer program,
the processor is configured to call and run the computer program from the memory, so that the terminal performs the method of the terminal as described above.
In a fourth aspect, there is provided a computer storage medium having instructions stored therein which, when run on a computer, cause the computer to perform the method of the above aspects.
The standardized popup window generation method, the system, the terminal and the storage medium have the advantages that the corresponding configuration template is formulated in advance based on the popup window type, the configuration template is imported into the container corresponding to the popup window type, then trigger information of the popup window is sent to the corresponding container according to the popup window type, and the configuration template is imported into the container, namely, the configuration parameters are fixed parameters, so that the popup window established by the container based on the configuration template is uniform in specification, the specification of the popup window finally triggered by the popup window trigger information of the same type is consistent, and standardized establishment of the popup window is realized.
In addition, the invention has reliable design principle, simple structure and very wide application prospect.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings that are required to be used in the description of the embodiments or the prior art will be briefly described below, and it will be obvious to those skilled in the art that other drawings can be obtained from these drawings without inventive effort.
FIG. 1 is a schematic flow chart of a method of one embodiment of the invention.
FIG. 2 is a schematic block diagram of a system of one embodiment of the present invention.
Fig. 3 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
Detailed Description
In order to make the technical solution of the present invention better understood by those skilled in the art, the technical solution of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are only some embodiments of the present invention, not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the present invention without making any inventive effort, shall fall within the scope of the present invention.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. The terminology used herein in the description of the invention is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention.
The following explains key terms appearing in the present invention.
Dock is an open-source application container engine that allows developers to package their applications and rely on packages into a portable image, which is then published to any popular Linux or Windows operating system machine, and also allows virtualization. The containers are completely sandboxed without any interface to each other.
The normalized popup generating method provided by the embodiment of the invention is executed by the computer equipment, and correspondingly, the normalized popup generating system is operated in the computer equipment.
FIG. 1 is a schematic flow chart of a method of one embodiment of the invention. The execution body of fig. 1 may be a normalized popup window generating system. The order of the steps in the flow chart may be changed and some may be omitted according to different needs.
As shown in fig. 1, the method includes:
step 110, a corresponding configuration template containing popup parameters is formulated in advance based on popup categories, and the configuration template is imported into a pre-created container corresponding to the popup categories;
and 120, distributing the triggering information of the popup window to the corresponding container according to the popup window category to enable the corresponding container to create the popup window for the information based on the configuration template of the corresponding container.
In order to facilitate understanding of the present invention, the principle of the normalized popup window generation method of the present invention is used to further describe the normalized popup window generation method provided by the present invention in combination with the process of normalized popup window generation in the embodiment.
Specifically, the normalized popup window generation method includes:
s1, setting categories and containers.
Setting a warning category and an alarm category based on the information importance level; creating a first container corresponding to the warning category and a second container corresponding to the alarm category; constructing a plurality of assembly modules for generating a popup window in a first container and a second container, respectively, the plurality of assembly modules comprising: the device comprises a head skin module, a button module, a rule module, a first theme color module and a second theme color module.
I.e. both the first container and the second container may create a popup window.
S2, a corresponding configuration template containing popup parameters is formulated in advance based on popup categories, and the configuration template is imported into a pre-created container corresponding to the popup categories.
Setting a first set of configuration parameters based on the popup window requirements of the warning category, wherein the first set of configuration parameters comprise a first popup window type configuration parameter and a timing configuration parameter, and the configuration parameters of the component modules, solidifying the first set of configuration parameters into a first configuration template, and importing the first configuration template into a first container;
setting a second set of configuration parameters based on the popup window requirements of the alarm category, wherein the second set of configuration parameters comprises a second popup window type configuration parameter and a timing configuration parameter, and the configuration parameters of the component modules, solidifying the second set of configuration parameters into a second configuration template, and importing the second configuration template into a second container.
The first set of configuration parameters differs from the second set of configuration parameters primarily in that: setting front display of popup windows in a first set of configuration parameters, wherein the number of the front display and the display are arbitrary and the authority of active closing of a user is granted; setting the simultaneous display quantity to be arbitrary in the second set of configuration parameters and triggering the closing by the background data. Specifically, the warning pop-up window may be displayed further forward in the rendering, and may be actively closed by the user. The rendering level of the alarm popup window is higher, a plurality of alarm popup windows can be displayed, and the alarm popup window is triggered to be closed by background data.
In order to facilitate distinguishing between the two popup windows, different head skin parameters and theme color parameters may also be set in the two sets of configuration parameters. Other rule parameters may employ the same parameters.
And S3, distributing the triggering information of the popup window to the corresponding container according to the popup window category to enable the corresponding container to create the popup window for the information based on the configuration template of the corresponding container.
Receiving triggering information of a background; extracting a type parameter from the trigger information; if the type parameter is warning, sending the trigger information to a first container; and if the type parameter is an alarm, sending the trigger information to a second container.
Specifically, the background performs threshold comparison processing on the sensor data, and takes temperature data as an example, if the temperature value exceeds a first threshold value, warning information is generated, and if the temperature value exceeds a second threshold value, alarm information is generated, wherein the first threshold value is smaller than the second threshold value.
When the warning information is received, the warning information comprises an actual temperature value and a detection object of the temperature value, the warning information is sent to the first container, the first container calls a configuration template of the first container to generate a popup, and the popup content comprises the actual temperature value and the detection object of the temperature value. When the alarm information is received, the alarm information is forwarded to a second container, the second container calls a configuration template of the second container to generate a popup, and the popup content contains an actual temperature value and a detection object of the temperature value.
When a popup is created, the container invokes the control to create and input a popup hierarchy, create the popup, initialize and register in the hierarchy. For the created popup, the display hiding, hierarchy and mark of the popup can be changed through the container to recycle the popup.
In some embodiments, the normalized popup generating system 200 may comprise a plurality of functional blocks comprised of computer program segments. The computer program of the various program segments in the normalized popup system 200 may be stored in a memory of a computer device and executed by at least one processor to perform the functions of normalized popup (described in detail with respect to fig. 1).
In this embodiment, the normalized popup window generating system 200 may be divided into a plurality of functional modules according to the functions performed by the system, as shown in fig. 2. The functional module may include: a pre-configuration module 210, a creation module 220. The module referred to in the present invention refers to a series of computer program segments capable of being executed by at least one processor and of performing a fixed function, stored in a memory. In the present embodiment, the functions of the respective modules will be described in detail in the following embodiments.
A pre-configuration module 210, configured to pre-formulate a corresponding configuration template containing popup parameters based on popup category, and import the configuration template into a pre-created container corresponding to the popup category;
the creating module 220 is configured to distribute the trigger information of the popup to the corresponding container according to the popup category to which the trigger information belongs, so that the corresponding container creates the popup for the information based on its configuration template.
Optionally, as an embodiment of the present invention, the system further includes:
the category setting module is used for setting a warning category and an alarm category based on the information importance degree;
the container creation module is used for creating a first container corresponding to the warning category and a second container corresponding to the alarm category;
a component building module for building a plurality of component modules for generating a popup window in a first container and a second container, respectively, the plurality of component modules comprising: the device comprises a head skin module, a button module, a rule module, a first theme color module and a second theme color module.
Optionally, as an embodiment of the present invention, the pre-configuration module includes:
the first configuration unit is used for setting a first set of configuration parameters based on the warning type popup window requirements, wherein the first set of configuration parameters comprise a first popup window type configuration parameter and a timing configuration parameter and configuration parameters of each component module, solidifying the first set of configuration parameters into a first configuration template, and importing the first configuration template into a first container;
the second configuration unit is used for setting a second set of configuration parameters based on the popup window requirements of the alarm category, wherein the second set of configuration parameters comprise a second popup window type configuration parameter and a timing configuration parameter, and the configuration parameters of the component modules, solidifying the second set of configuration parameters into a second configuration template, and importing the second configuration template into a second container.
Fig. 3 is a schematic structural diagram of a terminal 300 according to an embodiment of the present invention, where the terminal 300 may be used to execute the normalized popup window generating method according to the embodiment of the present invention.
The terminal 300 may include: processor 310, memory 320, and communication module 330. The components may communicate via one or more buses, and it will be appreciated by those skilled in the art that the configuration of the server as shown in the drawings is not limiting of the invention, as it may be a bus-like structure, a star-like structure, or include more or fewer components than shown, or may be a combination of certain components or a different arrangement of components.
The memory 320 may be used to store instructions for execution by the processor 310, and the memory 320 may be implemented by any type of volatile or non-volatile memory terminal or combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic disk, or optical disk. The execution of the instructions in memory 320, when executed by processor 310, enables terminal 300 to perform some or all of the steps in the method embodiments described below.
The processor 310 is a control center of the storage terminal, connects various parts of the entire electronic terminal using various interfaces and lines, and performs various functions of the electronic terminal and/or processes data by running or executing software programs and/or modules stored in the memory 320, and invoking data stored in the memory. The processor may be comprised of an integrated circuit (Integrated Circuit, simply referred to as an IC), for example, a single packaged IC, or may be comprised of a plurality of packaged ICs connected to the same function or different functions. For example, the processor 310 may include only a central processing unit (Central Processing Unit, simply CPU). In the embodiment of the invention, the CPU can be a single operation core or can comprise multiple operation cores.
And a communication module 330, configured to establish a communication channel, so that the storage terminal can communicate with other terminals. Receiving user data sent by other terminals or sending the user data to other terminals.
The present invention also provides a computer storage medium in which a program may be stored, which program may include some or all of the steps in the embodiments provided by the present invention when executed. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM), a random-access memory (random access memory, RAM), or the like.
Therefore, the configuration template is formulated in advance based on the popup window type, the configuration template is imported into the container corresponding to the popup window type, and then the trigger information of the popup window is sent to the corresponding container according to the popup window type, and the configuration template is imported into the container, namely the configuration parameters are fixed parameters, so that the specifications of the popup windows created by the container based on the configuration template are uniform, the specifications of the popup windows finally triggered by the popup window trigger information of the same type are uniform, the standardized creation of the popup windows is further realized, and the technical effects achieved by the embodiment can be seen from the description above and are not repeated herein.
It will be apparent to those skilled in the art that the techniques of embodiments of the present invention may be implemented in software plus a necessary general purpose hardware platform. Based on such understanding, the technical solution in the embodiments of the present invention may be embodied essentially or in a part contributing to the prior art in the form of a software product stored in a storage medium such as a U-disc, a mobile hard disc, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk or an optical disk, etc. various media capable of storing program codes, including several instructions for causing a computer terminal (which may be a personal computer, a server, or a second terminal, a network terminal, etc.) to execute all or part of the steps of the method described in the embodiments of the present invention.
The same or similar parts between the various embodiments in this specification are referred to each other. In particular, for the terminal embodiment, since it is substantially similar to the method embodiment, the description is relatively simple, and reference should be made to the description in the method embodiment for relevant points.
In the several embodiments provided by the present invention, it should be understood that the disclosed systems and methods may be implemented in other ways. For example, the system embodiments described above are merely illustrative, e.g., the division of the modules is merely a logical function division, and there may be additional divisions when actually implemented, e.g., multiple modules or components may be combined or integrated into another system, or some features may be omitted or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with respect to each other may be through some interface, indirect coupling or communication connection of systems or modules, electrical, mechanical, or other form.
The modules described as separate components may or may not be physically separate, and components shown as modules may or may not be physical modules, i.e., may be located in one place, or may be distributed over a plurality of network modules. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
In addition, each functional module in each embodiment of the present invention may be integrated into one processing module, or each module may exist alone physically, or two or more modules may be integrated into one module.
Although the present invention has been described in detail by way of preferred embodiments with reference to the accompanying drawings, the present invention is not limited thereto. Various equivalent modifications and substitutions may be made in the embodiments of the present invention by those skilled in the art without departing from the spirit and scope of the present invention, and it is intended that all such modifications and substitutions be within the scope of the present invention/be within the scope of the present invention as defined by the appended claims. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.
Claims (10)
1. A normalized popup window generation method, comprising:
a corresponding configuration template containing popup parameters is formulated in advance based on popup categories, and the configuration template is imported into a pre-created container corresponding to the popup categories;
and distributing the triggering information of the popup window to the corresponding container according to the popup window category to enable the corresponding container to create the popup window for the information based on the configuration template of the corresponding container.
2. The method according to claim 1, wherein the method further comprises:
setting a warning category and an alarm category based on the information importance level;
creating a first container corresponding to the warning category and a second container corresponding to the alarm category;
constructing a plurality of assembly modules for generating a popup window in a first container and a second container, respectively, the plurality of assembly modules comprising: the device comprises a head skin module, a button module, a rule module, a first theme color module and a second theme color module.
3. The method of claim 2, wherein formulating a corresponding configuration template containing the popup parameters based on the popup category in advance and importing the configuration template into a pre-created container corresponding to the popup category comprises:
setting a first set of configuration parameters based on the popup window requirements of the warning category, wherein the first set of configuration parameters comprise a first popup window type configuration parameter and a timing configuration parameter, and the configuration parameters of the component modules, solidifying the first set of configuration parameters into a first configuration template, and importing the first configuration template into a first container;
setting a second set of configuration parameters based on the popup window requirements of the alarm category, wherein the second set of configuration parameters comprises a second popup window type configuration parameter and a timing configuration parameter, and the configuration parameters of the component modules, solidifying the second set of configuration parameters into a second configuration template, and importing the second configuration template into a second container.
4. The method of claim 3, wherein formulating a corresponding configuration template containing the popup parameters based on the popup category in advance and importing the configuration template into a pre-created container corresponding to the popup category, further comprising:
setting front display of popup windows in a first set of configuration parameters, wherein the number of the front display and the display are arbitrary and the authority of active closing of a user is granted;
setting the simultaneous display quantity to be arbitrary in the second set of configuration parameters and triggering the closing by the background data.
5. The method of claim 2, wherein distributing the trigger information for the popup to the corresponding container according to the popup category to which the popup belongs such that the corresponding container creates the popup for the information based on the configuration template comprises:
receiving triggering information of a background;
extracting a type parameter from the trigger information;
if the type parameter is warning, sending the trigger information to a first container;
and if the type parameter is an alarm, sending the trigger information to a second container.
6. A normalized popup window generation system comprising:
the pre-configuration module is used for preparing a corresponding configuration template containing popup parameters based on popup categories in advance and importing the configuration template into a pre-created container corresponding to the popup categories;
the creation module is used for distributing the trigger information of the popup window to the corresponding container according to the popup window category to enable the corresponding container to create the popup window for the information based on the configuration template of the corresponding container.
7. The system of claim 6, wherein the system further comprises:
the category setting module is used for setting a warning category and an alarm category based on the information importance degree;
the container creation module is used for creating a first container corresponding to the warning category and a second container corresponding to the alarm category;
a component building module for building a plurality of component modules for generating a popup window in a first container and a second container, respectively, the plurality of component modules comprising: the device comprises a head skin module, a button module, a rule module, a first theme color module and a second theme color module.
8. The system of claim 7, wherein the pre-configuration module comprises:
the first configuration unit is used for setting a first set of configuration parameters based on the warning type popup window requirements, wherein the first set of configuration parameters comprise a first popup window type configuration parameter and a timing configuration parameter and configuration parameters of each component module, solidifying the first set of configuration parameters into a first configuration template, and importing the first configuration template into a first container;
the second configuration unit is used for setting a second set of configuration parameters based on the popup window requirements of the alarm category, wherein the second set of configuration parameters comprise a second popup window type configuration parameter and a timing configuration parameter, and the configuration parameters of the component modules, solidifying the second set of configuration parameters into a second configuration template, and importing the second configuration template into a second container.
9. A terminal, comprising:
the memory is used for storing a normalized popup window generation program;
a processor for implementing the steps of the normalized popup generation method according to any of claims 1-5 when executing the normalized popup generation program.
10. A computer readable storage medium storing a computer program, characterized in that the readable storage medium stores a normalized popup generating program, which when executed by a processor, implements the steps of the normalized popup generating method according to any of claims 1-5.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202310911341.3A CN117221117B (en) | 2023-07-24 | 2023-07-24 | Normalized popup window generation method, system, terminal and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202310911341.3A CN117221117B (en) | 2023-07-24 | 2023-07-24 | Normalized popup window generation method, system, terminal and storage medium |
Publications (2)
Publication Number | Publication Date |
---|---|
CN117221117A true CN117221117A (en) | 2023-12-12 |
CN117221117B CN117221117B (en) | 2024-03-29 |
Family
ID=89034116
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202310911341.3A Active CN117221117B (en) | 2023-07-24 | 2023-07-24 | Normalized popup window generation method, system, terminal and storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN117221117B (en) |
Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111580899A (en) * | 2020-03-31 | 2020-08-25 | 深圳市麦谷科技有限公司 | Message popup window system based on hierarchical structure and electronic equipment |
CN111930283A (en) * | 2020-10-12 | 2020-11-13 | 武汉深之度科技有限公司 | Message display method and computing device |
CN112527436A (en) * | 2020-12-14 | 2021-03-19 | 五八有限公司 | Popup display method, popup display device, electronic equipment and computer readable medium |
CN113031948A (en) * | 2021-03-24 | 2021-06-25 | 北京字节跳动网络技术有限公司 | Popup window display method and device, computer equipment and storage medium |
CN113254133A (en) * | 2021-05-25 | 2021-08-13 | 平安普惠企业管理有限公司 | iOS multi-scene convenient popup tool, device, computer equipment and storage medium |
CN114896020A (en) * | 2022-06-16 | 2022-08-12 | 拉扎斯网络科技(上海)有限公司 | Popup window generation method and device, electronic equipment and readable storage medium |
CN115097971A (en) * | 2022-08-24 | 2022-09-23 | 中国中金财富证券有限公司 | Display control method of popup frame and related device |
CN115421834A (en) * | 2022-08-31 | 2022-12-02 | 重庆长安汽车股份有限公司 | Vehicle machine window management method, device, equipment and medium |
WO2023000729A1 (en) * | 2021-07-20 | 2023-01-26 | 中兴通讯股份有限公司 | System message sending method and apparatus for client |
WO2023045958A1 (en) * | 2021-09-24 | 2023-03-30 | 维沃移动通信有限公司 | Application icon display method and apparatus, and electronic device |
-
2023
- 2023-07-24 CN CN202310911341.3A patent/CN117221117B/en active Active
Patent Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111580899A (en) * | 2020-03-31 | 2020-08-25 | 深圳市麦谷科技有限公司 | Message popup window system based on hierarchical structure and electronic equipment |
CN111930283A (en) * | 2020-10-12 | 2020-11-13 | 武汉深之度科技有限公司 | Message display method and computing device |
CN112527436A (en) * | 2020-12-14 | 2021-03-19 | 五八有限公司 | Popup display method, popup display device, electronic equipment and computer readable medium |
CN113031948A (en) * | 2021-03-24 | 2021-06-25 | 北京字节跳动网络技术有限公司 | Popup window display method and device, computer equipment and storage medium |
CN113254133A (en) * | 2021-05-25 | 2021-08-13 | 平安普惠企业管理有限公司 | iOS multi-scene convenient popup tool, device, computer equipment and storage medium |
WO2023000729A1 (en) * | 2021-07-20 | 2023-01-26 | 中兴通讯股份有限公司 | System message sending method and apparatus for client |
WO2023045958A1 (en) * | 2021-09-24 | 2023-03-30 | 维沃移动通信有限公司 | Application icon display method and apparatus, and electronic device |
CN114896020A (en) * | 2022-06-16 | 2022-08-12 | 拉扎斯网络科技(上海)有限公司 | Popup window generation method and device, electronic equipment and readable storage medium |
CN115097971A (en) * | 2022-08-24 | 2022-09-23 | 中国中金财富证券有限公司 | Display control method of popup frame and related device |
CN115421834A (en) * | 2022-08-31 | 2022-12-02 | 重庆长安汽车股份有限公司 | Vehicle machine window management method, device, equipment and medium |
Also Published As
Publication number | Publication date |
---|---|
CN117221117B (en) | 2024-03-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110377851B (en) | Method and device for realizing multi-stage linkage drop-down frame and computer equipment | |
CN103221960B (en) | The detection method of malicious code and device | |
CN108376094B (en) | Notification message display method and device, computer equipment and storage medium | |
US10565105B2 (en) | Method and apparatus for logging out of application | |
CN111327607B (en) | Security threat information management method, system, storage medium and terminal based on big data | |
CN110166810A (en) | Video rendering engine switching method, device, equipment and readable storage medium storing program for executing | |
CN107479892A (en) | Play frame view creation method, device and electronic equipment | |
CN107463380A (en) | Message treatment method, device and electronic equipment | |
CN112650993A (en) | Screen watermark display method and device, electronic equipment and storage medium | |
CN111367518A (en) | Page layout method and device, computing equipment and computer storage medium | |
CN118133248A (en) | Method, system, terminal and storage medium for preventing page watermark from being tampered | |
CN108874479B (en) | Notification bar message display method and device, user terminal and readable storage medium | |
CN117221117B (en) | Normalized popup window generation method, system, terminal and storage medium | |
WO2024067319A1 (en) | Method and system for creating stickers from user-generated content | |
CN110472215B (en) | Bid file generation method, device, equipment and medium | |
CN112631949B (en) | Debugging method and device, computer equipment and storage medium | |
CN113885997B (en) | Dialog box display method and device, electronic equipment and storage medium | |
CN115510508A (en) | Page information protection method and device and electronic equipment | |
CN110262856B (en) | Application program data acquisition method, device, terminal and storage medium | |
CN116932103A (en) | Method for changing application interface and related equipment | |
CN103780860A (en) | Screen recording method, device and system | |
CN114210064A (en) | Virtual model control method and device, electronic equipment and storage medium | |
CN106446611A (en) | Security-level information generation and reading methods and apparatuses | |
CN111782208A (en) | Index early warning method and device, computer equipment and storage medium | |
CN112528291B (en) | Code auditing method and device based on knowledge graph |
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 |