CN112433728A - Website construction method and device, electronic equipment and storage medium - Google Patents

Website construction method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN112433728A
CN112433728A CN202011449628.1A CN202011449628A CN112433728A CN 112433728 A CN112433728 A CN 112433728A CN 202011449628 A CN202011449628 A CN 202011449628A CN 112433728 A CN112433728 A CN 112433728A
Authority
CN
China
Prior art keywords
website
page
template
template file
component
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.)
Pending
Application number
CN202011449628.1A
Other languages
Chinese (zh)
Inventor
吴晓宇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Construction Bank Corp
Original Assignee
China Construction Bank Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by China Construction Bank Corp filed Critical China Construction Bank Corp
Priority to CN202011449628.1A priority Critical patent/CN112433728A/en
Publication of CN112433728A publication Critical patent/CN112433728A/en
Pending legal-status Critical Current

Links

Images

Classifications

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Human Computer Interaction (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application provides a website construction method, a website construction device, electronic equipment and a storage medium, wherein in the website construction method, a website construction instruction of a user is received, and then a component template corresponding to a current website and business data corresponding to the current website are obtained according to the website construction instruction, wherein the component template is used for constructing a website page. And then, according to the website construction instruction, performing page layout by using each component template. And integrating the service data into each component template to generate a template file of the website. And calling the resource control end to send the template file to the page front end so as to trigger the page front end to render and display the template file and generate a corresponding website page. Therefore, the website construction method provided by the application greatly reduces the difficulty of website construction and improves the efficiency of website construction.

Description

Website construction method and device, electronic equipment and storage medium
Technical Field
The present application relates to the field of internet technologies, and in particular, to a method and an apparatus for constructing a website, an electronic device, and a storage medium.
Background
Websites are rapidly emerging along with the rapid development of networks, and become very important as a main support for surfing the internet due to the frequent use of networks by people. In order to promote the products, services, ideas, cultures, etc. of a company, many enterprises typically establish a website to provide other users with some content related to the company.
However, most of the existing methods for constructing websites are not flexible enough, and when facing changes of themes and scenes or newly added services, the original website codes are usually required to be modified, so that certain risk exists, the overall operation effect is easily influenced, and meanwhile, the existing services of the website are influenced. Moreover, the existing work result of the website is low in utilization rate, project building and development need to be carried out again when new site building requirements are met, and the results of the existing projects cannot be simply, conveniently and continuously used.
Disclosure of Invention
In view of the above, the present application provides a method, an apparatus, an electronic device, and a storage medium for constructing a website, in which a template file of the website is generated by using a pre-constructed component template and service data, so as to quickly generate a corresponding website page, so as to solve the problems that the flexibility of a website constructing method is insufficient and the utilization rate of the existing work result of the website is low in the prior art.
In order to achieve the above purpose, the present application provides the following technical solutions:
the first aspect of the present application discloses a website building method, including:
receiving a website construction instruction of a user;
acquiring a component template corresponding to a current website and business data corresponding to the current website according to the website construction instruction, wherein the component template is used for constructing a website page;
according to the website construction instruction, performing page layout by using each component template;
integrating the service data into each component template to generate a template file of a website;
and calling a resource control end to send the template file to a page front end so as to trigger the page front end to render and display the template file and generate a corresponding website page.
Optionally, in the foregoing method, before receiving the website building instruction of the user, the method further includes:
and constructing a website database, wherein the website database is used for storing the pre-constructed component template, the template file and the service data.
Optionally, in the foregoing method, after the integrating the service data into each component template and generating a template file of a website, the method further includes:
and generating a website preview effect picture corresponding to the template file.
Optionally, in the foregoing method, after the integrating the service data into each component template and generating a template file of a website, the method further includes:
and uploading the template file to the website database.
Optionally, in the method, after the calling the resource management and control end sends the template file to a page front end to trigger the page front end to render and display the template file, and generate a corresponding website page, the method further includes:
if the data of the website page needs to be modified, inputting new service data into the template file to obtain a modified template file;
and calling the resource control end to send the modified template file to the page front end so as to trigger the page front end to render and display the modified template file and generate a modified website page.
The second aspect of the present application discloses a website building apparatus, including:
the receiving unit is used for receiving a website building instruction of a user;
the acquisition unit is used for acquiring a component template corresponding to a current website and business data corresponding to the current website according to the website construction instruction, wherein the component template is used for constructing a website page;
the page layout unit is used for carrying out page layout by utilizing each component template according to the website construction instruction;
the file generation unit is used for integrating the service data into each component template to generate a template file of a website;
and the first calling unit is used for calling the resource control end to send the template file to a page front end so as to trigger the page front end to render and display the template file and generate a corresponding website page.
Optionally, the above apparatus further includes:
the system comprises a construction unit and a service management unit, wherein the construction unit is used for constructing a website database, and the website database is used for storing pre-constructed component templates, template files and service data.
Optionally, the above apparatus further includes:
and the previewing unit is used for generating a website previewing effect picture corresponding to the template file.
Optionally, the above apparatus further includes:
and the uploading unit is used for uploading the template file to the website database.
Optionally, the above apparatus further includes:
the modification unit is used for inputting new service data into the template file to obtain a modified template file if the data of the website page needs to be modified;
and the second calling unit is used for calling the resource control end to send the modified template file to the front end of the page so as to trigger the front end of the page to render and display the modified template file and generate a modified website page.
A third aspect of the present application discloses an electronic device, comprising:
one or more processors;
a storage device having one or more programs stored thereon;
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the method of any of the first aspects of the present invention.
A fourth aspect of the present application discloses a computer storage medium having a computer program stored thereon, wherein the computer program, when executed by a processor, implements the method according to any one of the first aspect of the present invention.
According to the technical scheme, in the website construction method provided by the application, a website construction instruction of a user is received, and then the component template corresponding to the current website and the business data corresponding to the current website are obtained according to the website construction instruction, wherein the component template is used for constructing the website page. And then, according to the website construction instruction, performing page layout by using each component template. And integrating the service data into each component template to generate a template file of the website. And calling the resource control end to send the template file to the page front end so as to trigger the page front end to render and display the template file and generate a corresponding website page. Therefore, when the website is constructed by the method, the website page layout can be carried out by acquiring the corresponding component template according to the website construction requirement, and the website template file which can be rendered and displayed by the front end of the page can be generated by integrating the related business data into each component template. The website construction method provided by the application greatly reduces the difficulty of website construction and improves the efficiency of website construction.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a flowchart of a website building method disclosed in an embodiment of the present application;
FIG. 2 is a flow chart of another method of website construction as disclosed in another embodiment of the present application;
FIG. 3 is a schematic diagram of a website building apparatus according to another embodiment of the present disclosure;
fig. 4 is a schematic diagram of an electronic device according to another embodiment of the disclosure.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
In this application, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
Moreover, in this document, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions.
As can be seen from the background art, most of the existing methods for constructing websites are not flexible enough, and when a theme or a scene changes or a new service is added, the original website code usually needs to be modified, which may cause a certain risk, easily affect the overall operation effect, and affect the existing services of the website. Moreover, the existing work result of the website is low in utilization rate, project building and development need to be carried out again when new site building requirements are met, and the results of the existing projects cannot be simply, conveniently and continuously used.
In view of this, the present application provides a method and an apparatus for website construction, an electronic device, and a storage medium, which are used for quickly generating a corresponding website page in a manner of generating a template file of a website by using a pre-constructed component template and business data, so as to solve the problems of insufficient flexibility of a website construction manner and low utilization rate of existing work results of the website in the prior art.
The application provides a website construction method, as shown in fig. 1, specifically including:
s101, the background management and control terminal receives a website construction instruction input by a user.
It should be noted that a user may construct a website through the background management and control end, where the user may input a related website construction instruction according to an actual requirement, for example, which component templates are used for page layout, which data needs to be entered into the website, and the like, which all belong to the related website construction instruction.
It should be further noted that the background management and control end includes a management and control server, a data support server, and a system integration server. The management and control server side can uniformly place the manufactured component templates in a component template set, and can provide an operation interface for a user to drag and splice the component templates, enter business data and store and issue website pages. The data support server side mainly provides a service data operation interface, and component templates, service data and the like stored by the management and control server side are stored in a database. The system integration server side can combine the page component template provided by the control server side and the data provided by the data support server side to generate a template file of the website.
Optionally, in another embodiment of the present application, before performing step S101, the method may further include:
and constructing a website database, wherein the website database is used for storing the pre-constructed component template, the template file and the service data.
It should be noted that, in order to facilitate storage and management of relevant data for website construction, a website database may be pre-constructed, and is mainly used for storing pre-constructed component templates, template files, and business data. Therefore, when a website is constructed and some related data need to be acquired, the data can be directly acquired from the database, and meanwhile, subsequently generated data such as component templates, template files, service data and the like can also be continuously stored in the website database, so that data loss is avoided.
S102, the background management and control end acquires an assembly template corresponding to the current website and business data corresponding to the current website according to the website construction instruction, wherein the assembly template is used for constructing a website page.
It should be noted that, after receiving a website building instruction of a user, according to the website building instruction input by the user, an assembly template corresponding to building a current website and business data corresponding to building the current website are obtained, where the assembly template is used for building a website page, and the assembly template may be an assembly template of different styles and shapes. Moreover, the component template can be repeatedly used only after being constructed, and the original code does not need to be modified when the change of the theme and the scene or the new service is faced.
S103, the background management and control end carries out page layout by utilizing each component template according to the website construction instruction, integrates the service data into each component template, and generates a template file of the website.
It should be noted that, after acquiring the component template corresponding to the current website and the service data corresponding to the current website, the background management end performs page layout by using each component template according to a website construction instruction input by a user. For example, a user drags and splices the acquired component templates according to actual requirements on an operation interface of a background management and control end, and distributes each component template on each position of a website page, so as to finally complete the page layout of the website. After the page layout is completed, a user selects to input the business data related to each component template into the corresponding component template, and the background control end responds to the user operation and integrates the business data related to each component template into the corresponding component template. At this time, the page layout and the page data input of the current website are finished, then a template file of the website can be generated, and the user saves the construction result of the current website. The template file can be generated by using an ejs template, and the format of the file is ejs file format.
It should be further noted that the template file which is constructed and generated contains two parts, namely the display code and the business data, can be completely separated from the project itself to be independently loaded and rendered for display, and can independently exist without depending on the back-end configuration information, so that a plurality of website projects can be created by the support of a set of management and control system.
Optionally, in another embodiment of the present application, after the step S103 is executed, the method may further include:
and generating a website preview effect picture corresponding to the template file.
It should be noted that, in order to provide better use experience for the user, after the template file of the current website is generated, the website preview effect graph corresponding to the template file may be generated, so that the user may browse the effect created by the website in advance, thereby determining whether to release the website in the current version. Meanwhile, the user cannot wait for dissatisfaction after release, revise again, waste time and influence the efficiency of website construction.
Optionally, in another embodiment of the present application, after the step S103 is executed, the method may further include:
and uploading the template file to a website database.
It should be noted that, for the storage and management of the template files, the generated template files may be uploaded to a website database that is constructed in advance, and when the template files need to be reused, the template files may be directly obtained from the website database.
And S104, the background management and control end sends the template file to the resource management and control end.
It should be noted that, after the background management and control end generates the website template file, if the user needs to publish the current website, the background management and control end sends the template file to the resource management and control end.
It should be further noted that the resource management and control end includes a file server, a distributed file system, message middleware, and a static resource cache node. The file server comprises a server and a client, wherein the server mainly provides a data interface, can realize uploading and downloading of website static resources, receives a template file sent by a background control end, and uploads the received template file and the website static resources to a distributed file system for storage; the client side obtains the latest website static resource or the website template file in real time through a message mechanism. The message middleware can create different message queues, when the background management and control end sends the template file to the server end of the file server, the message mechanism can be automatically triggered, the relevant message of the template file can be sent to the client end of the file server, and after the client end receives the message, the latest website static resource or website template file can be obtained from the distributed file system in real time. The static resource cache node is mainly used for storing all static resources used by the front-end page, such as pictures, data files and the like, and when the static resource cache node monitors that the static resources in the client of the file server are updated, the latest resources are automatically obtained from the client of the file server and are stored in a corresponding directory.
And S105, the resource management and control end sends the template file to the front end of the page.
It should be noted that, after receiving the template file sent by the background management and control end, the resource management and control end sends the received template file to the page front end of the website page that needs to be currently constructed through the client of the file server, where the page front end may be a PC end or a mobile end. The website constructed by the method provides multiple channel access modes while maintaining a single data source, and the PC end and the mobile end present different display modes on the premise of ensuring the consistency of display data, so that the method is more suitable for the current group browsing mode and habit of customers. In addition, if there is static resource data associated with the template file in the static resource cache node, the static resource data may be sent to the page front end together with the template file.
And S106, rendering and displaying the template file by the front end of the page to generate a corresponding website page.
It should be noted that after receiving the template file sent by the resource control end, the page front end renders and displays the template file of the current website according to the type of the page front end, and generates a constructed website page. And if the type of the front end of the current website is a PC end, rendering and displaying the template file of the current website according to the display form of the PC end to generate the constructed website page. And if the type of the front end of the current website is the mobile end, rendering and displaying the template file of the current website according to the display form of the mobile end to generate the constructed website page. The website pages corresponding to the front ends of different pages can be generated without changing the data of the template file. As described above, if the static resource related to the current template file is received, the received static resource data and the current template file may be rendered and displayed together to generate a corresponding website page.
Optionally, in another embodiment of the present application, as shown in fig. 2, the method for constructing a website may further include:
s201, receiving a website building instruction of a user.
S202, acquiring a component template corresponding to the current website and business data corresponding to the current website according to the website construction instruction, wherein the component template is used for constructing a website page.
And S203, performing page layout by using each component template according to the website construction instruction.
And S204, integrating the service data into each component template to generate a template file of the website.
S205, calling the resource control end to send the template file to the front end of the page to trigger the front end of the page to render and display the template file, and generating a corresponding website page.
It should be noted that, for the specific implementation process from step S201 to step S205, reference may be made to the content corresponding to the foregoing embodiment, which is not described herein again.
S206, if the data of the website page needs to be modified, inputting the new service data into the template file to obtain the modified template file.
And S207, calling the resource control end to send the modified template file to the front end of the page so as to trigger the front end of the page to render and display the modified template file and generate a modified website page.
It should be noted that, after rendering and displaying the template file at the front end of the page to generate a corresponding website page, if data of the website page needs to be modified, new service data may be directly input into the template file through the background control end to obtain a modified template file, the modified template file is sent to the front end of the page through the resource control end, and after receiving the modified template file, the front end of the page renders and displays the modified template file to generate a modified website page. The user does not need to modify the original website code.
It can be seen from the above embodiments that the background management and control end is mainly used for page component template data management, operation interface management, and service data management, and can provide an operation interface to a user, respond to an operation of the user, receive a website building instruction of the user, then obtain a component template corresponding to a current website and service data corresponding to the current website according to the website building instruction, and perform page layout by using each component template according to the website building instruction. And finally, integrating the service data into each component template to generate a template file of the website, calling a resource control end to send the template file to a page front end, and rendering and displaying the template file by the page front end to generate a corresponding website page.
Compared with the website building method in the prior art, the website building method is more flexible, lower in difficulty and higher in efficiency. By the method, a user can simply and conveniently construct the website as if the user is PPT, the appropriate website page assembly templates are selected at the background management and control end to be directly spliced, data can be input after page layout is completed, and then the user can click to release the website. The website content is dynamically managed, and if the problem of the website data is found, the website data can be immediately adjusted and reissued without modifying the website code.
According to the website construction method provided by the embodiment of the application, a website construction instruction of a user is received, and then a component template corresponding to a current website and business data corresponding to the current website are obtained according to the website construction instruction, wherein the component template is used for constructing a website page. And then, according to the website construction instruction, performing page layout by using each component template. And integrating the service data into each component template to generate a template file of the website. And calling the resource control end to send the template file to the page front end so as to trigger the page front end to render and display the template file and generate a corresponding website page. Therefore, when the website is constructed by the method, the website page layout can be carried out by acquiring the corresponding component template according to the website construction requirement, and the website template file which can be rendered and displayed by the front end of the page can be generated by integrating the related business data into each component template. The website construction method provided by the application greatly reduces the difficulty of website construction and improves the efficiency of website construction.
Another embodiment of the present application further provides a website constructing apparatus, as shown in fig. 3, specifically including:
the receiving unit 301 is configured to receive a website building instruction of a user.
An obtaining unit 302, configured to obtain, according to a website building instruction, a component template corresponding to a current website and service data corresponding to the current website, where the component template is used to build a website page.
A page layout unit 303, configured to perform page layout by using each component template according to the website building instruction.
And the file generating unit 304 is used for integrating the business data into each component template to generate a template file of the website.
The first calling unit 305 is configured to call the resource management and control end to send the template file to the page front end, so as to trigger the page front end to render and display the template file, and generate a corresponding website page.
In the website building apparatus provided in the embodiment of the present application, first, the receiving unit 301 receives a website building instruction of a user, and then the obtaining unit 302 obtains a component template corresponding to a current website and service data corresponding to the current website according to the website building instruction, where the component template is used to build a website page. The page layout unit 303 then performs page layout using each component template according to the website building instruction. The file generating unit 304 then integrates the business data into each component template, generating a template file of the website. The first calling unit 305 calls the resource management and control terminal to send the template file to the page front end, so as to trigger the page front end to render and display the template file, and generate a corresponding website page. Therefore, when the website is constructed by the method, the website page layout can be carried out by acquiring the corresponding component template according to the website construction requirement, and the website template file which can be rendered and displayed by the front end of the page can be generated by integrating the related business data into each component template. The website construction method provided by the application greatly reduces the difficulty of website construction and improves the efficiency of website construction.
In this embodiment, for specific implementation processes of the receiving unit 301, the obtaining unit 302, the page layout unit 303, the file generating unit 304, and the first invoking unit 305, reference may be made to the contents of the above method embodiments, and details are not described herein again.
Optionally, in another embodiment of the present invention, the apparatus for constructing the website may further include:
the system comprises a construction unit and a service data storage unit, wherein the construction unit is used for constructing a website database, and the website database is used for storing pre-constructed component templates, template files and service data.
In this embodiment, for the specific execution process of the building unit, reference may be made to the contents of the above method embodiments, and details are not described here.
Optionally, in another embodiment of the present invention, the apparatus for constructing the website may further include:
and the previewing unit is used for generating a website previewing effect picture corresponding to the template file.
In this embodiment, for the specific execution process of the preview unit, reference may be made to the contents of the above method embodiment, which is not described herein again.
Optionally, in another embodiment of the present invention, the apparatus for constructing the website may further include:
and the uploading unit is used for uploading the template file to the website database.
In this embodiment, the specific execution process of the uploading unit may refer to the content of the above method embodiment, and is not described herein again.
Optionally, in another embodiment of the present invention, the apparatus for constructing the website may further include:
and the modification unit is used for inputting new service data into the template file to obtain a modified template file if the data of the website page needs to be modified.
And the second calling unit is used for calling the resource control end to send the modified template file to the page front end so as to trigger the page front end to render and display the modified template file and generate a modified website page.
In this embodiment, for the specific execution processes of the modification unit and the second call unit, reference may be made to the contents of the above method embodiments, and details are not described here.
Another embodiment of the present application further provides an electronic device, as shown in fig. 4, specifically including:
one or more processors 401.
A storage device 402 having one or more programs stored thereon.
The one or more programs, when executed by the one or more processors 401, cause the one or more processors 401 to implement the method as in any one of the embodiments described above.
Another embodiment of the present application also provides a computer readable medium, on which a computer program is stored, wherein the computer program, when executed by a processor, implements the method according to any one of the above embodiments.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, the system or system embodiments are substantially similar to the method embodiments and therefore are described in a relatively simple manner, and reference may be made to some of the descriptions of the method embodiments for related points. The above-described system and system embodiments are only illustrative, wherein the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method for website building, comprising:
receiving a website construction instruction of a user;
acquiring a component template corresponding to a current website and business data corresponding to the current website according to the website construction instruction, wherein the component template is used for constructing a website page;
according to the website construction instruction, performing page layout by using each component template;
integrating the service data into each component template to generate a template file of a website;
and calling a resource control end to send the template file to a page front end so as to trigger the page front end to render and display the template file and generate a corresponding website page.
2. The method of claim 1, wherein before receiving the website building instruction of the user, the method further comprises:
and constructing a website database, wherein the website database is used for storing the pre-constructed component template, the template file and the service data.
3. The method of claim 1, wherein the integrating the business data into each of the component templates further comprises, after generating a template file of a website:
and generating a website preview effect picture corresponding to the template file.
4. The method of claim 2, wherein the integrating the business data into each of the component templates further comprises, after generating a template file of a website:
and uploading the template file to the website database.
5. The method according to claim 1, wherein the calling resource management and control terminal sends the template file to a page front terminal to trigger the page front terminal to render and display the template file, and after generating a corresponding website page, the method further comprises:
if the data of the website page needs to be modified, inputting new service data into the template file to obtain a modified template file;
and calling the resource control end to send the modified template file to the page front end so as to trigger the page front end to render and display the modified template file and generate a modified website page.
6. An apparatus for website building, comprising:
the receiving unit is used for receiving a website building instruction of a user;
the acquisition unit is used for acquiring a component template corresponding to a current website and business data corresponding to the current website according to the website construction instruction, wherein the component template is used for constructing a website page;
the page layout unit is used for carrying out page layout by utilizing each component template according to the website construction instruction;
the file generation unit is used for integrating the service data into each component template to generate a template file of a website;
and the first calling unit is used for calling the resource control end to send the template file to a page front end so as to trigger the page front end to render and display the template file and generate a corresponding website page.
7. The apparatus of claim 6, further comprising:
the system comprises a construction unit and a service management unit, wherein the construction unit is used for constructing a website database, and the website database is used for storing pre-constructed component templates, template files and service data.
8. The apparatus of claim 6, further comprising:
and the previewing unit is used for generating a website previewing effect picture corresponding to the template file.
9. An electronic device, comprising:
one or more processors;
a storage device having one or more programs stored thereon;
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the method of any of claims 1-5.
10. A computer storage medium, having a computer program stored thereon, wherein the computer program, when executed by a processor, implements the method of any one of claims 1 to 5.
CN202011449628.1A 2020-12-09 2020-12-09 Website construction method and device, electronic equipment and storage medium Pending CN112433728A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011449628.1A CN112433728A (en) 2020-12-09 2020-12-09 Website construction method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011449628.1A CN112433728A (en) 2020-12-09 2020-12-09 Website construction method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112433728A true CN112433728A (en) 2021-03-02

Family

ID=74691777

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011449628.1A Pending CN112433728A (en) 2020-12-09 2020-12-09 Website construction method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112433728A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115062255A (en) * 2022-06-29 2022-09-16 北京飞天经纬科技股份有限公司 Website adaptation method and device, electronic equipment and computer readable storage medium
CN116821546A (en) * 2023-06-21 2023-09-29 汉雅星空文化科技有限公司 Website construction method, system, electronic device and readable storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016177250A1 (en) * 2015-05-05 2016-11-10 阿里巴巴集团控股有限公司 Client page rendering method and apparatus
CN108549532A (en) * 2018-03-14 2018-09-18 武汉斗鱼网络科技有限公司 Webpage construction method, device, electronic equipment and storage medium
CN109190078A (en) * 2018-09-06 2019-01-11 深圳市东微智能科技股份有限公司 Webpage construction method, device and storage medium
CN109739499A (en) * 2018-12-11 2019-05-10 北京字节跳动网络技术有限公司 Blockbased Web Page construction method, device and electronic equipment
US20190340230A1 (en) * 2018-05-07 2019-11-07 Web.Com Group, Inc. System and method for generating websites from predefined templates
CN110941428A (en) * 2018-09-21 2020-03-31 北京国双科技有限公司 Website creation method and device
CN111443911A (en) * 2020-03-24 2020-07-24 五八有限公司 Page development method and device, electronic equipment and computer storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016177250A1 (en) * 2015-05-05 2016-11-10 阿里巴巴集团控股有限公司 Client page rendering method and apparatus
CN108549532A (en) * 2018-03-14 2018-09-18 武汉斗鱼网络科技有限公司 Webpage construction method, device, electronic equipment and storage medium
US20190340230A1 (en) * 2018-05-07 2019-11-07 Web.Com Group, Inc. System and method for generating websites from predefined templates
CN109190078A (en) * 2018-09-06 2019-01-11 深圳市东微智能科技股份有限公司 Webpage construction method, device and storage medium
CN110941428A (en) * 2018-09-21 2020-03-31 北京国双科技有限公司 Website creation method and device
CN109739499A (en) * 2018-12-11 2019-05-10 北京字节跳动网络技术有限公司 Blockbased Web Page construction method, device and electronic equipment
CN111443911A (en) * 2020-03-24 2020-07-24 五八有限公司 Page development method and device, electronic equipment and computer storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115062255A (en) * 2022-06-29 2022-09-16 北京飞天经纬科技股份有限公司 Website adaptation method and device, electronic equipment and computer readable storage medium
CN116821546A (en) * 2023-06-21 2023-09-29 汉雅星空文化科技有限公司 Website construction method, system, electronic device and readable storage medium

Similar Documents

Publication Publication Date Title
US10402483B2 (en) Screenshot processing device and method for same
JP5316363B2 (en) Information processing apparatus, function management method, computer program, and information processing system
US8943164B2 (en) Apparatus and methods for retrieving/ downloading content on a communication device
EP3531257A1 (en) Application interface management method and apparatus
JP5489807B2 (en) Information processing apparatus, form data creation method, and computer program
US20210019106A1 (en) Desktop Sharing Method and Mobile Terminal
US20210124468A1 (en) Embedding productivity applications in third party platforms
CN112433728A (en) Website construction method and device, electronic equipment and storage medium
CN111177613A (en) Page processing method, device, equipment and storage medium
CN104683410A (en) Resource sharing method and device
CN115079872B (en) Document processing method, device, equipment and medium
CN113938699B (en) Method for quickly establishing live broadcast based on webpage
CN114679621A (en) Video display method and device and terminal equipment
US20150149586A1 (en) Information processing apparatus, information processing method, and information processing system
CN110647327B (en) Method and device for dynamic control of user interface based on card
US9942287B2 (en) Information processing system, terminal device, and method
CN112486482A (en) Page display method and device
CN115174282A (en) Information interaction method, device, equipment and medium
CN112016280B (en) File editing method and device and computer readable medium
CN114255084A (en) Advertisement page display method, device and system
CN110727416B (en) Development framework generation method and related device
CN114579128A (en) Visual page building method and device, storage medium and computer equipment
CN102387026B (en) Management method and device for user data in system based on universal relation link model
JP6938953B2 (en) Application provision system and user management method
CN111078215A (en) Software product application method and device, storage medium 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