CN117251661B - Webpage file generation method, device, computer equipment and storage medium - Google Patents

Webpage file generation method, device, computer equipment and storage medium Download PDF

Info

Publication number
CN117251661B
CN117251661B CN202311527938.4A CN202311527938A CN117251661B CN 117251661 B CN117251661 B CN 117251661B CN 202311527938 A CN202311527938 A CN 202311527938A CN 117251661 B CN117251661 B CN 117251661B
Authority
CN
China
Prior art keywords
website
webpage
page
target
module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202311527938.4A
Other languages
Chinese (zh)
Other versions
CN117251661A (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.)
CCB Finetech Co Ltd
Original Assignee
CCB Finetech 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 CCB Finetech Co Ltd filed Critical CCB Finetech Co Ltd
Priority to CN202311527938.4A priority Critical patent/CN117251661B/en
Publication of CN117251661A publication Critical patent/CN117251661A/en
Application granted granted Critical
Publication of CN117251661B publication Critical patent/CN117251661B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • 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/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

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

Abstract

The application relates to a webpage file generation method, a webpage file generation device, computer equipment, a storage medium and a computer program product, and relates to the technical field of financial science and technology. The method comprises the following steps: marking page elements in the website page through corresponding webpage element labels to obtain a marked website page; according to the webpage element labels marked in the marked website pages, carrying out modularized splitting on the marked website pages to obtain a webpage module material set; responding to the operation of building a target website based on the webpage module material set, and combining the target webpage module materials which are called in the webpage module material set to obtain a target website page template aiming at the target website; converting the target website page template and the dynamic content aiming at the target website into a static webpage file; the static webpage file is used for being distributed to the webpage display terminal through the content distribution network. The method has the beneficial effect of improving the efficiency of website development.

Description

