CN110727458A - Method and device for switching page template settings through background management - Google Patents

Method and device for switching page template settings through background management Download PDF

Info

Publication number
CN110727458A
CN110727458A CN201910899978.9A CN201910899978A CN110727458A CN 110727458 A CN110727458 A CN 110727458A CN 201910899978 A CN201910899978 A CN 201910899978A CN 110727458 A CN110727458 A CN 110727458A
Authority
CN
China
Prior art keywords
page template
switching
setting
content
background management
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
CN201910899978.9A
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.)
Senauer Beth (beijing) Marketing Technology Ltd By Share Ltd
Original Assignee
Senauer Beth (beijing) Marketing Technology Ltd By Share 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 Senauer Beth (beijing) Marketing Technology Ltd By Share Ltd filed Critical Senauer Beth (beijing) Marketing Technology Ltd By Share Ltd
Priority to CN201910899978.9A priority Critical patent/CN110727458A/en
Publication of CN110727458A publication Critical patent/CN110727458A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the invention discloses a method and a device for switching page template settings through background management, wherein the method comprises the following steps: presetting a self-defined setting item in a page template; writing configurable information to the setting item; and receiving the user-defined content set by the user side based on the setting item, and triggering and executing the preset program content to perform switching setting operation on the content of the page template. By adopting the method for switching the page template setting through background management, the personalized configuration can be realized based on the user-defined setting, the operation is flexible and simple, the automatic packaging and releasing can be realized, and the efficiency of the page template setting is improved.

Description

