CN106227742A - Dynamic web page based on B/S pattern generates method, server and system - Google Patents

Dynamic web page based on B/S pattern generates method, server and system Download PDF

Info

Publication number
CN106227742A
CN106227742A CN201610548072.9A CN201610548072A CN106227742A CN 106227742 A CN106227742 A CN 106227742A CN 201610548072 A CN201610548072 A CN 201610548072A CN 106227742 A CN106227742 A CN 106227742A
Authority
CN
China
Prior art keywords
page
template
request
end server
web page
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
CN201610548072.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.)
Leshi Zhixin Electronic Technology Tianjin Co Ltd
LeTV Holding Beijing Co Ltd
Original Assignee
Leshi Zhixin Electronic Technology Tianjin Co Ltd
LeTV Holding Beijing 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 Leshi Zhixin Electronic Technology Tianjin Co Ltd, LeTV Holding Beijing Co Ltd filed Critical Leshi Zhixin Electronic Technology Tianjin Co Ltd
Priority to CN201610548072.9A priority Critical patent/CN106227742A/en
Publication of CN106227742A publication Critical patent/CN106227742A/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/972Access to data in other repository systems, e.g. legacy data or dynamic Web page generation

Landscapes

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

Abstract

The embodiment of the invention discloses a kind of dynamic web page based on B/S pattern and generate method, relate to Internet technical field, the template page that editor is completed by described method is stored in front-end server, when back-end server receives the page request that client is sent, described back-end server obtains template page based on JavaScript is cross-domain from front-end server, and generate static Web page according to described template page, and by sent along to client to described static Web page and business datum, based on browser described static Web page is combined with described business datum by client and renders, generate dynamic web page.The embodiment of the present invention releases the high coupling of front and back end so that front-end person who and rear end Responsibility of Staff are well defined, reduce workload, point out work efficiency.

Description

