CN110457635A - A kind of webpage generating method and system - Google Patents

A kind of webpage generating method and system Download PDF

Info

Publication number
CN110457635A
CN110457635A CN201910756086.3A CN201910756086A CN110457635A CN 110457635 A CN110457635 A CN 110457635A CN 201910756086 A CN201910756086 A CN 201910756086A CN 110457635 A CN110457635 A CN 110457635A
Authority
CN
China
Prior art keywords
html code
equipment
access address
webpage
target
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
CN201910756086.3A
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.)
Beijing Zhongwang Eqxiu Technology Co Ltd
Original Assignee
Beijing Zhongwang Eqxiu Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Zhongwang Eqxiu Technology Co Ltd filed Critical Beijing Zhongwang Eqxiu Technology Co Ltd
Priority to CN201910756086.3A priority Critical patent/CN110457635A/en
Publication of CN110457635A publication Critical patent/CN110457635A/en
Pending legal-status Critical Current

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
    • G06F16/986Document structures and storage, e.g. HTML extensions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

This application provides a kind of webpage generating method and systems, method includes: that the first equipment shows edit page, obtains user in the content of pages of edit page editor, content of pages is mapped as HTML code, HTML code is saved to server, and generates the access address of HTML code;Server responds the access request for carrying access address that the second equipment is sent, and obtains HTML code, and HTML code is sent to the second equipment;Second equipment utilization renderer parses HTML code, obtains parsing result, and generate webpage according to parsing result.In this application, the efficiency of auto-building html files can be improved in the above manner.

Description