Webpage file generation method, device, computer equipment and storage medium
Technical Field
The present invention relates to the technical field of financial science and technology, and in particular, to a method, an apparatus, a computer device, a storage medium and a computer program product for generating a web page file.
Background
Website development refers to the process of implementing the graphics, interactions, and functions of a website design as a website with actual operations. With the development of the financial technology, the website development and the financial technology field are tightly combined, and the website development technology is applied to the financial technology field, so that more efficient, convenient and safe financial services can be provided.
In the website development process in the related technology, a developer is required to independently write a large amount of codes on different website pages manually, including various aspects of layout, style, animation, interaction and the like, the complicated process is easy to make mistakes and takes long time, the consistency of style and layout among different website pages is poor, and a large amount of time is required to update and maintain the website.
Therefore, the related art has a problem in that it takes a lot of time in the website development process, resulting in low development efficiency.
Disclosure of Invention
In view of the foregoing, it is desirable to provide a web page file generation method, apparatus, computer device, computer-readable storage medium, and computer program product that can improve web site development efficiency.
In a first aspect, the present application provides a method for generating a web page file, including:
Marking page elements in the website page through corresponding webpage element labels to obtain a marked website page; the page element comprises at least one of page display content, page function components, page layout or page style;
according to the webpage element labels marked in the marked website pages, carrying out modularized splitting on the marked website pages to obtain a webpage module material set;
responding to the operation of building a target website based on the webpage module material set, and combining target webpage module materials called by the operation in the webpage module material set to obtain a target website page template aiming at the target website; the target website page template is used for defining the structure, the style and the position of dynamic content of the target website;
converting the target website page template and the dynamic content aiming at the target website into a static webpage file; the static webpage file is used for being distributed to the webpage display terminal through the content distribution network.
In one embodiment, the operations include a material calling operation and a material combining operation; the responding to the operation of building the target website based on the webpage module material set, combining the target webpage module materials called by the operation in the webpage module material set to obtain a target website page template aiming at the target website, and the method comprises the following steps:
Responding to the material calling operation of a target website built based on the webpage module material set, and determining the called webpage module material in the webpage module material set as the target webpage module material;
and combining the target webpage module materials to obtain a target webpage page template aiming at the target website in response to the material combination operation of building the target website based on the webpage module material set.
In one embodiment, the responding to the material combination operation of building the target website based on the web page module material set combines the target web page module materials to obtain a target website page template for the target website, and the method includes:
acquiring an initial website page template;
responding to the material combination operation, and placing each target webpage module material at a corresponding target position in the initial website page template to obtain the target website page template; and the target position is a position determined in the initial website page template according to the material combination operation.
In one embodiment, the converting the target website page template and the dynamic content for the target website into a static web page file includes:
Acquiring dynamic content aiming at the target website;
compiling the target website page template and dynamic content aiming at the target website to obtain a static HTML file;
and taking the static HTML file as the static webpage file.
In one embodiment, compiling the target website page template and the dynamic content of the target website to obtain a static HTML file includes:
embedding the dynamic content aiming at the target website into the position of the predefined dynamic content in the target website page template to obtain a target website page;
and converting the target website page into the static HTML file.
In one embodiment, the method further comprises:
caching the static webpage file and distributing the static webpage file to each deployed edge server;
and responding to the acquisition request of the static webpage file, accessing the edge server to acquire the static webpage file, and distributing the static webpage file to the webpage display terminal.
In a second aspect, the present application further provides a device for generating a web page file, including:
The marking module is used for marking page elements in the website page through corresponding webpage element labels to obtain a marked website page; the page element comprises at least one of page display content, page function components, page layout or page style;
the splitting module is used for carrying out modularized splitting on the marked website pages according to the webpage element labels marked in the marked website pages to obtain a webpage module material set;
the combination module is used for responding to the operation of building a target website based on the webpage module material set, and combining the target webpage module materials called by the operation in the webpage module material set to obtain a target website page template aiming at the target website; the target website page template is used for defining the structure, the style and the position of dynamic content of the target website;
the conversion module is used for converting the target website page template and the dynamic content aiming at the target website into a static webpage file; the static webpage file is used for being distributed to the webpage display terminal through the content distribution network.
In one embodiment, the operations include a material calling operation and a material combining operation; the combination module is specifically configured to respond to a material calling operation of setting up a target website based on the web page module material set, and determine a called web page module material in the web page module material set as the target web page module material; and combining the target webpage module materials to obtain a target webpage page template aiming at the target website in response to the material combination operation of building the target website based on the webpage module material set.
In one embodiment, the combination module is specifically configured to obtain an initial website page template; responding to the material combination operation, and placing each target webpage module material at a corresponding target position in the initial website page template to obtain the target website page template; and the target position is a position determined in the initial website page template according to the material combination operation.
In one embodiment, the conversion module is specifically configured to obtain dynamic content for the target website; compiling the target website page template and dynamic content aiming at the target website to obtain a static HTML file; and taking the static HTML file as the static webpage file.
In one embodiment, the conversion module is specifically configured to embed the dynamic content for the target website into a position of the predefined dynamic content in the target website page template to obtain a target website page; and converting the target website page into the static HTML file.
In one embodiment, the apparatus further comprises: the distribution module is used for caching the static webpage files and distributing the static webpage files to the deployed edge servers; and responding to the acquisition request of the static webpage file, accessing the edge server to acquire the static webpage file, and distributing the static webpage file to the webpage display terminal.
In a third aspect, the present application also provides a computer device. The computer device comprises a memory and a processor, the memory storing a computer program which, when executed by the processor, implements the steps of the method described above.
In a fourth aspect, the present application also provides a computer-readable storage medium. The computer readable storage medium has stored thereon a computer program which, when executed by a processor, implements the steps of the method described above.
In a fifth aspect, the present application also provides a computer program product. The computer program product comprising a computer program which, when executed by a processor, implements the steps of the method described above.
The webpage file generating method, the webpage file generating device, the computer equipment, the storage medium and the computer program product carry out marking processing on the page elements in the website page through the corresponding webpage element labels to obtain the marked website page; the page element comprises at least one of page display content, page function components, page layout or page style; according to the webpage element labels marked in the marked website pages, carrying out modularized splitting on the marked website pages to obtain a webpage module material set; therefore, by introducing the concept of tagging, page elements in the website page, such as page display content, page function components, page layout and page style, are marked through corresponding webpage element tags, so that the quick definition of the page structure and elements of the website is realized, and a user can describe the layout and components of the website by using simple webpage element tags, thereby realizing the beneficial effects of effectively simplifying the development process and improving the development efficiency of the website; the marked website pages are split in a modularization mode to improve code reusability, when a target website is developed, the operation of building the target website based on the webpage module material set is responded, the target webpage module materials which are called in the webpage module material set are combined, a target website page template aiming at the target website is obtained, and the structure, the style and the position of dynamic content of the target website can be defined through the target website page template; therefore, the method and the system realize the rapid and flexible construction of diversified target website page templates by calling the webpage module materials, effectively reduce the workload of repeated code writing and improve the website development efficiency and the website development flexibility; converting a target website page template and dynamic content aiming at a target website into a static webpage file; the static webpage file is used for being distributed to the webpage display terminal through the content distribution network; therefore, when the website is accessed each time, the static webpage file is directly provided, real-time database inquiry and page generation are not needed, and the beneficial effects of effectively improving the response speed and concurrency capacity of the website are achieved. Therefore, through the webpage file generation method, the webpage file generation device, the computer equipment, the storage medium and the computer program product, a user can construct and manage websites more efficiently, and the user does not need to write and design each website page from the beginning, so that the beneficial effects of effectively shortening the website development period and improving the efficiency of website development are realized.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the related art, the drawings that are required to be used in the embodiments or the related technical descriptions will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and other drawings may be obtained according to the drawings without inventive effort for a person having ordinary skill in the art.
FIG. 1 is a flowchart of a method for generating a web page file according to an embodiment;
FIG. 2 is a flow diagram of another method for generating a web page file in one embodiment;
FIG. 3 is a flowchart illustrating a method for generating a web page file according to another embodiment;
FIG. 4 is a block diagram illustrating a configuration of a device for generating a web page file according to an embodiment;
fig. 5 is an internal structural diagram of a computer device in one embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application will be further described in detail with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the present application.
It should be noted that the terms "first," "second," and the like in the description and claims of the present disclosure and in the foregoing figures are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments of the disclosure described herein may be capable of operation in sequences other than those illustrated or described herein. The implementations described in the following exemplary examples are not representative of all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with some aspects of the present disclosure as detailed in the accompanying claims.
In one embodiment, as shown in fig. 1, a method for generating a web page file is provided, where the method is applied to a terminal for illustrating, it is understood that the method may also be applied to a server, and may also be applied to a system including the terminal and the server, and implemented through interaction between the terminal and the server. In this embodiment, the method includes the steps of:
step S110, marking page elements in the website page through corresponding webpage element labels to obtain the marked website page.
Wherein the page element includes at least one of page presentation content, page function component, page layout, or page style.
The webpage element tag can be a tag for describing at least one of page display content, page function components, page layout or page style of a website page.
The website page is a website page which can be used as a website building material. For example, web pages that exist historically may be used.
In a specific implementation, the terminal can label the page elements of the website pages serving as the website building materials through corresponding labels so as to label and classify the page elements of the website pages and obtain labeled website pages.
In practical application, a user can customize a webpage element tag for a page element in a website page. Specifically, the user may input a marking operation for the page element in the website page to the terminal, so that the terminal may respond to the marking operation, and perform marking processing on the page element in the website page through the webpage element tag determined by the marking operation, to obtain the marked website page.
The page elements of the website page can comprise at least one of page display content, page function components, page layout or page style, and the corresponding labels are adopted to mark and classify the page display content, the page function, the page layout or the page style, so that the page structure and the elements of the website page can be rapidly defined, and the labels can be used for indicating the corresponding functions, the layout, the style, the data source and the like of the website page. And the tag for marking may be a web page element tag.
And step S120, modularly splitting the marked website pages according to the webpage element labels marked in the marked website pages to obtain a webpage module material set.
The web page module materials in the web page module material set split web pages to obtain independent module materials.
The webpage module materials in the webpage module material set can have corresponding functions and styles and can be reused.
In a specific implementation, the terminal can modularly split the marked website page according to the webpage element tag marked in the marked website page to obtain at least two webpage module materials, so that a webpage module material set can be formed.
Specifically, the terminal can analyze the structure of the website page through the webpage element labels marked in the marked website page by adopting a modularized thought, so that the content and the function of the website page are split, the complete website page is split into individual small modules, and the split modules can be used as reusable webpage module materials. Different web page module materials can have corresponding functions and patterns and can be reused in different web pages, and the beneficial effects of improving the reusability and maintainability of codes can be achieved.
In an optional embodiment of the present application, in the process of splitting the content and the function of the website page according to the predefined web page element tags, the terminal may split the content and the function of at least two different website pages according to the predefined web page element tags marked in the at least two different website pages, and split the content and the function of the at least two different website pages to obtain a plurality of independent module materials as web page module materials, thereby forming a web page module material set.
In practical application, a user can determine a splitting plan of the marked website page according to the webpage element tag marked in the marked website page so as to input modularized splitting operation for the marked website page to the terminal, so that the terminal can respond to the modularized splitting operation to perform modularized splitting on the marked website page to obtain a webpage module material set.
Step S130, in response to the operation of building the target website based on the webpage module material set, combining the target webpage module materials called in the webpage module material set to obtain a target website page template aiming at the target website.
The target website page template is used for defining the structure, the style and the position of dynamic content of the target website.
The target website is a website which is currently developed by the user.
The target website may be a website in the field of financial science and technology.
In the specific implementation, a user can determine a plan for building a target website based on a webpage module material set in a website development interface provided by the terminal, so as to input an operation for building the target website based on the webpage module material set to the terminal, and thus, the terminal can respond to the operation for building the target website, and combine the target webpage module materials called in the webpage module material set to obtain a target website page template aiming at the target website. The structure, style and dynamic content location of the target website can be defined by the target website page template.
Step S140, converting the target website page template and the dynamic content aiming at the target website into a static webpage file.
The static webpage file is used for being distributed to the webpage display terminal through the content distribution network.
The webpage display terminal is a terminal for displaying a webpage of a target website.
In a specific implementation, the terminal can convert the target website page template and the dynamic content aiming at the target website into a static webpage file, and the static webpage file can be distributed to the webpage display terminal through the content distribution network. The web page display terminal may be the same terminal as the terminal for performing web site development, or may be a different terminal, which is not particularly limited herein.
For example, the terminal may perform a static process on the target website page template and the dynamic content for the target website, so as to generate and store the dynamic content in the static webpage file in advance.
It should be noted that, the user may update the content of the target website by modifying the corresponding material of the target web page module, without affecting the structure and layout of the entire target website. The user can customize the webpage module materials and expand the functions according to specific requirements so as to meet the personalized requirements of different users.
In the webpage file generation method, page elements in the website page are marked through corresponding webpage element labels, and the marked website page is obtained; the page element comprises at least one of page display content, page function components, page layout or page style; according to the webpage element labels marked in the marked website pages, carrying out modularized splitting on the marked website pages to obtain a webpage module material set; therefore, by introducing the concept of tagging, page elements in the website page, such as page display content, page function components, page layout and page style, are marked through corresponding webpage element tags, so that the quick definition of the page structure and elements of the website is realized, and a user can describe the layout and components of the website by using simple webpage element tags, thereby realizing the beneficial effects of effectively simplifying the development process and improving the development efficiency of the website; the marked website pages are split in a modularization mode to improve code reusability, when a target website is developed, the operation of building the target website based on the webpage module material set is responded, the target webpage module materials which are called in the webpage module material set are combined, a target website page template aiming at the target website is obtained, and the structure, the style and the position of dynamic content of the target website can be defined through the target website page template; therefore, the method and the system realize the rapid and flexible construction of diversified target website page templates by calling the webpage module materials, effectively reduce the workload of repeated code writing and improve the website development efficiency and the website development flexibility; converting a target website page template and dynamic content aiming at a target website into a static webpage file; the static webpage file is used for being distributed to the webpage display terminal through the content distribution network; therefore, when the website is accessed each time, the static webpage file is directly provided, real-time database inquiry and page generation are not needed, and the beneficial effects of effectively improving the response speed and concurrency capacity of the website are achieved. Therefore, through the webpage file generation method, a user can construct and manage websites more efficiently, and the user does not need to write and design each website page from the beginning, so that the beneficial effects of effectively shortening the website development period and improving the website development efficiency are realized.
In one embodiment, the operations include a material calling operation and a material combining operation; responding to the operation of building a target website based on the webpage module material set, combining the target webpage module materials which are called in the webpage module material set, and obtaining a target website page template aiming at the target website, wherein the method comprises the following steps: responding to the material calling operation of the target website built based on the webpage module material set, and determining the called webpage module material in the webpage module material set as the target webpage module material; and combining the material of the target webpage module to obtain a target website page template aiming at the target website in response to the material combination operation of building the target website based on the webpage module material set.
In the specific implementation, the operations include a material calling operation and a material combining operation, and in the process that the terminal responds to the operation of building a target website based on a webpage module material set and combines the target webpage module materials called in the webpage module material set to obtain a target website page template aiming at the target website, the terminal can respond to the material calling operation of building the target website based on the webpage module material set, and the called webpage module materials are determined in the webpage module material set and serve as target webpage module materials; and combining the target webpage module materials to obtain a target website page template aiming at the target website in response to the material combination operation of building the target website based on the webpage module material set.
In an optional embodiment of the present application, the material calling operation may include a selecting operation, and the user may determine the web page module material to be adopted in the web page module material set, and input the selecting operation to the terminal, so that the terminal may determine, in response to the selecting operation, the called web page module material in the web page module material set as the target web page module material.
According to the technical scheme, the operation comprises a material calling operation and a material combining operation; setting up a material calling operation of a target website based on a webpage module material set, and determining the called webpage module material in the webpage module material set as the target webpage module material; and combining the material of the target webpage module to obtain a target website page template aiming at the target website in response to the material combination operation of building the target website based on the webpage module material set. Therefore, the target web page module materials determined according to the material calling operation are combined according to the material combination operation of building the target web site based on the web page module material set, so that the target web site page template meeting the user requirements can be quickly built, and the personalized requirements can be met.
In one embodiment, the target website includes at least two website pages to be generated; aiming at any website page to be generated in at least two website pages to be generated, the terminal can respond to the material calling operation of building a target website based on the webpage module material set, and the called webpage module material is determined in the webpage module material set and used as the target webpage module material aiming at the any website page to be generated; and aiming at any website page to be generated, the terminal can respond to the material combination operation of building the target website based on the webpage module material set, and combine the target webpage module materials aiming at any website page to be generated to obtain a website page template aiming at any website page to be generated. Thus, the terminal can obtain the target website page template according to the website page templates aiming at the website pages to be generated.
In a specific implementation, in a process of building a target website, the target website can comprise a plurality of website pages to be generated, a user can develop each website page to be generated one by one according to different display contents, functions, styles and layouts required by different website pages to be generated, so that for any one website page to be generated in at least two website pages to be generated, a terminal can respond to a material calling operation of building the target website based on a webpage module material set to determine a target webpage module material for the any website page to be generated; and for any website page to be generated, the terminal can respond to the material combination operation of building the target website based on the webpage module material set to determine a website page template for the website page to be generated.
In this way, after executing the material calling operation and the material combining operation for each website page to be generated, the terminal can obtain the website page templates for each website page to be generated, and the website page templates corresponding to each website page to be generated can form the target website page templates. That is, the target website page template may include a website page template that matches each website page to be generated.
Therefore, the corresponding website page template construction can be carried out by adopting the same set of webpage module materials aiming at each website page to be generated in the target website, and the template development can ensure that each website page in the target website has a consistent style and interaction mode, thereby not only realizing the beneficial effects of ensuring the uniformity of the style and layout of the whole target website, but also reducing the maintenance and updating cost of the target website.
In one embodiment, in response to a material combination operation of building a target website based on a web page module material set, combining the target web page module materials to obtain a target website page template for the target website, including: acquiring an initial website page template; responding to the material combination operation, placing the material of each target webpage module at a corresponding target position in the initial website page template to obtain a target website page template; the target position is a position determined in the initial website page template according to the material combination operation.
The initial website page template can be an initialized website page template provided by a website development interface, and a user can combine the invoked webpage module materials in the initial website page template to construct a target website.
In the specific implementation, in the process of combining the target webpage module materials in response to the material combination operation of building the target website based on the webpage module material set to obtain the target website page template for the target website, the terminal can display the initial website page template in the website development interface, and place the target webpage module materials at corresponding target positions in the initial website page template in response to the material combination operation to obtain the target website page template; the target position is a position determined in the initial website page template according to the material combination operation.
In an alternative embodiment of the present application, the material combining operation may include a drag operation, and the user may place the invoked target web page module material at a desired position in the initial web page template through the drag operation. Specifically, the terminal may respond to the drag operation, and place the target web page module material determined according to the material calling operation at a position determined in the initial web page template according to the drag operation, to obtain the target web page template.
According to the technical scheme, an initial website page template is obtained; responding to the material combination operation, placing the material of each target webpage module at a corresponding target position in the initial website page template to obtain a target website page template; the target position is a position determined in the initial website page template according to the material combination operation. Therefore, a user can flexibly place the target webpage module materials required by building the target website at the expected positions in the initial website page template, the target website page template meeting the user requirements can be flexibly built, and the beneficial effect of man-machine interaction intelligence in the process of building the target website is improved.
In one embodiment, converting the target website page template and dynamic content for the target website into a static web page file includes: acquiring dynamic content of a target website; compiling the target website page template and the dynamic content aiming at the target website to obtain a static HTML file; and taking the static HTML file as a static webpage file.
Dynamic content may refer to content that changes in real-time on a website, updated according to user interactions or other external factors, among other things. It may be real-time data obtained from a database, API, or other data source, or may be dynamically generated content based on the user's operation or system state.
In the specific implementation, the terminal performs a static process on the target website page template and the dynamic content of the target website to obtain a static webpage file, and the terminal can obtain the dynamic content of the target website, and compile the target website page template and the dynamic content of the target website to obtain a static HTML (Hyper Text Markup Language ) file, where the static HTML file can be used as the static webpage file.
In the process of compiling the target website page template and the dynamic content aiming at the target website to obtain the static HTML file, the terminal can preprocess and compile the target website page template and the dynamic content through tools such as a static website generator and the like to generate the static HTML file.
According to the technical scheme, dynamic content aiming at a target website is obtained; compiling the target website page template and the dynamic content aiming at the target website to obtain a static HTML file; and taking the static HTML file as a static webpage file. Thus, dynamic data is generated in advance and stored in the static webpage file through the static processing. Therefore, when the website is accessed each time, the static webpage is directly provided, real-time database inquiry and page generation are not needed, and the beneficial effects of improving the response speed and concurrency capacity of the website are realized.
In one embodiment, compiling the target website page template and the dynamic content of the target website to obtain a static HTML file includes: embedding dynamic content aiming at a target website into a position of the predefined dynamic content in a target website page template to obtain a target website page; and converting the target website page into a static HTML file.
In the specific implementation, in the process of compiling the target website page template and the dynamic content of the target website to obtain the static HTML file, the terminal can embed the dynamic content of the target website into the position of the predefined dynamic content in the target website page template so as to fill the content of the website page to be generated in the target website, and the website page after filling the content is used as the target website page in the target website, so that the target website page can be converted into the static HTML file.
According to the technical scheme, the dynamic content aiming at the target website is embedded into the position of the predefined dynamic content in the target website page template, so that the target website page is obtained; and converting the target website page into a static HTML file. Thus, the dynamic content aiming at the target website is embedded into the position of the dynamic content predefined by the user in the target website page template, so that the target website page meeting the user requirement can be obtained, and the beneficial effect of flexibly creating the target website page is realized; and the website page is converted into a static HTML file in a static mode, and the static HTML file is directly provided when the website is accessed each time, so that the beneficial effects of accelerating the loading speed and reducing the load of the server are realized.
In one embodiment, the method further comprises: caching the static webpage files and distributing the static webpage files to deployed edge servers; and responding to the acquisition request of the static webpage file, accessing the edge server to acquire the static webpage file, and distributing the static webpage file to the webpage display terminal.
In a specific implementation, after obtaining the static webpage file, the terminal may cache the static webpage file, distribute the static webpage file to each deployed edge server, and after receiving an acquisition request for the static webpage file, may respond to the acquisition request for the static webpage file, access the edge server to acquire the static webpage file, and distribute the static webpage file to the webpage display terminal.
The terminal may distribute the static web page file to the edge nodes around the world through a Content Delivery Network (CDN), and the CDN may access the edge server to obtain the static web page file after receiving an obtaining request for the static web page file by caching the static file and providing access nearby. Therefore, the CDN has the beneficial effects of accelerating the speed and response time of the user for accessing the website by caching the static file and providing access recently. Meanwhile, the CDN can also realize the beneficial effects of relieving the load pressure and the safety pressure of the server and improving the expandability and the stability of the website.
According to the technical scheme, the static webpage files are cached and distributed to the deployed edge servers; and responding to the acquisition request of the static webpage file, accessing the edge server to acquire the static webpage file, and distributing the static webpage file to the webpage display terminal. Therefore, the static webpage file is cached and distributed to each deployed edge server through the content distribution network, the static webpage file is directly returned through the access edge server, the problem that data are required to be acquired from a background database for each access, and real-time page generation is carried out, so that the response speed is low, and particularly, the problem that the performance is obviously reduced under the high concurrency condition occurs is solved. And when the target website is accessed, the static webpage file can be directly provided without real-time database inquiry and page generation, so that the beneficial effects of accelerating the speed and response time of the user for accessing the website are realized. And interaction with the database is reduced, the risk of database attack is reduced, and the beneficial effect of improving the data security of the database is realized.
For ease of understanding by those skilled in the art, FIG. 2 provides a flow chart diagram of another method of generating a web page file. As shown in fig. 2, through performing a prototype analysis of the website requirement, based on tagging and modularization, marking page elements in the website page through corresponding webpage element tags to obtain a marked website page; and carrying out modularized splitting on the marked website pages according to the webpage element labels marked in the marked website pages to obtain a webpage module material set. In an alternative embodiment, each of the functional components of the web site page may correspond to a plurality of web page element tags. Combining the target webpage module materials called in the webpage module material set by responding to the operation of building the target website based on the webpage module material set to obtain a target website page template aiming at the target website, converting the target website page template and dynamic contents aiming at the target website into static webpage files through staticization, caching the static webpage files through a content distribution network, and deploying the static webpage files to each edge server.
Thus, by combining tagged, modularized, statically, and statically distributed content, websites are quickly developed through templates and optimized in terms of performance and security. The characteristics enable the application to have obvious advantages in the aspects of efficiency, maintainability and performance of website development, and compared with the traditional front-end framework manually developed or used, the method has the advantages of being more efficient, convenient and safe. Therefore, the technical scheme of the application can meet the requirements of rapid development and customization.
In another embodiment, as shown in fig. 3, a method for generating a web page file is provided, and the method is applied to a terminal for illustration, and includes the following steps:
step S302, marking page elements in the website page through corresponding webpage element labels to obtain the marked website page.
And step S304, modularly splitting the marked website pages according to the webpage element labels marked in the marked website pages to obtain a webpage module material set.
Step S306, in response to the material calling operation of the target website built based on the webpage module material set, the called webpage module material is determined in the webpage module material set and used as the target webpage module material.
Step S308, in response to the material combination operation of building the target website based on the webpage module material set, the target webpage module materials are combined to obtain a target website page template aiming at the target website.
Step S310, obtaining dynamic content for a target website.
Step S312, compiling the target website page template and the dynamic content aiming at the target website to obtain a static HTML file.
In step S314, the static HTML file is used as the static web page file.
Step S316, the static webpage file is cached, and the static webpage file is distributed to each deployed edge server.
In step S318, in response to the request for obtaining the static web page file, the access edge server obtains the static web page file, and distributes the static web page file to the web page display terminal.
It should be noted that, the specific limitation of the above steps may be referred to the specific limitation of a web page file generating method.
It should be understood that, although the steps in the flowcharts related to the embodiments described above are sequentially shown as indicated by arrows, these steps are not necessarily sequentially performed in the order indicated by the arrows. The steps are not strictly limited to the order of execution unless explicitly recited herein, and the steps may be executed in other orders. Moreover, at least some of the steps in the flowcharts described in the above embodiments may include a plurality of steps or a plurality of stages, which are not necessarily performed at the same time, but may be performed at different times, and the order of the steps or stages is not necessarily performed sequentially, but may be performed alternately or alternately with at least some of the other steps or stages.
Based on the same inventive concept, the embodiment of the application also provides a webpage file generating device for realizing the webpage file generating method. The implementation of the solution provided by the device is similar to the implementation described in the above method, so the specific limitation in the embodiments of one or more web page file generating devices provided below may refer to the limitation of a web page file generating method in the above description, and will not be repeated here.
In an exemplary embodiment, as shown in fig. 4, there is provided a web page file generating apparatus, including: a tagging module 410, a splitting module 420, a combining module 430, and a converting module 440, wherein:
the marking module 410 is configured to perform marking processing on page elements in the website page through corresponding webpage element tags, so as to obtain a marked website page; the page elements include at least one of page presentation content, page function components, page layout, or page style.
And the splitting module 420 is configured to modularly split the marked website page according to the webpage element tag marked in the marked website page, so as to obtain a webpage module material set.
The combination module 430 is configured to respond to an operation of building a target website based on the web page module material set, and combine target web page module materials called by the operation in the web page module material set to obtain a target website page template for the target website; the target website page template is used for defining the structure, the style and the position of dynamic content of the target website.
A conversion module 440, configured to convert the target website page template and the dynamic content for the target website into a static web page file; the static webpage file is used for being distributed to the webpage display terminal through the content distribution network.
In one embodiment, the operations include a material calling operation and a material combining operation; the combination module 430 is specifically configured to determine, in the web page module material set, a called web page module material as the target web page module material in response to a material calling operation of building a target web site based on the web page module material set; and combining the target webpage module materials to obtain a target webpage page template aiming at the target website in response to the material combination operation of building the target website based on the webpage module material set.
In one embodiment, the combination module 430 is specifically configured to obtain an initial website page template; responding to the material combination operation, and placing each target webpage module material at a corresponding target position in the initial website page template to obtain the target website page template; and the target position is a position determined in the initial website page template according to the material combination operation.
In one embodiment, the conversion module 440 is specifically configured to obtain dynamic content for the target website; compiling the target website page template and dynamic content aiming at the target website to obtain a static HTML file; and taking the static HTML file as the static webpage file.
In one embodiment, the conversion module 440 is specifically configured to embed the dynamic content for the target website into a position of the predefined dynamic content in the target website page template, so as to obtain a target website page; and converting the target website page into the static HTML file.
In one embodiment, the apparatus further comprises: the distribution module is used for caching the static webpage files and distributing the static webpage files to the deployed edge servers; and responding to the acquisition request of the static webpage file, accessing the edge server to acquire the static webpage file, and distributing the static webpage file to the webpage display terminal.
Each module in the above-described web page file generating apparatus may be implemented in whole or in part by software, hardware, and a combination thereof. The above modules may be embedded in hardware or may be independent of a processor in the computer device, or may be stored in software in a memory in the computer device, so that the processor may call and execute operations corresponding to the above modules.
In one exemplary embodiment, a computer device is provided, which may be a terminal, and an internal structure diagram thereof may be as shown in fig. 5. The computer device includes a processor, a memory, an input/output interface, a communication interface, a display unit, and an input means. The processor, the memory and the input/output interface are connected through a system bus, and the communication interface, the display unit and the input device are connected to the system bus through the input/output interface. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The input/output interface of the computer device is used to exchange information between the processor and the external device. The communication interface of the computer device is used for carrying out wired or wireless communication with an external terminal, and the wireless mode can be realized through WIFI, a mobile cellular network, NFC (near field communication) or other technologies. The computer program is executed by a processor to implement a method of generating a web page file. The display unit of the computer device is used for forming a visual picture, and can be a display screen, a projection device or a virtual reality imaging device. The display screen can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, can also be a key, a track ball or a touch pad arranged on the shell of the computer equipment, and can also be an external keyboard, a touch pad or a mouse and the like.
It will be appreciated by those skilled in the art that the structure shown in fig. 5 is merely a block diagram of some of the structures associated with the present application and is not limiting of the computer device to which the present application may be applied, and that a particular computer device may include more or fewer components than shown, or may combine certain components, or have a different arrangement of components.
In an embodiment, there is also provided a computer device comprising a memory and a processor, the memory having stored therein a computer program, the processor implementing the steps of the method embodiments described above when the computer program is executed.
In one embodiment, a computer-readable storage medium is provided, on which a computer program is stored which, when executed by a processor, carries out the steps of the method embodiments described above.
In an embodiment, a computer program product is provided, comprising a computer program which, when executed by a processor, implements the steps of the method embodiments described above.
It should be noted that, the user information (including, but not limited to, user equipment information, user personal information, etc.) and the data (including, but not limited to, data for analysis, stored data, presented data, etc.) referred to in the present application are information and data authorized by the user or sufficiently authorized by each party, and the collection, use, and processing of the related data are required to meet the related regulations.
It should be noted that, the user information (including, but not limited to, user equipment information, user personal information, etc.) and the data (including, but not limited to, data for analysis, stored data, presented data, etc.) referred to in the present application are information and data authorized by the user or sufficiently authorized by each party, and the collection, use, and processing of the related data are required to meet the related regulations.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, database, or other medium used in the various embodiments provided herein may include at least one of non-volatile and volatile memory. The nonvolatile Memory may include Read-Only Memory (ROM), magnetic tape, floppy disk, flash Memory, optical Memory, high density embedded nonvolatile Memory, resistive random access Memory (ReRAM), magnetic random access Memory (MagnetoresistiveRandom Access Memory, MRAM), ferroelectric Memory (Ferroelectric Random Access Memory, FRAM), phase change Memory (PhaseChange Memory, PCM), graphene Memory, and the like. Volatile memory can include random access memory (RandomAccess Memory, RAM) or external cache memory, and the like. By way of illustration, and not limitation, RAM can be in the form of a variety of forms, such as static random access memory (Static Random Access Memory, SRAM) or dynamic random access memory (DynamicRandom Access Memory, DRAM), and the like. The databases referred to in the various embodiments provided herein may include at least one of relational databases and non-relational databases. The non-relational database may include, but is not limited to, a blockchain-based distributed database, and the like. The processors referred to in the embodiments provided herein may be general purpose processors, central processing units, graphics processors, digital signal processors, programmable logic units, quantum computing-based data processing logic units, etc., without being limited thereto.
The technical features of the above embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The above examples only represent a few embodiments of the present application, which are described in more detail and are not to be construed as limiting the scope of the present application. It should be noted that it would be apparent to those skilled in the art that various modifications and improvements could be made without departing from the spirit of the present application, which would be within the scope of the present application. Accordingly, the scope of protection of the present application shall be subject to the appended claims.