Dynamic web page based on B/S pattern generates method, server and system
Technical field
The present embodiments relate to Internet technical field, particularly relate to a kind of dynamic web page based on B/S pattern and generate Method, server and system.
Background technology
Web application system is the things based on B/S (browser server) pattern utilizing various dynamic Web technologies to develop Processing system.User directly facing be client browser, use system time, user initiates alternately, by server and data Storehouse system completes request response, and the result after process returns to user by the way of browser.The frame of most of application systems Structure includes three parts: presentation layer (View), key-course (Controller), service layer (Service).But, front and back end couples Problem occur mainly in key-course (Controller).Front and back end high-quality, high efficiency cooperation how is allowed to become architect The problem of facing.
In prior art, the traditional development mode used in the industry includes the following four stage: first stage, front end exploit person Member is according to design original text exploitation static page, and rear end developer develops back-end data interface.Second stage: rear end personnel need by Front-end person who is developed complete static page and is written as the dynamic pages such as php or jsp, and is dynamically embedded into the data that interface returns; Phase III, front and back end exploitation joint debugging.Due to prior undefined data structure etc., front-end person who needs to revise data structure, ginseng Several titles etc. meet the business demand on backstage.Fourth stage, tests oneself the stage.If needing front-end person who to reappear bug, it is necessary to build backstage Development environment, orientation problem in dynamic page;It is finally completed development task, follow-up proposes survey, reach the standard grade.
Under this traditional mode, bring following problem: 1, share development environment: front and back end developer is public to open Hair ring border, once a side have updated wrong file, it will causes proprietary environment to start unsuccessfully, high coupling.2, front and back end duty Blame unclear: rear end personnel need to safeguard front-end template, static page need to be converted into dynamic page, add corresponding service logic.3、 Efficiency is low: rear end personnel are during nested static template, if tag attributes is wrongly write by carelessness, it will cause page access to go out Mistake, need to contact front-end person who orientation problem, and efficiency reduces.4, maintenance cost is high: the page has the non-leading end codes such as php or jsp, Interfering during the bug of location, front and back end, the biggest problem of file size is the most prominent.
Summary of the invention
The purpose of the embodiment of the present invention is to provide the cross-domain acquirement template from front-end server of a kind of use JavaScript The page, then obtains data from back-end server, and the dynamic web page being dynamically generated Webpage generates method and system.
According to an aspect of the present invention, it is provided that a kind of dynamic web page based on B/S pattern generate method, including:
Receive the page request that client sends;
Template page is obtained according to described page request;
According to described page request, inquiry data base obtains the business datum corresponding with described page request;
Generate static Web page according to described template page, and described static Web page is sent to described with described business datum Client.
Further, the described step according to described page request acquisition template page includes:
Page framework is created dynamically according to described page request;
Produce template page according to described page framework and obtain information and sending;Receive to obtain based on described template page and disappear The template page of breath feedback, wherein, described template page comprises HTML content.
Further, the described step according to described template page generation static Web page includes:
The HTML content of described template page is added to described page framework, generates static Web page.
Further, described create page framework dynamically according to described page request after, also include: the described page is set The pattern of framework.
Further, described according to described page request acquisition template page, it is specially based on the cross-domain acquisition of JavaScript Template page.
According to an aspect of the invention, it is provided the server that a kind of dynamic web page based on B/S pattern generates, bag Include: receive unit, for receiving the page request that client sends;Template page acquiring unit, for asking according to the described page Seek acquisition template page;Business datum acquiring unit, for obtaining and the described page according to described page request inquiry data base Ask corresponding business datum;
Static Web page signal generating unit, for according to described template page generate static Web page, and by described static Web page with Described business datum sends to described client.
Further, described server, described template page acquiring unit is additionally operable to: dynamic according to described page request Create page framework;Produce template page according to described page framework and obtain information and sending;Receive based on described template page Obtaining the template page of message feedback, wherein, described template page comprises HTML content.
Further, described server, described auto-building html files unit is additionally operable to: added by the HTML content of described template page It is added to described page framework, generates static Web page.
Further, described server, also include: unit is set, for arranging the pattern of described page framework.
Further, described server, template page acquisition module is additionally operable to;Based on JavaScript cross-domain acquisition template The page.
According to another aspect of the invention, it is provided that a kind of dynamic web page based on B/S pattern generate system, including after End server, and the front-end server being connected with described back-end server signal;Described back-end server, for based on client The page request that end sends obtains template page from front-end server, and obtains and institute according to described page request inquiry data base State the business datum that page request is corresponding, be additionally operable to generate static Web page according to described template page, and by described static network Page sends to client with described business datum;Described front-end server, storage has the template page edited.
Further, described system, described back-end server, it is additionally operable to create the page dynamically according to described page request Framework, sends to described front-end server and obtains template page message;It is additionally operable to receive the HTML content of described template page, and The HTML content of described template page is added to described page framework, forms static Web page;Described front-end server, is additionally operable to Receive and obtain template page message, and the HTML content of template page is sent to back-end server.
Further, described system, described back-end server is additionally operable to take from described front end based on JavaScript is cross-domain Business device obtains template page.
The beneficial effects are mainly as follows the following aspects:
1, front and back end independent maintenance development environment, front-end person who eliminates the reliance on rear end development environment, improves efficiency, releases height Coupling;
2, the segregation of duties of rear end, front end is clear and definite: front-end person who can be only with the interface requests address page by the front-end template page Vertical, rear end personnel only need to pay close attention to the interface requests address page, and front-end person who only need to safeguard template page;
3, template is safeguarded by front-end person who: rear end personnel are no longer necessary to safeguard template page, if there being the amendment of business demand, Front-end person who is only needed to safeguard;
4, the interface requests page is safeguarded by rear end personnel: during joint debugging, and rear end personnel have only to switch front end and cruelly leak Interface IP address, program of can checking runs whether success;
5, individually reach the standard grade: template is deployed in front-end server, after front-end person who amendment template, is not required to rear end personnel and reaches the standard grade, Can individually reach the standard grade, promote efficiency of reaching the standard grade.
Accompanying drawing explanation
Fig. 1 is the network architecture structure schematic diagram of B/S pattern in prior art;
Fig. 2 is the steps flow chart schematic diagram that present invention dynamic web page based on B/S pattern generates method;
Fig. 3 is the module relationship schematic diagram of the server that present invention dynamic web page based on B/S pattern generates;
Fig. 4 is the network architecture structure schematic diagram of present invention dynamic webpage generating system based on B/S pattern;
Fig. 5 is developer's workflow schematic diagram when using the method and system of the present invention.
Detailed description of the invention
For making the object, technical solutions and advantages of the present invention of greater clarity, below in conjunction with detailed description of the invention and join According to accompanying drawing, the present invention is described in more detail.It should be understood that these describe the most exemplary, and it is not intended to limit this Bright scope.Additionally, in the following description, eliminate the description to known features and technology, to avoid unnecessarily obscuring this The concept of invention.
Fig. 1 is the network architecture structure schematic diagram of B/S pattern in prior art.
As it is shown in figure 1, in prior art in B/S pattern, including client and the server of network connection therewith.This biography In system pattern, presentation layer (View), key-course (Controller) and service layer are all real at a station server at (Service) Existing, the page of dynamic web page generates process and is: static page editor completed is stored in server;Client passes through public network Network sends page request to server;Server obtains relative with described page request according to described page request inquiry data base The business datum answered, and described static Web page is sent to client with described business datum;Client based on browser by institute State static Web page to be combined with described business datum and render, generate dynamic web page.
Fig. 2 is the steps flow chart schematic diagram that present invention dynamic web page based on B/S pattern generates method.
As in figure 2 it is shown, dynamic web page based on B/S pattern generates method, comprise the following steps:
Step S1, receives the page request that client sends.
Back-end server receives the page request that client sends.Client is sent by public network backend service device Page request.Back-end server receives, by public network, the page request that client sends.
Step S2, obtains template page according to described page request.
Back-end server obtains template page according to the page request received from front-end server.Front-end server stores There is the template page edited in advance.
Step S3, according to described page request, inquiry data base obtains the business datum corresponding with described page request.
Back-end server is according to the page request inquiry data base received, it is thus achieved that the business corresponding with described page request Data.
Step S4, generates static Web page according to described template page, and is sent out with described business datum by described static Web page Deliver to described client.
Back-end server generates static Web page according to the template page got, and by described static Web page and described business Data send to described client.Described static Web page is combined with described business datum based on browser and renders by client, raw Become dynamic web page.
Wherein it is desired to explanation is step S2 and step S3 execution order in no particular order.
Present invention dynamic web page based on B/S pattern generate method another embodiment in, above-mentioned steps S2 according to Described page request obtains the step of template page and includes:
Step S201, creates page framework dynamically according to described page request.
Concrete, back-end server creates page framework dynamically according to the page request received.
Step S202, produces template page according to described page framework and obtains information and sending.
Back-end server, after receiving page framework, produces template page and obtains message, and obtained by described template page Cancel breath to send to front-end server;
Step S203, receives the template page obtaining message feedback based on described template page, wherein, described template page Comprise HTML content.
After front-end server receives template page acquisition message, obtain message based on this template page and look in memory Look for the HTML content of template page, and the HTML content of template page is sent to back-end server.
Present invention dynamic web page based on B/S pattern generate method another embodiment in, above-mentioned steps S4 according to Described template page generates the step of static Web page and includes: add the HTML content of described template page to described page frame Frame, generates static Web page.
Back-end server receives the HTML content of described template page, and is added to by the HTML content of described template page The page framework that step S201 generates, forms static Web page.
In present invention dynamic web page based on B/S pattern generates another embodiment of method, above-mentioned steps S201 root The pattern that described page framework is set also is included create the step of page framework dynamically according to described page request after.Specifically , back-end server arranges the step of the pattern of described page framework.The pattern arranging described page framework includes arranging the page The style of framework, size, frame attribute etc..
In present invention dynamic web page based on B/S pattern generates another embodiment of method, above-mentioned steps S2, according to Described page request obtains template page, is specially based on JavaScript cross-domain acquisition template page.Back-end server based on JavaScript is cross-domain obtains template page from front-end server.
Fig. 3 is the module relationship schematic diagram of the server that present invention dynamic web page based on B/S pattern generates.
As it is shown on figure 3, the server that dynamic web page based on B/S pattern generates includes: receive unit 100, template page Acquiring unit 200, business datum acquiring unit 300, static Web page signal generating unit 400.
Wherein, receive unit 100, for receiving the page request that client sends;Template page acquiring unit 200, uses In obtaining template page according to described page request;Business datum acquiring unit 300, for inquiring about number according to described page request The business datum corresponding with described page request is obtained according to storehouse;Static Web page signal generating unit 400, for according to described page template Face generates static Web page, and is sent to described client with described business datum by described static Web page.
In another embodiment of the server of present invention dynamic web page based on B/S pattern generation, template page obtains Take unit 200 to be additionally operable to: create page framework dynamically according to described page request;Page template is produced according to described page framework Face obtains information and sending;Receive the template page obtaining message feedback based on described template page, wherein, described template page Comprise HTML content.
In another embodiment of the server of present invention dynamic web page based on B/S pattern generation, described webpage is raw Become unit to be additionally operable to: the HTML content of described template page adds to described page framework, generate static Web page.
In another embodiment of the server of present invention dynamic web page based on B/S pattern generation, also include: arrange Unit 500, for arranging the pattern of described page framework.
Fig. 4 is the network architecture structure schematic diagram of present invention dynamic webpage generating system based on B/S pattern.
As shown in Figure 4, the present invention, on the basis of original server, sets up a station server, i.e. includes that front end takes Business device, back-end server.Front-end server is responsible for View and Controller layer, back-end server: be responsible for Service layer, industry Business process etc..Wherein, client is connected with described back-end server signal by public network, and described back-end server is by public affairs Common network network is connected with described front-end server signal.
Front-end server, storage has the template page edited.Client is sent out by public network backend service device Send page request, be additionally operable to, based on browser, with business datum, the static Web page received from described back-end server is combined wash with watercolours Dye, generates dynamic web page.Back-end server, obtains from front-end server based on JavaScript is cross-domain according to described page request Template page, and obtain the business datum corresponding with described page request according to described page request inquiry data base, also use In generating static Web page according to described template page, and described static Web page is sent to client with described business datum.
Back-end server, is additionally operable to create page framework dynamically according to described page request, to described front-end server Send and obtain template page message;Front-end server, is additionally operable to receive acquisition template page message, and by the HTML of template page Content sends to back-end server.
Described back-end server, is additionally operable to receive the HTML content of described template page, and by described template page HTML content adds described page framework to, forms static Web page.
Described back-end server, is additionally operable to arrange the pattern of described page framework.The pattern bag of described page framework is set Include and the style of page framework, size, frame attribute etc. are set.
Fig. 5 is developer's workflow schematic diagram when using the method and system of the present invention.
As it is shown in figure 5, after project starts, front and back end personnel formulate interface document jointly;When interface document has been formulated After, front and back end personnel each can carry out system development according to interface document;Treat front and back end all develop complete after, before and after entrance End combined debugging stage the IP address of request interface (amendment), front and back end personnel can each Self-debugging, repair in the program of front and back end Bug, submit to front and back end system to test after the Bug in the system of front and back end has repaired, each self-test of front and back end system Can each reach the standard grade after by.
Can be seen that the method and system of the present invention has the advantage that from above exploitation program
1, front and back end independent maintenance development environment, front-end person who eliminates the reliance on rear end development environment, improves efficiency, releases height Coupling;
2, the segregation of duties of rear end, front end is clear and definite: front-end person who can be only with the interface requests address page by the front-end template page Vertical, rear end personnel only need to pay close attention to the interface requests address page, and front-end person who only need to safeguard template page;
3, template is safeguarded by front-end person who: rear end personnel are no longer necessary to safeguard template page, if there being the amendment of business demand, Front-end person who is only needed to safeguard;
4, the interface requests page is safeguarded by rear end personnel: during joint debugging, and rear end personnel have only to switch front end and cruelly leak Interface IP address, program of can checking runs whether success;
5, individually reach the standard grade: template is deployed in front-end server, after front-end person who amendment template, is not required to rear end personnel and reaches the standard grade, Can individually reach the standard grade, promote efficiency of reaching the standard grade.
It should be appreciated that the above-mentioned detailed description of the invention of the present invention is used only for exemplary illustration or explains the present invention's Principle, and be not construed as limiting the invention.Therefore, that is done in the case of without departing from the spirit and scope of the present invention is any Amendment, equivalent, improvement etc., should be included within the scope of the present invention.Additionally, claims purport of the present invention Whole within containing the equivalents falling into scope and border or this scope and border change and repair Change example.

