CN110347390B - Method, storage medium, equipment and system for rapidly generating WEB page - Google Patents

Method, storage medium, equipment and system for rapidly generating WEB page Download PDF

Info

Publication number
CN110347390B
CN110347390B CN201810290773.6A CN201810290773A CN110347390B CN 110347390 B CN110347390 B CN 110347390B CN 201810290773 A CN201810290773 A CN 201810290773A CN 110347390 B CN110347390 B CN 110347390B
Authority
CN
China
Prior art keywords
page
component
html
data information
page data
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
CN201810290773.6A
Other languages
Chinese (zh)
Other versions
CN110347390A (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.)
Guangzhou Onion Fashion Group Co ltd
Original Assignee
Guangzhou Onion Fashion Group Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangzhou Onion Fashion Group Co ltd filed Critical Guangzhou Onion Fashion Group Co ltd
Priority to CN201810290773.6A priority Critical patent/CN110347390B/en
Publication of CN110347390A publication Critical patent/CN110347390A/en
Application granted granted Critical
Publication of CN110347390B publication Critical patent/CN110347390B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • 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)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Document Processing Apparatus (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a method for rapidly generating a WEB page, which relates to the field of Internet application development and comprises the following steps: searching page data information of a page to be generated in a database, analyzing the page data information to obtain character strings identifiable by HTML, inserting the character strings obtained by analysis into corresponding positions in a preset HTML template, constructing an HTML document of the page to be generated, compiling the HTML document, and generating a corresponding WEB page. The method for rapidly generating the WEB page is simple to operate and convenient to realize, shortens the development time, has higher efficiency of generating the WEB page, and greatly saves the development labor cost.

Description

Method, storage medium, equipment and system for rapidly generating WEB page
Technical Field
The invention relates to the field of Internet application development, in particular to a method, a storage medium, equipment and a system for rapidly generating a WEB page.
Background
Along with the rapid development of the live broadcast platform, the demand of landing pages on each large live broadcast platform is huge, but the number of developers is limited, the development speed is generally not up to the demand, the development demands are accumulated continuously, and most of landing page demands are similar, so that the development cost is increased.
In the prior art, there is a method for rapidly generating a web page, which comprises the following steps: editing and modifying the existing landing page code to form a new landing page code, and visually integrating the developed and released flow, wherein the page can be completely developed to click a preview effect by one key, the page information is returned and modified at any time, and the page effect is optimized; in addition, after the page development is completed and the test is finished, when the online is needed, the page can be clicked and released on line by one click, so that various complicated steps in the conventional process are avoided.
However, in the above process, when the newly required landing page code is different from the existing landing page code in content and format, editing and modifying the existing landing page code will take a long time, and a developer may have a modification error, so that editing and modifying efficiency is low, and further, it takes a long time to generate a web page, which is inefficient.
Disclosure of Invention
Aiming at the defects in the prior art, the invention aims to provide the method for rapidly generating the WEB page, which has the advantages of simple operation, convenient realization, shortening of development time, higher efficiency of generating the WEB page and great saving of development labor cost.
In order to achieve the above purpose, the invention adopts the following technical scheme:
a method for rapidly generating a WEB page comprises the following steps:
searching page data information of a page to be generated in a database, analyzing the page data information to obtain character strings identifiable by HTML, inserting the character strings obtained by analysis into corresponding positions in a preset HTML template, constructing an HTML document of the page to be generated, compiling the HTML document, and generating a corresponding WEB page.
The method for rapidly generating the WEB page is simple to operate and convenient to realize, and only needs to be replaced correspondingly according to the operation, so that errors are not easy to occur, the development time is shortened, the efficiency of generating the WEB page is higher, the requirement on a page developer is low, and the development labor cost is greatly saved.
Based on the technical scheme, the step of inserting the character string obtained by analysis into the corresponding position in the HTML template comprises the following steps: and reserving hooks corresponding to the page data information in an HTML template, analyzing the page data information to obtain character strings identifiable by the HTML, and replacing the hooks corresponding to the character strings obtained by analysis in the HTML template.
On the basis of the technical scheme, after the HTML document of the page to be generated is built, before compiling the HTML document, the method further comprises the steps of: and compressing the HTML document to reduce the size of the HTML document, improve the page transmission efficiency, and facilitate the quick loading of pages so as to improve the page production speed.
On the basis of the technical scheme, the page data information comprises a plurality of page components, and the step of analyzing the page data information comprises the following steps: traversing all page components, adding each page component into a stack in sequence according to the principle of a parent and a child, acquiring component information of each page component, wherein the component information comprises component parameters and component templates, and correspondingly replacing the component parameters of each page component into the component templates to obtain HTML identifiable character strings of each page component.
On the basis of the above technical solution, the component information further includes a component cascading style sheet, and the step of parsing the page data information further includes: and acquiring the HTML identifiable component style character strings according to the component cascading style sheets, restoring the HTML templates according to different configurations, splitting different CSS styles, loading only the styles of the page reference components, reducing the page size and improving the page rendering efficiency.
The invention also provides a storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of the above method.
The invention also provides an electronic device comprising a memory, a processor and a computer program stored on the memory and running on the processor, wherein the processor implements the steps of the method when executing the computer program.
The invention also provides a system for rapidly generating the WEB page, which comprises a searching module, an analyzing module, an inserting module and a compiling module;
the searching module is used for searching page data information of a page to be generated in the database;
the analysis module is used for analyzing the page data information to obtain an HTML recognizable character string;
the inserting module is used for inserting the character strings obtained through analysis into corresponding positions in a preset HTML template and constructing an HTML document of a page to be generated;
and the compiling module is used for compiling the HTML document and generating a corresponding WEB page.
The system for rapidly generating the WEB page can analyze page data information into the character strings which can be identified by the HTML, insert the character strings obtained by analysis into the corresponding positions in the preset HTML template, construct the HTML document of the page to be generated, compile the HTML document to generate the corresponding WEB page, and has the advantages of simple operation, convenient realization, and low cost of labor for development, and can be realized by only correspondingly replacing according to the operation, thereby not only being difficult to cause errors, shortening the development time and having higher efficiency of generating the WEB page, but also having low requirements on page developers.
On the basis of the technical scheme, the page data information comprises a plurality of page components, and the analysis module comprises a processing unit, an information acquisition unit and a first unit;
the processing unit is used for traversing all page components and sequentially adding the page components into a stack according to the principles of a father and a son;
the information acquisition unit is used for acquiring component information of each page component, wherein the component information comprises component parameters and component templates;
and the first unit is used for correspondingly replacing the component parameters of each page component into the component template to obtain the HTML recognizable character strings of each page component.
On the basis of the technical scheme, the component information further comprises a component cascading style sheet, the analysis module further comprises a second unit, the second unit is used for acquiring the HTML identifiable component style character strings according to the component cascading style sheet, the HTML template can be restored according to different configurations, the method is more flexible and efficient, different CSS styles are split, only the styles of page reference components are loaded, the page size is reduced, and the page rendering efficiency is improved.
Drawings
FIG. 1 is a flowchart of a method for rapidly generating a WEB page in an embodiment of the present invention;
fig. 2 is a connection block diagram of an electronic device in an embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples.
Referring to fig. 1, an embodiment of the present invention provides a method for quickly generating a WEB page, including the steps of:
s1: the method comprises the following steps of searching page data information of a page to be generated in a database, wherein the specific implementation process of the steps is as follows: according to the page IDs of different pages, page data of different pages are stored in a database in advance, when the pages need to be generated, corresponding page data information is searched in the database according to the page IDs of the pages to be generated, and the searched page data information is stored in a cache file. The page ID here is a character string formed by combining a plurality of numbers or letters, and is used for identifying different pages, and the page IDs of the different pages are different.
Because the page data information needs to be used for a plurality of times in the page compiling process, the searched page data is stored into the cache file, the access of a database can be reduced, and the data acquisition in the subsequent operation process is facilitated, so that the efficiency is improved.
The page data information comprises a plurality of page components, all the page components are stored in a component list in an array mode, and the page data information also comprises information such as page names, page types, page widths, authors, page titles, page keywords, page descriptions, page states and the like.
The page data information is schematically as follows:
Figure BDA0001617451820000051
s2: and analyzing the page data information to obtain the character string which can be identified by the HTML.
The step of analyzing page data information specifically comprises the following steps:
s201: traversing all page components, adding the page components into a stack in turn according to the principles of a parent component and a child component, and enabling the parent component to render before the child component forever in the page restoration process through the operation, wherein the specific implementation process is as follows:
Figure BDA0001617451820000052
Figure BDA0001617451820000061
taking wait component array waitCopm [ ] as an example in this example, while the wait component array still contains unrendered components, traversing the wait component array, finding the parent component slot of each component, if the parent component slot of the component has been rendered, inserting a child component into its corresponding parent component slot, and removing the component from the wait component array, and so forth, and looping until all components in the wait component array are rendered.
S202, acquiring component information of each page component, wherein the component information comprises component parameters and component templates, and correspondingly replacing the component parameters of each page component into the component templates to obtain HTML recognizable character strings of each page component. The specific implementation process is exemplified as follows:
component parameters:
Figure BDA0001617451820000062
component template:
<script id="hotLink-child"type="text/html">
<a class="linkBox"href="{{href}}"target="{target}}"></a>
</script>
replacement results:
<a class="linkBox"href="http://www.douyu.com"target="_blank"></a>
the above example describes how the component parameters, heref and target, are inserted into the corresponding component templates, and finally html is generated. It can also be understood that: if the a-tag contains 2 attributes, the 2 attributes are two component parameters, and the 2 attributes are respectively: and (3) skipping the link and opening the link in the new window, and replacing the component parameter information set by the user to the position corresponding to the component template to generate a complete a-tag html character string.
In the above step S202, the component information further includes a component cascading style sheet CSS, and the HTML-recognizable component style string is acquired from the component cascading style sheet CSS. Examples of cascading style sheets are as follows:
.linkBox{display:block;cursor:pointer;height:100%;width:100%;}
the above is to set a general style for an a-tag of class name linkBox, where display: block is a block-level element for an object, and cursor: pointer specifies the type (shape) of a cursor to be displayed as a pointer indicating a link, and the like.
The HTML identifiable component style character strings are obtained according to the component cascading style sheets CSS, the HTML templates can be restored according to different configurations, the HTML templates are more flexible and efficient, different CSS styles are split, only the styles of page reference components are loaded, the page size is reduced, and the page rendering efficiency is improved.
In the embodiment of the invention, the layered style sheet is called CSS, which is called Cascading Style Sheets in full, and is a computer language for representing file styles such as HTML or XML. The CSS not only can statically modify the web page, but also can dynamically format each element of the web page in cooperation with various scripting languages.
S3: and inserting the analyzed character strings into corresponding positions in a preset HTML template to construct an HTML document of the page to be generated.
In the above process, the method for inserting the parsed character string into the corresponding position of the preset HTML template comprises the following steps: and reserving hooks corresponding to the page data information in the HTML template, analyzing the page data information to obtain character strings identifiable by the HTML, and replacing the hooks corresponding to the character strings obtained by analysis in the HTML template to realize HTML page restoration. In the embodiment of the invention, the hook is understood to be a preset special rule word, and as in the example of { {% = title% } } used in use, the title can be replaced by any word, such as keywords, description or style, and the like, and only the title content needs to be replaced by regularly matching related key characters.
Examples of hooks corresponding to page data information are as follows:
{ { {% =title% } }
{% = keywords% } }
{% = description% } }, page description
{ { {% = style% } } } } } css style information
{ { {% = extra head% } } } }, extra header
{ { percent=point% } } } }, page dotting
{ { {% = template% } } } }, component template
{ {% = content% } } } } }, page detail
The HTML template is exemplified as follows:
<!DOCTYPE html>
<html>
<head>
<title>{{%=title%}}</title>
<meta name="keywords"content="{{%=keywords%}}"/>
<meta name="description"content="{{%=description%}}"/>
{{%=style%}}
{{%=extraHead%}}
<head>
<body data-page-point="{{%=point%}}"data-diy="1">
{{%=template%}}
<div id="container">
{{%=content%}}
</div>
</body>
</html>
after the page data information of the page to be generated is obtained, such as the page title of webm thematic, the page keyword of live broadcast of fighting fish and the like, the page data information is analyzed into character strings which can be identified by the HTML and then is replaced into corresponding hooks in the HTML template, and the page HTML document can be clearly constructed through the replacement of the hooks, so that the readability is good and the understanding is easy.
S4: the HTML document is compressed. The step of compressing the HTML document refers to removing invalid character strings such as blank characters, notes and blank lines, so as to reduce the size of the HTML document, improve the page transmission efficiency, facilitate the quick loading of pages and further improve the page production speed.
S5: and compiling the HTML document to generate a corresponding WEB page, and thus, completing the rapid generation of the WEB page.
According to the method for rapidly generating the WEB page, disclosed by the embodiment of the invention, page data information can be analyzed into the character strings which can be identified by the HTML, the character strings obtained through analysis are inserted into the corresponding positions in the preset HTML template, the HTML document of the page to be generated is built, and the corresponding WEB page can be generated by compiling the HTML document.
The embodiment of the invention also provides a storage medium, on which a computer program is stored, which when being executed by a processor, realizes the steps of the method for quickly generating the WEB page.
Referring to fig. 2, the embodiment of the invention further provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and running on the processor, wherein the processor implements the steps of the method for quickly generating a WEB page when executing the computer program.
The embodiment of the invention also provides a system for rapidly generating the WEB page, which comprises a searching module, an analyzing module, an inserting module and a compiling module.
The searching module is used for searching page data information of the page to be generated in the database. The specific implementation process of the search module is as follows: according to the page IDs of different pages, page data of different pages are stored in a database in advance, when the pages need to be generated, corresponding page data information is searched in the database according to the page IDs of the pages to be generated, and the searched page data information is stored in a cache file. The page ID here is a character string formed by combining a plurality of numbers or letters, and is used for identifying different pages, and the page IDs of the different pages are different.
The page data information comprises a plurality of page components, all the page components are stored in a component list in an array mode, and the page data information also comprises information such as page names, page types, page widths, authors, page titles, page keywords, page descriptions, page states and the like.
The analysis module is used for analyzing the page data information to obtain the character strings which can be identified by the HTML.
The inserting module is used for inserting the analyzed character strings into corresponding positions in a preset HTML template to construct an HTML document of the page to be generated. The specific implementation process of the insertion module is as follows: and reserving hooks corresponding to the page data information in the HTML template, analyzing the page data information to obtain character strings identifiable by the HTML, and replacing the hooks corresponding to the character strings obtained by analysis in the HTML template, so that the character strings obtained by analysis can be inserted into the corresponding positions in the preset HTML template.
The compiling module is used for compiling the HTML document and generating the corresponding WEB page, so that the quick generation of the WEB page can be completed.
Further, the analysis module comprises a processing unit, an information acquisition unit and a first unit.
The processing unit is used for traversing all page components, and sequentially adding the page components into a stack according to the principles of a parent component and a child component, so that the parent component is rendered before the child component forever in the process of page restoration through the operation.
The information acquisition unit is used for acquiring the component information of each page component, wherein the component information comprises component parameters and component templates.
The first unit is used for correspondingly replacing the component parameters of each page component into the component template to obtain the HTML recognizable character strings of each page component.
Further, the component information further includes a component cascading style sheet, and the parsing module further includes a second unit, where the second unit is configured to obtain a component style string identifiable by HTML according to the component cascading style sheet. The HTML identifiable component style character strings are obtained according to the component cascading style sheets CSS, the HTML templates can be restored according to different configurations, the HTML templates are more flexible and efficient, different CSS styles are split, only the styles of page reference components are loaded, the page size is reduced, and the page rendering efficiency is improved.
Further, the system for rapidly generating the WEB page further comprises a compression module, wherein the compression module is used for compressing the HTML document after the HTML document of the page to be generated is built and before compiling the HTML document. The step of compressing the HTML document refers to removing invalid character strings such as blank characters, notes and blank lines, so as to reduce the size of the HTML document, improve the page transmission efficiency, facilitate the quick loading of pages and further improve the page production speed.
According to the system for rapidly generating the WEB page, disclosed by the embodiment of the invention, page data information can be analyzed into the character strings which can be identified by the HTML, the character strings obtained through analysis are inserted into the corresponding positions in the preset HTML template, the HTML document of the page to be generated is built, and the corresponding WEB page can be generated by compiling the HTML document.
It should be noted that: when the system provided in the above embodiment realizes the operation of quickly generating the WEB page, only the division of the above functional modules is used for illustration, in practical application, the above functional allocation may be completed by different functional modules according to the need, i.e. the internal structure of the system is divided into different functional modules, so as to complete all or part of the functions described above.
The invention is not limited to the embodiments described above, but a number of modifications and adaptations can be made by a person skilled in the art without departing from the principle of the invention, which modifications and adaptations are also considered to be within the scope of the invention. What is not described in detail in this specification is prior art known to those skilled in the art.

