CN111666526B - Page generation method, device, equipment and storage medium - Google Patents

Page generation method, device, equipment and storage medium Download PDF

Info

Publication number
CN111666526B
CN111666526B CN202010556275.9A CN202010556275A CN111666526B CN 111666526 B CN111666526 B CN 111666526B CN 202010556275 A CN202010556275 A CN 202010556275A CN 111666526 B CN111666526 B CN 111666526B
Authority
CN
China
Prior art keywords
page
target
information
template
configuration
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
CN202010556275.9A
Other languages
Chinese (zh)
Other versions
CN111666526A (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.)
Bigo Technology Singapore Pte Ltd
Original Assignee
Guangzhou Baiguoyuan 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 Guangzhou Baiguoyuan Information Technology Co Ltd filed Critical Guangzhou Baiguoyuan Information Technology Co Ltd
Priority to CN202010556275.9A priority Critical patent/CN111666526B/en
Publication of CN111666526A publication Critical patent/CN111666526A/en
Application granted granted Critical
Publication of CN111666526B publication Critical patent/CN111666526B/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/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
    • 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
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Abstract

The embodiment of the invention discloses a page generation method, a page generation device, page generation equipment and a storage medium. Determining a reference page template corresponding to a target page from a pre-generated page template set according to page demand information of the target page to be generated; calling a standard configuration grammar tree corresponding to the reference page template, and determining the distinguishing element information of the target page relative to the reference page template; and generating a target page by modifying the standard configuration grammar tree according to the standard configuration grammar tree and the distinguishing element information and combining a page rendering engine. When the page with the customization requirement to be generated exists, the method can determine the reusable page template from the existing page templates, and simply and quickly generate the page meeting the customization requirement through modifying the configuration grammar tree corresponding to the page template, so that the flexibility and the universality of the development of the page template are fully utilized, the utilization rate of the developed page template is improved, and the development efficiency of the page number to be generated is greatly improved.

Description

