CN113505321A - Modularized data display system and method - Google Patents

Modularized data display system and method Download PDF

Info

Publication number
CN113505321A
CN113505321A CN202110802016.4A CN202110802016A CN113505321A CN 113505321 A CN113505321 A CN 113505321A CN 202110802016 A CN202110802016 A CN 202110802016A CN 113505321 A CN113505321 A CN 113505321A
Authority
CN
China
Prior art keywords
data
page
calling request
component
calling
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.)
Pending
Application number
CN202110802016.4A
Other languages
Chinese (zh)
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to CN202110802016.4A priority Critical patent/CN113505321A/en
Publication of CN113505321A publication Critical patent/CN113505321A/en
Pending legal-status Critical Current

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/9577Optimising the visualization of content, e.g. distillation of HTML documents
    • 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/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

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)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a modular data display system, which comprises: the system comprises a page design front end deployed on a browser and a service back end deployed on a server; the page design front end is used for generating a component calling request and a data calling request, calling a graphical component matched with the component calling request from a service back end and first data matched with the data calling request; the service back end is used for responding to the component calling request and the data calling request and returning the corresponding graphical component and the first data to the page design front end; the page design front end is also used for establishing data association between the graphical component and the first data, forming a data display page through rendering and publishing. The invention carries out data display based on the componentized graphic element, and the user only needs to carry out page parameter configuration and component selection without defining or calling functions, so developers do not need to add complex business logic in the front-end configuration process, and the development flow of a business system is simplified.

Description