Claims (9)

1. The method for rapidly generating the WEB page is characterized by comprising the following steps of:
searching page data information of a page to be generated in a database, analyzing the page data information to obtain character strings identifiable by HTML, inserting the character strings obtained by analysis into corresponding positions in a preset HTML template, constructing an HTML document of the page to be generated, compiling the HTML document, and generating a corresponding WEB page;
the method comprises the steps of searching page data information of a page to be generated in a database, wherein the page data information comprises the following specific steps: according to page IDs of different pages, page data of the different pages are stored in a database in advance, when the pages need to be generated, corresponding page data information is searched in the database according to the page IDs of the pages to be generated, and the searched page data information is stored in a cache file;
the step of inserting the parsed character string into the corresponding position in the HTML template comprises the following steps: and reserving hooks corresponding to the page data information in an HTML template, analyzing the page data information to obtain character strings identifiable by the HTML, and replacing the hooks corresponding to the character strings obtained by analysis in the HTML template.
2. The method for rapidly generating a WEB page according to claim 1, wherein after constructing an HTML document for a page to be generated, before compiling the HTML document, further comprising the steps of: compressing the HTML document.
3. The method for rapidly generating a WEB page according to claim 1, wherein the page data information comprises a plurality of page components, and the step of parsing the page data information comprises: traversing all page components, adding each page component into a stack in sequence according to the principle of a parent and a child, acquiring component information of each page component, wherein the component information comprises component parameters and component templates, and correspondingly replacing the component parameters of each page component into the component templates to obtain HTML identifiable character strings of each page component.
4. The method for rapidly generating a WEB page according to claim 3, wherein: the component information further comprises a component cascading style sheet, and the step of analyzing the page data information further comprises the steps of: and acquiring the HTML identifiable component style character strings according to the component cascading style sheet.
5. A storage medium having a computer program stored thereon, characterized by: the computer program, when executed by a processor, implements the steps of the method of any of the preceding claims 1 to 4.
6. An electronic device comprising a memory, a processor, and a computer program stored on the memory and running on the processor, characterized by: the processor, when executing the computer program, implements the steps of the method of any of the preceding claims 1 to 4.
7. The system for rapidly generating the WEB page is characterized by comprising a searching module, an analyzing module, an inserting module and a compiling module;
the searching module is used for searching page data information of a page to be generated in the database;
the analysis module is used for analyzing the page data information to obtain an HTML recognizable character string;
the inserting module is used for inserting the character strings obtained through analysis into corresponding positions in a preset HTML template and constructing an HTML document of a page to be generated;
the compiling module is used for compiling the HTML document and generating a corresponding WEB page;
the method comprises the steps of searching page data information of a page to be generated in a database, wherein the page data information comprises the following specific steps: according to page IDs of different pages, page data of the different pages are stored in a database in advance, when the pages need to be generated, corresponding page data information is searched in the database according to the page IDs of the pages to be generated, and the searched page data information is stored in a cache file;
the step of inserting the parsed character string into the corresponding position in the HTML template comprises the following steps: and reserving hooks corresponding to the page data information in an HTML template, analyzing the page data information to obtain character strings identifiable by the HTML, and replacing the hooks corresponding to the character strings obtained by analysis in the HTML template.
8. The system for rapidly generating WEB pages according to claim 7, wherein: the page data information comprises a plurality of page components, and the analysis module comprises a processing unit, an information acquisition unit and a first unit;
the processing unit is used for traversing all page components and sequentially adding the page components into a stack according to the principles of a father and a son;
the information acquisition unit is used for acquiring component information of each page component, wherein the component information comprises component parameters and component templates;
and the first unit is used for correspondingly replacing the component parameters of each page component into the component template to obtain the HTML recognizable character strings of each page component.
9. The system for rapidly generating WEB pages according to claim 8, wherein: the component information further comprises a component cascading style sheet, and the analysis module further comprises a second unit, wherein the second unit is used for acquiring an HTML identifiable component style character string according to the component cascading style sheet.
CN201810290773.6A 2018-04-03 2018-04-03 Method, storage medium, equipment and system for rapidly generating WEB page Active CN110347390B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810290773.6A CN110347390B (en) 2018-04-03 2018-04-03 Method, storage medium, equipment and system for rapidly generating WEB page

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810290773.6A CN110347390B (en) 2018-04-03 2018-04-03 Method, storage medium, equipment and system for rapidly generating WEB page

