CN113626029A - Data processing method and system for dynamically generating page - Google Patents

Data processing method and system for dynamically generating page Download PDF

Info

Publication number
CN113626029A
CN113626029A CN202010387148.0A CN202010387148A CN113626029A CN 113626029 A CN113626029 A CN 113626029A CN 202010387148 A CN202010387148 A CN 202010387148A CN 113626029 A CN113626029 A CN 113626029A
Authority
CN
China
Prior art keywords
page
data
module
configuration file
mobile terminal
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
CN202010387148.0A
Other languages
Chinese (zh)
Other versions
CN113626029B (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.)
China Life Property and Casualty Insurance Co Ltd
Original Assignee
China Life Property and Casualty Insurance 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 China Life Property and Casualty Insurance Co Ltd filed Critical China Life Property and Casualty Insurance Co Ltd
Priority to CN202010387148.0A priority Critical patent/CN113626029B/en
Publication of CN113626029A publication Critical patent/CN113626029A/en
Application granted granted Critical
Publication of CN113626029B publication Critical patent/CN113626029B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

The invention discloses a data processing method and a data processing system for dynamically generating a page. The generated mobile terminal page can also self-define the number and the sequence of the pages, and simultaneously, the verification of page data is supported. The method is different from the traditional development mode, aims at the mode of the development page corresponding to different business products, reduces the influence of the technical complexity on development and application, supports the construction of on-demand application, and simultaneously improves the online release speed of the product.

Description