A kind of webpage generating method and system
Technical field
This application involves field of computer technology, in particular to a kind of webpage generating method and system.
Background technique
With the birth and fast development of internet, network has become the important channel that people obtain information, and webpage is then Important carrier as information.
Efficiently generating webpage is the target of technical staff's exploratory development always, but how efficiently to generate webpage becomes Problem.
Summary of the invention
In order to solve the above technical problems, the embodiment of the present application provides a kind of webpage generating method and system, improved with reaching The purpose of the efficiency of auto-building html files, technical solution are as follows:
A kind of webpage generating method, comprising:
First equipment shows edit page, obtains user in the content of pages of the edit page editor, by the page Content map is HTML code, and the HTML code is saved to server, and generates the access address of the HTML code;
The server responds the access request for carrying the access address that the second equipment is sent, and obtains the HTML Code, and the HTML code is sent to second equipment;
The second equipment utilization renderer parses the HTML code, obtains parsing result, and according to described Parsing result generates webpage.
It is preferably, described to obtain the HTML code, comprising:
In the mapping relations of access address and HTML code storage location, the access address corresponding HTML generation is searched Code storage location;
From the corresponding memory space of the corresponding HTML code storage location of the access address, the HTML generation is obtained Code;
Or, searching the corresponding HTML code of the access address in the mapping relations of access address and HTML code id Id, using the HTML code id found as target id;
In the mapping relations of HTML code id and HTML code storage location, the target id corresponding HTML generation is searched Code storage location, and from the corresponding memory space of the corresponding HTML code storage location of the target id, obtain the HTML Code.
Preferably, the method also includes:
First equipment obtains user and requests in the modification for target webpage that the edit page inputs, Xiang Suoshu Server requests the corresponding HTML code of the target webpage, and the corresponding HTML code of the target webpage is mapped as editing The page of state;
First equipment shows the page of the editing mode, so that user modifies to it.
Preferably, first equipment is different equipment from second equipment.
Preferably, first equipment is computer, and second equipment is mobile phone.
Preferably, first equipment and second equipment are identical equipment.
Preferably, first equipment and second equipment are computer;
Or, first equipment and second equipment are mobile phone.
A kind of Webpage generation system, comprising:
First equipment, for showing edit page, acquisition user, will be described in the content of pages of the edit page editor Content of pages is mapped as HTML code, and the HTML code is saved to server, and generates the access of the HTML code Location;
The server obtains institute for responding the access request for carrying the access address of the second equipment transmission HTML code is stated, and the HTML code is sent to second equipment;
Second equipment obtains parsing result for parsing using renderer to the HTML code, and according to The parsing result generates webpage.
Preferably, the server, is specifically used for:
In the mapping relations of access address and HTML code storage location, the access address corresponding HTML generation is searched Code storage location;
From the corresponding memory space of the corresponding HTML code storage location of the access address, the HTML generation is obtained Code;
Or, searching the corresponding HTML code of the access address in the mapping relations of access address and HTML code id Id, using the HTML code id found as target id;
In the mapping relations of HTML code id and HTML code storage location, the target id corresponding HTML generation is searched Code storage location, and from the corresponding memory space of the corresponding HTML code storage location of the target id, obtain the HTML Code.
Preferably, first equipment, is also used to:
It obtains user to request in the modification for target webpage that the edit page inputs, Xiang Suoshu server requests institute The corresponding HTML code of target webpage is stated, and the corresponding HTML code of the target webpage is mapped as to the page of editing mode;
And show the page of the editing mode, so that user modifies to it.
Compared with prior art, the application has the beneficial effect that
In this application, the online editing page that user can be shown by the first equipment, edit page content, first sets It is standby that content of pages is mapped as HTML code, reduce the work of writing of HTML code, and HTML code is saved to server, HTML code is parsed by the second equipment utilization renderer, obtains parsing result, generates webpage, compared to by writing HTML code generates the mode of webpage, and working efficiency can be improved.
Also, HTML code is saved to server, can satisfy the demand that user accesses the corresponding HTML code of webpage.
Detailed description of the invention
In order to more clearly explain the technical solutions in the embodiments of the present application, make required in being described below to embodiment Attached drawing is briefly described, it should be apparent that, the drawings in the following description are only some examples of the present application, for For those of ordinary skill in the art, without any creative labor, it can also be obtained according to these attached drawings His attached drawing.
Fig. 1 is a kind of flow chart of webpage generating method embodiment 1 provided by the present application;
Fig. 2 is a kind of schematic diagram of edit page provided by the present application;
Fig. 3 is a kind of flow chart of webpage generating method embodiment 2 provided by the present application;
Fig. 4 is a kind of flow chart of webpage generating method embodiment 3 provided by the present application;
Fig. 5 is a kind of flow chart of webpage generating method embodiment 4 provided by the present application;
Fig. 6 is a kind of logical construction schematic diagram of Webpage generation system provided by the present application.
Specific embodiment
Below in conjunction with the attached drawing in the embodiment of the present application, technical solutions in the embodiments of the present application carries out clear, complete Site preparation description, it is clear that described embodiments are only a part of embodiments of the present application, instead of all the embodiments.It is based on Embodiment in the application, it is obtained by those of ordinary skill in the art without making creative efforts every other Embodiment shall fall in the protection scope of this application.
The embodiment of the present application discloses a kind of webpage generating method, comprising: the first equipment shows the online editing page, obtains The content of pages is mapped as HTML code, the HTML code is saved by user in the content of pages of edit page editor To server, and generate the access address of the HTML code;It is described that the server responds carrying for the second equipment transmission The access request of access address obtains the HTML code, and the HTML code is sent to second equipment;Described Two equipment utilization renderers parse the HTML code, obtain parsing result, and generate net according to the parsing result Page.In this application, the working efficiency of auto-building html files can be improved.
Next webpage generating method disclosed in the embodiment of the present application is introduced, as shown in Figure 1, it is mentioned for the application A kind of flow chart of the webpage generating method embodiment 1 supplied, method includes the following steps:
Step S11, the first equipment shows edit page, and acquisition user, will be described in the content of pages of edit page editor Content of pages is mapped as HTML code, and the HTML code is saved to server, and generates the access of the HTML code Location.
The edit page that first equipment is shown can refer to Fig. 2, as shown in Fig. 2, user can be provided by edit page Edit tool and material, edit page content.
For edit page, each element and HTML (Hypertext Markup in edit page can be pre-established Language, hypertext markup language) attribute mapping relations, be based on this, the first equipment obtain user in edit page editor Content of pages after, content of pages can be mapped as HTML code.
It is understood that user edit page editor content of pages in editing mode.
Step S12, the described server responds the access request for carrying the access address that the second equipment is sent, and obtains The HTML code, and the HTML code is sent to second equipment.
Server responds the access request for carrying access address that the second equipment is sent and obtains according to the access address HTML code is taken, and HTML code is sent to the second equipment.
Step S13, the described second equipment utilization renderer parses the HTML code, obtains parsing result, and Webpage is generated according to the parsing result.
Renderer can not be integrated in second equipment, when needed, renderer can be loaded from server, and utilize wash with watercolours Dye device parses HTML code, obtains parsing result, and generate webpage according to parsing result.
In the present embodiment, the first equipment and the second equipment can be different equipment.Preferably, the first equipment can be electricity Brain, the second equipment are mobile phone.Alternatively, the first equipment is mobile phone, the second equipment is computer.
Certainly, the first equipment and the second equipment may be identical equipment.Preferably, the first equipment and the second equipment are Computer.Alternatively, the first equipment and the second equipment are mobile phone.
In this application, the online editing page that user can be shown by the first equipment, edit page content, first sets It is standby that content of pages is mapped as HTML code, reduce the work of writing of HTML code, and HTML code is saved to server, HTML code is parsed by the second equipment utilization renderer, obtains parsing result, generates webpage, compared to by writing HTML code generates the mode of webpage, and working efficiency can be improved.
Also, HTML code is saved to server, can satisfy the demand that user accesses the corresponding HTML code of webpage.
As another alternative embodiment of the application, referring to Fig. 3, for a kind of webpage generating method embodiment provided by the present application 2 flow diagram, the present embodiment is mainly the refinement scheme of the webpage generating method described to above-described embodiment 1, such as Fig. 3 institute Show, this method may include but be not limited to following steps:
Step S21, the first equipment shows edit page, and acquisition user, will in the content of pages of the edit page editor The content of pages is mapped as HTML code, and the HTML code is saved to server, and generates the visit of the HTML code Ask address.
The detailed process of step S21 may refer to the related introduction of step S11 in embodiment 1, and details are not described herein.
Step S22, the described server responds the access request for carrying the access address that the second equipment is sent, and is visiting In the mapping relations for asking address and HTML code storage location, the corresponding HTML code storage location of the access address is searched.
In the present embodiment, the mapping relations of access address Yu HTML code storage location can be pre-established, convenient for searching HTML code storage location.
Step S23, from the corresponding memory space of the corresponding HTML code storage location of the access address, described in acquisition HTML code, and the HTML code is sent to second equipment.
Step S22-S23 is a kind of specific implementation process of step S12 in embodiment 1.
Step S24, the described second equipment utilization renderer parses the HTML code, obtains parsing result, and Webpage is generated according to the parsing result.
The detailed process of step S24 may refer to the related introduction of step S13 in embodiment 1, and details are not described herein.
As another alternative embodiment of the application, referring to Fig. 4, for a kind of webpage generating method embodiment provided by the present application 3 flow diagram, the present embodiment is mainly the refinement scheme of the webpage generating method described to above-described embodiment 1, such as Fig. 4 institute Show, this method may include but be not limited to following steps:
Step S31, the first equipment shows edit page, and acquisition user, will in the content of pages of the edit page editor The content of pages is mapped as HTML code, and the HTML code is saved to server, and generates the visit of the HTML code Ask address.
The detailed process of step S31 may refer to the related introduction of step S11 in embodiment 1, and details are not described herein.
Step S32, in the mapping relations of access address and HTML code id, the corresponding HTML of the access address is searched Code id, using the HTML code id found as target id.
Step S33, in the mapping relations of HTML code id and HTML code storage location, it is corresponding to search the target id HTML code storage location obtain and from the corresponding memory space of the corresponding HTML code storage location of the target id The HTML code.
Step S32-S33 is a kind of specific implementation process of step S12 in embodiment 1.
Step S34, the described second equipment utilization renderer parses the HTML code, obtains parsing result, and Webpage is generated according to the parsing result.
The detailed process of step S34 may refer to the related introduction of step S13 in embodiment 1, and details are not described herein.
As another alternative embodiment of the application, referring to Fig. 5, for a kind of webpage generating method embodiment provided by the present application 4 flow diagram, the present embodiment is mainly the expansion scheme of the webpage generating method described to above-described embodiment 1, such as Fig. 5 institute Show, this method may include but be not limited to following steps:
Step S41, the first equipment shows edit page, and acquisition user, will in the content of pages of the edit page editor The content of pages is mapped as HTML code, and the HTML code is saved to server, and generates the visit of the HTML code Ask address.
Step S42, the described server responds the access request for carrying the access address that the second equipment is sent, and obtains The HTML code, and the HTML code is sent to second equipment.
Step S43, the described second equipment utilization renderer parses the HTML code, obtains parsing result, and Webpage is generated according to the parsing result.
The detailed process of step S41-S43 may refer to the related introduction of step S11-S13 in embodiment 1, herein no longer It repeats.
Step S44, described first equipment obtains user and asks in the modification for target webpage that the edit page inputs It asks, Xiang Suoshu server requests the corresponding HTML code of the target webpage, and by the corresponding HTML code of the target webpage It is mapped as the page of editing mode.
It, can be in the page of the first equipment displaying in the case where user needs to modify to the webpage generated Face input for target webpage modification request, the first equipment then to the corresponding HTML code of server request target webpage, and The corresponding HTML code of target webpage is mapped as to the page of editing mode, meets the needs of webpage before user modifies, and mention The efficiency of high homepage modification.
Step S45, the first equipment shows the page of the editing mode, so that user modifies to it.
First equipment shows the page of the editing mode, and user can modify to the page of editing mode, first Equipment then obtains the content of pages obtained after user modifies to the page of editing mode, and content of pages is mapped as HTML Code saves HTML code to server, and generates the access address of HTML code, and executes step S42-S43, generates new Webpage.
Next Webpage generation system provided by the present application is introduced, the Webpage generation system being introduced below and above The webpage generating method of introduction can correspond to each other reference.
Fig. 6 is referred to, Webpage generation system includes: the first equipment 11, server 12 and the second equipment 13.
First equipment 11 obtains user in the content of pages of the edit page editor, by institute for showing edit page It states content of pages and is mapped as HTML code, the HTML code is saved to server 12, and generate the visit of the HTML code Ask address;
The server 12 is obtained for responding the access request for carrying the access address of the second equipment 13 transmission The HTML code is taken, and the HTML code is sent to second equipment 13;
Second equipment 13 obtains parsing result, and root for parsing using renderer to the HTML code Webpage is generated according to the parsing result.
The server 12, specifically can be used for:
In the mapping relations of access address and HTML code storage location, the access address corresponding HTML generation is searched Code storage location;
From the corresponding memory space of the corresponding HTML code storage location of the access address, the HTML generation is obtained Code;
Or, searching the corresponding HTML code of the access address in the mapping relations of access address and HTML code id Id, using the HTML code id found as target id;
In the mapping relations of HTML code id and HTML code storage location, the target id corresponding HTML generation is searched Code storage location, and from the corresponding memory space of the corresponding HTML code storage location of the target id, obtain the HTML Code.
First equipment 11, can be also used for:
It obtains user to request in the modification for target webpage that the edit page inputs, Xiang Suoshu server requests institute The corresponding HTML code of target webpage is stated, and the corresponding HTML code of the target webpage is mapped as to the page of editing mode;
And show the page of the editing mode, so that user modifies to it.
In the present embodiment, the first equipment 11 and the second equipment 13 can be different equipment.Preferably, the first equipment 11 can Think computer, the second equipment 13 is mobile phone.Alternatively, the first equipment 11 is mobile phone, the second equipment 13 is computer.
Certainly, the first equipment 11 and the second equipment 13 or identical equipment.Preferably, the first equipment 11 and second Equipment 13 is computer.Alternatively, the first equipment 11 and the second equipment 13 are mobile phone.
It should be noted that each embodiment focuses on the differences from other embodiments, each implementation Same and similar part may refer to each other between example.For device class embodiment, basic with embodiment of the method due to it Similar, so being described relatively simple, the relevent part can refer to the partial explaination of embodiments of method.
Finally, it is to be noted that, herein, relational terms such as first and second and the like be used merely to by One entity or operation are distinguished with another entity or operation, without necessarily requiring or implying these entities or operation Between there are any actual relationship or orders.Moreover, the terms "include", "comprise" or its any other variant meaning Covering non-exclusive inclusion, so that the process, method, article or equipment for including a series of elements not only includes that A little elements, but also including other elements that are not explicitly listed, or further include for this process, method, article or The intrinsic element of equipment.In the absence of more restrictions, the element limited by sentence "including a ...", is not arranged Except there is also other identical elements in the process, method, article or apparatus that includes the element.
For convenience of description, it is divided into various units when description apparatus above with function to describe respectively.Certainly, implementing this The function of each unit can be realized in the same or multiple software and or hardware when application.
As seen through the above description of the embodiments, those skilled in the art can be understood that the application can It realizes by means of software and necessary general hardware platform.Based on this understanding, the technical solution essence of the application On in other words the part that contributes to existing technology can be embodied in the form of software products, the computer software product It can store in storage medium, such as ROM/RAM, magnetic disk, CD, including some instructions are used so that a computer equipment (can be personal computer, server or the network equipment etc.) executes the certain of each embodiment of the application or embodiment Method described in part.
A kind of webpage generating method provided herein and system are described in detail above, it is used herein The principle and implementation of this application are described for specific case, and the above embodiments are only used to help understand originally The method and its core concept of application;At the same time, for those skilled in the art, according to the thought of the application, specific There will be changes in embodiment and application range, in conclusion the content of the present specification should not be construed as to the application's Limitation.