Claims (12)

1. A method for generating a web page file, the method comprising:
marking page elements in the website page through corresponding webpage element labels to obtain a marked website page; the page element comprises at least one of page display content, page function components, page layout or page style; the webpage element tag is a tag for describing at least one of page display content, the page function component, the page layout or the page style of the website page;
According to the webpage element labels marked in the marked website pages, modularly splitting the content and the functions of the marked website pages to obtain a plurality of independent module materials;
taking the independent module material as a webpage module material to obtain a webpage module material set; the webpage module materials in the webpage module material set have corresponding functions and styles;
responding to the operation of building a target website based on the webpage module material set, and combining target webpage module materials called by the operation in the webpage module material set to obtain a target website page template aiming at the target website; the target website page template is used for defining the structure, the style and the position of dynamic content of the target website;
the method specifically comprises the following steps: responding to the material calling operation of a target website built based on the webpage module material set, and determining the called webpage module material in the webpage module material set as the target webpage module material; responding to the material combination operation of building a target website based on the webpage module material set, and combining the target webpage module materials to obtain a target website page template aiming at the target website; the target website comprises at least two website pages to be generated;
The method also specifically comprises the following steps: for any one to-be-generated website page of the at least two to-be-generated website pages, responding to the material calling operation, and determining called webpage module materials in the webpage module material set to serve as target webpage module materials for the any one to-be-generated website page; responding to the material combination operation, and combining target webpage module materials aiming at any website page to be generated to obtain a website page template aiming at any website page to be generated; obtaining the target website page templates according to the website page templates aiming at the website pages to be generated;
converting the target website page template and the dynamic content aiming at the target website into a static webpage file; the static webpage file is used for being distributed to the webpage display terminal through the content distribution network.
2. The method of claim 1, wherein the combining the target web page module materials to obtain a target web page template for the target web site in response to the material combination operation of building the target web site based on the web page module material set comprises:
Acquiring an initial website page template;
responding to the material combination operation, and placing each target webpage module material at a corresponding target position in the initial website page template to obtain the target website page template; and the target position is a position determined in the initial website page template according to the material combination operation.
3. The method of claim 1, wherein the converting the target web site page template and dynamic content for the target web site into a static web page file comprises:
acquiring dynamic content aiming at the target website;
compiling the target website page template and dynamic content aiming at the target website to obtain a static HTML file;
and taking the static HTML file as the static webpage file.
4. The method of claim 3, wherein compiling the target website page template and the dynamic content for the target website to obtain a static HTML file comprises:
embedding the dynamic content aiming at the target website into the position of the predefined dynamic content in the target website page template to obtain a target website page;
And converting the target website page into the static HTML file.
5. The method according to claim 1, wherein the method further comprises:
caching the static webpage file and distributing the static webpage file to each deployed edge server;
and responding to the acquisition request of the static webpage file, accessing the edge server to acquire the static webpage file, and distributing the static webpage file to the webpage display terminal.
6. A web page file generation apparatus, the apparatus comprising:
the marking module is used for marking page elements in the website page through corresponding webpage element labels to obtain a marked website page; the page element comprises at least one of page display content, page function components, page layout or page style; the webpage element tag is a tag for describing at least one of page display content, the page function component, the page layout or the page style of the website page;
the splitting module is used for carrying out modularized splitting on the content and the functions of the marked website pages according to the webpage element labels marked in the marked website pages to obtain a plurality of independent module materials;
Taking the independent module material as a webpage module material to obtain a webpage module material set; the webpage module materials in the webpage module material set have corresponding functions and styles;
the combination module is used for responding to the operation of building a target website based on the webpage module material set, and combining the target webpage module materials called by the operation in the webpage module material set to obtain a target website page template aiming at the target website; the target website page template is used for defining the structure, the style and the position of dynamic content of the target website;
the conversion module is used for converting the target website page template and the dynamic content aiming at the target website into a static webpage file; the static webpage file is used for being distributed to a webpage display terminal through a content distribution network;
the combination module is specifically configured to respond to a material calling operation of setting up a target website based on the web page module material set, and determine a called web page module material in the web page module material set as the target web page module material; responding to the material combination operation of building a target website based on the webpage module material set, and combining the target webpage module materials to obtain a target website page template aiming at the target website;
The target website comprises at least two website pages to be generated; the combination module is specifically configured to determine, for any one to-be-generated website page of the at least two to-be-generated website pages, a called web page module material in the web page module material set in response to the material calling operation, as a target web page module material for the any one to-be-generated website page; responding to the material combination operation, and combining target webpage module materials aiming at any website page to be generated to obtain a website page template aiming at any website page to be generated; and obtaining the target website page templates according to the website page templates aiming at the website pages to be generated.
7. The apparatus of claim 6, wherein the combining module is specifically configured to obtain an initial website page template; responding to the material combination operation, and placing each target webpage module material at a corresponding target position in the initial website page template to obtain the target website page template; and the target position is a position determined in the initial website page template according to the material combination operation.
8. The apparatus of claim 6, wherein the conversion module is configured to obtain dynamic content for the target website; compiling the target website page template and dynamic content aiming at the target website to obtain a static HTML file; and taking the static HTML file as the static webpage file.
9. The apparatus of claim 8, wherein the conversion module is specifically configured to embed dynamic content for the target website into a location of predefined dynamic content in the target website page template to obtain a target website page; and converting the target website page into the static HTML file.
10. The apparatus of claim 6, wherein the apparatus further comprises: the distribution module is used for caching the static webpage files and distributing the static webpage files to the deployed edge servers; and responding to the acquisition request of the static webpage file, accessing the edge server to acquire the static webpage file, and distributing the static webpage file to the webpage display terminal.
11. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor implements the steps of the method of any one of claims 1 to 5 when the computer program is executed.
12. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method of any of claims 1 to 5.
CN202311527938.4A 2023-11-16 2023-11-16 Webpage file generation method, device, computer equipment and storage medium Active CN117251661B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311527938.4A CN117251661B (en) 2023-11-16 2023-11-16 Webpage file generation method, device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311527938.4A CN117251661B (en) 2023-11-16 2023-11-16 Webpage file generation method, device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN117251661A CN117251661A (en) 2023-12-19
CN117251661B true CN117251661B (en) 2024-02-27