Data processing method and system for dynamically generating page
Technical Field
The present invention relates to the technical field of data processing, and in particular, to a data processing method and system for dynamically generating a page.
Background
The dynamic generation of the page plays a great role in improving the user experience and the sense of well-being. At present, the technical scheme of dynamically generating pages in the market includes ICE flying (ICE) of the Ali baba group, wherein the ICE flying (ICE) provides components, materials, construction tools and common front-end schemes to help build middle and background applications, and the application solution is quickly built in a dragging mode through massive material reuse and graphical operation interfaces.
However, in the research and practice process of ICE flying (ICE), it is found that the ICE flying system automatically generates a json configuration file according to a graphical interface, the types of page elements and the fields of check rules are fixed, the development amount of codes is too large if dynamic reading is carried out, and meanwhile, the program logic is complex and is easy to have potential exceptions. Moreover, if only components in the forms of text input boxes, selection boxes, dates, radio boxes and the like are provided, customized component generation cannot be performed, and a dynamic page cannot be generated according to a customized json profile class. Particularly, in the financial industry, the configuration of product content (e.g., insurance underwriting schemes) is complex and variable, and corresponding pages need to be dynamically generated and online guaranteed according to timely configuration of different types of product content, and the existing method for dynamically generating pages is difficult to meet the requirements.
Disclosure of Invention
In order to solve the above problems, the present invention provides a data processing method and system for dynamically generating a page. Generally speaking, the invention configures product content through a server side, and performs custom development of configuration files to dynamically generate pages on the basis of a mobile end UI (user interface) component library by adopting a data template engine and a matched routing plug-in based on a front-end resource modularization management tool.
The method for dynamically generating the page can dynamically generate the mobile terminal page according to different product configurations,
the method specifically comprises the following steps: acquiring a custom configuration file generated by a server, traversing pages in the configuration file in a breadth traversal mode, wherein the pages comprise a page module and an element module, generating a tree structure corresponding to the configuration file, and generating a page data structure through the tree structure; generating page modules of a mobile terminal according to the page data structure, wherein the page modules of the mobile terminal can jump, and the jump sequence of the page modules of the mobile terminal is consistent with the jump sequence of the page modules in the configuration file; the page module of each mobile terminal generates a plurality of element modules of the mobile terminal according to the page data structure, and simultaneously transmits the element attributes in the configuration file to the corresponding element modules of the mobile terminal; generating display elements comprising a text input box, a text display box, a sliding selector, a date selector or a radio box by the element module of the mobile terminal according to the configuration file, and adding attributes comprising a title, content, whether to-be-checked and format check to the display elements; and when the page jump is triggered, sending the data in the page module and the element module of the mobile terminal to the server terminal.
In some embodiments, the page is divided according to data objects in the custom configuration file, each data object in the configuration file is treated as a page module, the noun attribute in the data object is treated as a unique identifier of the page, and a corresponding space is opened up in a local storage according to the identifier to store corresponding user input data.
In some embodiments, the method further includes a step of verifying data, in which the verification rules in the configuration file are stored in a verification object, and the data and the corresponding rules are sequentially checked.
In some embodiments, when the page module is generated, the transition effect block from the initial state to the complete display of the page content is added according to the number of the child nodes of the root node, and the page module replaces the transition effect block after the loading is completed, so that the transition smoothness in the page conversion process is improved.
In some embodiments, if there is a nested module, the page module of the mobile terminal generates nested sub-modules in a recursive manner, the nested module is sequentially parsed from top to bottom by the tree structure, and the display page is updated after each level of the tree structure is parsed.
By the method, the problem that the existing mobile terminal page generation mode cannot be suitable for complex and variable product configuration requirements is solved. The mobile terminal page generated according to the invention can self-define the number and the sequence of the pages and simultaneously support the verification of page data. The invention is different from the traditional development mode, develops the corresponding page aiming at different business products, reduces the technical complexity, supports the construction of on-demand application and improves the online release speed of the product. In another aspect of the present invention, a data processing system for dynamically generating pages is further provided, which includes the following components:
the configuration file component is used for acquiring a custom configuration file generated by a server, traversing a page module and an element module in the configuration file in a breadth traversal mode, generating a tree structure corresponding to the configuration file, and generating a page data structure through the tree structure;
the page module component is used for generating page modules of a mobile terminal according to the page data structure, the page modules of the mobile terminal can skip, and the skipping sequence of the page modules of the mobile terminal is consistent with that of the page modules in the configuration file;
the element module component is used for generating a plurality of element modules of the mobile terminal by the page module of each mobile terminal according to the page data structure and transmitting the element attributes in the configuration file to the corresponding element modules of the mobile terminal;
the interface display part generates display elements comprising a text input box, a text display box, a sliding selector, a date selector or a radio box according to the configuration file by the element module of the mobile terminal, and adds attributes comprising a title, content, whether to-be-checked and format check to the display elements;
and the data transmission component is used for sending the data in the page module and the element module of the mobile terminal to the server terminal when the page jump is triggered.
In some embodiments, the profile component divides the page according to data objects in the custom profile, each data object in the profile is treated as a page module, the noun attribute in the data object is treated as a unique identifier of the page, and a corresponding space is opened up in the local storage according to the identifier to store the corresponding user input data.
In some embodiments, the system further includes a data verification component, which stores the verification rules in the configuration file into a verification object, and sequentially checks the data and the corresponding rules.
In some embodiments, the page module component adds a transition effect block from an initial state to a complete presentation of page content according to the number of child nodes of the root node, and the page module replaces the transition effect block after loading is completed.
The invention has the beneficial effects that: according to the invention, the configuration file is customized at the server side according to the product content, and the mobile terminal page corresponding to the product is dynamically generated according to the customized configuration file, so that the generated mobile terminal page can also customize the number and the sequence of the pages, and meanwhile, the verification of page data is supported. The method is different from the traditional development mode, aims at the mode of the development page corresponding to different business products, reduces the influence of the technical complexity on development and application, supports the construction of on-demand application, can shorten the product development period and improve the online release speed of the product.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 shows a schematic diagram of a data processing method according to an embodiment of the invention;
FIG. 2 shows a data processing system diagram of one embodiment of the present invention.
Detailed Description
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 only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment of the invention provides a method for dynamically generating a page, which can dynamically generate a mobile terminal page according to product configuration and comprises the following steps:
and acquiring a configuration file. And acquiring a custom configuration file generated at the server according to the product content. And traversing all component modules (including element modules and page modules) in the configuration file in a breadth traversal mode for the configuration file. And generating a tree structure corresponding to the configuration file by taking each page module as a root node of the tree structure and each element module as a child node, and generating a page data structure through the tree structure.
And generating a page module. And generating a corresponding number of page modules according to the number of pages in the configuration file, wherein the page modules can jump, and the jump sequence of the page modules is consistent with the page sequence in the configuration file. The page module is a page container, which is mainly used for storing element modules generated later and providing a method for jumping among the page modules.
In a preferred embodiment, when the page module is generated, the corresponding over effect block is increased according to the number of the child nodes of the root node, and the corresponding over effect block is replaced after the page module is completely loaded, so as to improve the user experience,
and generating an element module. And each page module generates a plurality of element modules according to the corresponding page configuration in the configuration file, and simultaneously transmits the attribute of the corresponding element in the corresponding page configuration to the element module. Element modules match corresponding module components by type in the configuration file, such as text boxes, selection boxes, dialog boxes, and the like,
and generating the display element. And the element module generates different display elements such as a text input box, a text display box, a sliding selector, a date selector or a radio box according to the configuration file, and adds attributes such as title, content, necessity of verification, format verification and the like to the display elements.
A preferred embodiment is that if there is a module nesting, i.e. there is a page node for the child elements of the page node in the tree structure. The resolution is in order from top to bottom according to the tree structure. And updating the page after the resolution of each level is finished, directly resolving the element module, and resolving and generating the sub-module by the page module according to a recursive form.
And checking the data. And checking the integrity and the validity of the data. And storing the verification rules in the configuration file into a verification object through a plurality of strategies, and sequentially taking the data and the corresponding rules for verification.
And transmitting the data. When the user triggers the page jump, the data of the user on the page is sent to the server.
A page includes a page module and an element module. The page module contains various element modules, and the order among the page modules and the jump of the page modules. The element module generates different display elements such as a text input box, a text display box, a sliding selector, a date selector, a radio box and the like which can be popped up from the bottom of the mobile terminal according to the configuration file, and simultaneously adds attributes such as a title, content, whether to be checked, format check and the like.
The invention provides an embodiment of a page module generation method.
Firstly, a page is divided according to a data object in a configuration file configured by a user through a page module.
Each data object in the configuration file is treated as a page module, the noun attribute in the object is treated as a unique identifier of the page, and a corresponding space is opened up in the local storage according to the identifier to store the corresponding user input data.
Each page corresponds to a page module based on a component, and the component is used as a container of the page and comprises data verification, data submission and page jumping. And simultaneously, the page modules can jump, and the jumping sequence is consistent with the page sequence in the configuration file. The page jump is not a true page jump of the browser but a switching of page components, and the switching sequence of the pages corresponds to the sequence of the objects in the configuration file.
And adopting a strategy mode for submitting and checking the page data, adding a checking strategy in the checker according to the corresponding attribute of the element and a self-defined checking rule, and checking the page when the page is submitted.
The invention provides an embodiment of an element module generation method.
The generation of the element module is implemented based on the ideas of the dynamic components and the customized text entry box, selection box, date and radio box.
Firstly, analyzing the attributes in the page object obtained in the creation of the page module to obtain the element attributes in the page.
Then, traversing the element attribute, generating a corresponding number of dynamic components, and according to the attribute value of the type field of each element, corresponding the components to be a text input box, a selection box, a date and a radio box.
Take the text entry box component as an example: and setting whether the text box is read only or not according to the readonly field of the element. Whether a clear icon and an error icon carried by the UI component are shown or not is judged through the iconFlag field.
Taking the selection frame component as an example: data that needs to be stored locally is converted into array type data that is bound to the component. And meanwhile, judging according to the data field type, if the data field is the array type, directly taking the field content as the list data of the selection box, if the data field is the character string type, acquiring code table data through a dictionary interface, and taking the result as the list data of the selection box.
Take the date component as an example: the date format is initialized according to the dataType field in the element, defaulting to the format of YYYY-MM-DD. Supporting a format like YYYY-MM-DD HH: MM, and further supporting a format like YYYY-MM-DD A (A is in the morning and afternoon)
Take radio frame components as an example: and judging whether all selected fields are shown or not according to the allCheck field, and judging whether the component is selected singly or selected multiply according to the radio field.
All the components set the required filling attribute of the components according to the attribute of the element, if the required filling shows the required filling identification, and simultaneously, a non-empty check is added in the check strategy.
According to the page displayed at the mobile terminal (including the mobile terminal of an operating system such as android and apple) by the method, displayed page elements can automatically adapt to different resolutions to display different widths and heights at mobile terminal equipment with different resolutions; when the configuration of the product is changed, the page can be automatically changed synchronously according to the change of the configuration.
Those skilled in the art will appreciate that all or part of the steps in the methods of the above embodiments may be implemented by associated hardware instructed by a program, which may be stored in a computer-readable storage medium, and the storage medium may include: read Only Memory (ROM), Random Access Memory (RAM), magnetic or optical disks, and the like.
The data processing method and system for dynamically generating pages provided by the embodiment of the present invention are described in detail above, and a specific example is applied in the text to explain the principle and the implementation of the present invention, and the description of the above embodiment is only used to help understanding the method and the core idea of the present invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (9)

