CN113139013B - Method and system for displaying dynamic configuration view - Google Patents

Method and system for displaying dynamic configuration view Download PDF

Info

Publication number
CN113139013B
CN113139013B CN202110321945.3A CN202110321945A CN113139013B CN 113139013 B CN113139013 B CN 113139013B CN 202110321945 A CN202110321945 A CN 202110321945A CN 113139013 B CN113139013 B CN 113139013B
Authority
CN
China
Prior art keywords
service
data
display
attribute
page
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.)
Active
Application number
CN202110321945.3A
Other languages
Chinese (zh)
Other versions
CN113139013A (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.)
Beijing Si Tech Information Technology Co Ltd
Original Assignee
Beijing Si Tech Information Technology 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 Beijing Si Tech Information Technology Co Ltd filed Critical Beijing Si Tech Information Technology Co Ltd
Priority to CN202110321945.3A priority Critical patent/CN113139013B/en
Publication of CN113139013A publication Critical patent/CN113139013A/en
Application granted granted Critical
Publication of CN113139013B publication Critical patent/CN113139013B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/26Visual data mining; Browsing structured data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Human Computer Interaction (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention provides a method and a system for dynamically configuring view display, which relate to the technical field of computer system information display and comprise the steps of configuring dynamic display data comprising element information and attribute information according to view display content; configuring a data query service according to the service required to be called by the view display content; invoking the data query service through js method to acquire and analyze the dynamic display data; and carrying out view display on the element information according to the analyzed attribute information. According to the invention, the data configuration is carried out on the display content, and then the data page is inquired and displayed according to the page display requirement, so that compared with the dead form codes, the time for system development and maintenance is greatly reduced, and the system development and maintenance efficiency is improved; according to page display operation, configuration data are queried, all queried data are cached, page information is loaded according to page side operation, service is not required to be repeatedly invoked when pages are switched, system performance loss is reduced, and display efficiency is improved.

Description

Method and system for displaying dynamic configuration view
Technical Field
The invention relates to the technical field of computer system information display, in particular to a method and a system for displaying dynamic configuration views.
Background
With the development of internetworking, 360-degree omnibearing display of various information of clients is required in each platform system, more and more contents are displayed, and meanwhile, the display period can be changed at any time.
The information display of the view in the current system is static, the displayed information is also a page writing dead form, the background calling service is used for displaying data to the corresponding form, the expansibility is extremely poor, the content is solidified, the display of different information is required to be supported, a large number of codes are required to be changed each time, the change period is long, and the method cannot be suitable for the data display rapidly supported by the current agile iteration; meanwhile, when the current view information display content is switched among tabs, a large number of repeated calls are serviced, and performance loss is caused.
Disclosure of Invention
Aiming at the problems, the invention provides a method and a system for dynamically configuring view display, wherein the whole view display frame supports various information displays through configuration data storage and reading, and the dynamic change of display contents is flexibly realized.
In order to achieve the above object, the present invention provides a method for dynamically configuring view presentation, including:
configuring dynamic display data according to view display content, wherein the dynamic display data comprises element information and attribute information;
configuring a data query service according to the service required to be called by the view display content;
invoking the data query service through js method to acquire and analyze the dynamic display data;
and carrying out view display on the element information according to the analyzed attribute information.
As a further improvement of the invention, invoking the data query service through js method to acquire and analyze the dynamic display data of the current user;
and storing the acquired dynamic configuration data of the current user into a cache.
As a further improvement of the invention, the view display content is loaded asynchronously, and after the current user manually selects the display page from the view display page, the system queries and caches the page information selected by the current user.
As a further improvement of the present invention, the element information and the attribute information are configured separately, and the attribute codes in the attribute information are consistent with the element codes in the element information corresponding thereto.
As a further improvement of the present invention, the attribute information includes a presentation manner, and the presentation manner includes a text box, a drop-down box, and a list.
As a further improvement of the invention, various services to be called by the view display content are dynamically spliced in the data query service, and each type of the services comprises a service name and a service access parameter, and the service access parameter is obtained through the service access parameter calling service.
As a further improvement of the present invention, said calling said data query service by js method to obtain and parse said dynamic configuration data includes:
the system queries all element lists according to the operation codes written in the front end of the webpage, tenant identifications and element levels, wherein the element lists comprise a page display element configuration table and a page display element configuration relation table;
traversing the queried element list, and loading all elements and sub-elements;
acquiring query attribute service names of all elements and sub-elements and query attribute service entry;
and calling the query attribute service according to the query attribute service entry corresponding to each element, and respectively acquiring the attribute type of each element.
As a further improvement of the invention, the traversing the queried element list loads all elements and sub-elements, and the method specifically comprises the following steps:
traversing and querying a page display element configuration table;
displaying the current element according to the element information;
judging whether the current element has sub-elements, if so, adding one to the element level, and inquiring a page display element configuration table;
traversing the page display element configuration table queried after the element level is added one to obtain sub-elements;
inquiring a page display element configuration relation table according to the sub-elements to acquire relation information;
and displaying the sub-elements according to the relation information.
As a further improvement of the present invention, it should be determined whether the current element has an attribute,
if yes, judging whether the attribute is loaded;
if so, acquiring the name of the query attribute service and the entry of the query attribute service.
The invention also provides a system for displaying the dynamic configuration view, which comprises a data layer, a service layer and a front-end page;
the data layer is used for:
configuring dynamic display data according to view display content, wherein the dynamic display data comprises element information and attribute information;
the service layer is configured to:
configuring a data query service according to the service required to be called by the view display content;
the front page is used for:
invoking the data query service through js method to acquire and analyze the dynamic display data;
and carrying out view display on the element information according to the analyzed attribute information.
Compared with the prior art, the invention has the beneficial effects that:
and the data configuration is carried out on the display content according to the view requirement, and then the data page is inquired and displayed according to the page display requirement, so that compared with the dead form codes, the time for system development and maintenance is greatly reduced, and the system development and maintenance efficiency is improved.
According to the user to be displayed of the page, all configuration data of the user are queried, all queried data (comprising a plurality of page data) are cached, page information is loaded after the page to be viewed is operated on the page side, when the page side performs different tab switching operations, the cached data are queried to carry out page loading, repeated calling of service is not needed, system performance loss is reduced, and display efficiency is improved.
And through the read data and various attribute values of the corresponding data, the whole view frame and the display content are flexibly displayed, so that the integration of various services and pages is realized, and various information of clients is rapidly displayed.
Drawings
FIG. 1 is a flow chart of a method for dynamic configuration view presentation as disclosed in one embodiment of the present invention;
FIG. 2 is a schematic diagram of a dynamic configuration view display system according to an embodiment of the present invention;
FIG. 3 is a flow chart illustrating an application of a dynamic configuration view display method according to an embodiment of the present invention;
fig. 4 is a diagram showing an effect of dynamic configuration view according to an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments 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 some embodiments of the present invention, but not all embodiments of the present invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The invention is described in further detail below with reference to the attached drawing figures:
examples:
as shown in fig. 1 and 2, the method for applying the system provided by the invention to dynamic configuration view display comprises the following steps:
s1, configuring dynamic display data comprising element information and attribute information according to view display content in a data layer;
wherein,
the attribute information comprises a display mode, wherein the display mode comprises a text box, a drop-down box, a list and the like, and the dynamic display data is stored in a system cache according to the element information, the attribute information, the display mode and the integrated mode;
the element information mainly comprises various configuration information (namely a page display element configuration table) of all elements and relationship information (namely a page display element relationship configuration table) among the elements, wherein specific relationships are hierarchical relationships;
the attribute information mainly comprises all attribute information (namely a page display attribute configuration table) required by page display and relationship information of elements and attributes (namely a page display attribute configuration relationship table, specific relationships such as cascading, operation configuration and the like), and the contents of specific fields contained in each table are as follows:
page presentation element configuration table (ct_showelement_section):
field name Field type Field annotation
element_id NUMBER(6) Element ID
element_code VARchar2(50) Element encoding
element_name VARchar2(50) Element name
element_value VARchar2(50) Element default value
element_note VARchar2(50) Element remarks
element_type VARchar2(10) Element type
element_level NUMBER(2) Element level
has_chid VARchar2(2) Whether or not there are sub-elements
has_attr VARchar2(2) Whether or not there is an attribute
init_attr VARchar2(2) Whether or not to load an attribute
attr_svc_name VARchar2(255) Querying attribute service names
attr_svc_param VARchar2(255) Query attribute service entry
attr_line NUMBER(3) Number of display lines
attr_column NUMBER(3) Show the number of columns
status_cd VARchar2(2) Status value
note VARchar2(254) Remarks
page_code VARchar2(255)
Page presentation element relationship configuration table (ct_showelement_rel):
page-presentation-attribute configuration table (ct_showAttr_subject):
field name Field type Field annotation
attr_id NUMBER(6) Attribute ID
attr_code VARchar2(50) Attribute encoding
attr_name VARchar2(50) Attribute names
attr_value VARchar2(50) Attribute defaults
attr_note VARchar2(50) Attribute remarks
attr_type VARchar2(10) Attribute type
attr_level NUMBER(2) Attribute level
has_chid VARchar2(2) Whether or not there is a child node
status_cd VARchar2(2) Status value
note VARchar2(254) Remarks
page_code VARchar2(255)
Page presentation attribute configuration relation table (ct_showElementAttr_rel):
field name Field type Field annotation
rel_id NUMBER(10) Element and attribute relationship ID
attr_id NUMBER(6) Attribute ID
element_rel_id NUMBER(6) Element relation ID
show_attr_code VARchar2(50) Presentation attribute coding
show_attr_name VARchar2(50) Showing attribute names
show_attr_value VARchar2(50) Exhibiting attribute values
show_attr_note VARchar2(50) Showing property notes
show_order NUMBER(3) Display order
attr_svc_ret VARchar2(50) Query attribute service return field
op_code VARchar2(10) Operation code
tenant_id NUMBER(3) Tenant identification
note VARchar2(254) Remarks
show_flag VARchar2(2) Page display identification
S2, configuring data query service according to various information to be displayed on the front-end page at the service layer;
various services to be called of various information to be displayed on a front-end page in the data query service are dynamically spliced, for example: querying an attribute service;
further, each service comprises a service name and a service access parameter, and the service is called to acquire an out-of-the-way parameter (namely, a back-the-way parameter) through the in-the-way parameter;
s3, calling a dynamic data query service on a front-end page (namely a web side) through a js method and analyzing dynamic configuration data;
wherein,
as shown in fig. 3, the specific process of obtaining all elements and attributes to be displayed by the tenant includes:
the system queries all element lists according to the operation codes written in the front end of the webpage, tenant identifications and element levels, wherein the element lists comprise a page display element configuration table and a page display element configuration relation table;
traversing the queried element list, and loading elements;
judging whether the current element has sub-elements, if so, adding one to the element level, and inquiring a page display element configuration table;
traversing the page display element configuration table queried after adding one to the element level, and loading sub-elements;
and inquiring a page display element configuration relation table according to the sub-elements to acquire relation information.
Judging whether the element has an attribute, if so, judging whether the attribute is loaded;
if so, acquiring the query attribute service name and the query attribute service entry of the element;
calling a query attribute service according to the query attribute service entry corresponding to each element, and querying an attribute list;
traversing the queried attribute list, judging the attribute codes of the current attribute, and respectively loading the attribute codes into the corresponding element codes.
The configuration procedure of the acquisition element is exemplified as follows:
doInitElement (op_code, tenant_id, 1); load element (operation code, tenant identity, page 1)/(x-
doInitElement (op_code, tenant_id, element_level) {/+ load element (opcode, tenant identity, element level) ×
0) Querying an elementList; query all list of elements
1) Cycling elementList; the element list is circularly processed as follows
2) Displaying the current element;
3) Whether or not there are subelements, if there are:
doInitElement (op_code, tenant_id, element_level+1), else continue;
4) Whether the attribute exists, and whether the attribute does not return, and whether the attribute exists or not is continued;
5) Whether to load the attribute, if not, returning, if yes, obtaining the service entry,
doInitElementAttr (op_code, tenant_id, element_rel_id, attr_svc_name, attr_svc_parameter); load element attribute (operation code, tenant identity, element relationship ID, attribute service name, attribute service parameter)/(
}
After the element configuration is completed, attribute configuration is carried out, and an attribute configuration program is obtained as follows:
doinitelentattr (op_code, tenant_id, element_rel_id, element_code, attr_svc_name, attr_svc_parameter)/. Load element attributes (operation code, tenant identity, element relationship ID, element code, attribute service name, attribute service parameter). Times.
{
0) Querying attrilist; query attribute list
1) Circulating attrilist; round robin processing of queried element list +.
2) According to the different attr_codes of the current attr, loading the attr_codes into the corresponding element_codes;
}
and S4, performing view display on the analyzed dynamic configuration data.
Wherein,
the loaded element information and attribute information of the tenant are stored in a cache;
according to the page side operation, the current page is displayed by reading the cache data, as shown in fig. 4, and the basic information view page display under the unified view page is displayed for the client.
When the page side selects other pages in the system through tab keys or manual clicking to switch the pages (namely, switching among tabs, such as switching to a cost information page and a business information page), the system reads the page after the cache display is switched, and the data query service is not required to be called again, so that the loading is faster, the service is not required to be called again, and the system performance loss is reduced.
The invention has the advantages that:
(1) And the display content is subjected to data configuration, and then the service is called to inquire configuration data and display a data page according to the requirement, so that compared with the dead form codes, the time for developing the system is greatly reduced, and the system development and maintenance efficiency is improved.
(2) When configuration data is queried, a plurality of page data in the view are cached together, asynchronous loading is set, the current page is prioritized, the display efficiency is improved, a user does not need to repeatedly call services when switching among different tabs, and the performance loss of the system is reduced.
(3) And through the read data and various attribute values of the corresponding data, the whole view frame and the display content are flexibly displayed, so that the integration of various services and pages is realized, and various information of clients is rapidly displayed.
(4) The page data are asynchronously loaded, corresponding data are displayed according to the selection of the page data, the display efficiency is greatly improved, and visual data can be efficiently displayed.
(5) The configuration data can support data of different provinces and different systems, so that the same configuration library and the same service support various systems. The attributes of the element data are configured, and various formats such as text, drop-down boxes, check boxes and the like can be supported.
(6) The method for bridging the intermediate service and analyzing the front end js through the background dynamic data can be integrated in different front end frames, and the web side transformation difficulty is simplified.
The above is only a preferred embodiment of the present invention, and is not intended to limit the present invention, but various modifications and variations can be made to the present invention by those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (7)

