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

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

Info

Publication number
CN111610972A
CN111610972A CN202010441324.4A CN202010441324A CN111610972A CN 111610972 A CN111610972 A CN 111610972A CN 202010441324 A CN202010441324 A CN 202010441324A CN 111610972 A CN111610972 A CN 111610972A
Authority
CN
China
Prior art keywords
page
target
data
components
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.)
Granted
Application number
CN202010441324.4A
Other languages
Chinese (zh)
Other versions
CN111610972B (en
Inventor
暴文宾
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Baidu Netcom Science and Technology Co Ltd
Original Assignee
Beijing Baidu Netcom Science and Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Baidu Netcom Science and Technology Co Ltd filed Critical Beijing Baidu Netcom Science and Technology Co Ltd
Priority to CN202010441324.4A priority Critical patent/CN111610972B/en
Publication of CN111610972A publication Critical patent/CN111610972A/en
Application granted granted Critical
Publication of CN111610972B publication Critical patent/CN111610972B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Abstract

The application discloses a page generation method, a page generation device, page generation equipment and a storage medium, and relates to internet products. The specific implementation scheme is as follows: acquiring a component which a target page should contain; configuring an initial page according to components to be contained in a target page; and generating a target page based on the initial page and the data related to the target service, wherein the target page is a page corresponding to the target service. The method and the device can reduce labor cost, improve efficiency of research and development personnel, and generate the page more efficiently.

Description

Page generation method, device, equipment and storage medium
Technical Field
The embodiment of the application relates to the internet technology, in particular to a page generation method, a page generation device, page generation equipment and a storage medium, which can be used for internet products.
Background
With the rapid development of internet technology, internet products are increasing day by day. Generally, according to the difficulty of page development and the reusability of codes, pages of internet products can be divided into middle and background pages mainly based on data management, static pages mainly based on operation and publicity, function customization pages such as products or activities, and business-related light interaction pages. The middle background page mainly comprises an increase, deletion, modification and check, and is low in development cost and high in reusability; the static page has low cost and high reusability; the customized page has high development cost and low reusability; the development cost of the light interaction type page is low, and the reusability is low.
For the light interaction type page, a common method is to develop and implement the page through research and development personnel, which consumes a large amount of labor cost and reduces the efficiency of the research and development personnel. Therefore, how to reduce the labor cost and improve the efficiency of the research and development personnel becomes a difficult problem.
Disclosure of Invention
A page generation method, device, equipment and storage medium are provided.
According to a first aspect, there is provided a page generation method, the method comprising: acquiring a component which a target page should contain; configuring an initial page according to components to be contained in a target page; and generating a target page based on the initial page and the data related to the target service, wherein the target page is a page corresponding to the target service.
According to a second aspect, there is provided a page generating apparatus, the apparatus comprising: an editor, a parser and a business module. Wherein the content of the first and second substances,
the editor is used for acquiring components which the target page should contain; configuring an initial page according to the components to be contained in the target page;
and the analyzer is used for generating a target page based on the initial page configured by the editor and the data which is transmitted by the service module and is related to the target service, wherein the target page is a page corresponding to the target service.
According to a third aspect, there is provided an electronic device comprising:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the method according to any one of the first aspect.
According to a fourth aspect, there is provided a non-transitory computer readable storage medium having stored thereon computer instructions for causing a computer to perform the method according to any one of the first aspect.
According to the technology of the application, the labor cost can be reduced, the efficiency of research and development personnel is improved, and the page can be generated more efficiently.
It should be understood that the statements in this section do not necessarily identify key or critical features of the embodiments of the present application, nor do they limit the scope of the present application. Other features of the present application will become apparent from the following description.
Drawings
The drawings are included to provide a better understanding of the present solution and are not intended to limit the present application. Wherein:
FIG. 1 is a schematic diagram according to a first embodiment of the present application;
FIG. 2 is a schematic diagram according to a second embodiment of the present application;
FIG. 3 is a schematic illustration according to a third embodiment of the present application;
FIG. 4 is a block diagram of an electronic device for implementing a page generation method of an embodiment of the present application;
fig. 5 is a diagram of a scenario in which an embodiment of the present application may be implemented.
Detailed Description
The following description of the exemplary embodiments of the present application, taken in conjunction with the accompanying drawings, includes various details of the embodiments of the application for the understanding of the same, which are to be considered exemplary only. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the present application. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
With the development of the mobile internet, a large number of light interaction pages in practical application need to be developed. The light interaction type page can not be like a middle background type page or a static type page because the light interaction type page is closely related to the service data and the interaction with the APP due to the combination with the service, and is solved by a generating platform. At present, the industry mainly develops and realizes the light interaction type page aiming at service combination by research and development personnel. Development and implementation are realized by research and development personnel, research and development labor cost can be increased, and meanwhile, due to the fact that the capabilities and development habits of the research and development personnel are different, code specification, page style, interaction and the like cannot be well unified, and the difficulties of later maintenance, upgrading, optimization and the like are caused. Therefore, a page generation scheme is needed to reduce the labor cost of developing and online the light interaction type page and improve the efficiency of the research and development personnel.
Based on the above, for the light interaction type page combined with the service, the application provides a page generation method, device, equipment and storage medium, the page is generated more efficiently by combining the platform generation page with the service function module, the labor cost for developing the light interaction type page on line is reduced, and the efficiency of research and development personnel is improved.
The page generation scheme provided by the application is suitable for, but not limited to, any light interaction page combined with the service, and any simple page combined with service data or interacted with the service-associated APP can be used.
First, some terms related to the present application are explained:
the light interaction type page, i.e. the page with heavy display light interaction, displays the business data and combines with the terminal, and the main function is to display and involve less interaction. For example, a work collection page, a list page (ranking list), a data list page, a content sharing display page, a topic page, and the like.
Page styles including, but not limited to, at least one of page title, page background, and footer. The page background comprises a page background color, a background picture and the like.
The following uses detailed embodiments to illustrate how the embodiments of the present application generate pages.
Fig. 1 is a schematic diagram according to a first embodiment of the present application. The present embodiment provides a page generating method, which may be executed by a page generating device, where the page generating device may specifically be a client such as a desktop computer, a tablet computer, and a notebook, or the page generating device may be a chip in the client.
As shown in fig. 1, the page generation method includes the following steps:
s101, obtaining components which the target page should contain.
S102, configuring an initial page according to the components which the target page should contain.
S103, generating a target page corresponding to the target service based on the initial page and the data related to the target service.
The step may specifically be: and rendering the initial page to obtain a target page corresponding to the target service based on the data related to the target service.
For S101 and S102, it can be specifically realized by an editor. The editor is mainly used for realizing page basic composition and configuration. The page basic composition is mainly realized by the combination of components, such as the combination of general basic components such as containers, texts, pictures, buttons and the like. The initial page obtained through S101 and S102 is a page unrelated to the target service, and can be generated by the platform, as will be understood by those skilled in the art. Specifically, the editor may be understood as an editing platform for performing page generation configuration, configuring page components and corresponding styles, data, interaction events, and the like of the components, and storing the finally generated page configuration data (referred to as an "initial page" herein) in a database.
Next, the initial page and the data related to the target service are combined through S103, and a target page corresponding to the target service is generated. Wherein, S103 may be specifically implemented by a parser. The parser is mainly used for completing parsing and generating the page. Aiming at an initial page generated by the editor through component combination and corresponding configuration, the parser establishes and configures a target page corresponding to a target service according to default or incoming data related to the target service.
It should be noted that the target page mentioned in this embodiment may be a light interaction page combined with the service, or may be any other simple page combined with the service data or interacted with the service-related APP, such as a data list page, a work collection page, a content sharing display page, and the like. By the method and the device, the page can be generated more efficiently and can be on-line, the business can customize the designated functional module according to needs, and the overall research and development cost is reduced.
In this embodiment, first, the component that the target page should include is obtained, then the initial page is configured according to the component that the target page should include, and further, the target page is generated based on the initial page and the data related to the target service, where the target page is a page corresponding to the target service. By combining the initial page and the data related to the target business to automatically generate the target page, research and development personnel are liberated, so that the labor cost can be reduced, the efficiency of the research and development personnel is improved, and the page can be generated more efficiently.
In addition, considering that a research and development team supporting a plurality of products at the same time cannot solve a plurality of services through the same platform, a service combination part is involved, code coupling is increased through logic judgment, and cross-service team cooperation is not beneficial to change maintenance. Therefore, on the basis of the above embodiment, the initial page is generated first, and when a specific target service is involved, the target page is obtained by combining the initial page and data related to the target service, so that the generation and online of the multi-service combined light interaction page can be quickly realized, the multi-service requirement can be supported more efficiently, and the research and development cost can be reduced.
For example, an initial page is obtained through an editor and stored in a database; the method comprises the steps of introducing and using resolvers in a plurality of services such as a bar, a good-looking video and the like, obtaining an initial page and data related to the services from a database, wherein the data related to the services are preferentially used when the resolver generates a target page, and if a certain component in the page to be generated is not contained in the data related to the services, the default component of the resolver is used. Therefore, a plurality of services can be configured and generated on the same platform, and can be used in each service simultaneously and have different interaction effects. That is, the step S103 of generating the target page based on the initial page and the data related to the target service may include: and according to the default data or the data related to the target service, establishing and configuring the initial page to obtain the target page.
Or, the same target service may correspond to at least one target page, and the at least one target page is different from each other.
In some embodiments, the components that the target page should contain may include: a common base component and/or a virtual component. The virtual component may include a plurality of common base components. That is, a combination of multiple common base components can be saved as a virtual component to facilitate page reuse. Wherein the common base component may include at least one of a container, text, a picture, and a button.
Optionally, the data related to the target service may include at least one of:
a target business infrastructure component;
and functional data related to the target service, wherein the functions related to the functional data comprise at least one of statistics, downloading APP call, end capability and the like.
Wherein, the target business basic component has a specific style specification or is added with a customized function. And finally generating a target page which accords with the specification by transmitting the own basic component of the target service to the resolver. The functions of strong correlation of target services such as statistics, terminal capability and the like can send out correct statistics and correctly run in the APP of the target services in the page interaction process.
In practical applications, data related to the target service may be generated by a service module, wherein the service module is used to implement the service-related function. The "service" herein may include, but is not limited to, a target service. And the business module transmits the data related to the target business into the resolver, and the resolver preferentially uses the transmitted data related to the target business in the page generation process.
Further, for S102, the initial page is configured according to the components that the target page should contain, wherein the configuration may include a page configuration, a component configuration, and a data configuration. Specifically, the method comprises the following steps:
the page configuration is used for configuring the terminal type, the page style, the display timeliness, the current version and the like which are suitable for the target page.
The component configuration is used for configuring the styles, data and events of the components contained in the target page. Wherein, the data mainly refers to the display condition data, the use or display data related to the components; the event refers to the action triggered by the component during initialization, scrolling and clicking, and the action comprises data modification, event triggering, page jumping, statistics, starting and downloading App and the like. The three are combined with each other, for example, different patterns are used under different data conditions, different events are executed under different data conditions, data modification is triggered in the events, and the like.
The data configuration is used for providing data for the components contained in the target page, including global data of the interaction state in the target page, interface data and the like.
Correspondingly, the parser creates the components in a traversing manner, processes styles, events and data of the components at the same time, and acquires and processes the data according to data configuration.
Optionally, as shown in fig. 2, on the basis of the flow shown in fig. 1, after S103 generating a target page corresponding to the target service based on the initial page and the data related to the target service, the page generating method may further include:
and S104, saving the target page for reading and displaying.
In practical application, the target page can be stored in a database and displayed for visualization after being read.
Fig. 3 is a schematic diagram according to a third embodiment of the present application. The embodiment provides a page generating apparatus, as shown in fig. 3, the page generating apparatus 300 includes: an editor 301, a parser 302 and a business module 303. Wherein:
the editor 301 is used for acquiring components to be included in the target page; and configuring the initial page according to the components which the target page should contain.
The parser 302 is configured to generate a target page based on the initial page configured by the editor 301 and data related to the target service and transmitted by the service module 303, where the target page is a page corresponding to the target service.
It should be noted that fig. 3 exemplifies one service module, but the embodiment of the present application is not limited thereto.
The page generating apparatus provided in this embodiment may be configured to execute the method embodiments described above, and the implementation manner and the technical effect of the page generating apparatus are similar, which is not described herein again.
Optionally, the parser 302 may be specifically configured to: and according to the default data or the data related to the target service, establishing and configuring the initial page to obtain the target page.
In some embodiments, the page generating apparatus 300 may further include: and a saving module (not shown) for saving the target page for reading and displaying.
Further, the data related to the target service may include at least one of:
a target business infrastructure component;
and functional data related to the target service, wherein the functions related to the functional data comprise at least one of statistics, starting downloading of APP and end capability.
Optionally, the components included in the target page may include: a common base component and/or a virtual component. Wherein the virtual component comprises a plurality of common basic components, and the common basic components can comprise at least one of containers, texts, pictures, buttons and the like.
On the basis of the above embodiments, the configuration may include page configuration, component configuration, and data configuration. Wherein:
the page configuration is used for configuring the terminal type, the page style, the display timeliness and the current version which are suitable for the target page;
the component configuration is used for configuring the styles, data and events of the components contained in the target page;
the data is configured to provide data for components contained in the target page.
According to an embodiment of the present application, an electronic device and a readable storage medium are also provided.
Fig. 4 is a block diagram of an electronic device according to the page generation method of the embodiment of the present application. Electronic devices are intended to represent various forms of digital computers, such as laptops, desktops, workstations, personal digital assistants, servers, blade servers, mainframes, and other appropriate computers. The electronic device may also represent various forms of mobile devices, such as personal digital processing, cellular phones, smart phones, wearable devices, and other similar computing devices. The components shown herein, their connections and relationships, and their functions, are meant to be examples only, and are not meant to limit implementations of the present application that are described and/or claimed herein.
As shown in fig. 4, the electronic apparatus includes: one or more processors 401, memory 402, and interfaces for connecting the various components, including high-speed interfaces and low-speed interfaces. The various components are interconnected using different buses and may be mounted on a common motherboard or in other manners as desired. The processor 401 may process instructions for execution within the electronic device, including instructions stored in the memory 402 or on the memory 402 to display graphical information of a GUI on an external input/output device (such as a display device coupled to the interface). In other embodiments, multiple processors and/or multiple buses may be used, along with multiple memories and multiple memories, as desired. Also, multiple electronic devices may be connected, with each device providing portions of the necessary operations (e.g., as a server array, a group of blade servers, or a multi-processor system). In fig. 4, one processor 401 is taken as an example.
Memory 402 is a non-transitory computer readable storage medium as provided herein. The memory stores instructions executable by at least one processor to cause the at least one processor to perform the page generation method provided by the present application. The non-transitory computer-readable storage medium of the present application stores computer instructions for causing a computer to perform the page generation method provided herein.
The memory 402, which is a non-transitory computer readable storage medium, may be used to store non-transitory software programs, non-transitory computer executable programs, and modules, such as program instructions/modules (e.g., the editor 301, the parser 302, and the business module 303 shown in fig. 3) corresponding to the page generation method in the embodiments of the present application. The processor 401 executes various functional applications of the server and data processing by running non-transitory software programs, instructions, and modules stored in the memory 402, that is, implements the page generation method in the above-described method embodiments.
The memory 402 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the electronic device of the page generation method, and the like. Further, the memory 402 may include high speed random access memory, and may also include non-transitory memory, such as at least one magnetic disk storage device, flash memory device, or other non-transitory solid state storage device. In some embodiments, the memory 402 may optionally include memory located remotely from the processor 401, and these remote memories may be connected to the page generation method electronics 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.
The electronic device of the page generation method may further include: an input device 403 and an output device 404. The processor 401, the memory 402, the input device 403 and the output device 404 may be connected by a bus or other means, and fig. 4 illustrates an example of a connection by a bus.
The input device 403 may receive input numeric or character information and generate key signal inputs related to user settings and function control of the electronic apparatus of the page generating method, such as a touch screen, a keypad, a mouse, a track pad, a touch pad, a pointing stick, one or more mouse buttons, a track ball, a joystick, or other input devices. The output devices 404 may include a display device, auxiliary lighting devices (e.g., LEDs), and haptic feedback devices (e.g., vibrating motors), among others. The display device may include, but is not limited to, a Liquid Crystal Display (LCD), a Light Emitting Diode (LED) display, and a plasma display. In some implementations, the display device can be a touch screen.
Various implementations of the systems and techniques described here can be realized in digital electronic circuitry, integrated circuitry, application specific ASICs (application specific integrated circuits), computer hardware, firmware, software, and/or combinations thereof. These various embodiments may include: implemented in one or more computer programs that are executable and/or interpretable on a programmable system including at least one programmable processor, which may be special or general purpose, receiving data and instructions from, and transmitting data and instructions to, a storage system, at least one input device, and at least one output device.
These computer programs (also known as programs, software applications, or code) include machine instructions for a programmable processor, and may be implemented using high-level procedural and/or object-oriented programming languages, and/or assembly/machine languages. As used herein, the terms "machine-readable medium" and "computer-readable medium" refer to any computer program product, apparatus, and/or device (e.g., magnetic discs, optical disks, memory, Programmable Logic Devices (PLDs)) used to provide machine instructions and/or data to a programmable processor, including a machine-readable medium that receives machine instructions as a machine-readable signal. The term "machine-readable signal" refers to any signal used to provide machine instructions and/or data to a programmable processor.
To provide for interaction with a user, the systems and techniques described here can be implemented on a computer having: a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to a user; and a keyboard and a pointing device (e.g., a mouse or a trackball) by which a user can provide input to the computer. Other kinds of devices may also be used to provide for interaction with a user; for example, feedback provided to the user can be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user may be received in any form, including acoustic, speech, or tactile input.
The systems and techniques described here can be implemented in a computing system that includes a back-end component (e.g., as a data server), or that includes a middleware component (e.g., an application server), or that includes a front-end component (e.g., a user computer having a graphical user interface or a web browser through which a user can interact with an implementation of the systems and techniques described here), or any combination of such back-end, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include: local Area Networks (LANs), Wide Area Networks (WANs), and the Internet.
The computer system may include clients and servers. A client and server are generally remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other.
Fig. 5 is a diagram of a scenario in which an embodiment of the present application may be implemented. As shown in fig. 5, a client 501 and a server 502 interact to implement the page generation method according to any of the above embodiments.
According to the technical scheme of the embodiment of the application, the components which the target page should contain are firstly obtained, then the initial page is configured according to the components which the target page should contain, and the target page is further generated based on the initial page and the data related to the target service, wherein the target page is the page corresponding to the target service. By combining the initial page and the data related to the target business to automatically generate the target page, research and development personnel are liberated, so that the labor cost can be reduced, the efficiency of the research and development personnel is improved, and the page can be generated more efficiently.
It should be understood that various forms of the flows shown above may be used, with steps reordered, added, or deleted. For example, the steps described in the present application may be executed in parallel, sequentially, or in different orders, and the present invention is not limited thereto as long as the desired results of the technical solutions disclosed in the present application can be achieved.
The above-described embodiments should not be construed as limiting the scope of the present application. It should be understood by those skilled in the art that various modifications, combinations, sub-combinations and substitutions may be made in accordance with design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (16)

1. A page generation method is characterized by comprising the following steps:
acquiring a component which a target page should contain;
configuring an initial page according to the components to be contained in the target page;
and generating a target page based on the initial page and the data related to the target service, wherein the target page is a page corresponding to the target service.
2. The method of claim 1, wherein generating a destination page based on the initial page and data associated with a destination service comprises:
and according to default data or data related to a target service, establishing and configuring the initial page to obtain the target page.
3. The method of claim 1, wherein the configuration comprises a page configuration, a component configuration, and a data configuration; wherein the content of the first and second substances,
the page configuration is used for configuring the terminal type, the page style, the display timeliness and the current version which are suitable for the target page;
the component configuration is used for configuring the styles, data and events of the components which the target page should contain;
the data configuration is used for providing data for the components which the target page should contain.
4. The method of claim 1, wherein the data related to the target service comprises at least one of:
a target business infrastructure component;
and the function related to the functional data comprises at least one of statistics, starting downloading APP and end capability.
5. The method of claim 1, wherein the components that the target page should contain include:
a common base component and/or a virtual component;
wherein the virtual component comprises a plurality of common base components including at least one of a container, text, a picture, and a button.
6. The method according to any one of claims 1 to 5, wherein the target page is a light interaction page, and the light interaction page refers to a page displayed by light interaction and heavy interaction.
7. The method of claim 6, wherein the light interaction class page comprises at least one of:
the system comprises a data list page, a work set page, a content sharing display page and a activity list page.
8. A page generating apparatus, comprising: an editor, a parser and a service module; wherein the content of the first and second substances,
the editor is used for acquiring components which the target page should contain; configuring an initial page according to the components to be contained in the target page;
the analyzer is used for generating a target page based on the initial page configured by the editor and data related to a target service and transmitted by the service module, wherein the target page is a page corresponding to the target service.
9. The apparatus of claim 8, wherein the parser is specifically configured to:
and according to default data or data related to a target service, establishing and configuring the initial page to obtain the target page.
10. The apparatus of claim 8, wherein the configuration comprises a page configuration, a component configuration, and a data configuration; wherein the content of the first and second substances,
the page configuration is used for configuring the terminal type, the page style, the display timeliness and the current version which are suitable for the target page;
the component is configured to configure styles, data and events of components contained in the target page;
the data is configured to provide data for components included in the target page.
11. The apparatus of claim 8, wherein the data related to the target service comprises at least one of:
a target business infrastructure component;
and the function related to the functional data comprises at least one of statistics, starting downloading APP and end capability.
12. The apparatus of claim 8, wherein the target page comprises components comprising:
a common base component and/or a virtual component;
wherein the virtual component comprises a plurality of common base components including at least one of a container, text, a picture, and a button.
13. The apparatus according to any one of claims 8 to 12, wherein the target page is a light interaction class page.
14. The apparatus of claim 13, wherein the light interaction class page comprises at least one of:
the system comprises a data list page, a work set page and a content sharing display page.
15. An electronic device, comprising:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the method of any one of claims 1 to 7.
16. A non-transitory computer readable storage medium storing computer instructions for causing a computer to perform the method of any one of claims 1 to 7.
CN202010441324.4A 2020-05-22 2020-05-22 Page generation method, device, equipment and storage medium Active CN111610972B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010441324.4A CN111610972B (en) 2020-05-22 2020-05-22 Page generation method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010441324.4A CN111610972B (en) 2020-05-22 2020-05-22 Page generation method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111610972A true CN111610972A (en) 2020-09-01
CN111610972B CN111610972B (en) 2023-10-13

Family

ID=72203805

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010441324.4A Active CN111610972B (en) 2020-05-22 2020-05-22 Page generation method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111610972B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112764870A (en) * 2021-01-29 2021-05-07 北京达佳互联信息技术有限公司 Ranking list obtaining method and device, electronic equipment and storage medium
CN112926008A (en) * 2021-02-26 2021-06-08 北京百度网讯科技有限公司 Method and device for generating form page, electronic equipment and storage medium
CN114584829A (en) * 2022-02-08 2022-06-03 百果园技术(新加坡)有限公司 List activity page management method and system

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101197812A (en) * 2006-12-08 2008-06-11 华为技术有限公司 System and method for implementing page invocation
CN106021617A (en) * 2016-07-12 2016-10-12 腾讯科技(深圳)有限公司 Page generation method and device
CN107066631A (en) * 2017-05-26 2017-08-18 北京三快在线科技有限公司 Display methods, device and the electronic equipment of the page
US20180039486A1 (en) * 2016-08-02 2018-02-08 Oracle International Corporation Generation of dynamic software models using input mapping with feature definitions
CN108446116A (en) * 2018-02-26 2018-08-24 平安普惠企业管理有限公司 Generation method, device, computer equipment and the storage medium of the application program page
US20190146761A1 (en) * 2012-03-23 2019-05-16 Comcast Cable Communications, Llc Application Support for Network Devices
CN110400196A (en) * 2019-06-20 2019-11-01 北京奇艺世纪科技有限公司 A kind of page processing method, device and computer readable storage medium
CN110990126A (en) * 2019-12-12 2020-04-10 北京明略软件系统有限公司 Method and device for realizing shortcut front-end service page based on js
CN111124412A (en) * 2020-01-02 2020-05-08 腾讯科技(深圳)有限公司 Game page drawing method, device, equipment and storage medium
CN111124390A (en) * 2019-12-17 2020-05-08 东软集团股份有限公司 Rechecking page generation method and device, storage medium and electronic equipment
CN111158799A (en) * 2019-12-31 2020-05-15 北京百度网讯科技有限公司 Page rendering method and device, electronic equipment and storage medium

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101197812A (en) * 2006-12-08 2008-06-11 华为技术有限公司 System and method for implementing page invocation
US20190146761A1 (en) * 2012-03-23 2019-05-16 Comcast Cable Communications, Llc Application Support for Network Devices
CN106021617A (en) * 2016-07-12 2016-10-12 腾讯科技(深圳)有限公司 Page generation method and device
US20180039486A1 (en) * 2016-08-02 2018-02-08 Oracle International Corporation Generation of dynamic software models using input mapping with feature definitions
CN107066631A (en) * 2017-05-26 2017-08-18 北京三快在线科技有限公司 Display methods, device and the electronic equipment of the page
CN108446116A (en) * 2018-02-26 2018-08-24 平安普惠企业管理有限公司 Generation method, device, computer equipment and the storage medium of the application program page
CN110400196A (en) * 2019-06-20 2019-11-01 北京奇艺世纪科技有限公司 A kind of page processing method, device and computer readable storage medium
CN110990126A (en) * 2019-12-12 2020-04-10 北京明略软件系统有限公司 Method and device for realizing shortcut front-end service page based on js
CN111124390A (en) * 2019-12-17 2020-05-08 东软集团股份有限公司 Rechecking page generation method and device, storage medium and electronic equipment
CN111158799A (en) * 2019-12-31 2020-05-15 北京百度网讯科技有限公司 Page rendering method and device, electronic equipment and storage medium
CN111124412A (en) * 2020-01-02 2020-05-08 腾讯科技(深圳)有限公司 Game page drawing method, device, equipment and storage medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
MOHAMMAD BAJAMMAL 等: "Generating reusable web components from mockups", 《PROCEEDINGS OF THE 33RD ACM/IEEE INTERNATIONAL CONFERENCE ON AUTOMATED SOFTWARE ENGINEERING》, pages 601 *
徐世武 等: "Web页面加载方式研究分析与优化", 《计算机应用与软件》, vol. 32, no. 11, pages 107 - 112 *
黄思远: "基于XML的JS页面生成系统的设计与实现", 《中国优秀硕士学位论文全文数据库 信息科技辑》, no. 4, pages 138 - 557 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112764870A (en) * 2021-01-29 2021-05-07 北京达佳互联信息技术有限公司 Ranking list obtaining method and device, electronic equipment and storage medium
CN112926008A (en) * 2021-02-26 2021-06-08 北京百度网讯科技有限公司 Method and device for generating form page, electronic equipment and storage medium
CN112926008B (en) * 2021-02-26 2023-12-01 北京百度网讯科技有限公司 Method, device, electronic equipment and storage medium for generating form page
CN114584829A (en) * 2022-02-08 2022-06-03 百果园技术(新加坡)有限公司 List activity page management method and system

Also Published As

Publication number Publication date
CN111610972B (en) 2023-10-13

Similar Documents

Publication Publication Date Title
CN111610972B (en) Page generation method, device, equipment and storage medium
CN107085580B (en) Method for displaying page by client and client
CN110704136A (en) Rendering method of small program assembly, client, electronic device and storage medium
CN111666585A (en) Method and device for accessing sub-application, electronic equipment and readable storage medium
CN111090691B (en) Data processing method and device, electronic equipment and storage medium
CN111767069A (en) Applet processing method, server, device and storage medium
CN113159807B (en) Floor page processing method, floor page processing device, floor page processing equipment and floor page processing medium
CN111625738A (en) APP target page calling method, device, equipment and storage medium
CN111897619A (en) Browser page display method and device, electronic equipment and storage medium
CN111913884A (en) Distributed test method, device, equipment, system and readable storage medium
CN111708520A (en) Application construction method and device, electronic equipment and storage medium
CN114254602A (en) Design system and storage medium for custom forms
CN111246305A (en) Video preview method, device, equipment and storage medium
CN111178937A (en) User reward method and device of application, electronic equipment and readable storage medium
CN113254043A (en) Web front-end project processing method and device, electronic equipment and storage medium
CN111813623B (en) Page monitoring method and device, electronic equipment and storage medium
CN112346612A (en) Page display method and device
WO2023169193A1 (en) Method and device for generating smart contract
CN111638982B (en) Flow guiding method, flow guiding device and electronic equipment
CN111273950B (en) Application awakening method and device, electronic equipment and computer readable storage medium
CN114217798A (en) Code generation method and device for database form interface
CN111770182B (en) Data pushing method and device
CN111177558B (en) Channel service construction method and device
CN113220571A (en) Debugging method, system, equipment and storage medium of mobile webpage
CN111651229A (en) Font changing method, device and 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