Publications (2)

Publication Number Publication Date
CN110347390A CN110347390A (en) 2019-10-18
CN110347390B true CN110347390B (en) 2023-07-11

Family

ID=68172802

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810290773.6A Active CN110347390B (en) 2018-04-03 2018-04-03 Method, storage medium, equipment and system for rapidly generating WEB page

Country Status (1)

Country Link
CN (1) CN110347390B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111104115A (en) * 2019-12-11 2020-05-05 上海携程商务有限公司 Method, system, equipment and storage medium for realizing three-dimensional page based on CSS
CN111610971A (en) * 2020-04-27 2020-09-01 中国平安财产保险股份有限公司 Method and device for generating Html file, computer equipment and storage medium
CN112433752B (en) * 2020-11-20 2023-11-17 泰康保险集团股份有限公司 Page analysis method, device, medium and electronic equipment
CN114995699B (en) * 2022-06-17 2024-02-27 拉扎斯网络科技(上海)有限公司 Interface interaction method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105701410A (en) * 2015-12-31 2016-06-22 华为技术有限公司 Information, device and system for obtaining information in source codes
CN106528124A (en) * 2016-10-26 2017-03-22 广东广新信息产业股份有限公司 Page template release method and system
CN107391573A (en) * 2017-06-19 2017-11-24 上海斐讯数据通信技术有限公司 A kind of data message extracting method and system based on computing with words

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104158836B (en) * 2014-06-23 2018-05-01 浙江大学城市学院 A kind of method by data render mobile application interface
CN105426172B (en) * 2015-10-30 2019-06-14 北京金海明天软件技术有限公司 Dynamic web pages generation method based on XML analytic technique and template instruction
CN107015819B (en) * 2016-01-27 2020-11-13 阿里巴巴集团控股有限公司 Method and device for updating HTML (Hypertext markup language) template at server side
CN106648630A (en) * 2016-12-01 2017-05-10 北京趣拿软件科技有限公司 Page obtaining method and device
CN106991154B (en) * 2017-03-29 2022-04-05 百度在线网络技术(北京)有限公司 Webpage rendering method and device, terminal and server
CN107451184A (en) * 2017-06-19 2017-12-08 阿里巴巴集团控股有限公司 Page display method and device, user equipment, storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105701410A (en) * 2015-12-31 2016-06-22 华为技术有限公司 Information, device and system for obtaining information in source codes
CN106528124A (en) * 2016-10-26 2017-03-22 广东广新信息产业股份有限公司 Page template release method and system
CN107391573A (en) * 2017-06-19 2017-11-24 上海斐讯数据通信技术有限公司 A kind of data message extracting method and system based on computing with words