1. A data processing method for dynamically generating pages comprises the following steps:
acquiring a custom configuration file generated by a server, traversing pages in the configuration file in a breadth traversal mode, wherein the pages comprise a page module and an element module, generating a tree structure corresponding to the configuration file, and generating a page data structure through the tree structure;
generating page modules of a mobile terminal according to the page data structure, wherein the page modules of the mobile terminal can jump, and the jump sequence of the page modules of the mobile terminal is consistent with the jump sequence of the page modules in the configuration file;
the page module of each mobile terminal generates a plurality of element modules of the mobile terminal according to the page data structure, and simultaneously transmits the element attributes in the configuration file to the corresponding element modules of the mobile terminal;
generating display elements comprising a text input box, a text display box, a sliding selector, a date selector or a radio box by the element module of the mobile terminal according to the configuration file, and adding attributes comprising a title, content, whether to-be-checked and format check to the display elements;
and when the page jump is triggered, sending the data in the page module and the element module of the mobile terminal to the server terminal.
2. A data processing method as claimed in claim 1, characterized in that the page is divided according to the data objects in the custom configuration file, each data object in the configuration file is treated as a page module, the noun attribute in the data object is treated as a unique identifier of the page, and the corresponding user input data is stored by opening up a corresponding space in the local storage according to the identifier.
3. The data processing method according to claim 1, further comprising a step of verifying data, wherein a verification rule in the configuration file is stored in a verification object, and the data and the corresponding rule are sequentially verified.
4. The data processing method according to claim 1, wherein when a page module is generated, a transition effect block from an initial state to a complete display of page contents is added according to the number of child nodes of the root node, and the page module replaces the transition effect block after loading is completed.
5. The data processing method according to claim 1, wherein if there is a nested module, the page module of the mobile terminal generates nested sub-modules in a recursive manner, the tree structure sequentially parses the nested module from top to bottom, and the page is updated after each level of the tree structure is parsed.
6. A data processing system for dynamically generating pages, comprising the following components:
the system comprises a configuration file component, a page module and a page data component, wherein the configuration file component is used for acquiring a user-defined configuration file generated by a server side, traversing pages in the configuration file in a breadth traversal mode, generating a tree structure corresponding to the configuration file by the pages including the page module and the element module, and generating a page data structure by the tree structure;
the page module component is used for generating page modules of a mobile terminal according to the page data structure, the page modules of the mobile terminal can skip, and the skipping sequence of the page modules of the mobile terminal is consistent with that of the page modules in the configuration file;
the element module component is used for generating a plurality of element modules of the mobile terminal by the page module of each mobile terminal according to the page data structure and transmitting the element attributes in the configuration file to the corresponding element modules of the mobile terminal;
the display element component is used for generating display elements comprising a text input box, a text display box, a sliding selector, a date selector or a radio box by using the element module of the mobile terminal according to the configuration file, and adding attributes comprising a title, content, whether to-be-checked and format check to the display elements;
and the data transmission component is used for sending the data in the page module and the element module of the mobile terminal to the server terminal when the page jump is triggered.
7. A data processing method as claimed in claim 6, wherein the profile component divides the page according to the data objects in the custom profile, each data object in the profile being treated as a page module, the noun attribute in the data object being treated as a unique identifier for the page, and the corresponding user input data being stored in the local storage by opening up a corresponding space according to the identifier.
8. The data processing method according to claim 6, further comprising a data verification component that stores the verification rules in the configuration file into verification objects and sequentially verifies the data and the corresponding rules.
9. The data processing method of claim 6, wherein the page module component increases the transition effect block from an initial state to a complete presentation of page contents according to the number of child nodes of the root node, and the page module replaces the transition effect block after the loading is completed.
CN202010387148.0A 2020-05-09 2020-05-09 Data processing method and system for dynamically generating page Active CN113626029B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010387148.0A CN113626029B (en) 2020-05-09 2020-05-09 Data processing method and system for dynamically generating page

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010387148.0A CN113626029B (en) 2020-05-09 2020-05-09 Data processing method and system for dynamically generating page