Method and device for switching page template settings through background management
Technical Field
The embodiment of the invention relates to the field of HTML template configuration, in particular to a method and a device for switching page template settings through background management, and further relates to electronic equipment and a computer-readable storage medium.
Background
In recent years, with the rapid development of network technologies, custom setting and publishing implemented based on preset page templates have become mature. The page template is a finished page frame, a user can use the formed preset page template as the frame, some self-defined information of the page is set in the background, and the page is set to be the content and the style required by the user for publishing. At present, page editing software is usually used to replace the original pictures, characters, styles and the like of a page template with the content of the page template.
However, the setting of the original page template by using the page editing software is not reusable, and cannot well meet and satisfy the requirements, and particularly, the configuration process of the page template for questionnaire cannot flexibly define and set contents according to the actual requirements of the user, which results in low efficiency of realizing personalized configuration. Therefore, how to provide a method for switching template settings through background management, which is flexible, simple and efficient in test operation, for a user has become a key point of development in the field.
Disclosure of Invention
Therefore, the embodiment of the invention provides a method for switching page template settings through background management, so as to solve the problem that the personalized configuration efficiency is low because the template settings cannot be switched through the background management in the prior art.
In order to achieve the above object, the embodiments of the present invention provide the following technical solutions:
in a first aspect, an embodiment of the present invention provides a method for switching settings of a page template through background management, where the method includes: presetting a self-defined setting item in a page template; writing configurable information to the setting item; and receiving the user-defined content set by the user side based on the setting item, and triggering and executing the preset program content to perform switching setting operation on the content of the page template.
Further, the writing of the configurable information into the setting item specifically includes: acquiring a preset script program for analyzing the Dom nodes, and analyzing the Dom nodes corresponding to the page template through the script program to obtain an analysis result; writing configurable information to the setting item based on the parsing result.
Further, the receiving of the user-defined content set by the user side based on the setting item triggers execution of a preset program content to perform a switching setting operation on the content of the page template, and specifically includes: generating an execution command after receiving the user-defined content set by the user side based on the setting item; triggering and executing the preset program content to scan the content of the page template based on the execution command, and performing corresponding switching setting operation; the content of the page template comprises grouping information and element information.
Further, the triggering and executing a preset program content to scan the content of the page template, and performing a corresponding switching setting operation specifically includes: obtaining an html tag corresponding to the element information; analyzing the html tag to obtain an analysis result; and setting the corresponding setting item according to the analysis result, and performing corresponding switching setting operation based on the setting item.
Further, the method for switching the setting of the page template through background management further includes: and when the html tag is detected to be incapable of being analyzed, displaying corresponding prompt information on a preset command line, and adding a corresponding analyzer.
In a second aspect, an embodiment of the present invention provides an apparatus for switching settings of a page template through background management, where the apparatus includes: the preset unit is used for presetting a self-defined setting item in the page template; a writing unit configured to write configurable information into the setting item; and the switching setting unit is used for receiving the user-defined content set by the user side based on the setting item and triggering and executing the preset program content to perform switching setting operation on the content of the page template.
Further, the writing unit specifically: acquiring a preset script program for analyzing the Dom nodes, and analyzing the Dom nodes corresponding to the page template through the script program to obtain an analysis result; writing configurable information to the setting item based on the parsing result.
Further, the switching setting unit is configured to: generating an execution command after receiving the user-defined content set by the user side based on the setting item; triggering and executing the preset program content to scan the content of the page template based on the execution command, and performing corresponding switching setting operation; the content of the page template comprises grouping information and element information.
Further, the triggering and executing a preset program content to scan the content of the page template, and performing a corresponding switching setting operation specifically includes: obtaining an html tag corresponding to the element information; analyzing the html tag to obtain an analysis result; and setting the corresponding setting item according to the analysis result, and performing corresponding switching setting operation based on the setting item.
Further, the method for switching the setting of the page template through background management further includes: and when the html tag is detected to be incapable of being analyzed, displaying corresponding prompt information on a preset command line, and adding a corresponding analyzer.
In a third aspect, an embodiment of the present invention further provides an electronic device, including: a processor and a memory; the memory is used for storing a program of a method for switching page template setting through background management, and after the electronic equipment is powered on and runs the program of the method for switching page template setting through background management through the processor, the method for switching page template setting through background management is executed.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium, where the computer-readable storage medium contains one or more program instructions, where the one or more program instructions are used for a server to execute any one of the above methods for switching page template settings through background management.
By adopting the method for switching the page template setting through background management, the personalized configuration can be realized based on the user-defined setting, the operation is flexible and simple, the automatic packaging and releasing can be realized, the efficiency of setting the page template is improved, and the use experience of the user is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below. It should be apparent that the drawings in the following description are merely exemplary, and that other embodiments can be derived from the drawings provided by those of ordinary skill in the art without inventive effort.
Fig. 1 is a flowchart of a method for switching page template settings through background management according to an embodiment of the present invention;
fig. 2 is a schematic diagram of an apparatus for switching page template settings through background management according to an embodiment of the present invention;
fig. 3 is a schematic diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
The present invention is described in terms of particular embodiments, other advantages and features of the invention will become apparent to those skilled in the art from the following disclosure, and it is to be understood that the described embodiments are merely exemplary of the invention and that it is not intended to limit the invention to the particular embodiments disclosed. 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 invention.
The following describes an embodiment of the method for switching page template settings through background management, according to the invention. As shown in fig. 1, which is a flowchart of a method for switching a page template setting through background management according to an embodiment of the present invention, a specific implementation process includes the following steps:
step S101: and presetting a self-defined setting item in the page template.
In the embodiment of the invention, a plurality of setting items (configuration options) can be added in a page template in advance in a program coding mode, a plurality of html configuration tags are created, and attribute configuration is carried out by a coder through background management in advance. The page template may be a questionnaire survey template, a resume template, a web page template, and the like, and is not specifically limited herein.
Furthermore, in order to facilitate the user to visually set according to the user-defined setting item, a visual configuration interface can be developed in a common program coding mode in the embodiment of the invention, and the configuration is carried out based on the background management system, so that the configuration process of the webpage template is simple and convenient, the personalized configuration can be realized, the webpage template can be reused, and the efficiency of setting switching through background management of the webpage template is improved.
Step S102: writing configurable information to the setting item.
After a plurality of setting items are added in step S101 in advance, some configurable information may be written into the configuration items in this step, so that a user can customize the setting according to the customized setting items.
Specifically, the writing of the configurable information into the setting item may be implemented by: acquiring a preset script program for analyzing the Dom nodes, and analyzing the Dom nodes corresponding to the page template through the script program to obtain an analysis result; writing configurable information to the setting item based on the parsing result. It should be noted that all contents in the HTML document are Dom nodes, such as: the whole document is a document Dom node, each HTML element is an element Dom node, the text in the HTML element is a text Dom node, each HTML attribute is an attribute Dom node, and the annotation is an annotation Dom node. Therefore, the Dom nodes of the present invention may include a document Dom node, an element Dom node, a text Dom node, an attribute Dom node, an annotation Dom node, and the like, which is not limited herein.
Step S103: and receiving the user-defined content set by the user side based on the setting item, and triggering and executing the preset program content to perform switching setting operation on the content of the page template.
After the configurable information is written into the setting item in step S102, the user-defined content set by the user side can be determined based on the setting item in this step, and then the operation of triggering and executing the preset program content or program file to perform the switching setting operation on the content of the page template is realized.
The receiving user end triggers and executes the preset program content to perform the switching setting operation on the content of the page template based on the custom content set by the setting item, and the specific implementation process may include: generating an execution command after receiving the user-defined content set by the user side based on the setting item; and triggering and executing preset program content to scan the content of the page template based on the execution command, and performing corresponding switching setting operation, wherein the content of the page template comprises grouping information and element information. In the embodiment of the present invention, the packet information may include a first-level packet and a second-level packet; wherein, the first-level grouping can contain second-level grouping or elements, and the second-level grouping contains the elements. Taking a page template for a questionnaire as an example, the following description is given: the entire page set of the page template of the questionnaire can be defined as a first-level grouping; respectively defining the page header setting and the page content setting in the whole page setting as two second-level groups in the first-level group; further, background setting, transparency setting, LOGOtype setting and the like in page header setting are defined as elements in one secondary grouping, so that different html configuration tags can be created for different elements, and subsequent parsing and adding of setting items required to be set by each html configuration tag are facilitated.
Further, the triggering and executing of the preset program content scans the content of the page template, and performs a corresponding switching setting operation, and the specific implementation process may include: obtaining an html tag corresponding to the element information; analyzing the html tag to obtain an analysis result; and setting the corresponding setting item according to the analysis result, and performing corresponding switching setting operation based on the setting item. In addition, it should be noted that when it is detected that the html tag cannot be parsed, corresponding prompt information is displayed in a preset command line, and a corresponding parser is added, which is not described in detail herein.
By adopting the method for switching the page template setting through background management, the personalized configuration can be realized based on the user-defined setting, the operation is flexible and simple, the automatic packaging and releasing can be realized, the efficiency of setting the page template is improved, and the use experience of the user is improved.
Corresponding to the method for switching the page template setting through background management, the invention also provides a device for switching the page template setting through background management. Since the embodiment of the apparatus is similar to the above method embodiment, the description is relatively simple, and please refer to the description of the above method embodiment, and the following description of the embodiment of the apparatus for switching page template settings through background management is only illustrative. Fig. 2 is a schematic diagram of an apparatus for switching page template settings through background management according to an embodiment of the present invention.
The device for switching the page template setting through background management comprises the following parts:
the preset unit 201 is configured to preset a self-defined setting item in the page template.
In the embodiment of the invention, a plurality of setting items (configuration options) can be added in a page template in advance in a program coding mode, a plurality of html configuration tags are created, and attribute configuration is carried out by a coder through background management in advance. The page template may be a questionnaire survey template, a resume template, a web page template, and the like, and is not specifically limited herein. Furthermore, in order to facilitate the user to visually set according to the user-defined setting item, a visual configuration interface can be developed in a common program coding mode in the embodiment of the invention, and the configuration is carried out based on the background management system, so that the configuration process of the webpage template is simple and convenient, the personalized configuration can be realized, the webpage template can be reused, and the efficiency of setting switching through background management of the webpage template is improved.
A writing unit 202, configured to write the configurable information into the setting item.
After a plurality of setting items are added in the preset unit 201 in advance, some configurable information may be written in the configuration items in the writing unit 202, so that a user can customize settings according to the customized setting items.
Specifically, the writing of the configurable information into the setting item may be implemented by: acquiring a preset script program for analyzing the Dom nodes, and analyzing the Dom nodes corresponding to the page template through the script program to obtain an analysis result; writing configurable information to the setting item based on the parsing result. It should be noted that the Dom nodes described in the present invention may include document Dom nodes, element Dom nodes, text Dom nodes, attribute Dom nodes, and comment Dom nodes, and the like, which is not specifically limited herein.
And the switching setting unit 203 is configured to receive the user-defined content set by the user side based on the setting item, and trigger to execute a preset program content to perform a switching setting operation on the content of the page template.
After the configurable information is written into the setting item in the writing unit 202, the switching setting unit 203 may determine the user-defined content set by the user terminal based on the setting item, thereby implementing a switching setting operation on the content of the page template by triggering and executing a preset program content or a program file.
The receiving user end triggers and executes the preset program content to perform the switching setting operation on the content of the page template based on the custom content set by the setting item, and the specific implementation process may include: generating an execution command after receiving the user-defined content set by the user side based on the setting item; and triggering and executing preset program content to scan the content of the page template based on the execution command, and performing corresponding switching setting operation, wherein the content of the page template comprises grouping information and element information. In the embodiment of the present invention, the packet information may include a first-level packet and a second-level packet; wherein, the first-level grouping can contain second-level grouping or elements, and the second-level grouping contains the elements. Taking a page template for a questionnaire as an example, the following description is given: the entire page set of the page template of the questionnaire can be defined as a first-level grouping; respectively defining the page header setting and the page content setting in the whole page setting as two second-level groups in the first-level group; further, background setting, transparency setting, LOGOtype setting and the like in page header setting are defined as elements in one secondary grouping, so that different html configuration tags can be created for different elements, and subsequent parsing and adding of setting items required to be set by each html configuration tag are facilitated.
Further, the triggering and executing of the preset program content scans the content of the page template, and performs a corresponding switching setting operation, and the specific implementation process may include: obtaining an html tag corresponding to the element information; analyzing the html tag to obtain an analysis result; and setting the corresponding setting item according to the analysis result, and performing corresponding switching setting operation based on the setting item. In addition, it should be noted that when it is detected that the html tag cannot be parsed, corresponding prompt information is displayed in a preset command line, and a corresponding parser is added, which is not described in detail herein.
By adopting the device for switching the page template setting through background management, the personalized configuration can be realized based on the user-defined setting, the operation is flexible and simple, the automatic packaging and releasing can be realized, the efficiency of setting the page template is improved, and the use experience of the user is improved.
Corresponding to the method for switching the page template setting through background management, the invention also provides electronic equipment. Since the embodiment of the electronic device is similar to the above method embodiment, the description is relatively simple, and please refer to the description of the above method embodiment, and the electronic device described below is only schematic. Fig. 3 is a schematic view of an electronic device according to an embodiment of the present invention.
The electronic device specifically includes: a processor 301 and a memory 302; the memory 302 is configured to run one or more program instructions, and is configured to store a program of a method for switching a page template setting through background management, and after the server is powered on and runs the program of the method for switching a page template setting through background management through the processor 301, the method for switching a page template setting through background management is performed. The electronic device of the present invention may be a server.
Corresponding to the method for switching the page template setting through background management, the invention also provides a computer storage medium. Since the embodiment of the computer storage medium is similar to the above method embodiment, the description is simple, and please refer to the description of the above method embodiment, and the computer storage medium described below is only schematic.
The computer storage medium contains one or more program instructions, and the one or more program instructions are used for the server to execute the method for switching the page template setting through background management.
In an embodiment of the present invention, the processor or the processing module may be an integrated circuit chip having signal processing capability. The Processor may be a general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component.
The various methods, steps and logic blocks disclosed in the embodiments of the present invention may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present invention may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software module may be located in ram, flash memory, rom, prom, or eprom, registers, etc. storage media as is well known in the art. The processor reads the information in the storage medium and completes the steps of the method in combination with the hardware.
The storage medium may be a memory, for example, which may be volatile memory or nonvolatile memory, or which may include both volatile and nonvolatile memory.
The nonvolatile Memory may be a Read-Only Memory (ROM), a Programmable ROM (PROM), an Erasable PROM (EPROM), an Electrically Erasable PROM (EEPROM), or a flash Memory.
The volatile Memory may be a Random Access Memory (RAM) which serves as an external cache. By way of example and not limitation, many forms of RAM are available, such as Static random access memory (Static RAM, SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (ddr Data Rate SDRAM), Enhanced SDRAM (ESDRAM), synclink DRAM (SLDRAM), and Direct memory bus RAM (DRRAM).
The storage media described in connection with the embodiments of the invention are intended to comprise, without being limited to, these and any other suitable types of memory.
Those skilled in the art will appreciate that the functionality described in the present invention may be implemented in a combination of hardware and software in one or more of the examples described above. When software is applied, the corresponding functionality may be stored on or transmitted over as one or more instructions or code on a computer-readable medium. Computer-readable media includes both computer storage media and communication media including any medium that facilitates transfer of a computer program from one place to another. A storage media may be any available media that can be accessed by a general purpose or special purpose computer.
The above-mentioned embodiments, objects, technical solutions and advantages of the present invention are further described in detail, it should be understood that the above-mentioned embodiments are only exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements and the like made on the basis of the technical solutions of the present invention should be included in the scope of the present invention.

Claims (10)

1. A method for switching page template settings through background management is characterized by comprising the following steps:
presetting a self-defined setting item in a page template;
writing configurable information to the setting item;
and receiving the user-defined content set by the user side based on the setting item, and triggering and executing the preset program content to perform switching setting operation on the content of the page template.
2. The method for switching page template settings through background management according to claim 1, wherein the writing of configurable information into the setting item specifically includes:
acquiring a preset script program for analyzing the Dom nodes, and analyzing the Dom nodes corresponding to the page template through the script program to obtain an analysis result;
writing configurable information to the setting item based on the parsing result.
3. The method for switching setting of a page template through background management according to claim 1, wherein the receiving of the user-defined content set by the user side based on the setting item triggers execution of preset program content to perform a switching setting operation on the content of the page template, specifically comprising:
generating an execution command after receiving the user-defined content set by the user side based on the setting item;
triggering and executing the preset program content to scan the content of the page template based on the execution command, and performing corresponding switching setting operation; the content of the page template comprises grouping information and element information.
4. The method for switching page template settings through background management according to claim 3, wherein the triggering execution of the preset program content scans the content of the page template and performs a corresponding switching setting operation, specifically comprising:
obtaining an html tag corresponding to the element information;
analyzing the html tag to obtain an analysis result;
and setting the corresponding setting item according to the analysis result, and performing corresponding switching setting operation based on the setting item.
5. The method for switching page template settings through background management as claimed in claim 4, further comprising: and when the html tag is detected to be incapable of being analyzed, displaying corresponding prompt information on a preset command line, and adding a corresponding analyzer.
6. The utility model provides a device through background management switching page template setting which characterized in that includes:
the preset unit is used for presetting a self-defined setting item in the page template;
a writing unit configured to write configurable information into the setting item;
and the switching setting unit is used for receiving the user-defined content set by the user side based on the setting item and triggering and executing the preset program content to perform switching setting operation on the content of the page template.
7. The apparatus for switching a setting of a page template through background management according to claim 6, wherein the writing unit is specifically configured to:
acquiring a preset script program for analyzing the Dom nodes, and analyzing the Dom nodes corresponding to the page template through the script program to obtain an analysis result;
writing configurable information to the setting item based on the parsing result.
8. The apparatus for switching page template settings through background management as claimed in claim 6, wherein the switching setting unit is configured to:
generating an execution command after receiving the user-defined content set by the user side based on the setting item;
triggering and executing the preset program content to scan the content of the page template based on the execution command, and performing corresponding switching setting operation; the content of the page template comprises grouping information and element information.
9. An electronic device, comprising:
a processor; and
a memory, configured to store a program of a method for switching page template settings through background management, where after the electronic device is powered on and runs the program of the method for switching page template settings through background management through the processor, the method for switching page template settings through background management according to any one of claims 1 to 5 is performed.
10. A computer-readable storage medium containing one or more program instructions for execution by a server of the method for switching page template settings via background management of any of claims 1-5.
CN201910899978.9A 2019-09-23 2019-09-23 Method and device for switching page template settings through background management Pending CN110727458A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910899978.9A CN110727458A (en) 2019-09-23 2019-09-23 Method and device for switching page template settings through background management

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910899978.9A CN110727458A (en) 2019-09-23 2019-09-23 Method and device for switching page template settings through background management

Publications (1)

Publication Number Publication Date
CN110727458A true CN110727458A (en) 2020-01-24

Family

ID=69218208

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910899978.9A Pending CN110727458A (en) 2019-09-23 2019-09-23 Method and device for switching page template settings through background management

Country Status (1)

Country Link
CN (1) CN110727458A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113596197A (en) * 2021-09-26 2021-11-02 武汉四通信息服务有限公司 Address switching method and device, electronic equipment and storage medium
CN113672214A (en) * 2021-07-16 2021-11-19 微梦创科网络科技(中国)有限公司 Template sharing method and device

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1288192A (en) * 1999-08-17 2001-03-21 国际商业机器公司 Method and device for fixing display information, and related soft ware products and storage medium therefor
US20140002863A1 (en) * 2012-07-01 2014-01-02 Brother Kogyo Kabushiki Kaisha Image processing apparatus and program
CN103544024A (en) * 2013-11-12 2014-01-29 深圳如果技术有限公司 Method and system for generating browser page and terminal device
CN104636400A (en) * 2013-11-15 2015-05-20 腾讯科技(深圳)有限公司 Browser webpage generating method, browser and system
CN107451184A (en) * 2017-06-19 2017-12-08 阿里巴巴集团控股有限公司 Page display method and device, user equipment, storage medium
CN107992346A (en) * 2017-10-19 2018-05-04 用友网络科技股份有限公司 Interface display method, the interface display system of application program
CN109101300A (en) * 2018-06-14 2018-12-28 腾讯科技(深圳)有限公司 A kind of page rendering method, apparatus and terminal
CN110187878A (en) * 2019-05-29 2019-08-30 北京三快在线科技有限公司 A kind of page generation method and device

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1288192A (en) * 1999-08-17 2001-03-21 国际商业机器公司 Method and device for fixing display information, and related soft ware products and storage medium therefor
US20140002863A1 (en) * 2012-07-01 2014-01-02 Brother Kogyo Kabushiki Kaisha Image processing apparatus and program
CN103544024A (en) * 2013-11-12 2014-01-29 深圳如果技术有限公司 Method and system for generating browser page and terminal device
CN104636400A (en) * 2013-11-15 2015-05-20 腾讯科技(深圳)有限公司 Browser webpage generating method, browser and system
CN107451184A (en) * 2017-06-19 2017-12-08 阿里巴巴集团控股有限公司 Page display method and device, user equipment, storage medium
CN107992346A (en) * 2017-10-19 2018-05-04 用友网络科技股份有限公司 Interface display method, the interface display system of application program
CN109101300A (en) * 2018-06-14 2018-12-28 腾讯科技(深圳)有限公司 A kind of page rendering method, apparatus and terminal
CN110187878A (en) * 2019-05-29 2019-08-30 北京三快在线科技有限公司 A kind of page generation method and device

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113672214A (en) * 2021-07-16 2021-11-19 微梦创科网络科技(中国)有限公司 Template sharing method and device
CN113672214B (en) * 2021-07-16 2024-04-05 微梦创科网络科技(中国)有限公司 Template sharing method and device
CN113596197A (en) * 2021-09-26 2021-11-02 武汉四通信息服务有限公司 Address switching method and device, electronic equipment and storage medium
CN113596197B (en) * 2021-09-26 2021-12-21 武汉四通信息服务有限公司 Address switching method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN104461484B (en) The implementation method and device of front-end template
CN110879937A (en) Method and device for generating webpage from document, computer equipment and storage medium
CN111142988B (en) Page test method and device, storage medium and electronic equipment
CN106897251B (en) Rich text display method and device
CN109840083B (en) Webpage component template construction method and device, computer equipment and storage medium
CN109145235B (en) Method and device for analyzing webpage and electronic equipment
US20170315982A1 (en) Method, device and mobile terminal for webpage text parsing
CN104020984A (en) Method and device for generating static page
CN112417338B (en) Page adaptation method, system and equipment
CN113609820A (en) Method, device and equipment for generating word file based on extensible markup language file
CN114138244A (en) Method and device for automatically generating model files, storage medium and electronic equipment
CN109299785B (en) Method and device for realizing machine learning model
CN111476017B (en) Webpage form editing method and device and electronic equipment
CN110727458A (en) Method and device for switching page template settings through background management
CN114816404A (en) Method and device for dynamically rendering view page, computer equipment and storage medium
CN112395848A (en) Rich text display method and device, computer equipment and storage medium
CN111414727A (en) Method and device for editing header and footer of PDF (Portable document Format) document and electronic equipment
CN110688315A (en) Interface code detection report generation method, electronic device, and storage medium
CN112650492A (en) Rendering method, system and related device of Web page
CN112328246A (en) Page component generation method and device, computer equipment and storage medium
CN113297425B (en) Document conversion method, device, server and storage medium
CN108132783A (en) A kind of configuration method and device of Web App
CN115935909A (en) File generation method and device and electronic equipment
CN113127776A (en) Breadcrumb path generation method and device and terminal equipment
CN111125998A (en) Text processing method and device

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200124