Modularized data display system and method
Technical Field
The invention belongs to the technical field of data display, and particularly relates to a modular data display system and method.
Background
With the rapid development of technologies such as internet of things, cloud computing and big data, the data volume which can be acquired by people from a physical system increases in a geometric level, and the realization of analysis and display of mass data becomes an effective means for people to interact with the physical system and further understand, master and optimize the physical system.
In the prior art, a customized development mode is mainly adopted for data display, and code development is performed according to a certain business process, data definition and display logic based on the requirements of a specific application system. However, this method has the problems of high development cost, low efficiency and poor flexibility, and when the display requirement of the application system changes, the corresponding code needs to be modified for complementary development, which is difficult to meet the data display requirement of the current flexible and variable and fast-response application system.
Disclosure of Invention
The present invention is directed to a modular data presentation system and method that solves at least one of the problems set forth in the prior art.
In order to achieve the purpose, the invention adopts the following technical scheme:
in a first aspect, the present invention provides a modular data presentation system, comprising: the system comprises a page design front end deployed on a browser and a service back end deployed on a server;
the page design front end is used for generating a component calling request and a data calling request according to first user selection, calling a graphical component matched with the component calling request from the service back end and first data matched with the data calling request;
the service back end is used for responding to the component calling request and the data calling request and returning a corresponding graphical component and first data to the page design front end;
the page design front end is also used for establishing data association between the graphical component and the first data, forming a data display page through rendering and publishing.
In one possible design, further comprising: the method comprises the steps of deploying a page operation front end on a browser;
and the page operation front end is used for browsing the data display page by a second user.
In one possible design, the page design front end comprises a page design module, a data source management module and a page publishing module;
the page design module is used for generating a component calling request according to the selection of a first user and calling a graphical component matched with the component calling request from the service back end;
the data source management module is used for generating a data calling request according to first user selection, calling first data matched with the data calling request from the service back end, and establishing data association between the graphical component and the first data;
and the page publishing module is used for rendering and forming an HTML data display page through the VUE generator and publishing the HTML data display page.
In one possible design, the page publishing module is further configured to render a form HTML data presentation page and provide a preview using a VUE generator.
In a possible design, the page design front end further includes an operation and maintenance management module, configured to manage an operation state of an application system corresponding to the data presentation page.
In one possible design, the service backend includes: the system comprises a data interface module, a data processing module, a data storage module and a page design background;
the data interface module is used for establishing connection with an external system and acquiring second data of the external system;
the data processing module is used for cleaning the second data acquired by the data interface module;
the data storage module is used for storing the cleaned second data, responding to the data calling request and returning the first data to the front end of the page design;
the page design background is used for realizing the operation logic, method, rule and data processing of the page design front end.
In one possible design, the service backend further includes a page operation background, which is used to implement operation logic, methods, rules, and data processing of the page operation front end.
In a second aspect, the present invention provides a method for displaying componentized data, comprising:
receiving a component calling request through a front page design end, and calling a graphical component matched with the component calling request from a back service end;
generating a data calling request through the page design front end, and calling first data matched with the data calling request from the service back end;
and establishing data association between the graphical component and the first data at the front end of the page design, and rendering to form a componentized data display page.
In one possible design, further comprising:
and providing a browsing interface of the data display page for a second user through the page operation front end.
In one possible design, further comprising:
and sending the page design result data of the data display page to the service back end for storage.
In a third aspect, the present invention provides a computer apparatus comprising: a memory, a processor and a transceiver, which are connected in sequence in communication, wherein the memory is used for storing a computer program, the transceiver is used for transceiving a message, and the processor is used for reading the computer program and executing the modular data presentation method according to any one of the second aspect.
In a fourth aspect, the present invention provides a computer-readable storage medium having stored thereon instructions which, when executed on a computer, perform a modular data presentation method according to any of the second aspects.
In a fifth aspect, the present invention provides a computer program product comprising instructions which, when run on a computer, cause the computer to perform a method of componentized data presentation according to any one of the second aspects.
Has the advantages that:
1. the modular data display system generates a component calling request and a data calling request according to the selection of a first user by setting a page design front end, and calls a graphical component matched with the component calling request and first data matched with the data calling request from a service back end; the back end of the service is used for responding to the component calling request and the data calling request and returning the corresponding graphical component and the first data to the front end of the page design; the page design front end is also used for establishing data association between the graphical component and the first data, forming a data display page through rendering and publishing. The invention carries out data display based on the componentized graphic element, and the user only needs to carry out page parameter configuration and component selection without defining or calling functions, so that developers do not need to add complex business logic in the front-end configuration process, the development process of a business system is simplified, and the operation is convenient.
2. The data display page can be dynamically modified and adjusted according to needs, can be modified and edited according to the requirement change of the service system, is immediately released, and realizes the quick update of the data display page.
3. The invention has good function expandability, wherein, the interface standards of all the graphic components in the system have strong universality, and the system can be repeatedly called and applied to different application systems for display; developers can customize, develop and add new graphic components and data interfaces according to needs, so that the system has good expandability.
Drawings
FIG. 1 is a block diagram of a componentized data presentation system according to an embodiment of the present invention;
FIG. 2 is a logical block diagram of the operation of a componentized data presentation system of an embodiment of the present invention;
FIG. 3 is a block diagram of the structure of the front end of the page design according to the embodiment of the present invention;
FIG. 4 is a flowchart of a componentized data presentation method according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present disclosure more clear, the technical solutions in the embodiments of the present disclosure will be clearly and completely described below with reference to the drawings in the embodiments of the present disclosure, and it is obvious that the described embodiments are some, but not all embodiments of the present disclosure. All other embodiments, which can be obtained by a person skilled in the art without inventive step based on the embodiments in the present description, belong to the protection scope of the present invention.
Examples
1-3, in a first aspect, the present invention provides a modular data presentation system, comprising: the system comprises a page design front end deployed on a browser and a service back end deployed on a server;
the page design front end is used for generating a component calling request and a data calling request according to first user selection, calling a graphical component matched with the component calling request from the service back end and first data matched with the data calling request;
it should be noted that the first user may be a design developer of a data display page of an application system, and according to a data display requirement of an application system to be developed, the first user may configure page styles, layouts, layers, data definitions and the like in a front-end page editor, and select a corresponding component and data to be configured, so that the page design front-end generates a component call request and a data call request according to the selection of the designer.
The service back end is used for responding to the component calling request and the data calling request and returning a corresponding graphical component and first data to the page design front end;
the page design front end is also used for establishing data association between the graphical component and the first data, forming a data display page through rendering and publishing.
Based on the disclosure, a page design front end is arranged, a component calling request and a data calling request are generated according to first user selection, and a graphical component matched with the component calling request and first data matched with the data calling request are called from a service back end; the back end of the service is used for responding to the component calling request and the data calling request and returning the corresponding graphical component and the first data to the front end of the page design; the page design front end is also used for establishing data association between the graphical component and the first data, forming a data display page through rendering and publishing. The invention carries out data display based on the componentized graphic element, and the user only needs to carry out page parameter configuration and component selection without defining or calling functions, so that developers do not need to add complex business logic in the front-end configuration process, the development process of a business system is simplified, and the operation is convenient.
As an optional implementation manner of this embodiment, the system further includes: the method comprises the steps of deploying a page operation front end on a browser;
and the page operation front end is used for browsing the data display page by a second user.
It should be noted that, the system of this embodiment adopts a B/S (Browser/Server) architecture, and both the page design front end and the page operation front end are deployed at a Browser end, and the service back end is deployed at a Server end, so that the front end can access different ports through a Web page to respectively access a page of the page design front end and a page of the page operation front end.
It should be noted that the second user may be a daily user of an application system, and the user may browse the data presentation page by logging in the application system.
As an optional implementation manner of this embodiment, the page design front end includes a page design module, a data source management module, and a page publishing module;
the page design module is used for generating a component calling request according to the selection of a first user and calling a graphical component matched with the component calling request from the service back end;
it should be noted that, the configuration selectable by the first user in the page design module includes: page style management (including page size, position, region division, color management setting), page parameter management (whole page data refresh setting, abnormal data display mechanism setting and whether data tracing is supported or not), element drag-and-drop reference management, element layout management (including size, position, color management setting), element parameter setting (normal/abnormal data division, data refresh rate), and the like, and the details are not limited.
The graphic components include, but are not limited to, various graphic elements such as pie charts, bar charts, line charts, tables, maps, pictograms, index charts, radar charts, instrument charts and the like, and the first user can select the graphic components through a drag-and-drop page design;
the data source management module is used for generating a data calling request according to first user selection, calling first data matched with the data calling request from the service back end, and establishing data association between the graphical component and the first data;
it should be noted that the data source management module specifically includes: interface service management, data set management, data matching management and the like, wherein the interface service comprises but is not limited to: JDBC (Java Database connectivity), http (hypertext Transfer Protocol), MQ (Message Queue), mqtsterver (Message Transfer Protocol), and Excel data interface services, including but not limited to Database management and data cache management. Specifically, data can be acquired from data interfaces of the databases JDBC, http, MQ, MQTTSERver and Excel through the data set manager, and data analysis and data association of the page graphical component are performed according to an information transmission protocol format.
The page publishing module is used for rendering through the VUE generator to form an HTML data display page and publishing the HTML data display page; more preferably, the page publishing module is further configured to render and form an HTML data presentation page and provide a preview using the VUE generator.
After the first user finishes the design of the target page, a network button for previewing can be clicked, and when the page publishing module receives a preview generation request of the first user, an HTML data display page can be rendered and formed by using the VUE generator, so that the first user can confirm whether the actual page effect meets the preset application system requirement; and after the first user confirms that the target page design is correct, issuing operation is carried out, and after the page issuing module receives the issuing operation of the first user, an HTML data display page is formed by rendering by using the VUE generator according to the page designed by the first user and is used for browsing by a second user.
In an optional implementation manner, the page design front end further includes an operation and maintenance management module, configured to manage an operation state of an application system corresponding to the data display page.
It should be noted that managing the operating state of the application system mainly includes: user management, report authority management, system log management, report normal running state monitoring, report starting, report closing, data updating and the like.
In an alternative embodiment, the service backend comprises: the system comprises a data interface module, a data processing module, a data storage module and a page design background;
the data interface module is used for establishing connection with an external system and acquiring second data of the external system;
specifically, the data interface module includes, but is not limited to, JDBC, http, MQ, mqtsterver, and Excel data interfaces.
The data processing module is used for cleaning the second data acquired by the data interface module;
specifically, the data cleaning includes error data elimination and redundant data screening to achieve effective data acquisition of the data interface.
The data storage module is used for storing the cleaned second data, responding to the data calling request and returning the first data to the front end of the page design;
the page design background is used for realizing the operation logic, method, rule and data processing of the page design front end; of course, the page design background is also used for responding to the request of the page design front end so as to realize the normal operation of the page design front end.
In an optional implementation manner, the service backend further includes a page running background, which is used to implement the running logic, method, rule, and data processing of the page running front end. Of course, the page design background is also used for responding to the request of the page running counter front end so as to realize the normal running of the page running front end.
Of course, it can be understood that the service backend is further provided with an assembly design background for being called by the page design front end, a page design background, and a background of the operation and maintenance management module.
Based on the above disclosure, the data presentation page of the embodiment can be dynamically modified and adjusted as needed, and can be modified and edited according to the requirement change of the service system, and immediately published, so as to realize the quick update of the data presentation page. In addition, the embodiment has good function expandability, wherein the interface standards of all the graphic assemblies in the system have strong universality, and the system can be repeatedly called and applied to different application systems for display; developers can customize, develop and add new graphic components and data interfaces according to needs, so that the system has good expandability.
As shown in fig. 4, in a second aspect, the present invention provides a method for displaying componentized data, including but not limited to the steps S101 to S103:
s101, receiving a component calling request through a front page design end, and calling a graphical component matched with the component calling request from a back service end;
it should be noted that the component calling request is a request for configuring a page style, a layout, a layer, a data definition, and the like in a front-end page editor by a first user (a development designer), and selecting a corresponding component and data to be configured, so that the page design front end generates the component calling request according to the selection of the designer.
S102, generating a data calling request through the page design front end, and calling first data matched with the data calling request from the service back end;
it should be noted that the data call request is a data call request generated by a first user (development designer) through a front-end data set manager, and first data is acquired from a database, JDBC, http, MQ, mqtsterver, and/or Excel data interface at a service backend.
And S103, establishing data association between the graphical component and the first data at the front end of the page design, and rendering to form a componentized data display page.
Specifically, data analysis and data association of the page graphical component are carried out according to an information transmission protocol format, and an HTML data display page is rendered and formed by utilizing the VUE generator.
In an optional embodiment, the method further comprises:
and S104, providing a browsing interface of the data display page for a second user through the page operation front end.
In an optional embodiment, the method further comprises:
and sending the page design result data of the data display page to the service back end for storage.
For the working process, the working details, and the technical effects of the method provided in the second aspect of this embodiment, reference may be made to the first aspect of this embodiment, which is not described herein again.
In a third aspect, the present invention provides a computer apparatus comprising: a memory, a processor and a transceiver, which are connected in sequence in communication, wherein the memory is used for storing a computer program, the transceiver is used for transceiving a message, and the processor is used for reading the computer program and executing the modular data presentation method according to any one of the second aspect.
For example, the Memory may include, but is not limited to, a Random-Access Memory (RAM), a Read-Only Memory (ROM), a Flash Memory (Flash Memory), a First-in First-out (FIFO), and/or a First-in Last-out (FILO), and the like; the transceiver may be, but is not limited to, a WiFi (wireless fidelity) wireless transceiver, a bluetooth wireless transceiver, a GPRS (General Packet Radio Service) wireless transceiver, and/or a ZigBee (ZigBee protocol, low power consumption local area network protocol based on ieee802.15.4 standard) wireless transceiver, etc.; the processor may not be limited to the use of a microprocessor of the model number STM32F105 family.
For the working process, the working details, and the technical effects of the apparatus provided in the third aspect of this embodiment, reference may be made to the first aspect of the embodiment, which is not described herein again.
In a fourth aspect, the present invention provides a computer-readable storage medium having stored thereon instructions which, when executed on a computer, perform a modular data presentation method according to any of the second aspects.
The readable storage medium refers to a carrier for storing data, and may include, but is not limited to, a floppy disk, an optical disk, a hard disk, a flash Memory, a flash disk and/or a Memory Stick (Memory Stick), etc., and the computer may be a general-purpose computer, a special-purpose computer, a computer network, or other programmable devices.
For the working process, the working details, and the technical effects of the apparatus provided in the fourth aspect of this embodiment, reference may be made to the first aspect of the embodiment, which is not described herein again.
In a fifth aspect, the present invention provides a computer program product comprising instructions which, when run on a computer, cause the computer to perform a method of componentized data presentation according to any one of the second aspects. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable devices.
For the working process, the working details, and the technical effects of the apparatus provided in the fifth aspect of this embodiment, reference may be made to the first aspect of this embodiment, which is not described herein again.
Finally, it should be noted that: the above description is only a preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or 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 modular data presentation system, comprising: the system comprises a page design front end deployed on a browser and a service back end deployed on a server;
the page design front end is used for generating a component calling request and a data calling request according to first user selection, calling a graphical component matched with the component calling request from the service back end and first data matched with the data calling request;
the service back end is used for responding to the component calling request and the data calling request and returning a corresponding graphical component and first data to the page design front end;
the page design front end is also used for establishing data association between the graphical component and the first data, forming a data display page through rendering and publishing.
2. The modular data presentation system of claim 1, further comprising: the method comprises the steps of deploying a page operation front end on a browser;
and the page operation front end is used for browsing the data display page by a second user.
3. The modular data presentation system of claim 1, wherein the page design front end comprises a page design module, a data source management module, and a page publishing module;
the page design module is used for generating a component calling request according to the selection of a first user and calling a graphical component matched with the component calling request from the service back end;
the data source management module is used for generating a data calling request according to first user selection, calling first data matched with the data calling request from the service back end, and establishing data association between the graphical component and the first data;
and the page publishing module is used for rendering and forming an HTML data display page through the VUE generator and publishing the HTML data display page.
4. The modular data presentation system of claim 3, wherein the page publishing module is further configured to render a formed HTML data presentation page and provide a preview using a VUE generator.
5. The modular data presentation system of claim 3, wherein the page design front end further comprises an operation and maintenance management module configured to manage an operating state of an application system corresponding to the data presentation page.
6. The modular data presentation system of claim 1, wherein said service backend comprises: the system comprises a data interface module, a data processing module, a data storage module and a page design background;
the data interface module is used for establishing connection with an external system and acquiring second data of the external system;
the data processing module is used for cleaning the second data acquired by the data interface module;
the data storage module is used for storing the cleaned second data, responding to the data calling request and returning the first data to the front end of the page design;
the page design background is used for realizing the operation logic, method, rule and data processing of the page design front end.
7. The modular data presentation system of claim 2, wherein said service backend comprises a page run background for implementing run logic, methods, rules and data processing of said page run front-end.
8. A method for displaying modular data, comprising:
receiving a component calling request through a front page design end, and calling a graphical component matched with the component calling request from a back service end;
generating a data calling request through the page design front end, and calling first data matched with the data calling request from the service back end;
and establishing data association between the graphical component and the first data at the front end of the page design, and rendering to form a componentized data display page.
9. The modular data presentation method of claim 8, further comprising:
and providing a browsing interface of the data display page for a second user through the page operation front end.
10. The modular data presentation method of claim 8, further comprising:
and sending the page design result data of the data display page to the service back end for storage.
CN202110802016.4A 2021-07-15 2021-07-15 Modularized data display system and method Pending CN113505321A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110802016.4A CN113505321A (en) 2021-07-15 2021-07-15 Modularized data display system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110802016.4A CN113505321A (en) 2021-07-15 2021-07-15 Modularized data display system and method