1. A method of dynamically configuring view presentation, comprising the steps of:
configuring dynamic display data according to view display content, wherein the dynamic display data comprises element information and attribute information;
configuring a data query service according to the service required to be called by the view display content;
invoking the data query service through js method to acquire and parse the dynamic presentation data, including: the system queries all element lists according to the operation codes written in the front end of the webpage, tenant identifications and element levels, wherein the element lists comprise a page display element configuration table and a page display element configuration relation table; traversing and inquiring a page display element configuration table, displaying a current element according to element information, judging whether the current element has sub-elements, if so, adding one to the element level, inquiring the page display element configuration table, traversing the page display element configuration table inquired after adding one to the element level, acquiring the sub-elements, inquiring a page display element configuration relation table according to the sub-elements, and acquiring relation information; displaying the subelements according to the relationship information; judging whether the current element has the attribute, if so, judging whether the attribute is loaded; if so, acquiring a query attribute service name and a query attribute service entry; according to the query attribute service entry parameters corresponding to each element, the query attribute service is called, and the attribute types of each element are respectively obtained;
and carrying out view display on the element information according to the analyzed attribute information.
2. The method according to claim 1, characterized in that:
invoking the data query service through js method to acquire and analyze the dynamic display data of the current user;
and storing the acquired dynamic configuration data of the current user into a cache.
3. The method according to claim 2, characterized in that:
and the view display content is loaded asynchronously, and after the current user manually selects the display page from the view display page, the system queries the cache and displays the page information selected by the current user.
4. The method according to claim 1, characterized in that: and respectively configuring the element information and the attribute information, wherein the attribute codes in the attribute information are consistent with the element codes in the element information corresponding to the attribute codes.
5. The method according to claim 1, characterized in that: the attribute information comprises a display mode, wherein the display mode comprises a text box, a drop-down box and a list.
6. The method according to claim 1, characterized in that: and various services to be called by the view display content are dynamically spliced in the data query service, each type of the services comprises a service name and a service access parameter, and a service access parameter is obtained by calling the service through the service access parameter.
7. A system for performing the dynamic configuration view presentation method of any of claims 1 to 6, characterized by: the system comprises a data layer, a service layer and a front page;
the data layer is used for:
configuring dynamic display data according to view display content, wherein the dynamic display data comprises element information and attribute information;
the service layer is configured to:
configuring a data query service according to the service required to be called by the view display content;
the front page is used for:
invoking the data query service through js method to acquire and analyze the dynamic display data;
and carrying out view display on the element information according to the analyzed attribute information.
CN202110321945.3A 2021-03-25 2021-03-25 Method and system for displaying dynamic configuration view Active CN113139013B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110321945.3A CN113139013B (en) 2021-03-25 2021-03-25 Method and system for displaying dynamic configuration view

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110321945.3A CN113139013B (en) 2021-03-25 2021-03-25 Method and system for displaying dynamic configuration view