Claims (13)

1. a dynamic web page based on B/S pattern generates method, it is characterised in that including:
Receive the page request that client sends;
Template page is obtained according to described page request;
According to described page request, inquiry data base obtains the business datum corresponding with described page request;
Generate static Web page according to described template page, and described static Web page is sent to described client with described business datum End.
Method the most according to claim 1, it is characterised in that the described step obtaining template page according to described page request Suddenly include:
Page framework is created dynamically according to described page request;
Produce template page according to described page framework and obtain information and sending;Receive based on described template page acquisition message anti- The template page of feedback, wherein, described template page comprises HTML content.
Method the most according to claim 2, it is characterised in that generate the step bag of static Web page according to described template page Include:
The HTML content of described template page is added to described page framework, generates static Web page.
The most according to the method in claim 2 or 3, it is characterised in that described create page dynamically according to described page request After surface frame frame, also include: the pattern of described page framework is set.
5. according to the method described in any one of claim 1-3, it is characterised in that described according to described page request acquisition template The page, is specially based on JavaScript cross-domain acquisition template page.
6. the server that a dynamic web page based on B/S pattern generates, it is characterised in that including:
Receive unit, for receiving the page request that client sends;
Template page acquiring unit, for obtaining template page according to described page request;
Business datum acquiring unit, for obtaining corresponding with described page request according to described page request inquiry data base Business datum;
Static Web page signal generating unit, for generating static Web page according to described template page, and by described static Web page with described Business datum sends to described client.
Server the most according to claim 6, it is characterised in that described template page acquiring unit is additionally operable to:
Page framework is created dynamically according to described page request;
Produce template page according to described page framework and obtain information and sending;Receive based on described template page acquisition message anti- The template page of feedback, wherein, described template page comprises HTML content.
Server the most according to claim 7, it is characterised in that described auto-building html files unit is additionally operable to:
The HTML content of described template page is added to described page framework, generates static Web page.
9. according to the server described in claim 6 or 7, it is characterised in that also include:
Unit is set, for arranging the pattern of described page framework.
10. according to the server described in claim 6 or 7, it is characterised in that template page acquisition module is additionally operable to;Based on JavaScript cross-domain acquisition template page.
The system that 11. 1 kinds of dynamic web pages based on B/S pattern generate, it is characterised in that
Including back-end server, and the front-end server being connected with described back-end server signal;
Described back-end server, obtains template page, and root for the page request sent based on client from front-end server According to described page request, inquiry data base obtains the business datum corresponding with described page request, is additionally operable to according to described template The page generates static Web page, and is sent to client with described business datum by described static Web page;
Described front-end server, storage has the template page edited.
12. systems according to claim 11, it is characterised in that
Described back-end server, is additionally operable to create page framework dynamically according to described page request, to described front-end server Send and obtain template page message;It is additionally operable to receive the HTML content of described template page, and by the HTML of described template page Content adds described page framework to, forms static Web page;
Described front-end server, is additionally operable to receive acquisition template page message, and sends the HTML content of template page to rear End server.
13. according to the system described in claim 11 or 12, it is characterised in that described back-end server be additionally operable to based on JavaScript is cross-domain obtains template page from described front-end server.
CN201610548072.9A 2016-07-12 2016-07-12 Dynamic web page based on B/S pattern generates method, server and system Pending CN106227742A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610548072.9A CN106227742A (en) 2016-07-12 2016-07-12 Dynamic web page based on B/S pattern generates method, server and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610548072.9A CN106227742A (en) 2016-07-12 2016-07-12 Dynamic web page based on B/S pattern generates method, server and system

