CN113139013A - Method and system for dynamically configuring view display - Google Patents

Method and system for dynamically configuring view display Download PDF

Info

Publication number
CN113139013A
CN113139013A CN202110321945.3A CN202110321945A CN113139013A CN 113139013 A CN113139013 A CN 113139013A CN 202110321945 A CN202110321945 A CN 202110321945A CN 113139013 A CN113139013 A CN 113139013A
Authority
CN
China
Prior art keywords
service
data
attribute
display
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.)
Granted
Application number
CN202110321945.3A
Other languages
Chinese (zh)
Other versions
CN113139013B (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

Images

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

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 according to view display contents, wherein the dynamic display data comprise element information and attribute information; configuring data query service according to the service required to be called by the view display content; calling the data query service through a 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. The invention carries out data configuration on the display content, and then inquires and displays the data page according to the page display requirement, compared with a dead form code, the invention greatly reduces the time for system development and maintenance, and improves the system development and maintenance efficiency; according to the page display operation, the configuration data is inquired, all inquired data is cached, page information is loaded according to the page side operation, the page is switched without repeatedly calling service, the system performance loss is reduced, and the display efficiency is improved.

Description

Method and system for dynamically configuring view display
Technical Field
The invention relates to the technical field of computer system information display, in particular to a method and a system for displaying a dynamic configuration view.
Background
With the development of internet, all platform systems need to display various types of information of customers in a 360-degree all-around manner, the displayed contents are more and more, and meanwhile, the display period can also change at any time.
The information display of the view in the current system is static, the displayed information is also a page-died form, data is displayed to the corresponding form by a background calling service, the expansibility is very poor, the content is solidified, different information display needs to be supported, a large number of codes need to be changed each time, the change period is long, and the current agile iteration fast-supported data display cannot be adapted; meanwhile, when the current view information display content is switched between the tabs, a large amount of service is repeatedly called, and performance loss is also caused.
Disclosure of Invention
In order to solve the above problems, the present invention provides a method and a system for dynamically configuring view display, wherein the entire view display frame supports various information displays by configuring data storage and reading, and flexibly realizes dynamic change of display contents.
In order to achieve the above object, the present invention provides a method for dynamically configuring view display, including:
configuring dynamic display data according to the view display content, wherein the dynamic display data comprises element information and attribute information;
configuring data query service according to the service required to be called by the view display content;
calling the data query service through a 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 present invention, the data query service is called by a js method to obtain 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 on the view display page, the system queries the cache and then displays the information of the page 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 to the attribute codes.
As a further improvement of the present invention, the attribute information includes a display mode, and the display mode includes a text box, a drop-down box, and a list.
As a further improvement of the invention, various services to be called for view display content are dynamically spliced in the data query service, each service comprises a service name and service access parameters, and the service access parameters are acquired through the service access parameters calling service.
As a further improvement of the present invention, the invoking the data query service by the js method to obtain and analyze the dynamic configuration data includes:
the system inquires all element lists including a page display element configuration table and a page display element configuration relation table according to an operation code written in the front end of the webpage, a tenant identification and an element level;
traversing the inquired element list, and loading all elements and sub-elements;
acquiring query attribute service names and query attribute service access parameters of all elements and sub-elements;
and calling the query attribute service according to the query attribute service access corresponding to each element to respectively obtain the attribute type of each element.
As a further improvement of the present invention, the traversing the queried element list loads all elements and sub-elements, and specifically includes:
traversing and inquiring to a page display element configuration table;
displaying the current element according to the element information;
judging whether the current element has a sub-element, if so, adding one to the element level, and inquiring a page display element configuration table;
traversing a page display element configuration table inquired after the element level is increased by one, and acquiring 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 attributes,
if yes, judging whether to load the attribute;
and if the attribute is loaded, acquiring the name of the attribute query service and the access parameter of the attribute query 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 configured to:
configuring dynamic display data according to the view display content, wherein the dynamic display data comprises element information and attribute information;
the service layer is configured to:
configuring data query service according to the service required to be called by the view display content;
the front-end page is to:
calling the data query service through a 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:
compared with a form code which is dead, the data configuration method has the advantages that the data configuration is carried out on the display content according to the view requirement, then the data page is inquired and displayed according to the page display requirement, the time for system development and maintenance is greatly reduced, and the system development and maintenance efficiency is improved.
According to the method, all configuration data of a user are inquired according to the user to be displayed on the page, all inquired data (including a plurality of page data) are cached, the page information is loaded after the page to be checked is operated on the page side, when the page side is switched among different tabs, the cached data are inquired to load the page, the service is not required to be called repeatedly, the system performance loss is reduced, and the display efficiency is improved.
And the whole view frame and the display content are flexibly displayed through the read data and various attribute values of the corresponding data, so that various integration of services and pages is realized, and various information of customers is rapidly displayed.
Drawings
FIG. 1 is a flowchart of a method for dynamically configuring view display according to an embodiment of the present invention;
FIG. 2 is a schematic structural diagram of a dynamically configurable view presentation system according to an embodiment of the present invention;
FIG. 3 is a flowchart illustrating an application of a method for displaying a dynamic configuration view according to an embodiment of the present invention;
fig. 4 is a diagram of an effect of displaying a dynamic configuration view according to an embodiment of the disclosure.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be obtained by a person skilled in the art without any inventive step based on the embodiments of the present invention, are within the scope of the present invention.
The invention is described in further detail below with reference to the attached drawing figures:
example (b):
as shown in fig. 1 and 2, the method for applying the system proposed by the present invention to a dynamic configuration view presentation includes the steps of:
s1, configuring dynamic display data including element information and attribute information according to the view display content in the data layer;
wherein the content of the first and second substances,
the attribute information comprises a display mode, 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 integration mode;
the element information mainly comprises various configuration information of all elements (namely a page display element configuration table) and relationship information among the elements (namely a page display element relationship configuration table, wherein the specific relationship is a hierarchical relationship);
the attribute information mainly includes all attribute information required by page display (i.e. page display attribute configuration table) and relationship information of elements and attributes (i.e. page display attribute configuration relationship table, specific relationship such as cascade connection, operation configuration, etc.), and the specific field contents contained in each table are as follows:
page show element configuration table (ct _ showElement _ fact):
name of field Type of field Field comments
element_id NUMBER(6) Element ID
element_code VARchar2(50) Element coding
element_name VARchar2(50) Element name
element_value VARchar2(50) Element defaults
element_note VARchar2(50) Remarks on elements
element_type VARchar2(10) Element type
element_level NUMBER(2) Element level
has_chid VARchar2(2) Whether or not there is a sub-element
has_attr VARchar2(2) Whether there is an attribute
init_attr VARchar2(2) Whether 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) Number of display columns
status_cd VARchar2(2) Status value
note VARchar2(254) Remarks for note
page_code VARchar2(255)
Page presentation element relationship configuration table (ct _ showElement _ rel):
Figure BDA0002993214690000041
Figure BDA0002993214690000051
page show attribute configuration table (ct _ showtattr _ dit):
name of field Type of field Field comments
attr_id NUMBER(6) Attribute ID
attr_code VARchar2(50) Attribute coding
attr_name VARchar2(50) Attribute name
attr_value VARchar2(50) Attribute default values
attr_note VARchar2(50) Attribute remark
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 for note
page_code VARchar2(255)
Page show attribute configuration relationship table (ct _ showeementtattr _ rel):
name of field Type of field Field comments
rel_id NUMBER(10) Element and attribute relationship ID
attr_id NUMBER(6) Attribute ID
element_rel_id NUMBER(6) Element relationship ID
show_attr_code VARchar2(50) Exhibition property coding
show_attr_name VARchar2(50) Showing attribute names
show_attr_value VARchar2(50) Exposing attribute values
show_attr_note VARchar2(50) Displaying attribute notes
show_order NUMBER(3) Display sequence
attr_svc_ret VARchar2(50) Query attribute service back reference field
op_code VARchar2(10) Operation code
tenant_id NUMBER(3) Tenant identification
note VARchar2(254) Remarks for note
show_flag VARchar2(2) Page display identification
S2, configuring data query service in the service layer according to various information to be displayed on the front-end page;
various services which need to be called for dynamically splicing various information to be displayed on a front-end page in the data query service are as follows: querying an attribute service;
furthermore, each service comprises a service name and a service access parameter, and the access parameter (namely the return parameter) is acquired by calling the service through the access parameter;
s3, calling dynamic data query service and analyzing dynamic configuration data through js method on the front end page (namely web side);
wherein the content of the first and second substances,
as shown in fig. 3, all elements and attributes that the tenant needs to display should be acquired, and the specific process includes:
the system inquires all element lists including a page display element configuration table and a page display element configuration relation table according to an operation code written in the front end of the webpage, a tenant identification and an element level;
traversing the inquired element list and loading the elements;
judging whether the current element has a sub-element, if so, adding one to the element level, and inquiring a page display element configuration table;
traversing a page display element configuration table inquired after the element level is increased by one, and loading the 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 loading, acquiring the query attribute service name and query attribute service entry parameter of the element;
calling a query attribute service according to the query attribute service access corresponding to each element, and querying an attribute list;
and traversing the inquired attribute list, judging the attribute codes of the current attributes, and respectively loading the attribute codes into the corresponding element codes.
An example of a configuration procedure for obtaining elements is as follows:
doInitElement (op _ code, latent _ id, 1); load element (opcode, tenant identity, page 1). + -. load element
doInitElement (op _ code, content _ id, element _ level) {/_ load element (operation code, tenant identity, element level) } live
0) Querying an elementList; i query all list of elements
1) A cyclic elementList; v. the list of elements is subjected to a cyclical processing
2) Displaying the current element;
3) and whether a sub-element exists or not, if so:
b, detecting the content of the file, wherein the content of the file is a content element (op _ code, content _ id, element _ level +1), and otherwise, continuing;
4) whether the attribute exists or not, if not, returning is not performed, and if so, continuing;
5) if the attribute is loaded, if not, returning, if yes, obtaining the service entry,
doinitelementAttr (op _ code, content _ id, element _ rel _ id, attr _ svc _ name, attr _ svc _ param); load element attribute (operation code, tenant identification, element relationship ID, attribute service name, attribute service parameter). + -
}
And after the element configuration is finished, performing attribute configuration, and acquiring an attribute configuration program as follows:
doinitelementAttr (op _ code, tenant _ ID, element _ rel _ ID, element _ code, attr _ svc _ name, attr _ svc _ param)/_ load element attribute (operation code, tenant identification, element relationship ID, element code, attribute service name, attribute service parameter) _ call
{
0) Query attrList; v. query attribute list +
1) Cycling attrList; (v) processing the queried element list(s). sup./. sup. -. sup. -. circulation)
2) Loading the attr _ code into the corresponding element _ code according to the difference of the current attr _ code;
}
and S4, carrying out view display on the analyzed dynamic configuration data.
Wherein the content of the first and second substances,
the loaded element information and attribute information of the tenant are stored in a cache;
according to the page side operation, reading the cache data to display the current page, as shown in fig. 4, for the basic information view page display under the unified view page of the client.
When the page side selects other pages in the system through tab keys or manually clicks to switch pages (namely switching between tabs, such as switching to a cost information page and a service information page), the system reads the pages after cache display switching, and does not need to call data query service again, so that loading is quicker, the service does not need to be called again, and system performance loss is less.
The invention has the advantages that:
(1) and the data configuration is carried out on the display content, then the service is called as required to inquire the configuration data and display the data page, compared with a form code which is dead, the time for system development is greatly reduced, and the system development and maintenance efficiency is improved.
(2) When the configuration data is inquired, the data of a plurality of pages in the view are cached together, asynchronous loading is set, the priority of the current page is set, the display efficiency is improved, the user does not need to call the service repeatedly when switching among different tabs, and the performance loss of the system is reduced.
(3) And the whole view frame and the display content are flexibly displayed through the read data and various attribute values of the corresponding data, so that various integration of services and pages is realized, and various information of customers is rapidly displayed.
(4) The page data are asynchronously loaded, and the corresponding data are displayed according to selection of the page data, so that the display efficiency is greatly improved, and the visual data can be efficiently displayed.
(5) The configuration data can support data of different provinces and different systems, and the same configuration library and the same service can support various systems. The attribute of the configuration element data can support various formats such as text, a drop-down box, a check box and the like.
(6) Through the methods of background dynamic data, intermediate service bridging and front-end js analysis, the method can be integrated in different front-end frames, and the difficulty in web side transformation is simplified.
The above is only a preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes will occur to those skilled in the art. 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 method for dynamically configuring view presentations, comprising the steps of:
configuring dynamic display data according to the view display content, wherein the dynamic display data comprises element information and attribute information;
configuring data query service according to the service required to be called by the view display content;
calling the data query service through a 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.
2. The method of claim 1, wherein:
calling the data query service through a 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 of claim 2, wherein:
the view display content is loaded asynchronously, and after the current user manually selects a display page on the view display page, the system inquires the cache and displays the information of the page selected by the current user.
4. The method of claim 1, wherein: 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 of claim 1, wherein: the attribute information comprises a display mode, and the display mode comprises a text box, a drop-down box and a list.
6. The method of claim 1, wherein: various services to be called for view display content are dynamically spliced in the data query service, each service comprises a service name and a service access parameter, and the service access parameter is obtained through a service access parameter calling service.
7. The method of claim 1, wherein the obtaining and parsing the dynamic configuration data by invoking the data query service with a js method comprises:
the system inquires all element lists including a page display element configuration table and a page display element configuration relation table according to an operation code written in the front end of the webpage, a tenant identification and an element level;
traversing the inquired element list, and loading all elements and sub-elements;
acquiring query attribute service names and query attribute service access parameters of all elements and sub-elements;
and calling the query attribute service according to the query attribute service access corresponding to each element to respectively obtain the attribute type of each element.
8. The method of claim 7, wherein: the step of traversing the queried element list loads all elements and sub-elements, which specifically comprises the following steps:
traversing and inquiring to a page display element configuration table;
displaying the current element according to the element information;
judging whether the current element has a sub-element, if so, adding one to the element level, and inquiring a page display element configuration table;
traversing a page display element configuration table inquired after the element level is increased by one, and acquiring 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.
9. The method of claim 7, wherein: it should be determined whether the current element has an attribute,
if yes, judging whether to load the attribute;
and if the attribute is loaded, acquiring the name of the attribute query service and the access parameter of the attribute query service.
10. A system for dynamic configuration view presentation as claimed in claims 1 to 9, wherein: the system comprises a data layer, a service layer and a front-end page;
the data layer is configured to:
configuring dynamic display data according to the view display content, wherein the dynamic display data comprises element information and attribute information;
the service layer is configured to:
configuring data query service according to the service required to be called by the view display content;
the front-end page is to:
calling the data query service through a 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 true CN113139013A (en) 2021-07-20
CN113139013B 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)

