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

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

Info

Publication number
CN111666526A
CN111666526A CN202010556275.9A CN202010556275A CN111666526A CN 111666526 A CN111666526 A CN 111666526A CN 202010556275 A CN202010556275 A CN 202010556275A CN 111666526 A CN111666526 A CN 111666526A
Authority
CN
China
Prior art keywords
page
target
information
syntax tree
template
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
CN202010556275.9A
Other languages
Chinese (zh)
Other versions
CN111666526B (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 syntax 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 syntax tree in combination with a page rendering engine according to the standard configuration syntax tree and the distinguishing element information. When the page with the customization requirement to be generated exists, the reusable page template can be determined from the existing page template, and the page meeting the customization requirement can be simply and quickly generated by modifying the grammar tree configured corresponding to the page template, so that the flexibility and the universality of the exclusive development 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.

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 software products, all pages designed in the software products need to be developed, and in the development of the pages, some pages with similar scenes and identical functional requirements are often encountered, but the pages are different in presentation form and data. In conventional development, each page is developed and generated in a form of repeated programming and debugging, and the form of generating the page wastes a large amount of manpower and material resources and is extremely inefficient.
In order to solve the above problems, the existing proposed improvement method is: the change of the data displayed by the page can be directly controlled by adding parameters into the uniform resource locator on the basis of the generated page, thereby generating the page with different data content.
However, the premise of this improvement is that the service scenario of the newly generated page needs to be identical to the service scenario of the generated page, i.e., the interface display and the functions should be identical. Therefore, the existing improvement method for generating the page has great limitation, and the page generation with the service scene customization requirement cannot be met.
Disclosure of Invention
In view of this, embodiments of the present invention provide a page generation method, an apparatus, a device, and a storage medium, so as to solve the problem that a customized demand page with existing similar scenes and functional pages needs to be repeatedly developed and repeatedly tested to perform page generation.
In a first aspect, an embodiment of the present invention provides a page generation 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;
calling a 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;
and generating 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.
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 a 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 syntax tree in combination with a page rendering engine according to the standard configuration syntax tree and the distinguishing element information.
In a third aspect, an embodiment of the present invention provides a computer device, including:
one or more processors;
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 generation 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, on which a computer program is stored, where the computer program, when executed by a processor, implements the page generating method provided in the embodiment of the first aspect of the present invention.
In the page generation method, the device, the equipment and the 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 the 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 syntax tree corresponding to the reference page template; finally, the target page can be generated by modifying the standard configuration syntax tree in combination with the page rendering engine according to the standard configuration syntax tree and the distinguishing element information. According to the technical scheme, when the page to be generated with the customization requirement exists, the reusable page template can be determined from the existing page template, and the page meeting the customization requirement can be simply and quickly generated by modifying the grammar tree configured corresponding to the page template, so that the flexibility and the universality of the arranged development 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.
Drawings
Fig. 1 is a schematic flowchart illustrating a page generation method according to an embodiment of the present invention;
fig. 2 is a flowchart illustrating an implementation of page template construction in the page generating method according to the first embodiment of the present invention;
FIG. 2a is an example display diagram of configuration nodes and attribute information determined when generating a page template;
FIG. 2b presents an example presentation graph of a document object model formed using determined configuration nodes and attribute information;
FIG. 2c presents an example presentation diagram of a configuration syntax tree formed by the rendering of the document object model;
fig. 3 is a schematic flow chart of a page generation method according to a second embodiment of the present invention;
FIG. 3a shows an effect rendering of a target page to be generated;
FIG. 3b is a diagram showing the effect of the reference page template corresponding to the target page;
FIG. 3c presents an example display diagram of the formation of a target configuration syntax tree by an update to the standard configuration syntax tree;
FIG. 3d shows an example presentation of a configuration data set containing distinct data content;
fig. 4 is a block diagram of a page generation apparatus according to a third embodiment of the present invention;
fig. 5 is a schematic diagram of a 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, embodiments of the present invention will be described in detail with reference to the accompanying drawings. It should be understood that the described embodiments are only some embodiments of the invention, and not all embodiments. In addition, the embodiments and features of the embodiments in the present invention may be combined with each other without conflict.
In the description of the present application, it is to be understood that the terms "first," "second," "third," and the like are used solely for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order, nor should be construed to indicate or imply relative importance. The specific meaning of the above terms in the present application can be understood by those of ordinary skill in the art as appropriate.
Example one
Fig. 1 is a flowchart of a page generation method according to an embodiment of the present invention, where the method is suitable for performing page generation on a page to be generated that has a customized requirement, and the method may be executed by a page generation apparatus, where the apparatus may be implemented by software and/or hardware, and may generally be integrated on a computer device.
As shown in fig. 1, a page generation method provided in an 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 customized requirement provided by a user requiring the page, the page requirement information may be information required for generating the target page, which is formed by sorting the customized requirement, and the page requirement information may include information such as a scene layout to be presented in the target page to be generated, a functional component and an interface element that need to be provided. The page template set can be understood as a set including at least one page template, the page template can be regarded as a page presented according to a certain conventional scene layout, and the page template can be provided with some conventional or different page conventional functional components and interface elements which users with different requirements may use as page requirements.
Specifically, in this step, after the page requirement information of the target page to be generated is obtained through sorting, the page template matched with the scene information included in the page requirement information is determined as the reference page template of the target page to be generated through analyzing the scene layout of each page template in the page template set and each interface element or functional component included in the page template set.
S102, calling a 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.
In this embodiment, it is preferably considered that a mode combining the front-end development framework vue framework and the compiler basic is adopted to render and generate the page, and when the page is generated by adopting this mode, before rendering, elements and functions of the page may be respectively solidified into a document object model and stored in a tree data structure, and then the generation of the page is realized by rendering the elements or functions of the tree data structure. Therefore, the page template in this embodiment may be regarded as obtained by rendering the file object model corresponding to the element or component, and the tree-structured file object model corresponding to the reference page template may be regarded as the configured syntax tree and preferably recorded as the standard configured syntax tree in this embodiment. The standard configuration syntax tree in this step is obtained by the instructions called by the functions after being pre-packaged into the functions.
Meanwhile, it should be noted that the standard configuration syntax tree in this step actually corresponds to an element or component in the page template, and the association relationship between element nodes is embodied by a tree structure. The standard configuration syntax tree comprises element nodes, attribute information of the element nodes is correspondingly given, and the attribute information comprises unique identifiers of the corresponding element nodes; the page rendering can be completed through the attribute information of each element node in the standard configuration syntax tree, and the unique identifier of each element node can be used for determining the element node to be modified in the subsequent target page generation process.
In this embodiment, it may be considered that the scene layouts of the target page and the reference page template are the same or similar, and the possessed functional components or contained interface elements are also very similar, but because the generation of the target page has a customized requirement, the target page and the reference page template have some distinctive features, and in this step, the difference between the target page and the reference page template may be distinguished according to the page requirement information of the target page and some tags or functional attribute information of the reference page template, so as to obtain distinctive element information, where the distinctive element information may include elements, components, or function class information that are added or need to be deleted.
Specifically, each page template in the predetermined page template set in this embodiment may be used to present the page content through the rendering engine, and after the page content of the page template is presented, the exposable code interface of the page template may be presented in the code presentation mode. For the reference page template, the formed code interface capable of being displayed can be viewed after the page content is rendered, and the code interface capable of being displayed can contain the scene of the page to be displayed and the attribute information of the element corresponding to the functional element. Through the displayed code interface, the attribute information of the element nodes with different unique identifiers in the reference page template can be obtained.
Based on the above description, when the difference between the target page and the reference page template is determined, after the specific difference point is determined manually, in this step, the form of the element attribute information in the displayable code interface corresponding to the reference page template may be traversed to determine on which element node of the standard configuration syntax tree included in the displayable code interface the found difference point should be, and the determined element node is regarded as the difference element node to form the difference element information.
S103, generating 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.
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 actually corresponding attribute information on 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 through the page rendering engine provided in this embodiment, so as to generate the target page and implement presentation 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 base, and in a specific implementation of rendering, the elements are first assembled from the bottom layer up into business components according to a tree structure of a target configuration syntax tree in a depth-first traversal manner, and then the combined business components are converted into an abstract syntax tree and are translated into a rendering function vue by the compiler base, so that content presentation of the target page is implemented by rendering the rendering function.
The page generation method provided by the embodiment of the invention can firstly determine a reference page template corresponding to a target page 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 syntax tree corresponding to the reference page template; finally, the target page can be generated by modifying the standard configuration syntax tree in combination with the page rendering engine according to the standard configuration syntax tree and the distinguishing element information. According to the technical scheme, when the page to be generated with the customization requirement exists, the reusable page template can be determined from the existing page template, and the page meeting the customization requirement can be simply and quickly generated by modifying the grammar tree configured corresponding to the page template, so that the flexibility and the universality of the arranged development 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.
As an optional embodiment of the second embodiment of the present invention, in the optional embodiment, the specifically optimizing 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 the page templates in the page template set adopted in the embodiment need to be generated in advance and stored in a page generation manner. Specifically, for different page templates, scene layout, element information, functional components, and the like of the page template are greatly different, and these differences may constitute page layout information of the corresponding page template.
In the process of generating the page template, the optional embodiment may determine the configuration nodes included in the page template through the page layout information of each to-be-generated page template, and may determine the attribute information of each configuration node, the association relationship between each configuration node, and the like, where the attribute information may be represented by a pre-selected data format, and may also form a document object model by combining the configuration nodes in a tree structure form with the association relationship of the configuration nodes.
Then, the document object model may be traversed by the rendering engine adopted in this embodiment to convert the configuration attributes that do not meet the specification, then a configuration syntax tree is generated by rendering each configuration node, the configuration syntax tree includes element nodes corresponding to each configuration node, and each element node corresponds to a unique identifier included in the attribute information, and finally a page template may be generated by rendering the configuration syntax tree, and the configuration syntax tree of the page template may be packaged into a factory function to obtain the generation for the target page in the subsequent invocation.
Further, fig. 2 is a flowchart illustrating an implementation of page template construction in the page generating method provided in this embodiment, and as shown in fig. 2, the step of "constructing a page template for page generation" in this embodiment specifically includes the following steps:
s1001, page layout information containing all configuration nodes set according to business scene requirements is obtained.
For any page template to be generated, before generating the page template, business scenario requirements needed by page generation also exist, the business scenario requirements are equivalent to page design information for page generation, and may include design requirements of the page template, such as scenario layout requirements, functional components, element information, and the like, and these business scenario requirements may be set by developers or provided by enterprise users with requirements.
In this embodiment, configuration nodes required for generating a page template may be determined through analysis of a service scene requirement by a developer, and meanwhile, information including each configuration node and content related to the node may be arranged into page layout information in a form processable by a rendering engine.
S1002, analyzing the page layout information, and configuring the 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 in the adopted rendering engine framework, this step may determine the configuration nodes included in the page layout information by analyzing the page layout information, and may sort the related attribute information of each configuration node according to a data format corresponding to the rendering engine framework to form attribute information matching the rendering engine framework.
Illustratively, according to the rendering engine vue framework adopted in this embodiment, the page layout information may be fully converted into top-level attributes of vue elements according to the convention of vue, such as style, class, attrs, props, dompops, on, native on, directives, scoped slots, slot, key, ref, refInFor, and the like, and the formed attribute information may include element names and the like. Meanwhile, fig. 2a shows an example of configuration nodes and attribute information determined when a page template is generated, and as shown in fig. 2a, the configuration nodes and attribute information formed by arrangement may be considered to be set based on an vue rendering frame, and fig. 2a specifically includes configuration nodes 11 having vue attributes (node-related attributes), and also includes attribute item information 12 included in vue attributes of the configuration nodes.
S1003, determining the incidence relation of each configuration node according to each attribute information, and generating a document object model containing each configuration node according to the incidence relation.
In this embodiment, through analysis of the attribute information determined in the above steps, what association relationship each configuration node has before can be determined, for example, the node 1 may be a parent node of the node 2, and after determining the association relationship between the configuration nodes, the step may form an element rendering sequence through information such as a hierarchy and a sequence to perform combined rendering on the configuration nodes, 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 graph that uses the determined configuration nodes and attribute information to form a document object model. As shown in fig. 2b, a document object model 13 constructed and formed based on the configuration nodes and the attribute information of the configuration nodes included in fig. 2a is specifically shown, 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, forming a configuration syntax tree through the depth traversal of the document object model by the rendering engine, wherein the configuration syntax tree comprises element nodes formed based on the configuration nodes, and the attribute information of each element node comprises the configured unique identifier.
In this embodiment, after a document object model of a page template is obtained, a rendering engine may use a depth traversal algorithm to traverse each configuration node in the document object model, so as to combine and convert configuration attributes of the configuration nodes, and then the configuration nodes may be rendered from bottom to top into element nodes to form a configuration syntax tree, where each element node has corresponding attribute information, and the attribute information includes a unique attribute identifier generated by a corresponding element node, and is recorded as a unique identifier in this embodiment.
Following the above example, FIG. 2c presents an example presentation of a configuration syntax tree formed by the rendering of the document object model. As shown in fig. 2c, a configuration syntax tree 14 corresponding to the document object model 13 in fig. 2b is shown, and it can be seen that the configuration syntax tree converts the original configuration node combination into element nodes, each element node specifically corresponds to attribute information, and the attribute information includes unique identifiers of each element node.
It should be noted that, in the embodiment, a mode in which the front-end development framework vue framework is combined with the compiler basic is adopted as a rendering engine to render the document abstraction model, and the rendering is specifically realized by a vue rendering function, and the vue rendering function needs to be formed by compiling a JSX rendering engine by using the basic. Specifically, the process of table compiling the JSX rendering engine to obtain vue rendering functions may include:
1. code resolution
Specifically, jsx rendering engine code is parsed into an Abstract Syntax Tree (AST), each js engine (such as the V8 engine in Chrome browser) has its own AST parser, and babel is implemented by Babylon. There are two stages in the resolution process: lexical analysis and syntactic analysis, the lexical analysis stage converting the code in the form of a string into a stream of tokens (tokens), the tokens being similar to nodes in the AST; the parsing stage converts a token stream into an AST form, and converts information in the token into an AST expression structure, which can accurately describe in detail all element nodes and relationships between the element nodes of the page, so that the jsx elements are parsed into jsxellement element expressions in the AST, and the jsx element attributes are parsed into xidentifier nodes inside the jsxellement nodes, namely, concrete descriptions in the jsxellement element expressions.
2. Abstract syntax tree conversion
Specifically, at this stage, Babel only needs to operate the obtained AST structure, that is, the obtained JSX rendering engine syntax tree is subjected to depth-first traversal through Babel-transition, and in this process, addition, update, and removal operations are performed on JSX nodes by defining a visitor of the JSX, that is, the expression nodes and attribute nodes of each JSX are converted, merged, moved, added, and the like, and are injected into the element rendering function createlement node of vue, and finally converted into the AST structure of the vue rendering function.
3. Generating vue rendering function
And (3) converting the converted vue rendering function AST structure into js codes through a babel-generator, wherein the process is to traverse the whole AST with depth priority, then construct a character string capable of expressing the converted codes, and finally generate a vue rendering function.
S1005, packaging the configuration syntax tree into a factory function which receives function call-back, and rendering the configuration syntax tree to generate a presentable page template.
In this embodiment, the configuration syntax tree formed by rendering in the above steps can be packaged into a factory function in order to be used as a page template for fast generation of a page candidate for a specific customization requirement in the same scene, and the generated factory function can be used as a configuration generator and called through a function callback function. Meanwhile, the embodiment may further render the formed configuration syntax tree to generate a page template that can be presented, and the page template may be recorded in a preset page template set.
The above optional embodiment of the present invention specifically provides a process for constructing each page template in the page template set, and the constructed page template can realize generation of the customized demand page by calling the matched page template and dynamically modifying the configuration syntax tree corresponding to the page template when the customized demand page to be generated subsequently appears. The key in the generation of the page template is the determination of the configuration syntax tree, the configuration syntax 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 the dynamic modification of the configuration syntax tree is effectively solved.
Example two
Fig. 3 is a schematic flow chart of a page generation method according to a second embodiment of the present invention, where this embodiment is optimized based on the above embodiment, and in this embodiment, the standard configuration syntax tree corresponding to the reference page template is further called, and the information of the difference element of the target page with respect to the reference page template is determined to be embodied as: calling a standard configuration syntax tree corresponding to the reference page template from a set storage path by receiving parameter information transmitted by a preset callback function; obtaining 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 requirement information with the element attribute information to obtain the distinguishing element information of the target page relative to the reference page template.
Meanwhile, in this embodiment, generating the target page by modifying the standard configuration syntax tree according to the standard configuration syntax tree and the distinguishing element information in combination with a page rendering engine is further embodied as: acquiring a readable information item with identification information formed by converting the distinguishing element information; traversing the standard configuration syntax 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 syntax tree; updating the attribute information of the target element node at the target position through the readable information item to form an updated target configuration syntax tree; and rendering the target configuration syntax tree to generate a target page capable of being presented.
As shown in fig. 3, a page generation method provided in the second embodiment of the present invention specifically includes the following operations:
s201, according to page demand information of a target page to be generated, determining a reference page template corresponding to the target page from a pre-generated page template set.
For example, fig. 3a shows an effect rendering diagram of a target page to be generated, fig. 3b shows an effect rendering diagram of a reference page template corresponding to the target page, and it can be found that, in addition to the function of the customization requirement, the generation requirement of the target page 21 in fig. 3a substantially matches the reference page template 22 in fig. 3b in the scene layout style and the functional component presentation, and the target page 21 modifies the presentation style of the last element and a plurality of function buttons compared to 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 from the reference page template.
S202, by receiving the parameter information transmitted by the preset callback function, the standard configuration syntax tree corresponding to the reference page template is called from the set storage path.
In this embodiment, the relevant information of each page template in the page template set is pre-stored in the set path, and after the reference page template is determined in the above step, a callback function constructed by a developer can be detected and parameter information transmitted through the callback function can be received. The callback function in the step can call the required information based on an external function call interface reserved by a developer in the project development.
S203, searching a displayable code interface corresponding to the reference page template to obtain the element attribute information contained in the reference page template.
In this embodiment, the reference page template may present the page content through 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, and the element attribute information actually corresponds to a standard configuration syntax tree for page rendering.
In this step, through search traversal of the exposable code interface, the element attribute information corresponding to the standard configuration syntax tree in the reference page template can be obtained, for example, the element attribute information may include description of attribute information related to element nodes, may include functions of the element, and layout position information in the reference page template.
S204, comparing the page requirement information with the element attribute information to obtain the distinguishing element information of the target page relative to the reference page template.
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. In this step, the page requirement information of the target page may be compared with the element attribute information determined by the corresponding reference page template, so as to determine which differences exist in the target page with respect to the reference page template, and the difference element information may be formed based on the differences. The distinguishing element information may include what element information is specifically added, deleted, or modified in the target page with respect to the reference page template.
The following S205 to S208 of this embodiment give a specific implementation process of target page generation.
S205, a readable information item with identification information formed by converting the distinguishing element information is obtained.
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 embodied in a corresponding position of the standard configuration syntax tree, and this step may analyze and arrange 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 at least includes identification information of the distinguishing element node and an operation (deletion or modification) to be performed on an element node corresponding to the identification information.
S206, traversing the standard configuration syntax tree through the page rendering engine, and determining the corresponding target position of the element node identified by the identification information in the standard configuration syntax tree.
This step corresponds to the dynamic modification of the standard configuration syntax tree by the rendering engine in combination with the above readable information items. Specifically, each element node in the syntax tree may be configured by the page rendering engine deep traversal standard, so as to compare the identification information in the readable information item with the unique identification of the element node, and determine whether the currently traversed element node is a node to be modified or adjusted.
For example, assuming that the element node identified by the identification information in the received readable information item matches the unique identifier of one of the element nodes in the standard configuration syntax tree, the position of the matched element node may be regarded as a target position to be adjusted, assuming that there is no matched element node, the element node identified by the identification information may be regarded as a node newly added on the basis of the standard configuration syntax tree, and by including other information in the readable information item, the association relationship between the element node to be added and the existing node may be determined, so that the target position of the element node identified by the identification information in the standard configuration syntax tree may also be obtained.
And 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 syntax tree.
After the target position is determined, the existing element nodes in the standard configuration syntax tree are assumed to exist at the target position, the existing element nodes can be directly used as target element nodes, and the content of the target element nodes can be modified or deleted in combination with the information in the readable information item; assuming that there is no existing element node at the target position, which is equivalent to the target element node at the target position being a new node to be added, the step may perform a new update operation according to attribute information included in the readable information item of the node to be added, and finally form a target configuration syntax tree after the update.
Illustratively, and following the exemplary description given above in constructing the page template in an alternative embodiment, fig. 3c shows an example illustration 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, which can be regarded as an update of the configuration syntax tree 14 included in fig. 2c, and when it is determined through the above steps of this embodiment that the readable information item corresponding to the target page is a 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 element node identified as 7 is modified and updated can be obtained through the operation of this step. It can be found that the element name of the element node identified as 7 after modification is changed from the original 'a' to 'div' with respect to the element name of the original element node identified as 7 in the configuration syntax tree 14, and accordingly, there is a possibility that other attribute information possessed by the element node identified as 7 is also modified.
And S208, rendering the target configuration syntax tree to generate a target page capable of being presented.
In this embodiment, the target configuration syntax tree formed by modifying the standard configuration syntax tree may generate a target page capable of presenting page content through rendering by the page rendering engine again, where the generated target page is a to-be-programmed development page meeting the page requirement information obtained in this embodiment.
The page generation method provided by the second embodiment of the invention embodies the determination process of the standard configuration syntax tree and the area element information, and also embodies the implementation process of generating the target page by modifying the standard configuration syntax tree in combination with the page rendering engine. According to the technical scheme, when the page to be generated with the customization requirement exists, the reusable page template can be determined from the existing page template, and the page meeting the customization requirement can be simply and quickly generated by modifying the grammar tree configured corresponding to the page template, so that the flexibility and the universality of the exclusive development 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.
As an optional embodiment provided in the second embodiment of the present invention, in the optional embodiment, further specifically optimizing includes: determining the corresponding differentiated 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 identifier in a preset configuration data set in an associated manner.
It should be noted that, in the page generation method provided in the foregoing embodiment, the target page is generated by modifying the standard configuration syntax tree corresponding to the matched reference page template, and the customization of the generated target page is mainly embodied in the aspects of the page scene layout, the functional components included in the page scene layout, and the like. Updates to the data information in the target page may not be involved.
The optional embodiment optimizes and increases the updating operation of the data information in the target page, and the specific optional embodiment can firstly analyze and determine the distinguished 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, wherein the distinguished data content can demand the specific data information to be embodied in the target page by the user, and the distinguished data content can be determined by comparing the distinguished data content with the page data information corresponding to the reference page template; then, the embodiment may configure a corresponding unique data identifier for the differentiated data content, and finally may record and store the unique data identifier and the differentiated data content of the corresponding target page in a preset configuration data set in an associated manner. For example, fig. 3d shows an example of a configuration data set containing differentiated data content, as shown in fig. 3d, data information in the data configuration set 24 is stored in the form of a data table, a first column of the data table is a unique data identification column, and subsequent columns contain data information existing in different target pages, and recording time and information updating time of the piece of data information.
It can be understood that, in the development process of a project, there may be a plurality of target pages to be generated in the same time period, so that the configuration data set may summarize the distinct data contents corresponding to different target pages, and the distinct data contents of each target page may be generated and processed by a user corresponding to the target page. In addition, a data acquisition function is formed by encapsulation in this embodiment, and a code block caller is formed by fusion with the inherent functions (point burying, reporting, compatible repair, and the like), and the code block caller can be used for effectively calling the distinguished data content in the target page generation process.
Meanwhile, on the basis of the above optimization, the optional embodiment further includes: after receiving a data identifier to be called transmitted by a code block calling device, searching target distinguishing data content matched with the data identifier to be called from the configuration data set, and filling the target distinguishing data content to a corresponding position of the target page.
Specifically, the optional embodiment further provides the implementation steps of distinguishing the filling of the data content in the target page based on the optimization, wherein, the realization of the step can monitor whether the pre-programmed code block caller is called and the data mark to be called is transmitted in real time, if so, receiving the to-be-called data identification transmitted by the code block caller, wherein the to-be-called data identification can be parameter information input into the code block caller by a developer according to the generation requirement of the target page, comparing the to-be-called data identification with each unique data identification recorded in a pre-stored configuration data set, therefore, the target distinguishing data content corresponding to the unique data identifier matched with the data identifier to be called can be searched from several kinds of configuration data, and then the obtained target distinguishing data content can be filled in the corresponding position of the target page.
The optional embodiment provided in this embodiment specifically provides a process for determining and storing data content different from the reference page template in the target page and acquiring target difference data content required in the subsequent target page generation process. According to the method and the device, the unique data identification for distinguishing the data content is configured, and the unique data identification is combined with the code block caller to fill the target distinguishing data content in the target page subsequently, so that the generation of the target page is simply and rapidly realized, the repeated development of codes is simplified, and the code reuse rate 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 performing page generation on a page to be generated that has a customized requirement, where 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: a template determination module 31, a syntax tree determination module 32 and a 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;
a syntax tree determining module 32, configured to invoke a standard configuration syntax tree corresponding to the reference page template, and determine difference element information of the target page relative to the reference page template;
and a page presenting module 33, configured to generate the target page by modifying the standard configuration syntax tree according to the standard configuration syntax tree and the distinguishing element information, in combination with a page rendering engine.
The page generating device provided by the third embodiment of the invention can determine the reusable page template from the existing page templates and simply and quickly generate the page meeting the customized requirement by modifying the grammar tree configured corresponding to the page template when the page to be generated with the customized requirement exists, so that the flexibility and the universality of the arranged development 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.
Furthermore, each element node included in the standard configuration syntax tree corresponds to attribute information, and the attribute information includes a unique identifier of the corresponding element node;
the displayable code interface formed after the operation of the reference page template comprises a displayed page scene and element attribute information corresponding to the functional elements.
On the basis of the optimization, the syntax tree determining module 32 may be specifically configured to obtain the element attribute information included in the reference page template by searching for a code interface that can be displayed and corresponds to the reference page template; obtaining the distinguishing element information of the target page relative to the reference page template by comparing the page requirement information with the element attribute information; and calling the standard configuration syntax tree corresponding to the reference page template from a set storage path by receiving the parameter information transmitted by the preset callback function.
Further, the page presenting module 33 may be specifically configured to obtain a readable information item with identification information formed by converting the distinguishing element information; traversing the standard configuration syntax 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 syntax tree; updating the attribute information of the target element node at the target position through the readable information item to form an updated target configuration syntax tree; and rendering the target configuration syntax tree to generate a target page capable of being presented.
Further, the device further comprises a template building module, wherein the template building module can build 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 building module can be specifically used for acquiring page layout information which is set according to the requirements of a service scene and contains each configuration node; analyzing the page layout information, and configuring the attribute information of each configuration node according to a set data format; determining the incidence relation of each configuration node according to each attribute information, and generating a document object model containing each configuration node according to the incidence relation; forming a configuration syntax tree through a rendering engine for the depth traversal of the document object model, wherein the configuration syntax tree comprises element nodes formed based on each configuration node, and attribute information of each element node comprises a configured unique identifier; and packaging the configuration syntax tree into a factory function for receiving function call-back, and rendering the configuration syntax tree to generate a presentable page template.
Further, the device may further include a difference data determining module and a data information storing module, where the difference data determining module may be configured to determine, according to the page demand information of the target page, difference data content corresponding to the target page; the data information storage module may be configured to store the distinct data content and the corresponding unique data identifier in a preset configuration data set in an associated manner.
On the basis of the above embodiment, the apparatus may further include a data content filling module, configured to search, after receiving the data identifier to be called that is transmitted through the code block caller, target distinct data content matching the data identifier to be called from the configuration data set, and fill the target distinct data content in a corresponding position of the target page.
Example four
Fig. 5 is a schematic diagram of a hardware structure of a computer device according to a fourth embodiment of the present invention, specifically, the computer device includes: a processor and a storage device. At least one instruction is stored in the storage device, and the instruction is executed by the processor, so that the computer device executes the page generation method according to the embodiment of the method.
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, and one processor 40 is taken as an example in fig. 5. The number of the storage devices 41 in the computer apparatus may be one or more, and one storage device 41 is taken as an example 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 in another way, as exemplified by the bus connection in fig. 5.
The storage device 41, which is a computer-readable storage medium, can be used for storing software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to the embodiments of the present invention (for example, the template determination module 31, the syntax tree determination module 32, and the page rendering module 33 in the page generation device provided in the above-mentioned 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, an application program required for at least one function; the storage data area may store data created according to use of the computer device, and the like. Further, the storage device 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 located remotely from processor 40, which may be connected to a computer device over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
In general, the display screen 42 is used for displaying data according to instructions from the processor 40, and is also used for receiving touch operations applied to the display screen 42 and sending corresponding signals to the processor 40 or other devices. Optionally, when the display screen 42 is an infrared screen, the display screen further includes an infrared touch frame, and the infrared touch frame is disposed around the display screen 42, and may also be configured to receive an infrared signal and send the infrared signal to the processor 40 or other computer devices.
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 numeric or character information and generating key signal inputs related to user settings and function control of the computer device, and may be a camera for acquiring images and a sound pickup device for acquiring audio in video data. The output device 44 may include a video computer device such as a display screen and an audio device such as a speaker. It should be noted that the specific composition of the input device 43 and the output device 44 can be set according to actual conditions.
The processor 40 executes various functional applications and data processing of the computer device by executing software programs, instructions, and modules stored in the storage device 41, that is, implements the above-described page generation method.
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; calling a 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; and generating 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.
An embodiment of the present invention further provides a computer-readable storage medium, where when a program in the storage medium is executed by a processor of a computer device, the computer device is enabled to execute the page generation method according to the above embodiment. Illustratively, the page generating method according to the foregoing 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; calling a 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; and generating 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.
It should be noted that, as for the embodiments of the apparatus, the computer device, and the storage medium, since they are basically similar to the embodiments of the method, the description is relatively simple, and in the relevant places, reference may be made to the partial description of the embodiments of the method.
From the above description of the embodiments, it is obvious for those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly, can also be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, and the computer software product may be stored in a computer-readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, and includes several instructions to enable a computer device (which may be a robot, a personal computer, a server, or a network device) to execute the page generation method according to any embodiment of the present invention.
It should be noted that, in the above-mentioned page generating apparatus, each unit and each module included in the page generating apparatus are only divided according to functional logic, but are not limited to the above division, as long as the corresponding function can be realized; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
It should 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 memory and executed by suitable instruction execution devices. For example, if implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. 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, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (11)

1. A page generation method is characterized by comprising the following steps:
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 syntax 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 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.
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;
the displayable code interface formed after the operation of the reference page template comprises a displayed page scene and element attribute information corresponding to the functional elements.
3. The method according to claim 2, wherein said retrieving a standard configuration syntax tree corresponding to the reference page template and determining the distinctive element information of the target page with respect to the reference page template comprises:
calling a standard configuration syntax tree corresponding to the reference page template from a set storage path by receiving parameter information transmitted by a preset callback function;
obtaining 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 requirement 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 generating the target page by modifying the standard configuration syntax tree according to the standard configuration syntax tree and the distinguishing element information in conjunction with a page rendering engine comprises:
acquiring a readable information item with identification information formed by converting the distinguishing element information;
traversing the standard configuration syntax 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 syntax tree;
updating the attribute information of the target element node at the target position through the readable information item to form an updated target configuration syntax tree;
and rendering the target configuration syntax tree to generate a target page capable of being presented.
5. The method of 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 constructing a page template for page generation comprises:
acquiring page layout information containing each configuration node set according to the requirements of a service scene;
analyzing the page layout information, and configuring the attribute information of each configuration node according to a set data format;
determining the incidence relation of each configuration node according to each attribute information, and generating a document object model containing each configuration node according to the incidence relation;
forming a configuration syntax tree through a rendering engine for the depth traversal of the document object model, wherein the configuration syntax tree comprises element nodes formed based on each configuration node, and attribute information of each element node comprises a configured unique identifier;
and packaging the configuration syntax tree into a factory function for receiving function call-back, and rendering the configuration syntax tree to generate a presentable page template.
7. The method of any one of claims 1-6, further comprising:
determining the corresponding differentiated 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 identifier in a preset configuration data set in an associated manner.
8. The method of claim 7, further comprising:
after receiving a data identifier to be called transmitted by a code block calling device, searching target distinguishing data content matched with the data identifier to be called from the configuration data set, and filling the target distinguishing data content to a 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 a 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 syntax tree in combination with a page rendering engine according to the standard configuration syntax tree and the distinguishing element information.
10. A computer device, comprising:
one or more processors;
storage means for storing one or more programs;
the one or more programs are executable by the one or more processors to cause the one or more processors to implement the page generation method of any one of claims 1-8.
11. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the page generation method according to any one 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 true CN111666526A (en) 2020-09-15
CN111666526B 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)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112130856A (en) * 2020-09-29 2020-12-25 重庆紫光华山智安科技有限公司 Method, system, medium and terminal for generating front-end visual interface with strong expansibility
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
CN112948039A (en) * 2021-02-25 2021-06-11 广州市百果园网络科技有限公司 Page display method, device, equipment and storage medium
CN113126990A (en) * 2021-04-22 2021-07-16 北京京东振世信息技术有限公司 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
CN113572851A (en) * 2021-07-29 2021-10-29 辽宁向日葵教育科技有限公司 Remote desktop connection method based on browser
CN113568621A (en) * 2021-07-30 2021-10-29 北京达佳互联信息技术有限公司 Data processing method and device for page embedded point
CN113590119A (en) * 2021-07-29 2021-11-02 远光软件股份有限公司 Page creation method, electronic device and storage medium
CN114253536A (en) * 2021-12-13 2022-03-29 中国联合网络通信集团有限公司 Calling method of interface design component, terminal device and readable storage medium
CN114564534A (en) * 2022-03-01 2022-05-31 济南浪潮智投智能科技有限公司 Scene-based visual configuration platform and implementation method
CN114840196A (en) * 2022-07-06 2022-08-02 中国汽车技术研究中心有限公司 Modelica language model processing method, device and storage medium
CN116301847A (en) * 2023-01-28 2023-06-23 广西数字大脑智能科技有限责任公司 System and method for rapidly generating page based on development platform

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103544176A (en) * 2012-07-13 2014-01-29 百度在线网络技术(北京)有限公司 Method and device for generating page structure template corresponding to multiple pages
CN105183475A (en) * 2015-09-08 2015-12-23 北京思特奇信息技术股份有限公司 Method and system for customizing individuality pages of portal website by user himself
CN109002338A (en) * 2017-06-07 2018-12-14 阿里巴巴集团控股有限公司 Page rendering, page finishing information processing method and device
CN109918607A (en) * 2019-03-20 2019-06-21 杭州网易再顾科技有限公司 Page building method and device, medium and calculating equipment
CN110187878A (en) * 2019-05-29 2019-08-30 北京三快在线科技有限公司 A kind of page generation method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103544176A (en) * 2012-07-13 2014-01-29 百度在线网络技术(北京)有限公司 Method and device for generating page structure template corresponding to multiple pages
CN105183475A (en) * 2015-09-08 2015-12-23 北京思特奇信息技术股份有限公司 Method and system for customizing individuality pages of portal website by user himself
CN109002338A (en) * 2017-06-07 2018-12-14 阿里巴巴集团控股有限公司 Page rendering, page finishing information processing method and device
CN109918607A (en) * 2019-03-20 2019-06-21 杭州网易再顾科技有限公司 Page building method and device, medium and calculating equipment
CN110187878A (en) * 2019-05-29 2019-08-30 北京三快在线科技有限公司 A kind of page generation method and device

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112130856A (en) * 2020-09-29 2020-12-25 重庆紫光华山智安科技有限公司 Method, system, medium and terminal for generating front-end visual interface with strong expansibility
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
CN112948039A (en) * 2021-02-25 2021-06-11 广州市百果园网络科技有限公司 Page display method, device, equipment and storage medium
CN112948039B (en) * 2021-02-25 2023-08-01 广州市百果园网络科技有限公司 Page display method, device, equipment and storage medium
CN113126990A (en) * 2021-04-22 2021-07-16 北京京东振世信息技术有限公司 Page development 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
CN113572851A (en) * 2021-07-29 2021-10-29 辽宁向日葵教育科技有限公司 Remote desktop connection method based on browser
CN113590119A (en) * 2021-07-29 2021-11-02 远光软件股份有限公司 Page creation method, electronic device and storage medium
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
CN114564534A (en) * 2022-03-01 2022-05-31 济南浪潮智投智能科技有限公司 Scene-based visual configuration platform and implementation method
CN114564534B (en) * 2022-03-01 2023-09-29 山东浪潮新基建科技有限公司 Visual configuration platform based on scene and implementation method
CN114840196A (en) * 2022-07-06 2022-08-02 中国汽车技术研究中心有限公司 Modelica language model processing method, device and storage medium
CN116301847A (en) * 2023-01-28 2023-06-23 广西数字大脑智能科技有限责任公司 System and method for rapidly generating page based on development platform
CN116301847B (en) * 2023-01-28 2023-11-21 广西数字大脑智能科技有限责任公司 System and method for rapidly generating page based on development platform

Also Published As

Publication number Publication date
CN111666526B (en) 2023-05-12

Similar Documents

Publication Publication Date Title
CN111666526B (en) Page generation method, device, equipment and storage medium
CN101777004B (en) Method and system for realizing BPEL sub-process multiplexing based on template in service-oriented environment
CN108984172B (en) Interface file generation method and device
CN110806863A (en) Interface document generation method and device, electronic equipment and storage medium
US8839192B2 (en) System and method for presentation of cross organizational applications
CN111045655A (en) Page rendering method and device, rendering server and storage medium
JP2006202277A (en) General application sequence diagram generator driven by nonspecific language
CN111104106A (en) Visual development method, system and medium for integrating business process and communication message
CN102236544A (en) Method and device for designing skins
CN111666100A (en) Software framework generation method and device, electronic equipment and storage medium
CA2686367A1 (en) Dynamic native editor code view facade
CN114564199A (en) Method, device and equipment for generating use page and readable storage medium
WO2021129812A1 (en) Method and system for running artificial intelligence application, and device
JP4836412B2 (en) Method and apparatus for generating a graphical user interface
CN115964042A (en) Menu generation method and device, storage medium and electronic equipment
Alulema et al. A DSL for the development of heterogeneous applications
CN101986303A (en) Digital television HSML analysis method and system applying DOM analysis engine
CN111124386B (en) Animation event processing method, device, equipment and storage medium based on Unity
Åkesson et al. Jatte: A tunable tree editor for integrated DSLs
CN114706582A (en) Icon processing method and device during program operation, electronic equipment and storage medium
CN113342399A (en) Application structure configuration method and device and readable storage medium
CN114489607A (en) Cross-stack application processing and page rendering method, device, equipment and storage medium
Klemisch et al. Context-aware UI component reuse
CN107451167A (en) The click data acquisition methods and system of position are clicked in standing
CN117251231B (en) Animation resource processing method, device and system and electronic equipment

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.