Page generation method, device, equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to a page generation method, a page generation device, page generation equipment and a storage medium.
Background
In the development of a software product, all pages designed in the software product need to be developed, but in the development of the pages, some pages with similar scenes and essentially the same functional requirements are often encountered, but with different presentation forms and data. In conventional development, each page is often developed and generated in a repeated programming and debugging mode, and a large amount of manpower and material resources are wasted in the page generation mode, so that the efficiency is extremely low.
In order to solve the above problems, the improvement method proposed in the prior art is as follows: the change of the data displayed by the page can be directly controlled by adding parameters in the uniform resource locator on the basis of the generated page, thereby generating the page with different data contents.
However, the premise of this improvement is that the service scene of the newly generated page needs to be identical to that of the generated page, that is, the interface display and the function should be identical. Therefore, the existing improved mode for page generation has larger limitation, and the page generation with the service scene customization requirement cannot be met.
Disclosure of Invention
In view of this, the embodiments of the present invention provide a method, an apparatus, a device, and a storage medium for generating a page, so as to solve the problem that a page is required to be generated by repeatedly developing and testing a customized demand page having similar scenes and function pages.
In a first aspect, an embodiment of the present invention provides a page generating method, including:
determining a reference page template corresponding to a target page from a pre-generated page template set according to page demand information of the target page to be generated;
the standard configuration grammar tree corresponding to the reference page template is called, and distinguishing element information of the target page relative to the reference page template is determined;
and generating the target page by modifying the standard configuration grammar tree according to the standard configuration grammar tree and the distinguishing element information and combining a page rendering engine.
In a second aspect, an embodiment of the present invention provides a page generating apparatus, including:
the template determining module is used for determining a reference page template corresponding to the target page from a pre-generated page template set according to page demand information of the target page to be generated;
the grammar tree determining module is used for calling a standard configuration grammar tree corresponding to the reference page template and determining the distinguishing element information of the target page relative to the reference page template;
and the page presentation module is used for generating the target page by modifying the standard configuration grammar tree according to the standard configuration grammar tree and the distinguishing element information and combining a page rendering engine.
In a third aspect, an embodiment of the present invention provides a computer apparatus, including:
one or more processors;
a storage means for storing one or more programs;
the one or more programs are executed by the one or more processors, so that the one or more processors implement the page generating method provided by the embodiment of the first aspect of the present invention.
In a fourth aspect, an embodiment of the present invention provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the page generation method provided by the embodiment of the first aspect of the present invention.
In the page generation method, device, equipment and storage medium provided by the embodiment of the invention, firstly, a reference page template corresponding to a target page can be determined from a pre-produced page template set according to page demand information of the target page to be generated; then determining the distinguishing element information of the target page relative to the reference page template, and calling a standard configuration grammar tree corresponding to the reference page template; finally, according to the standard configuration grammar tree and the distinguishing element information, the page rendering engine is combined, and the target page can be generated by modifying the standard configuration grammar tree. According to the technical scheme, when the page with the customization requirement to be generated exists, the reusable page template can be determined from the existing page templates, and the page meeting the customization requirement can be simply and rapidly generated through modifying the configuration grammar tree corresponding to the page template, so that the flexibility and the universality of the development of the page template to be developed are fully utilized, the utilization rate of the page template to be developed is improved, and the development efficiency of the page number to be generated is greatly improved.
Drawings
Fig. 1 is a schematic flow chart of a page generating method according to a first embodiment of the present invention;
FIG. 2 is a flowchart showing the construction of a page template in the page generating method according to the first embodiment;
FIG. 2a is an example presentation of configuration nodes and attribute information determined when generating a page template;
FIG. 2b is a diagram illustrating an example of forming a document object model using the determined configuration nodes and attribute information;
FIG. 2c presents an example presentation of a configuration syntax tree formed by rendering a document object model;
fig. 3 is a schematic flow chart of a page generating method according to a second embodiment of the present invention;
FIG. 3a shows an effect presentation of a target page to be generated;
FIG. 3b shows an effect presentation diagram of the reference page template corresponding to the target page;
FIG. 3c is an example illustration of forming a target configuration syntax tree by updating a standard configuration syntax tree;
FIG. 3d presents an example presentation of a configuration dataset containing distinguishing data content;
fig. 4 is a block diagram of a page generating apparatus according to a third embodiment of the present invention;
fig. 5 is a schematic hardware structure of a computer device according to a fourth embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the following detailed description of the embodiments of the present invention will be given with reference to the accompanying drawings. It should be understood that the described embodiments are merely some, but not all, embodiments of the invention. Furthermore, embodiments of the invention and features of the embodiments may be combined with each other without conflict.
In the description of this application, it should be understood that the terms "first," "second," "third," and the like are used merely to distinguish between similar objects and are not necessarily used to describe a particular order or sequence, nor should they be construed to indicate or imply relative importance. The specific meaning of the terms in this application will be understood by those of ordinary skill in the art as the case may be.
Example 1
Fig. 1 is a schematic flow chart of a page generating method according to a first embodiment of the present invention, where the method is applicable to a case of generating a page to be generated with a customization requirement, and the method may be performed by a page generating device, where the device may be implemented by software and/or hardware and may be generally integrated on a computer device.
As shown in fig. 1, a page generating method provided in the first embodiment of the present invention specifically includes the following operations:
s101, determining a reference page template corresponding to a target page from a pre-generated page template set according to page demand information of the target page to be generated.
In this embodiment, the target page may be specifically understood as a page to be generated according to a customization requirement set by a user, where the page requirement information may be information required for generating the target page formed by arranging the customization requirement, and the page requirement information may include information such as a scene layout to be presented in the target page to be generated, and functional components and interface elements that need to be provided. The page template set is understood to include at least one page template set, wherein the page template can be considered as a page presented according to a conventional scene layout, and page conventional functional components and interface elements of pages which are required by users with conventional or different requirements can be provided in the page template.
Specifically, after the page demand information of the target page to be generated is obtained by arrangement, the step can determine, through analysis of the scene layout and the interface elements or functional components included in each page template in the page template set, a page template matched with the scene information included in the page demand information as a reference page template of the target page to be generated.
S102, calling a standard configuration grammar tree corresponding to the reference page template, and determining the distinguishing element information of the target page relative to the reference page template.
In this embodiment, it is preferable to consider that the front-end development framework vue framework and the compiler table are combined to render the generated page, and when the page is generated by adopting the mode, elements and functions of the page can be respectively solidified into a document object model to be stored in a tree data structure before rendering, and then the generation of the page is realized by rendering the elements or functions of the tree data structure. It can be seen that the page template in this embodiment can be regarded as being obtained by rendering the file object model corresponding to the element or component, and the present embodiment can regard the tree structure type file object model corresponding to the reference page template as a configuration syntax tree and preferably record as a standard configuration syntax tree. The standard configuration syntax tree in this step is obtained by instructions called by the function after being pre-packaged into the function.
Meanwhile, the standard configuration grammar tree in the step actually corresponds to elements or components in the page template, and the association relation among element nodes is embodied through a tree structure. The standard configuration grammar tree comprises all element nodes and attribute information which is correspondingly given to the element nodes, wherein the attribute information comprises unique identifiers of the corresponding element nodes; in this embodiment, the page rendering may be completed by using attribute information of each element node in the standard configuration syntax tree, and the unique identifier of each element node may be used to determine the element node to be modified in the subsequent target page generating process.
In this embodiment, the scene layout of the target page and the reference page template may be considered to be the same or similar, and the functional components or the interface elements included in the target page and the reference page template are also very similar, but because there is a customized requirement for generating the target page, there are some distinguishing features of the target page and the reference page template, and this step may distinguish the difference between the target page and the reference page template according to the page requirement information of the target page and some labels or functional attribute information of the reference page template, so as to obtain distinguishing element information, where the distinguishing element information may include elements, components or functional information that are newly added or need to be deleted.
Specifically, each page template in the predetermined page template set in this embodiment may perform presentation of page content through the rendering engine, and after presenting the page content of the page template, the presentable code interface of the page template may also be presented in a code presentation mode. For the reference page template, the formed exposable code interface can be checked after the page content is presented by rendering, and the exposable code interface can contain the page scene and the element attribute information corresponding to the functional elements. Through the displayed code interface, attribute information of element nodes with different unique identifications in the reference page template can be obtained.
Based on the description, when the distinction between the target page and the reference page template is determined, after a specific distinction point is manually determined, the step can determine which element node of the standard configuration grammar tree contained in the presentable code interface the found distinction point should be on by traversing the form of the element attribute information in the presentable code interface corresponding to the reference page template, and regard the determined element node as the distinction element node to form the distinction element information.
S103, generating the target page by modifying the standard configuration grammar tree according to the standard configuration grammar tree and the distinguishing element information and combining a page rendering engine.
In this embodiment, after the standard configuration syntax tree corresponding to the reference page template and the distinguishing element information of the target page relative to the reference page template are obtained through the above steps, the element node to be modified on the standard configuration syntax tree may be determined from the specific content included in the distinguishing element information, and then the element node to be modified is updated according to the attribute information actually corresponding to the target page, so as to form the target configuration syntax tree corresponding to the target page, and finally, the target configuration syntax tree may be rendered by the page rendering engine provided in this embodiment, so as to generate the target page and implement the rendering of the target page.
For example, the page rendering engine in this embodiment may be a combination of a front end vue framework and a compiler table, in a specific implementation of rendering, firstly, elements are assembled from the bottommost layer up into service components according to a tree structure of a target configuration syntax tree by using a depth-first traversal manner, and then, the combined service components are converted into an abstract syntax tree by combining with the compiler table and are converted and compiled into a vue rendering function, so that content presentation of the target page is realized by rendering the rendering function.
According to the page generation method provided by the embodiment of the invention, firstly, a reference page template corresponding to a target page can be determined from a pre-produced page template set according to page demand information of the target page to be generated; then determining the distinguishing element information of the target page relative to the reference page template, and calling a standard configuration grammar tree corresponding to the reference page template; finally, according to the standard configuration grammar tree and the distinguishing element information, the page rendering engine is combined, and the target page can be generated by modifying the standard configuration grammar tree. According to the technical scheme, when the page with the customization requirement to be generated exists, the reusable page template can be determined from the existing page templates, and the page meeting the customization requirement can be simply and rapidly generated through modifying the configuration grammar tree corresponding to the page template, so that the flexibility and the universality of the development of the page template to be developed are fully utilized, the utilization rate of the page template to be developed is improved, and the development efficiency of the page number to be generated is greatly improved.
As an alternative embodiment of the second embodiment of the present invention, in this alternative embodiment, the specific optimization includes: and constructing a page template, and storing the page template in a page template set under a set path.
It can be understood that, in this embodiment, the page templates in the page template set need to be generated and stored in advance by means of page generation. In particular, the scene layout, the element information, the functional components and the like of different page templates are greatly different, and the differences can form the page layout information of the corresponding page templates.
In the generation process of the page template, the present optional embodiment can determine configuration nodes contained in the page template through page layout information of each page template to be generated, and simultaneously can determine attribute information of each configuration node, association relation among each configuration node and the like, wherein the attribute information can be represented by adopting a preselected data format, and can also form a document object model by adopting a tree structure mode and combining the association relation of the configuration nodes.
Then, the document object model can be traversed through a rendering engine adopted in the embodiment to realize conversion of configuration attributes which do not meet specifications, then a configuration grammar tree is generated through rendering of each configuration node, the configuration grammar tree contains element nodes corresponding to each configuration node, each element node corresponds to a unique identifier contained in attribute information, finally, a page template can be generated through rendering of the configuration grammar tree, and the configuration grammar tree of the page template can be packaged into factory functions to obtain generation for a target page in subsequent retrieval.
Further, fig. 2 shows a flowchart of implementation of the construction of the page template in the page generating method according to the first embodiment, as shown in fig. 2, in this embodiment, "constructing the page template for page generation" specifically includes the following steps:
s1001, acquiring page layout information comprising each configuration node, which is set according to service scene requirements.
For any page template to be generated, there is also a business scene requirement required for generating the page before generating the page template, where the business scene requirement corresponds to page design information for generating the page, and the business scene requirement may include a scene layout requirement of the page template, a design requirement of a functional component, element information and the like, and the business scene requirement may be set by a developer or provided by a required enterprise user.
In this embodiment, the configuration nodes required for generating the page template may be determined by analyzing the service scene requirement by the developer, and meanwhile, the information including each configuration node and the content related to the node may be consolidated into page layout information according to the format that the rendering engine may process, and this step may obtain the page layout information.
S1002, analyzing the page layout information, and configuring attribute information of each configuration node according to a set data format.
In this embodiment, the page layout information includes configuration nodes required for generating the page template, and also includes related attribute information of each configuration node, and under the adopted rendering engine frame, the present step can determine the configuration nodes included by analyzing the page layout information, and can sort the related attribute information of each configuration node according to a data format corresponding to the rendering engine frame, so as to form attribute information matched with the rendering engine frame.
Illustratively, the rendering engine vue framework adopted according to the present embodiment may be fully converted into top-level attributes of vue elements, such as styles, classes, attrs, tips, domtips, on, native on, directives, scopedSlots, slots, keys, ref, refInFor, etc. according to vue conventions through analysis of page layout information, where the formed attribute information may include element names, etc. Meanwhile, fig. 2a shows an example display diagram of configuration nodes and attribute information determined when a page template is generated, as shown in fig. 2a, the configuration nodes and attribute information formed by sorting can be considered as settings based on a vue rendering frame, fig. 2a specifically includes configuration nodes 11 with vue attributes (node related attributes), and attribute item information 12 included in vue attributes of the configuration nodes is also shown.
S1003, determining the association relation of each configuration node according to the attribute information, and generating a document object model containing each configuration node according to the association relation.
In this embodiment, by analyzing the attribute information determined in the above steps, it can be determined what association relationship is provided before each configuration node, for example, node 1 may be a parent node of node 2, etc., and after determining the association relationship between the configuration nodes in this step, the configuration nodes may be combined and rendered by forming an element rendering sequence through information such as hierarchy and sequence, etc., and finally all the configuration nodes may be combined into a document object model with a tree structure.
Following the above example, FIG. 2b presents an example presentation of a document object model formed using the determined configuration nodes and attribute information. As shown in fig. 2b, the document object model 13 is specifically constructed based on the configuration nodes and the attribute information of the configuration nodes contained in fig. 2a, and it can be seen that each configuration node in the document object model 13 has an arrangement relationship between a parent node and a child node.
S1004, performing depth traversal on the document object model through a rendering engine to form a configuration grammar tree, wherein the configuration grammar tree comprises element nodes formed based on the configuration nodes, and attribute information of the element nodes comprises configured unique identifiers.
In this embodiment, after the document object model of the page template is obtained, the rendering engine adopts a depth traversal algorithm to traverse each configuration node in the document object model, so that configuration attributes of the configuration nodes can be combined and converted, then the configuration nodes can be rendered into element nodes from bottom to top to form a configuration grammar tree, each element node has corresponding attribute information, the attribute information contains unique attribute identifiers generated by the corresponding element nodes, and the embodiment is marked as the unique identifiers.
Following the above example, FIG. 2c presents an example presentation of a configuration syntax tree formed by rendering a document object model. As shown in fig. 2c, a configuration syntax tree 14 corresponding to the document object model 13 in fig. 2b is provided, it can be seen that the original configuration node combination is converted into element nodes in the configuration syntax tree, each element node specifically corresponds to attribute information, and unique identifiers of each element node are included in the attribute information.
It should be noted that, in this embodiment, the mode that the front-end development framework vue framework is combined with the compiler table is adopted as a rendering engine to render the document abstract model, and in particular, rendering is implemented through vue rendering functions, and vue rendering functions are required to be formed by compiling the JSX rendering engine through the table. Specifically, the process of compiling the JSX rendering engine to obtain vue rendering functions by the table may include:
1. Code parsing
Specifically, jsx rendering engine code is parsed into Abstract Syntax Trees (ASTs), each js engine (e.g., V8 engine in Chrome browser) has its own AST parser, and babel is implemented by Babylon. There are two stages in the parsing process: lexical analysis and grammar analysis, the lexical analysis stage converts codes in the form of character strings into a stream of tokens (tokens) similar to nodes in an AST; the syntax analysis stage converts a token stream into an AST form, and at the same time, the stage converts information in the token into an AST expression structure, and the structure can accurately describe all element nodes of a page and relations among the element nodes in detail, so jsx elements are analyzed into jsxelements element expressions in the AST, and jsx element attributes are analyzed into jsxidensity nodes in the jsxelements nodes, namely specific descriptions in the jsxelements element expressions.
2. Abstract syntax tree conversion
Specifically, in this stage, babel only needs to operate the obtained AST structure, that is, the syntax tree of the JSX rendering engine that is to be received performs depth-first traversal on the syntax tree through Babel-transition, in this process, adding, updating and removing operations are performed on JSX nodes by defining visitors of JSX, that is, the operations of converting, merging, moving, adding and the like are performed on expression nodes and attribute nodes of each JSX, and the operations of injecting an element rendering function createElement node of vue are finally converted into the AST structure of vue rendering function.
3. Generating vue rendering functions
The converted vue rendering function AST structure is converted into js codes through a babel-generator, the whole AST is traversed in depth first, then a character string capable of representing the converted codes is constructed, and finally the vue rendering function is generated.
S1005, packaging the configuration grammar tree into a factory function for receiving function callback, and rendering the configuration grammar tree to generate a presentable page template.
In this embodiment, in order to facilitate the rapid generation of a page serving as a page template for candidate specific customization needs under the same scene, the configuration syntax tree formed by rendering in the above steps may be packaged into a factory function, and the generated factory function may be used as a configuration generator and may be called by a function callback function. Meanwhile, the embodiment can further render the formed configuration grammar tree to generate a page template which can be presented, and the page template can be recorded in a preset page template set.
The above-mentioned alternative embodiment of the present invention specifically provides a construction process of each page template in a page template set, where when a customized demand page to be generated appears later, the constructed page template can implement the generation of the customized demand page by calling the matched page template and dynamically modifying the configuration grammar tree corresponding to the page template. The key in the generation of the page template in the embodiment is the determination of the configuration grammar tree, the configuration grammar tree fully has the characteristics of flexibility and universality of configuration development, and the problem of low development efficiency of the same type of page based on dynamic modification of the configuration grammar tree is effectively solved.
Example two
Fig. 3 is a schematic flow chart of a page generating method according to a second embodiment of the present invention, where the optimization is performed based on the foregoing embodiment, and in this embodiment, the method further includes retrieving a standard configuration syntax tree corresponding to the reference page template, and determining that distinguishing element information of the target page relative to the reference page template is specified as follows: the standard configuration grammar tree corresponding to the reference page template is downwards called from a set storage path by receiving parameter information transmitted by the preset callback function; acquiring element attribute information contained in the reference page template by searching a displayable code interface corresponding to the reference page template; and comparing the page demand information with the element attribute information to obtain the distinguishing element information of the target page relative to the reference page template.
Meanwhile, the embodiment further embodies the generation of the target page by modifying the standard configuration grammar tree according to the standard configuration grammar tree and the distinguishing element information and combining a page rendering engine: acquiring a readable information item with identification information, which is formed by converting the distinguishing element information; traversing the standard configuration grammar tree through the page rendering engine, and determining a corresponding target position of the element node identified by the identification information in the standard configuration grammar tree; updating attribute information of the target element node at the target position through the readable information item to form an updated target configuration grammar tree; rendering the target configuration grammar tree to generate a presentable target page.
As shown in fig. 3, a page generating method provided in the second embodiment of the present invention specifically includes the following operations:
s201, determining a reference page template corresponding to a target page from a pre-generated page template set according to page demand information of the target page to be generated.
By way of example, fig. 3a shows an effect presentation diagram of a target page to be generated, and fig. 3b shows an effect presentation diagram of a reference page template corresponding to the target page, and it can be found that, except for the function of customizing the requirements in the generation requirement of the target page 21 in fig. 3a, the scene layout style and the function component presentation of the target page 21 are basically matched with those of the reference page template 22 in fig. 3b, and the presentation style and the plurality of function buttons of the last element are modified by the target page 21 compared with those of the reference page template 22.
In this embodiment, the following steps S202 to S204 provide a process for obtaining the standard configuration syntax tree corresponding to the reference page template and a process for obtaining the distinguishing element information of the target page relative to the reference page template.
S202, through receiving parameter information transferred by a preset callback function, a standard configuration grammar tree corresponding to the reference page template is downwards called from a set storage path.
In this embodiment, after the reference page template is determined through the previous step, a callback function constructed by a developer can be detected and parameter information transmitted through the callback function is received, and the received parameter information can be analyzed in this step, so as to obtain a set storage path for calling a standard configuration grammar tree corresponding to the reference page template, and further realize calling of the standard configuration grammar tree. The callback function of the step can realize the calling of the required information based on an external function calling interface reserved by a developer in project development.
S203, obtaining element attribute information contained in the reference page template by searching a exposable code interface corresponding to the reference page template.
In this embodiment, the reference page template may present the page content by rendering by the rendering engine, and the reference page template for presenting the page content further corresponds to a presentable code interface, where the presentable code interface includes element attribute information, where the element attribute information actually corresponds to a standard configuration syntax tree for page rendering.
The element attribute information corresponding to the standard configuration grammar tree in the standard page template can be obtained through the search traversal of the exposable code interface, for example, the element attribute information can contain description of the element node related attribute information, can contain functions of the element, layout position information in the standard page template and the like.
S204, obtaining the distinguishing element information of the target page relative to the reference page template through comparing the page demand information with the element attribute information.
In this embodiment, the page requirement information corresponds to a target page to be generated, and specifically includes information such as a scene layout requirement, a functional component, and an element that the target page should have. The step can compare the page demand information of the target page with the element attribute information determined by the corresponding reference page template, so as to determine which differences exist between the target page and the reference page template, and form distinguishing element information based on the existing differences. Wherein, the distinguishing element information can comprise which element information is specifically added in the target page relative to the reference page template, which element information is deleted or modified.
The following S205 to S208 of the present embodiment give specific implementation procedures of target page generation.
S205, acquiring a readable information item with identification information, which is formed by converting the distinguishing element information.
In this embodiment, the description of the distinguishing information in the obtained distinguishing element information may be a literal description, and the distinguishing element information cannot be represented in a corresponding position of the standard configuration syntax tree, and this step may analyze and sort the distinguishing element information, convert the distinguishing element information in a data structure form corresponding to the standard configuration syntax tree, and form a readable information item with identification information, where the readable information item includes at least identification information of the distinguishing element node and an operation (deletion or modification) required to be performed on the element node corresponding to the identification information.
S206, traversing the standard configuration grammar tree through the page rendering engine, and determining a corresponding target position of the element node identified by the identification information in the standard configuration grammar tree.
This step corresponds to a dynamic modification of the standard configuration syntax tree by the rendering engine in combination with the above-mentioned readable information items. Specifically, first, each element node in the standard configuration grammar tree can be traversed deeply by the page rendering engine, so that identification information in the readable information item is compared with the unique identification of the element node, and whether the currently traversed element node is a node to be modified or adjusted is determined.
For example, assuming that the element node identified by the identification information in the received readable information item is matched with the unique identification of one element node in the standard configuration syntax tree, the position of the matched element node can be regarded as the target position to be adjusted, and assuming that the matched element node does not exist, the element node identified by the identification information can be regarded as a newly added node based on the standard configuration syntax tree, and the association relationship between the element node to be added and the existing node can be determined by including other information in the readable information item, so that the target position of the element node identified by the identification information in the standard configuration syntax tree can also be obtained.
S207, updating the attribute information of the target element node at the target position through the readable information item to form an updated target configuration grammar tree.
The method comprises the steps that after a target position is determined, an existing element node in a standard configuration grammar tree is assumed to exist at the target position, the existing element node can be directly used as a target element node, and the target element node can be subjected to content modification or deletion updating operation in combination with information in a readable information item; assuming that no existing element node exists at the target position, the target element node at the target position is a new node to be added, and the step can perform a new updating operation according to the attribute information contained in the readable information item of the new node to be added, and finally form a target configuration grammar tree after updating.
Illustratively, following the exemplary description given in the construction of the page template in an alternative embodiment to the above embodiment, FIG. 3c presents an example presentation of the formation of the target configuration syntax tree by updating the standard configuration syntax tree. As shown in fig. 3c, a target configuration syntax tree 23 is specifically shown, where the target configuration syntax tree may be regarded as an update to the configuration syntax tree 14 in fig. 2c, and when it is determined through the above steps in this embodiment that the readable information item corresponding to the target page is the content modification of one of the existing element nodes in the configuration syntax tree 14, if it is assumed that the unique identifier of the existing element node serving as the target element node may be the identifier 7, the target configuration syntax tree 23 formed after the modification update to the element node identified as 7 may be obtained through the operation in this step. It can be found that the element name of the element node identified as 7 after modification is changed from the element name of the original element node identified as 7 in the configuration syntax tree 14, the element name is changed from 'a' to 'div', and accordingly, other attribute information of the element node identified as 7 may be modified.
And S208, rendering the target configuration grammar tree to generate a presentable target page.
In this embodiment, the target configuration syntax tree formed by modifying the standard configuration syntax tree may generate, again through rendering by the page rendering engine, a target page capable of presenting page content, where the generated target page is a to-be-programmed development page that satisfies the page requirement information obtained in this embodiment.
The page generation method provided by the embodiment II of the invention embodies the determination process of the standard configuration grammar tree and the region element information, and also embodies the realization process of modifying the standard configuration grammar tree by the joint face rendering engine to generate the target page. According to the technical scheme, when the page with the customization requirement to be generated exists, the reusable page template can be determined from the existing page templates, and the page meeting the customization requirement can be simply and rapidly generated through modifying the configuration grammar tree corresponding to the page template, so that flexibility and universality of the development of the page template to be developed are fully utilized, the utilization rate of the page template to be developed is improved, and further the development efficiency of the page number to be generated is greatly improved.
As an optional embodiment provided in the second embodiment of the present invention, in this optional embodiment, the specific optimization further includes: determining the corresponding distinguishing data content of the target page according to the page demand information of the target page; and storing the distinguishing data content and the corresponding unique data identification association in a preset configuration data set.
It should be noted that, in the page generating method provided in the above embodiment, the target page generated by modifying the standard configuration grammar tree corresponding to the matched reference page template is mainly shown in aspects of page scene layout, the function components and the like. The updating of the data information in the target page may not be involved.
The method and the device for updating the data information in the target page are optimized, the updating operation of the data information in the target page is added, the specific method and the device for updating the data information in the target page can firstly analyze and determine the distinguishing data content of the data information contained in the target page relative to the reference page template according to the page demand information of the target page, the specific data information to be embodied in the target page by a user can be required in the distinguishing data content, and the distinguishing data content can be determined through comparison with the page data information corresponding to the reference page template; then, the embodiment can configure a corresponding unique data identifier for the distinguishing data content, and finally, the unique data identifier and the distinguishing data content of the corresponding target page can be associated and recorded and stored in a preset configuration data set. By way of example, fig. 3d shows an example presentation of a configuration data set containing differentiated data contents, and as shown in fig. 3d, the data information in the data configuration set 24 is stored in the form of a data table, the first column of the data table is a unique data identification column, and the subsequent columns contain the data information of different target pages, and the recording time and the information updating time of the data information.
It can be understood that in the development process of a project, there may be multiple target pages to be generated in the same time period, so that the configuration data set may collect the differential data content corresponding to different target pages, and the differential data content of each target page may be generated and processed by the corresponding target page. In addition, the embodiment also encapsulates and forms a data acquisition function, and is fused with inherent functions (embedded point, reporting, compatible repairing and the like) to form a code block caller, and the code block caller can be used for effectively calling the distinguishing data content in the generation process of the target page.
Meanwhile, on the basis of the optimization, the optional embodiment further comprises: after receiving the data identification to be called, which is transmitted by the code block caller, searching the target distinguishing data content matching the data identification to be called from the configuration data set, and filling the target distinguishing data content into the corresponding position of the target page.
Specifically, the implementation step of filling the differential data content in the target page is further provided on the basis of the optimization, in the implementation of the step, whether the pre-written code block caller is called and the data identifier to be called is transmitted can be monitored in real time, if yes, the data identifier to be called transmitted through the code block caller can be received, the data identifier to be called can be the parameter information of the code block caller input by a developer according to the generation requirement of the target page, the step can compare the data identifier to be called with each unique data identifier recorded in the pre-stored configuration data set, so that the differential data content of the target corresponding to the unique data identifier matched with the data identifier to be called can be found from the configuration data, and then the acquired differential data content of the target can be filled in the corresponding position of the target page.
The optional embodiments provided in this embodiment specifically provide a process for determining, storing, and acquiring the target distinguishing data content required in the subsequent target page generating process, where the data content in the target page is different from the reference page template. According to the embodiment, the unique data identification of the differential data content is configured, and the target differential data content in the target page is filled by combining the code block invoker based on the unique data identification, so that the generation of the target page is simply and rapidly realized, the repeated development of codes is simplified, and the multiplexing rate of the codes is improved.
Example III
Fig. 4 is a block diagram of a page generating apparatus according to a third embodiment of the present invention, where the apparatus is suitable for generating a page to be generated with a customization requirement, and the apparatus may be implemented by software or hardware and may be generally integrated on a computer device. As shown in fig. 4, the apparatus includes: template determination module 31, syntax tree determination module 32, and page rendering module 33.
The template determining module 31 is configured to determine, according to page requirement information of a target page to be generated, a reference page template corresponding to the target page from a pre-generated page template set;
The grammar tree determining module 32 is configured to call a standard configuration grammar tree corresponding to the reference page template, and determine distinguishing element information of the target page relative to the reference page template;
the page rendering module 33 is configured to generate the target page by modifying the standard configuration syntax tree in combination with a page rendering engine according to the standard configuration syntax tree and the distinguishing element information.
According to the page generation device provided by the embodiment of the invention, when the page to be generated with the customization requirement exists, the reusable page template can be determined from the existing page templates, and the page meeting the customization requirement can be simply and rapidly generated through modifying the configuration grammar tree corresponding to the page template, so that the flexibility and the universality of the development of the generated page template are fully utilized, the utilization rate of the developed page template is improved, and the development efficiency of the page to be generated is greatly improved.
Further, each element node included in the standard configuration grammar tree corresponds to the existence attribute information, and the attribute information contains the unique identifier of the corresponding element node;
and the displayable code interface formed after the operation of the reference page template comprises element attribute information corresponding to the display page scene and the functional element.
On the basis of the optimization, the syntax tree determining module 32 may be specifically configured to obtain element attribute information contained in the reference page template by searching a displayable code interface corresponding to the reference page template; obtaining distinguishing element information of the target page relative to the reference page template by comparing the page demand information with the element attribute information; and through receiving parameter information transferred by the preset callback function, downwards calling the standard configuration grammar tree corresponding to the reference page template from the set storage path.
Further, the page presenting module 33 may be specifically configured to obtain a readable information item with identification information, which is formed by converting the distinguishing element information; traversing the standard configuration grammar tree through the page rendering engine, and determining a corresponding target position of the element node identified by the identification information in the standard configuration grammar tree; updating attribute information of the target element node at the target position through the readable information item to form an updated target configuration grammar tree; rendering the target configuration grammar tree to generate a presentable target page.
Further, the device also optimally comprises a template construction module, wherein the template construction module can construct a page template and store the page template in a page template set under a set path.
On the basis of the optimization, the template construction module can be specifically used for acquiring page layout information comprising each configuration node, which is set according to the service scene requirement; analyzing the page layout information and configuring attribute information of each configuration node according to a set data format; determining the association relation of each configuration node according to the attribute information, and generating a document object model containing each configuration node according to the association relation; traversing the depth of the document object model through a rendering engine to form a configuration grammar tree, wherein the configuration grammar tree comprises element nodes formed based on the configuration nodes, and attribute information of the element nodes comprises configured unique identifiers; and packaging the configuration grammar tree into a factory function for receiving function callback, and rendering the configuration grammar tree to generate a presentable page template.
Further, the device can further comprise a distinguishing data determining module and a data information storage module, wherein the distinguishing data determining module can be used for determining distinguishing data content corresponding to the target page according to the page demand information of the target page; the data information storage module can be used for storing the distinguishing data content and the corresponding unique data identification association in a preset configuration data set.
On the basis of the above embodiment, the device may further include a data content filling module, configured to search, after receiving the identifier of the data to be invoked, which is transmitted by the code block invoker, for target distinguishing data content matching the identifier of the data to be invoked from the configuration data set, and fill the target distinguishing data content into a corresponding position of the target page.
Example IV
Fig. 5 shows a schematic hardware structure of a computer device according to a fourth embodiment of the present invention, and specifically, the computer device includes: a processor and a storage device. At least one instruction is stored in the storage device and executed by the processor, to cause the computer device to perform the page generation method as described in the method embodiment above.
Referring to fig. 5, the computer device may specifically include: a processor 40, a storage device 41, a display 42, an input device 43, an output device 44, and a communication device 45. The number of processors 40 in the computer device may be one or more, one processor 40 being illustrated in fig. 5. The number of storage means 41 in the computer device may be one or more, one storage means 41 being exemplified in fig. 5. The processor 40, the storage means 41, the display 42, the input means 43, the output means 44 and the communication means 45 of the computer device may be connected by a bus or by other means, in fig. 5 by way of example.
The storage device 41 is a computer readable storage medium, and may be used to store a software program, a computer executable program, and modules, such as program instructions/modules corresponding to the embodiments of the present invention (for example, the template determining module 31, the syntax tree determining module 32, the page rendering module 33, and the like in the page generating device provided in the above embodiments). The storage device 41 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating device, at least one application program required for a function; the storage data area may store data created according to the use of the computer device, etc. In addition, the storage 41 may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid-state storage device. In some examples, storage 41 may further include memory remotely located relative to processor 40, which may be connected to the computer device via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
Generally, the display screen 42 is used for displaying data according to the instruction of the processor 40, and is also used for receiving a touch operation applied to the display screen 42 and transmitting a corresponding signal to the processor 40 or other devices. Optionally, when the display screen 42 is an infrared screen, it further includes an infrared touch bezel disposed around the display screen 42, which may also be used to receive infrared signals and transmit the infrared signals to the processor 40 or other computer device.
Communication means 45 for establishing a communication connection with other computer devices, which may be wired communication means and/or wireless communication means.
The input means 43 may be used for receiving input digital or character information and for generating key signal inputs related to user settings and function control of the computer device, as well as a camera for capturing images and a sound pick-up device for capturing audio in video data. The output device 44 may include video computer equipment such as a display screen and audio equipment such as speakers. The specific composition of the input device 43 and the output device 44 may be set according to the actual situation.
The processor 40 executes various functional applications of the computer device and data processing, that is, implements the page generation method described above, by running software programs, instructions, and modules stored in the storage 41.
Specifically, in the embodiment, when the processor 40 executes one or more programs stored in the storage device 41, the following operations are specifically implemented: determining a reference page template corresponding to a target page from a pre-generated page template set according to page demand information of the target page to be generated; the standard configuration grammar tree corresponding to the reference page template is called, and distinguishing element information of the target page relative to the reference page template is determined; and generating the target page by modifying the standard configuration grammar tree according to the standard configuration grammar tree and the distinguishing element information and combining a page rendering engine.
The embodiment of the present invention also provides a computer-readable storage medium, where a program in the storage medium, when executed by a processor of a computer device, enables the computer device to perform the page generation method as described in the above embodiment. Exemplary, the page generating method described in the above embodiment includes: determining a reference page template corresponding to a target page from a pre-generated page template set according to page demand information of the target page to be generated; the standard configuration grammar tree corresponding to the reference page template is called, and distinguishing element information of the target page relative to the reference page template is determined; and generating the target page by modifying the standard configuration grammar tree according to the standard configuration grammar tree and the distinguishing element information and combining a page rendering engine.
It should be noted that, for the apparatus, computer device, and storage medium embodiments, since they are substantially similar to the method embodiments, the description is relatively simple, and the relevant points refer to the part of the description of the method embodiments.
From the above description of embodiments, it will be clear to a person skilled in the art that the present invention may be implemented by means of software and necessary general purpose hardware, but of course also by means of hardware, although in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art in the form of a software product, which may be stored in a computer readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, etc., and include several instructions for causing a computer device (which may be a robot, a personal computer, a server, or a network device, etc.) to execute the page generating method according to any embodiment of the present invention.
It should be noted that, in the above page generating apparatus, each unit and module included are only divided according to the functional logic, but not limited to the above division, as long as the corresponding functions can be implemented; in addition, the specific names of the functional units are also only for distinguishing from each other, and are not used to limit the protection scope of the present invention.
It is to be understood that portions of the present invention may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in software or firmware stored in a memory and executed by a suitable instruction execution device. For example, if implemented in hardware, as in another embodiment, may be implemented using any one or combination of the following techniques, as is well known in the art: discrete logic circuits having logic gates for implementing logic functions on data signals, application specific integrated circuits having suitable combinational logic gates, programmable Gate Arrays (PGAs), field Programmable Gate Arrays (FPGAs), and the like.
Note that the above is only a preferred embodiment of the present invention and the technical principle applied. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, while the invention has been described in connection with the above embodiments, the invention is not limited to the embodiments, but may be embodied in many other equivalent forms without departing from the spirit or scope of the invention, which is set forth in the following claims.