Publications (2)

Publication Number Publication Date
CN113139013A CN113139013A (en) 2021-07-20
CN113139013B true CN113139013B (en) 2024-03-19

Family

ID=76811639

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110321945.3A Active CN113139013B (en) 2021-03-25 2021-03-25 Method and system for displaying dynamic configuration view

Country Status (1)

Country Link
CN (1) CN113139013B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117149191A (en) * 2022-04-14 2023-12-01 上海携宁计算机科技股份有限公司 Software development method, platform, electronic device and computer readable storage medium

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103019683A (en) * 2012-11-20 2013-04-03 北京思特奇信息技术股份有限公司 Method for dynamically configuring page view
CN103473316A (en) * 2013-09-11 2013-12-25 北京思特奇信息技术股份有限公司 Data column dynamically displaying method and device
CN104331284A (en) * 2014-10-29 2015-02-04 北京思特奇信息技术股份有限公司 Method and system for generating and displaying dynamic page
CN107102865A (en) * 2017-05-18 2017-08-29 福建星瑞格软件有限公司 A kind of method for being rapidly completed WEB demands
CN108228596A (en) * 2016-12-13 2018-06-29 中国移动通信集团上海有限公司 A kind of dynamic data methods of exhibiting
WO2020040787A1 (en) * 2018-08-24 2020-02-27 Google Llc Dynamically configurable application control elements
CN111428166A (en) * 2020-02-28 2020-07-17 深圳壹账通智能科技有限公司 Page configuration method, page element replacement method, device, equipment and medium
CN111638876A (en) * 2020-05-28 2020-09-08 深圳壹账通智能科技有限公司 Dynamic form implementation method and device, electronic equipment and storage medium
CN111881392A (en) * 2020-07-08 2020-11-03 中国建设银行股份有限公司 Page display method and device
CN112416349A (en) * 2020-12-08 2021-02-26 携程计算机技术(上海)有限公司 Form page generation method, system, equipment and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200201498A1 (en) * 2018-12-21 2020-06-25 Bby Solutions, Inc. Dynamic auxiliary user interface

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103019683A (en) * 2012-11-20 2013-04-03 北京思特奇信息技术股份有限公司 Method for dynamically configuring page view
CN103473316A (en) * 2013-09-11 2013-12-25 北京思特奇信息技术股份有限公司 Data column dynamically displaying method and device
CN104331284A (en) * 2014-10-29 2015-02-04 北京思特奇信息技术股份有限公司 Method and system for generating and displaying dynamic page
CN108228596A (en) * 2016-12-13 2018-06-29 中国移动通信集团上海有限公司 A kind of dynamic data methods of exhibiting
CN107102865A (en) * 2017-05-18 2017-08-29 福建星瑞格软件有限公司 A kind of method for being rapidly completed WEB demands
WO2020040787A1 (en) * 2018-08-24 2020-02-27 Google Llc Dynamically configurable application control elements
CN111428166A (en) * 2020-02-28 2020-07-17 深圳壹账通智能科技有限公司 Page configuration method, page element replacement method, device, equipment and medium
CN111638876A (en) * 2020-05-28 2020-09-08 深圳壹账通智能科技有限公司 Dynamic form implementation method and device, electronic equipment and storage medium
CN111881392A (en) * 2020-07-08 2020-11-03 中国建设银行股份有限公司 Page display method and device
CN112416349A (en) * 2020-12-08 2021-02-26 携程计算机技术(上海)有限公司 Form page generation method, system, equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Web表单可视化定制原理研究;林向;方凯;;电脑开发与应用(第06期);38-40 *
Web页中动态级联表单元素对象的设计;王娟;张海亚;;电脑知识与技术(学术交流)(第02期);99-101 *