Publications (2)

Publication Number Publication Date
CN113626029A true CN113626029A (en) 2021-11-09
CN113626029B CN113626029B (en) 2024-04-26

Family

ID=78377527

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010387148.0A Active CN113626029B (en) 2020-05-09 2020-05-09 Data processing method and system for dynamically generating page

Country Status (1)

Country Link
CN (1) CN113626029B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002039649A2 (en) * 2000-10-20 2002-05-16 Desknet, Inc. Transforming a source document to a desired target document
US20100281355A1 (en) * 2009-05-04 2010-11-04 Lockheed Martin Corporation Dynamically generated web surveys for use with census activities, and associated methods
US20140344907A1 (en) * 2011-11-21 2014-11-20 Beijing Qihoo Technology Company Limited Auto login method and device
CN105204860A (en) * 2015-09-28 2015-12-30 上海斐讯数据通信技术有限公司 Method and device for rapidly generating user-defined static Web page
CN106339226A (en) * 2016-08-26 2017-01-18 南威软件股份有限公司 Webpage page display method and page display plug-in
WO2018103109A1 (en) * 2016-12-05 2018-06-14 国云科技股份有限公司 Web page management system and implementation method thereof
CN109213480A (en) * 2017-06-30 2019-01-15 武汉斗鱼网络科技有限公司 A kind of method, storage medium, equipment and system for developing the back-stage management page
CN109669693A (en) * 2017-10-16 2019-04-23 航天信息股份有限公司 A kind of method and system generating forms pages based on dynamic page
WO2020020248A1 (en) * 2018-07-27 2020-01-30 北京京东尚科信息技术有限公司 Page construction method and system at mobile terminal and mobile terminal
CN110764895A (en) * 2019-10-30 2020-02-07 江苏满运软件科技有限公司 Application service dynamic switching method, system, equipment and storage medium
CN110889270A (en) * 2018-08-16 2020-03-17 阿里巴巴集团控股有限公司 Form page document generation method and form page rendering method and device

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002039649A2 (en) * 2000-10-20 2002-05-16 Desknet, Inc. Transforming a source document to a desired target document
US20100281355A1 (en) * 2009-05-04 2010-11-04 Lockheed Martin Corporation Dynamically generated web surveys for use with census activities, and associated methods
US20140344907A1 (en) * 2011-11-21 2014-11-20 Beijing Qihoo Technology Company Limited Auto login method and device
CN105204860A (en) * 2015-09-28 2015-12-30 上海斐讯数据通信技术有限公司 Method and device for rapidly generating user-defined static Web page
CN106339226A (en) * 2016-08-26 2017-01-18 南威软件股份有限公司 Webpage page display method and page display plug-in
WO2018103109A1 (en) * 2016-12-05 2018-06-14 国云科技股份有限公司 Web page management system and implementation method thereof
CN109213480A (en) * 2017-06-30 2019-01-15 武汉斗鱼网络科技有限公司 A kind of method, storage medium, equipment and system for developing the back-stage management page
CN109669693A (en) * 2017-10-16 2019-04-23 航天信息股份有限公司 A kind of method and system generating forms pages based on dynamic page
WO2020020248A1 (en) * 2018-07-27 2020-01-30 北京京东尚科信息技术有限公司 Page construction method and system at mobile terminal and mobile terminal
CN110889270A (en) * 2018-08-16 2020-03-17 阿里巴巴集团控股有限公司 Form page document generation method and form page rendering method and device
CN110764895A (en) * 2019-10-30 2020-02-07 江苏满运软件科技有限公司 Application service dynamic switching method, system, equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
李维佳等: "基于ASP.NET的Web表单自动生成引擎", 计算机与网络, vol. 41, no. 17, 12 September 2015 (2015-09-12), pages 60 - 63 *