Claims (11)

1. A page generation method, comprising:
determining a reference page template corresponding to a target page from a pre-generated page template set according to page demand information of the target page to be generated;
the standard configuration grammar tree corresponding to the reference page template is called, and distinguishing element information of the target page relative to the reference page template is determined;
generating the target page by modifying the standard configuration grammar tree according to the standard configuration grammar tree and the distinguishing element information and combining a page rendering engine; specifically, determining element nodes to be modified on the standard configuration grammar tree from specific contents included in the distinguishing element information; updating according to the attribute information actually corresponding to the element node to be modified on the target page to form a target configuration grammar tree corresponding to the target page; rendering, by the page rendering engine, the target configuration syntax tree to generate the target page.
2. The method according to claim 1, wherein each element node included in the standard configuration syntax tree corresponds to presence attribute information, and the attribute information includes a unique identifier of the corresponding element node;
And the displayable code interface formed after the operation of the reference page template comprises element attribute information corresponding to the display page scene and the functional element.
3. The method according to claim 2, wherein the retrieving the standard configuration syntax tree corresponding to the reference page template and determining the distinguishing element information of the target page relative to the reference page template includes:
the standard configuration grammar tree corresponding to the reference page template is downwards called from a set storage path by receiving parameter information transmitted by the preset callback function;
acquiring element attribute information contained in the reference page template by searching a displayable code interface corresponding to the reference page template;
and comparing the page demand information with the element attribute information to obtain the distinguishing element information of the target page relative to the reference page template.
4. The method of claim 3, wherein the generating the target page by modifying the standard configuration syntax tree in conjunction with a page rendering engine according to the standard configuration syntax tree and the distinguishing element information comprises:
acquiring a readable information item with identification information, which is formed by converting the distinguishing element information;
Traversing the standard configuration grammar tree through the page rendering engine, and determining a corresponding target position of the element node identified by the identification information in the standard configuration grammar tree;
updating attribute information of the target element node at the target position through the readable information item to form an updated target configuration grammar tree;
rendering the target configuration grammar tree to generate a presentable target page.
5. The method as recited in claim 1, further comprising:
and constructing a page template, and storing the page template in a page template set under a set path.
6. The method of claim 5, wherein the building a page template for page generation comprises:
acquiring page layout information comprising each configuration node set according to service scene requirements;
analyzing the page layout information and configuring attribute information of each configuration node according to a set data format;
determining the association relation of each configuration node according to the attribute information, and generating a document object model containing each configuration node according to the association relation;
traversing the depth of the document object model through a rendering engine to form a configuration grammar tree, wherein the configuration grammar tree comprises element nodes formed based on the configuration nodes, and attribute information of the element nodes comprises configured unique identifiers;
And packaging the configuration grammar tree into a factory function for receiving function callback, and rendering the configuration grammar tree to generate a presentable page template.
7. The method of any one of claims 1-6, further comprising:
determining the corresponding distinguishing data content of the target page according to the page demand information of the target page;
and storing the distinguishing data content and the corresponding unique data identification association in a preset configuration data set.
8. The method as recited in claim 7, further comprising:
after receiving the data identification to be called, which is transmitted by the code block caller, searching the target distinguishing data content matching the data identification to be called from the configuration data set, and filling the target distinguishing data content into the corresponding position of the target page.
9. A page generating apparatus, comprising:
the template determining module is used for determining a reference page template corresponding to the target page from a pre-generated page template set according to page demand information of the target page to be generated;
the grammar tree determining module is used for calling a standard configuration grammar tree corresponding to the reference page template and determining the distinguishing element information of the target page relative to the reference page template;
The page presentation module is used for generating the target page by modifying the standard configuration grammar tree according to the standard configuration grammar tree and the distinguishing element information and combining a page rendering engine; specifically, determining element nodes to be modified on the standard configuration grammar tree from specific contents included in the distinguishing element information; updating according to the attribute information actually corresponding to the element node to be modified on the target page to form a target configuration grammar tree corresponding to the target page; rendering, by the page rendering engine, the target configuration syntax tree to generate the target page.
10. A page generating apparatus, characterized by comprising:
one or more processors;
a storage means for storing one or more programs;
the one or more programs being executable by the one or more processors to cause the one or more processors to implement the page generation method of any of claims 1-8.
11. A computer readable storage medium having stored thereon a computer program, which when executed by a processor implements a page generation method as claimed in any of claims 1 to 8.
CN202010556275.9A 2020-06-17 2020-06-17 Page generation method, device, equipment and storage medium Active CN111666526B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010556275.9A CN111666526B (en) 2020-06-17 2020-06-17 Page generation method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010556275.9A CN111666526B (en) 2020-06-17 2020-06-17 Page generation method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111666526A CN111666526A (en) 2020-09-15
CN111666526B true CN111666526B (en) 2023-05-12