Cited By (1)

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

Citations (11)

* 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
US20200201498A1 (en) * 2018-12-21 2020-06-25 Bby Solutions, Inc. Dynamic auxiliary user interface
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

Patent Citations (11)

* 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
US20200201498A1 (en) * 2018-12-21 2020-06-25 Bby Solutions, Inc. Dynamic auxiliary user interface
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表单可视化定制原理研究", 电脑开发与应用, no. 06, pages 38 - 40 *
王娟;张海亚;: "Web页中动态级联表单元素对象的设计", 电脑知识与技术(学术交流), no. 02, pages 99 - 101 *

Cited By (2)

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

Also Published As

Publication number Publication date
CN113139013B (en) 2024-03-19

Similar Documents

Publication Publication Date Title
US9224151B2 (en) Presenting advertisements based on web-page interaction
CN101997927B (en) A kind of method and system of WEB platform data caching
US9251283B2 (en) Instrumenting a website with dynamically generated code
CN104375808B (en) interface display method and device
US10120886B2 (en) Database integration of originally decoupled components
US7720814B2 (en) Repopulating a database with document content
CN113268500B (en) Service processing method and device and electronic equipment
US8260772B2 (en) Apparatus and method for displaying documents relevant to the content of a website
CN101527737A (en) Display method of help information of page, system and client
CN110968314A (en) Page generation method and device
CN113139013A (en) Method and system for dynamically configuring view display
CN111324836A (en) Page processing method and device, computer equipment and storage medium
US11663245B2 (en) Initial loading of partial deferred object model
US8862976B1 (en) Methods and systems for diagnosing document formatting errors
US20080306947A1 (en) Taxonomy editor
CN113312344A (en) Data serialization and deserialization method, device, system, medium and product
US20120084643A1 (en) Component-specific and source-agnostic localization
CN112287255A (en) Page construction method and device, computing equipment and computer readable storage medium
CN107977459B (en) Report generation method and device
CN105512237A (en) Data introduction system with complex structure
CN113051333B (en) Data processing method and device, electronic equipment and storage medium
US20220215157A1 (en) Independent rendering engine for a user interface internationalization
CN113254819B (en) Page rendering method, system, equipment and storage medium
CN112966481B (en) Data form display method and device
CN114996609B (en) Offline image caching method and system based on browser database

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