Also Published As

Publication number Publication date
CN113626029B (en) 2024-04-26

Similar Documents

Publication Publication Date Title
CN102073502B (en) Method for rendering page frame by WEB primary layout and device thereof
CN101517611A (en) Difference analysis for electronic data interchange (EDI) data dictionary
CN114625353A (en) Model framework code generation system and method
CN110321538B (en) Intelligent offline data filling system
CN107797933B (en) Method and device for generating simulation message
CN109558128A (en) Json data analysis method, device and computer readable storage medium
CN113505580A (en) Method and device for analyzing table file
CN111628975A (en) Method and device for assembling XML message
CN106503003A (en) A kind of compression of expandable mark language XML document, decompressing method and device
CN115841236A (en) Business modeling method, device and medium for realizing quick response
CN108388796B (en) Dynamic domain name verification method, system, computer device and storage medium
CN105320662A (en) Method and device for webpage generation
CN106484488A (en) Integrated cloud compilation method and system
CN111273903B (en) Webpage making method and device, computer equipment and computer storage medium
CN113626029B (en) Data processing method and system for dynamically generating page
Berkeley et al. Software development project management: process and support
CN109002292B (en) Method and system for realizing pop-up frame based on webpage pop-up layer
CN116302054A (en) Development method and device of software project, storage medium and electronic equipment
CN111325012A (en) word report generation method and system
CN110019177A (en) The method and apparatus of rule storage
CN109992293B (en) Method and device for assembling Android system component version information
CN111767223A (en) File processing method and device, electronic equipment and storage medium
JPH0934938A (en) Cost setting method
US11093572B2 (en) Hierarchical modeling for network sites
EP4369214A1 (en) Merkle tree-based data management method and apparatus

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