Family

ID=72388522

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010556275.9A Active CN111666526B (en) 2020-06-17 2020-06-17 Page generation method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111666526B (en)

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112130856B (en) * 2020-09-29 2023-11-03 重庆紫光华山智安科技有限公司 Strong-expansibility front-end visual interface generation method, system, medium and terminal
CN112257003A (en) * 2020-11-05 2021-01-22 政采云有限公司 Page rendering method, system, equipment and computer readable storage medium
CN112394971A (en) * 2020-11-20 2021-02-23 广州橙行智动汽车科技有限公司 Data processing method and device
CN112579958A (en) * 2020-12-23 2021-03-30 平安银行股份有限公司 Webpage conversion method and device, computer equipment and readable storage medium
CN112631565A (en) * 2020-12-25 2021-04-09 深圳云之家网络有限公司 Service fusion method and device, computer equipment and storage medium
CN112948039B (en) * 2021-02-25 2023-08-01 广州市百果园网络科技有限公司 Page display method, device, equipment and storage medium
CN113126990B (en) * 2021-04-22 2023-09-29 北京京东振世信息技术有限公司 Page development method, device, equipment and storage medium
CN113268234A (en) * 2021-05-17 2021-08-17 北京三快在线科技有限公司 Page generation method, device, terminal and storage medium
CN113361525A (en) * 2021-06-30 2021-09-07 深圳市斯博科技有限公司 Page generation method and device based on OCR, computer equipment and storage medium
CN113590119A (en) * 2021-07-29 2021-11-02 远光软件股份有限公司 Page creation method, electronic device and storage medium
CN113572851B (en) * 2021-07-29 2023-01-10 辽宁向日葵教育科技有限公司 Remote desktop connection method based on browser
CN113568621A (en) * 2021-07-30 2021-10-29 北京达佳互联信息技术有限公司 Data processing method and device for page embedded point
CN114253536A (en) * 2021-12-13 2022-03-29 中国联合网络通信集团有限公司 Calling method of interface design component, terminal device and readable storage medium
CN114564534B (en) * 2022-03-01 2023-09-29 山东浪潮新基建科技有限公司 Visual configuration platform based on scene and implementation method
CN114840196B (en) * 2022-07-06 2022-10-14 中国汽车技术研究中心有限公司 Modelica language model processing method, device and storage medium
CN116301847B (en) * 2023-01-28 2023-11-21 广西数字大脑智能科技有限责任公司 System and method for rapidly generating page based on development platform

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105183475A (en) * 2015-09-08 2015-12-23 北京思特奇信息技术股份有限公司 Method and system for customizing individuality pages of portal website by user himself

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103544176B (en) * 2012-07-13 2018-08-10 百度在线网络技术(北京)有限公司 Method and apparatus for generating the page structure template corresponding to multiple pages
CN109002338A (en) * 2017-06-07 2018-12-14 阿里巴巴集团控股有限公司 Page rendering, page finishing information processing method and device
CN109918607B (en) * 2019-03-20 2021-08-03 杭州网易再顾科技有限公司 Page construction method and device, medium and computing equipment
CN110187878A (en) * 2019-05-29 2019-08-30 北京三快在线科技有限公司 A kind of page generation method and device

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105183475A (en) * 2015-09-08 2015-12-23 北京思特奇信息技术股份有限公司 Method and system for customizing individuality pages of portal website by user himself