Claims (10)

1. a kind of webpage generating method characterized by comprising
First equipment shows edit page, obtains user in the content of pages of the edit page editor, by the content of pages It is mapped as HTML code, the HTML code is saved to server, and generates the access address of the HTML code;
The server responds the access request for carrying the access address that the second equipment is sent, and obtains the HTML generation Code, and the HTML code is sent to second equipment;
The second equipment utilization renderer parses the HTML code, obtains parsing result, and according to the parsing As a result webpage is generated.
2. the method according to claim 1, wherein described obtain the HTML code, comprising:
In the mapping relations of access address and HTML code storage location, searches the corresponding HTML code of the access address and deposit Storage space is set;
From the corresponding memory space of the corresponding HTML code storage location of the access address, the HTML code is obtained;
Or, the corresponding HTML code id of the access address is searched in the mapping relations of access address and HTML code id, it will The HTML code id found is as target id;
In the mapping relations of HTML code id and HTML code storage location, searches the corresponding HTML code of the target id and deposit Storage space is set, and from the corresponding memory space of the corresponding HTML code storage location of the target id, obtains the HTML code.
3. the method according to claim 1, wherein the method also includes:
First equipment obtains user and requests in the modification for target webpage that the edit page inputs, to the service Device requests the corresponding HTML code of the target webpage, and the corresponding HTML code of the target webpage is mapped as editing mode The page;
First equipment shows the page of the editing mode, so that user modifies to it.
4. method according to claim 1 to 3, which is characterized in that first equipment and second equipment For different equipment.
5. according to the method described in claim 4, second equipment is hand it is characterized in that, first equipment is computer Machine.
6. method according to claim 1 to 3, which is characterized in that first equipment and second equipment For identical equipment.
7. according to the method described in claim 6, it is characterized in that, first equipment and second equipment are computer;
Or, first equipment and second equipment are mobile phone.
8. a kind of Webpage generation system characterized by comprising
First equipment obtains user in the content of pages of the edit page editor, by the page for showing edit page Content map is HTML code, and the HTML code is saved to server, and generates the access address of the HTML code;
The server, for responding the access request for carrying the access address of the second equipment transmission, described in acquisition HTML code, and the HTML code is sent to second equipment;
Second equipment obtains parsing result, and according to described for parsing using renderer to the HTML code Parsing result generates webpage.
9. system according to claim 8, which is characterized in that the server is specifically used for:
In the mapping relations of access address and HTML code storage location, searches the corresponding HTML code of the access address and deposit Storage space is set;
From the corresponding memory space of the corresponding HTML code storage location of the access address, the HTML code is obtained;
Or, the corresponding HTML code id of the access address is searched in the mapping relations of access address and HTML code id, it will The HTML code id found is as target id;
In the mapping relations of HTML code id and HTML code storage location, searches the corresponding HTML code of the target id and deposit Storage space is set, and from the corresponding memory space of the corresponding HTML code storage location of the target id, obtains the HTML code.
10. system according to claim 8, which is characterized in that first equipment is also used to:
It obtains user to request in the modification for target webpage that the edit page inputs, Xiang Suoshu server requests the mesh The corresponding HTML code of webpage is marked, and the corresponding HTML code of the target webpage is mapped as to the page of editing mode;
And show the page of the editing mode, so that user modifies to it.
CN201910756086.3A 2019-08-15 2019-08-15 A kind of webpage generating method and system Pending CN110457635A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910756086.3A CN110457635A (en) 2019-08-15 2019-08-15 A kind of webpage generating method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910756086.3A CN110457635A (en) 2019-08-15 2019-08-15 A kind of webpage generating method and system