Publications (1)

Publication Number Publication Date
CN113505321A true CN113505321A (en) 2021-10-15

Family

ID=78012989

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110802016.4A Pending CN113505321A (en) 2021-07-15 2021-07-15 Modularized data display system and method

Country Status (1)

Country Link
CN (1) CN113505321A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108846087A (en) * 2018-06-12 2018-11-20 恒生电子股份有限公司 A kind of page rendering method, apparatus, terminal and server
WO2019243291A1 (en) * 2018-06-18 2019-12-26 Koninklijke Philips N.V. Parts co-replacement recommendation system for field servicing of medical imaging systems
CN111124477A (en) * 2019-12-19 2020-05-08 华云数据有限公司 Front-end configuration method and system and electronic equipment
CN111611518A (en) * 2020-05-25 2020-09-01 南京南瑞信息通信科技有限公司 Automatic visual display page publishing method and system based on Html5
CN112363794A (en) * 2020-11-30 2021-02-12 华云数据控股集团有限公司 Rendering method of front-end list type component and electronic equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108846087A (en) * 2018-06-12 2018-11-20 恒生电子股份有限公司 A kind of page rendering method, apparatus, terminal and server
WO2019243291A1 (en) * 2018-06-18 2019-12-26 Koninklijke Philips N.V. Parts co-replacement recommendation system for field servicing of medical imaging systems
CN111124477A (en) * 2019-12-19 2020-05-08 华云数据有限公司 Front-end configuration method and system and electronic equipment
CN111611518A (en) * 2020-05-25 2020-09-01 南京南瑞信息通信科技有限公司 Automatic visual display page publishing method and system based on Html5
CN112363794A (en) * 2020-11-30 2021-02-12 华云数据控股集团有限公司 Rendering method of front-end list type component and electronic equipment