Publications (1)

Publication Number Publication Date
CN106227742A true CN106227742A (en) 2016-12-14

Family

ID=57519716

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610548072.9A Pending CN106227742A (en) 2016-07-12 2016-07-12 Dynamic web page based on B/S pattern generates method, server and system

Country Status (1)

Country Link
CN (1) CN106227742A (en)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107273548A (en) * 2017-07-20 2017-10-20 阿里巴巴集团控股有限公司 The implementation method and device of dynamic page
CN108470047A (en) * 2018-03-07 2018-08-31 谭亮 Remote platform based on Internet of Things monitors system
CN108632361A (en) * 2018-04-12 2018-10-09 武汉斗鱼网络科技有限公司 A kind of webpage loading method, server, system and storage medium
CN108762697A (en) * 2018-05-25 2018-11-06 苏宁易购集团股份有限公司 A kind of Method of printing and device based on browser end
CN109241471A (en) * 2018-10-26 2019-01-18 珠海格力电器股份有限公司 page rendering method, server, browser and energy information management system
CN109639788A (en) * 2018-12-05 2019-04-16 苏州思必驰信息科技有限公司 Cross-domain name joint debugging method and system for voice dialogue platform
CN109815430A (en) * 2018-11-30 2019-05-28 北京金山云网络技术有限公司 Request processing method, device, data processing server and readable storage medium storing program for executing
CN109902253A (en) * 2019-01-18 2019-06-18 中国平安人寿保险股份有限公司 Page data acquisition method and device, electronic equipment, storage medium
CN110134477A (en) * 2019-04-24 2019-08-16 北京字节跳动网络技术有限公司 A kind of method, apparatus, medium and the electronic equipment of Dynamic Distribution's User Page
CN110244962A (en) * 2019-04-29 2019-09-17 北京辰森世纪科技股份有限公司 Load application file and device, system, storage medium, electronic device
CN110516190A (en) * 2019-08-30 2019-11-29 深圳点猫科技有限公司 Generate the method and apparatus of static Web page
CN110516183A (en) * 2019-08-30 2019-11-29 深圳点猫科技有限公司 The generation method and device of static Web page
CN112348395A (en) * 2020-11-20 2021-02-09 浙江百应科技有限公司 Data quality visual detection system and method
CN112487323A (en) * 2019-09-11 2021-03-12 北京沃东天骏信息技术有限公司 Webpage experimental method and server
CN112882844A (en) * 2021-02-07 2021-06-01 成都新希望金融信息有限公司 Network front-end and back-end based joint debugging method and device and storage medium
CN114138397A (en) * 2021-12-10 2022-03-04 北京百度网讯科技有限公司 Page display method and device, electronic equipment and storage medium
EP4180995A1 (en) * 2021-11-10 2023-05-17 Siteimprove A/S Website plugin and framework for content management services

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102938776A (en) * 2012-09-28 2013-02-20 方正国际软件有限公司 Dynamic page processing system based on Asynchronous JavaScript and XML (ajax) technique
CN103198074A (en) * 2012-01-09 2013-07-10 北大方正集团有限公司 Page design method and system for dynamic publishing website
CN105007309A (en) * 2015-06-29 2015-10-28 上海瀚之友信息技术服务有限公司 System and method for separately controlling dynamic data and static interface
CN105069132A (en) * 2015-08-17 2015-11-18 中国海洋大学 Webpage implementation method based on static shell

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103198074A (en) * 2012-01-09 2013-07-10 北大方正集团有限公司 Page design method and system for dynamic publishing website
CN102938776A (en) * 2012-09-28 2013-02-20 方正国际软件有限公司 Dynamic page processing system based on Asynchronous JavaScript and XML (ajax) technique
CN105007309A (en) * 2015-06-29 2015-10-28 上海瀚之友信息技术服务有限公司 System and method for separately controlling dynamic data and static interface
CN105069132A (en) * 2015-08-17 2015-11-18 中国海洋大学 Webpage implementation method based on static shell