Publications (1)

Publication Number Publication Date
CN110457635A true CN110457635A (en) 2019-11-15

Family

ID=68486995

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910756086.3A Pending CN110457635A (en) 2019-08-15 2019-08-15 A kind of webpage generating method and system

Country Status (1)

Country Link
CN (1) CN110457635A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111538482A (en) * 2020-03-18 2020-08-14 中国平安人寿保险股份有限公司 Webpage making method and device, computer equipment and storage medium
CN112667224A (en) * 2021-01-12 2021-04-16 北京字节跳动网络技术有限公司 File processing method and device, computer equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103309806A (en) * 2013-05-03 2013-09-18 上海证券交易所 Device and method for fast developing and testing
CN103870504A (en) * 2012-12-17 2014-06-18 腾讯科技(深圳)有限公司 Webpage publishing method and system
CN106155673A (en) * 2015-04-23 2016-11-23 阿里巴巴集团控股有限公司 Realize the method for content of pages editing machine, device, server and subscriber equipment
CN108255847A (en) * 2016-12-28 2018-07-06 腾讯科技(深圳)有限公司 Page generation method and device
CN109657182A (en) * 2018-12-18 2019-04-19 深圳店匠科技有限公司 Generation method, system and the computer readable storage medium of webpage

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103870504A (en) * 2012-12-17 2014-06-18 腾讯科技(深圳)有限公司 Webpage publishing method and system
CN103309806A (en) * 2013-05-03 2013-09-18 上海证券交易所 Device and method for fast developing and testing
CN106155673A (en) * 2015-04-23 2016-11-23 阿里巴巴集团控股有限公司 Realize the method for content of pages editing machine, device, server and subscriber equipment
CN108255847A (en) * 2016-12-28 2018-07-06 腾讯科技(深圳)有限公司 Page generation method and device
CN109657182A (en) * 2018-12-18 2019-04-19 深圳店匠科技有限公司 Generation method, system and the computer readable storage medium of webpage

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111538482A (en) * 2020-03-18 2020-08-14 中国平安人寿保险股份有限公司 Webpage making method and device, computer equipment and storage medium
CN112667224A (en) * 2021-01-12 2021-04-16 北京字节跳动网络技术有限公司 File processing method and device, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
CN101122921B (en) Method forming tree-shaped display structure based on ajax and html
CN102725757A (en) Contextual queries
US20090299978A1 (en) Systems and methods for keyword and dynamic url search engine optimization
CN104424199A (en) Search method and device
CN103198074A (en) Page design method and system for dynamic publishing website
CN102065114A (en) Method and device for mobile terminal to access webpage
CN106407371A (en) User comment data displaying method and system, server and client
CN103051706A (en) Dynamic webpage request processing system and method for dynamic website
US20150066977A1 (en) Method and system for managing digital resources
CN105677904B (en) Small documents storage method and device based on distributed file system
CN106155673A (en) Realize the method for content of pages editing machine, device, server and subscriber equipment
CN110457635A (en) A kind of webpage generating method and system
CN103858121A (en) Method and system for making Web application obtain database change
CN103237003A (en) Method and device for responding to high visiting flow in network
CN103914487A (en) Document collection, identification and association system
CN109213480A (en) A kind of method, storage medium, equipment and system for developing the back-stage management page
CN104965918A (en) Keyword query-based search method and apparatus
CN115686499A (en) Method, device, storage medium and electronic equipment for generating request message
CN114816499A (en) Electronic resource sharing method and device and storage medium
US20120265780A1 (en) On-demand generation of correlated collections of mashable data from distributed, non-homogeneous data sources
CN111310005A (en) Network request processing method and device, server and storage medium
CN103034655A (en) Collection method and system of user behavior information and related equipment
CN104899217A (en) Method and apparatus for implementing customized function
Liu et al. Main content extraction from web pages based on node characteristics
CN105989010B (en) Web page data generation method, Web server and Web application system

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: 20191115