Family

ID=89131693

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311527938.4A Active CN117251661B (en) 2023-11-16 2023-11-16 Webpage file generation method, device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN117251661B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103488732A (en) * 2013-09-17 2014-01-01 北京思特奇信息技术股份有限公司 Generation method and device of static pages
CN105373615A (en) * 2015-11-24 2016-03-02 深圳市华讯方舟科技有限公司 Page customization method and device
CN109241473A (en) * 2017-07-10 2019-01-18 北京搜狗科技发展有限公司 A kind of page generation method, device and equipment
CN110471657A (en) * 2018-05-11 2019-11-19 北京三快在线科技有限公司 The generation method and device of Website page
CN111881392A (en) * 2020-07-08 2020-11-03 中国建设银行股份有限公司 Page display method and device
CN112632437A (en) * 2020-11-27 2021-04-09 中国银联股份有限公司 Webpage generating method and device and computer readable storage medium
CN113722643A (en) * 2021-09-02 2021-11-30 山谷网安科技股份有限公司 Method and system for improving static generation efficiency of webpage in total station
CN115758016A (en) * 2022-10-21 2023-03-07 中银金融科技有限公司 Webpage content staticizing processing method and system
CN115994517A (en) * 2022-11-23 2023-04-21 网易(杭州)网络有限公司 Information processing method, apparatus, storage medium, device, and program product
CN116643748A (en) * 2023-06-06 2023-08-25 平安银行股份有限公司 Bank APP front-end page generation method, device and system and storage medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2728498A1 (en) * 2012-11-06 2014-05-07 Open Text S.A. System and method for creation of templates
US11675870B2 (en) * 2019-10-15 2023-06-13 Stackbit Inc. Automating mapping between content schema and rendered pages
US20210256076A1 (en) * 2020-02-14 2021-08-19 Microsoft Technology Licensing, Llc Integrated browser experience for learning and automating tasks
US20220374591A1 (en) * 2021-05-20 2022-11-24 Shopify Inc. Systems and methods for dynamically rendering content based on a template

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103488732A (en) * 2013-09-17 2014-01-01 北京思特奇信息技术股份有限公司 Generation method and device of static pages
CN105373615A (en) * 2015-11-24 2016-03-02 深圳市华讯方舟科技有限公司 Page customization method and device
CN109241473A (en) * 2017-07-10 2019-01-18 北京搜狗科技发展有限公司 A kind of page generation method, device and equipment
CN110471657A (en) * 2018-05-11 2019-11-19 北京三快在线科技有限公司 The generation method and device of Website page
CN111881392A (en) * 2020-07-08 2020-11-03 中国建设银行股份有限公司 Page display method and device
CN112632437A (en) * 2020-11-27 2021-04-09 中国银联股份有限公司 Webpage generating method and device and computer readable storage medium
CN113722643A (en) * 2021-09-02 2021-11-30 山谷网安科技股份有限公司 Method and system for improving static generation efficiency of webpage in total station
CN115758016A (en) * 2022-10-21 2023-03-07 中银金融科技有限公司 Webpage content staticizing processing method and system
CN115994517A (en) * 2022-11-23 2023-04-21 网易(杭州)网络有限公司 Information processing method, apparatus, storage medium, device, and program product
CN116643748A (en) * 2023-06-06 2023-08-25 平安银行股份有限公司 Bank APP front-end page generation method, device and system and storage medium