Similar Documents

Publication Publication Date Title
US7480897B2 (en) Method and system for managing development objects for computer program code
CN109634598A (en) A kind of page display method, device, equipment and storage medium
US20120110093A1 (en) Service oriented architecture version and dependency control
US20150143355A1 (en) Service oriented architecture version and dependency control
US8539514B2 (en) Workflow integration and portal systems and methods
CN109725901A (en) Development approach, device, equipment and the computer storage medium of front-end code
CN104484189A (en) Construction and design method of application interface
US20120109905A1 (en) Identifying and representing changes between extensible markup language (xml) files
CN102934105A (en) Collaborative cursors in a hosted word processor
CN112368685A (en) Customizable enterprise automation test framework
CN105577446B (en) Lightweight embedded network management system and method
CN108388622A (en) Api interface dynamic creation method, device, computer equipment and storage medium
CN107959582A (en) A kind of management method and device of example of cutting into slices
JPWO2020204144A1 (en) Business analysis method
CN110347383A (en) The front end development approach and device of cross-platform desktop application
CN108279882B (en) Framework generation method, device, equipment and computer readable medium
CN110532041A (en) Regulation engine method for parameter configuration, device, computer equipment and storage medium
CN110377892A (en) A kind of government intelligence form templat designing system
CN108874757A (en) Report form generation method and system, computer-readable medium, electronic equipment
Gómez-Martínez et al. ArgoSPE: Model-based software performance engineering
CN114036443A (en) Page generation method and device
CN101072226B (en) Grid computing method and system
CN104731804B (en) A kind of method and device for establishing general polling frame
CN109035623A (en) Interface display method, interface display apparatus and the electronic equipment of self-aided terminal
CN113505321A (en) Modularized data display system and method

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20211015