Also Published As

Publication number Publication date
CN113139013A (en) 2021-07-20

Similar Documents

Publication Publication Date Title
US11061922B2 (en) Extended correlation methods in a content transformation engine
US9317495B2 (en) Method, system, and apparatus for providing access to workbook models through remote function calls
US7406464B2 (en) Custom caching
CN100430939C (en) Method and system for client-side manipulation of tables
CN111433762B (en) Graphically organizing content in a user interface of a software application
US20060294042A1 (en) Disparate data store services catalogued for unified access
CN113139013B (en) Method and system for displaying dynamic configuration view
CN111104117A (en) Page theme style switching method and device, electronic equipment and computer storage medium
CN113760839A (en) Log data compression processing method and device, electronic equipment and storage medium
CN107977459B (en) Report generation method and device
CN115617338A (en) Method and device for quickly generating service page and readable storage medium
CN113051333B (en) Data processing method and device, electronic equipment and storage medium
CN108241624B (en) Query script generation method and device
CN114840551A (en) Database table processing method and device, electronic equipment and storage medium
CN115186205A (en) Webpage table data extraction method and device and terminal equipment
CN114996609B (en) Offline image caching method and system based on browser database
US11360985B1 (en) Method for loading data and electronic apparatus therefor
CN114760365B (en) Data extraction method and device and electronic equipment
CN115827749A (en) Method, system, storage medium and electronic equipment for loading data
CN113656431A (en) Graph display method based on big data
CN118245477A (en) User-defined display method for system table list data
CN117369806A (en) Interface generation method, device, computer equipment and storage medium
CN114356930A (en) Public opinion data query method and related device
CN116860574A (en) Website data exposure rate statistical method, storage medium and computer
CN115344254A (en) Page style display method and device, electronic equipment, server and storage medium

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