Also Published As

Publication number Publication date
CN111666526A (en) 2020-09-15

Similar Documents

Publication Publication Date Title
CN111666526B (en) Page generation method, device, equipment and storage medium
WO2018082562A1 (en) Method and device for compiling page data and rendering page, and storage medium
CN108984172B (en) Interface file generation method and device
US7890923B2 (en) Configurable pattern detection method and apparatus
CN101777004B (en) Method and system for realizing BPEL sub-process multiplexing based on template in service-oriented environment
US7207031B2 (en) System and method for utilization of a command structure representation
US7779398B2 (en) Methods and systems for extracting information from computer code
US8839192B2 (en) System and method for presentation of cross organizational applications
US20180300125A1 (en) Analyzing components related to a software application in a software development environment
CN111104106A (en) Visual development method, system and medium for integrating business process and communication message
CN109657121A (en) A kind of Web page information acquisition method and device based on web crawlers
CN107766042A (en) A kind of visual data manager and device of the model file based on CSAR
CN110647322B (en) List rendering method and device, electronic equipment and computer readable medium
CN111414166A (en) Code generation method, device, equipment and storage medium
CN115202626A (en) Low-code front-end development method supporting multi-technology stack components
CN114564199A (en) Method, device and equipment for generating use page and readable storage medium
CN114820881A (en) Picture generation method, intelligent terminal and computer readable storage medium thereof
US20240061993A1 (en) Multi-component abstract association and fusion method and apparatus in page design
Zhao et al. Pattern-based design evolution using graph transformation
JP4836412B2 (en) Method and apparatus for generating a graphical user interface
CN115964042A (en) Menu generation method and device, storage medium and electronic equipment
CN101986303A (en) Digital television HSML analysis method and system applying DOM analysis engine
CN106991144B (en) Method and system for customizing data crawling workflow
CN111124386B (en) Animation event processing method, device, equipment and storage medium based on Unity
CN109254774A (en) The management method and device of code in software development system

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
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20231008

Address after: 31a, 15th floor, building 30, maple commercial city, bangrang Road, Brazil

Patentee after: Baiguoyuan Technology (Singapore) Co.,Ltd.

Address before: 5-13 / F, West Tower, building C, 274 Xingtai Road, Shiqiao street, Panyu District, Guangzhou, Guangdong 510000

Patentee before: GUANGZHOU BAIGUOYUAN INFORMATION TECHNOLOGY Co.,Ltd.