Cited By (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107273548A (en) * 2017-07-20 2017-10-20 阿里巴巴集团控股有限公司 The implementation method and device of dynamic page
CN107273548B (en) * 2017-07-20 2020-10-27 创新先进技术有限公司 Dynamic page implementation method and device
CN108470047A (en) * 2018-03-07 2018-08-31 谭亮 Remote platform based on Internet of Things monitors system
CN108470047B (en) * 2018-03-07 2023-09-26 谭亮 Remote platform monitoring system based on Internet of Things
CN108632361A (en) * 2018-04-12 2018-10-09 武汉斗鱼网络科技有限公司 A kind of webpage loading method, server, system and storage medium
CN108632361B (en) * 2018-04-12 2021-06-15 武汉斗鱼网络科技有限公司 Webpage online method, server, system and storage medium
CN108762697A (en) * 2018-05-25 2018-11-06 苏宁易购集团股份有限公司 A kind of Method of printing and device based on browser end
CN108762697B (en) * 2018-05-25 2023-06-23 苏宁易购集团股份有限公司 Printing method and device based on browser end
CN109241471A (en) * 2018-10-26 2019-01-18 珠海格力电器股份有限公司 page rendering method, server, browser and energy information management system
CN109815430B (en) * 2018-11-30 2020-07-31 北京金山云网络技术有限公司 Request processing method and device, data processing server and readable storage medium
CN109815430A (en) * 2018-11-30 2019-05-28 北京金山云网络技术有限公司 Request processing method, device, data processing server and readable storage medium storing program for executing
CN109639788A (en) * 2018-12-05 2019-04-16 苏州思必驰信息科技有限公司 Cross-domain name joint debugging method and system for voice dialogue platform
CN109902253A (en) * 2019-01-18 2019-06-18 中国平安人寿保险股份有限公司 Page data acquisition method and device, electronic equipment, storage medium
CN110134477B (en) * 2019-04-24 2021-07-20 北京字节跳动网络技术有限公司 Method, device, medium and electronic equipment for dynamically laying out user pages
CN110134477A (en) * 2019-04-24 2019-08-16 北京字节跳动网络技术有限公司 A kind of method, apparatus, medium and the electronic equipment of Dynamic Distribution's User Page
CN110244962A (en) * 2019-04-29 2019-09-17 北京辰森世纪科技股份有限公司 Load application file and device, system, storage medium, electronic device
CN110516190A (en) * 2019-08-30 2019-11-29 深圳点猫科技有限公司 Generate the method and apparatus of static Web page
CN110516183A (en) * 2019-08-30 2019-11-29 深圳点猫科技有限公司 The generation method and device of static Web page
CN112487323A (en) * 2019-09-11 2021-03-12 北京沃东天骏信息技术有限公司 Webpage experimental method and server
CN112487323B (en) * 2019-09-11 2024-07-16 北京沃东天骏信息技术有限公司 Webpage experiment method and server
CN112348395A (en) * 2020-11-20 2021-02-09 浙江百应科技有限公司 Data quality visual detection system and method
CN112882844B (en) * 2021-02-07 2024-01-26 成都新希望金融信息有限公司 Joint debugging method, device and storage medium based on network front end and network back end
CN112882844A (en) * 2021-02-07 2021-06-01 成都新希望金融信息有限公司 Network front-end and back-end based joint debugging method and device and storage medium
EP4180995A1 (en) * 2021-11-10 2023-05-17 Siteimprove A/S Website plugin and framework for content management services
US11836439B2 (en) 2021-11-10 2023-12-05 Siteimprove A/S Website plugin and framework for content management services
CN114138397B (en) * 2021-12-10 2024-06-07 北京百度网讯科技有限公司 Page display method and device, electronic equipment and storage medium
CN114138397A (en) * 2021-12-10 2022-03-04 北京百度网讯科技有限公司 Page display method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN106227742A (en) Dynamic web page based on B/S pattern generates method, server and system
Foster et al. Compatibility verification for web service choreography
CN103729285A (en) Method, device and system for testing web page
US20060168115A1 (en) Method and system of encapsulating web site transactions for computer-aided generation of web services
CN106202085A (en) The method of information search, device and electronic equipment is carried out according to particular topic
CN106233252A (en) For customizing the dynamic update contruction device of software
Di Lucca et al. An approach for reverse engineering of web-based applications
CN104111826A (en) Software project development method and device
CN110196733A (en) A kind of default API document structure tree method, apparatus, equipment and storage medium
CN106663090A (en) Converting presentation metadata to a browser-renderable format during compilation
CN108304190A (en) Network shop generation method and device
CN104166551B (en) A kind of application interface development approach and development device
CN104471530A (en) Executable software specification generation
CN110162476A (en) Test method and device
CN103019931A (en) Method and device for detecting and treating Asn.1 interfaces
CN104468275A (en) Industrial cluster creative platform testing device and method
CN106471492A (en) The action of index resource
CN104156394A (en) Mobile page creating system and mobile page creating method
CN103186465A (en) Browser compatibility testing method and system for webpage user interface
CN104951974A (en) Method, device and system for verifying invoice authenticity
CN103561113A (en) Web Service interface generating method and device
CN114995717A (en) Multi-front-end middle station management method and system
CN109033447B (en) Face recognition data visualization system
CN106599087A (en) Secondary development method for spatial information services
KR20170038972A (en) Method and apparatus for developing work system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20161214

WD01 Invention patent application deemed withdrawn after publication