Also Published As

Publication number Publication date
CN117251661A (en) 2023-12-19

Similar Documents

Publication Publication Date Title
CN109901834B (en) Document page generation method, device, computer equipment and storage medium
US8209598B1 (en) Exporting electronic documents from rich internet applications
CN112596714A (en) Webpage development method, device, terminal, server and storage medium
CN114115844A (en) Page generation method and device, computer equipment and storage medium
CN113095995A (en) Webpage watermark adding method and device, electronic equipment and storage medium
CN111596911A (en) Method and device for generating control, computer equipment and storage medium
CN110910475A (en) Picture editing method and device, computer equipment and storage medium
CN114611481A (en) Template configuration method and device, computer equipment and storage medium
CN117251661B (en) Webpage file generation method, device, computer equipment and storage medium
US10140278B2 (en) Computer-implemented methods and systems for associating files with cells of a collaborative spreadsheet
CN114565915B (en) Sample text image acquisition method, text recognition model training method and device
CN114327395A (en) Webpage design method, device, computer equipment, storage medium and product
CN113900650A (en) Data processing method and device, electronic equipment and readable storage medium
CN112001157A (en) Online design method and device for webpage data form
CN115952773A (en) Form generation method and device
CN114201464A (en) Data display method and device, computer equipment and storage medium
CN115934238A (en) Interface display method and device, computer equipment and storage medium
CN116400922A (en) Interface guide schematic diagram generation method, device, computer equipment and storage medium
CN116843789A (en) Method, device, computer equipment and storage medium for generating folding column diagram
CN117612192A (en) Electronic drawing information identification method, system, electronic equipment and storage medium
CN115878929A (en) Webpage rendering method and device
CN114201258A (en) Copy and paste method, device, computer equipment and storage medium
CN117579480A (en) Cloud distributed resource data model expansion and labeling method and system
CN115562662A (en) Application page creating method and device, computer equipment and storage medium
CN114255278A (en) Graph click detection method and device, computer equipment and storage medium

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