Also Published As

Publication number Publication date
CN110347390A (en) 2019-10-18

Similar Documents

Publication Publication Date Title
CN110347390B (en) Method, storage medium, equipment and system for rapidly generating WEB page
US8397157B2 (en) Context-free grammar
CN111913739B (en) Service interface primitive defining method and system
CN111241793B (en) Method, system and medium for resolving rich text editor content to render to native client
CN103699591A (en) Page body extraction method based on sample page
US20090083300A1 (en) Document processing device and document processing method
CN115878003A (en) RPA webpage operation automation method and system based on Transformer
CN113283216A (en) Webpage content display method, device, equipment and storage medium
CN111124481A (en) Installation package generation method and device of webpage application program, storage medium and equipment
EP1830274A1 (en) Server device and name space issuing method
US20110078552A1 (en) Transclusion Process
CN112328246A (en) Page component generation method and device, computer equipment and storage medium
CN112433995A (en) File format conversion method, system, computer equipment and storage medium
CN112632425A (en) Method, device, equipment and storage medium for generating offline resource file
US20080005085A1 (en) Server Device and Search Method
CN111679825A (en) Cascading style sheet generation method and device, computer equipment and storage medium
CN117289938A (en) Intelligent auxiliary system for software development
CN111563363B (en) Method for generating and analyzing document content of hypertext markup language
CN115061688A (en) Page effect display method, computing device and storage medium
US20090083620A1 (en) Document processing device and document processing method
CN114637505A (en) Page content extraction method and device
JP5564442B2 (en) Text search device
JP2018514843A (en) Declarative cascade reordering for styles
Murolo et al. Revisiting web data extraction using in-browser structural analysis and visual cues in modern web designs
CN116541120B (en) Webpage rendering mode identification method, system and computer equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20230619

Address after: Room 104, Building 5, No. 309 Huangpu Avenue Middle, Tianhe District, Guangzhou City, Guangdong Province, 510000

Applicant after: Guangzhou onion Fashion Group Co.,Ltd.

Address before: 430000 East Lake Development Zone, Wuhan City, Hubei Province, No. 1 Software Park East Road 4.1 Phase B1 Building 11 Building

Applicant before: WUHAN DOUYU NETWORK TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant