CN105069132A - Webpage implementation method based on static shell - Google Patents
Webpage implementation method based on static shell Download PDFInfo
- Publication number
- CN105069132A CN105069132A CN201510503050.6A CN201510503050A CN105069132A CN 105069132 A CN105069132 A CN 105069132A CN 201510503050 A CN201510503050 A CN 201510503050A CN 105069132 A CN105069132 A CN 105069132A
- Authority
- CN
- China
- Prior art keywords
- static
- server
- dynamic
- html code
- request
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/958—Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
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
本发明公开了一种基于静态外壳的网页实现方法,包括以下步骤:浏览器向静态服务器发出HTTP请求;所述静态服务器使用静态服务器脚本生成部分静态页面HTML代码;静态服务器向动态服务器转发请求以向所述动态服务器索取动态数据;所述动态服务器接收到所述静态服务器的请求,调用资源并生成HTML代码返回至所述静态服务器;所述静态服务器接收所述HTML代码,并加载在所述静态页面中返回至所述浏览器;客户端浏览器接收所述静态服务器返回的HTML代码,解析HTML代码并展示。采用本发明所提出的基于静态外壳的网页实现方法,在开发阶段即可以将WEB程序架构清晰划分,具有开发结构简单且资源浪费少的优点。
The invention discloses a web page realization method based on a static shell, which comprises the following steps: a browser sends an HTTP request to a static server; Request dynamic data from the dynamic server; the dynamic server receives the request from the static server, invokes resources and generates HTML code to return to the static server; the static server receives the HTML code and loads it in the The static page is returned to the browser; the client browser receives the HTML code returned by the static server, parses the HTML code and displays it. By adopting the webpage realization method based on the static shell proposed by the present invention, the WEB program framework can be clearly divided in the development stage, which has the advantages of simple development structure and less waste of resources.
Description
技术领域 technical field
本发明涉及网络技术领域,尤其涉及一种基于静态外壳的网页实现方法。 The invention relates to the field of network technology, in particular to a method for realizing a web page based on a static shell.
背景技术 Background technique
常见的网页分为静态形式和动态形式。其中,动态页面根据用户的要求返回页面,具有很好的交互性,开发过程也非常简单。但是由于动态页面的信息必须从数据库中读取,浪费了大量的解释器性能去访问无用代码,增加了服务器的工作量,影响整个网站的运行速度。同时,动态网页的变量连接很容易造成死循环。而静态页面无需经过服务器的编译,直接加载到浏览器上显示出来,访问的速度快,可以跨平台、跨服务器,因此在面对大量用户访问、高并发请求方面具有一定优势。但是静态页面是实实在在存在的,很容易造成磁盘存储的浪费。 Common web pages are divided into static form and dynamic form. Among them, the dynamic page returns the page according to the user's request, which has good interactivity, and the development process is also very simple. However, because the information of the dynamic page must be read from the database, a lot of interpreter performance is wasted to access useless codes, which increases the workload of the server and affects the running speed of the entire website. At the same time, the variable connection of dynamic web pages can easily cause an infinite loop. Static pages do not need to be compiled by the server, but are directly loaded into the browser and displayed. The access speed is fast, and they can be cross-platform and cross-server. Therefore, they have certain advantages in facing a large number of user visits and high concurrent requests. But static pages do exist, and it is easy to cause waste of disk storage.
为了克服动态页面和静态页面的缺点,很多人选择将原本设计的动态页面,在后期进行静态化。通常是以最小的开发代价去使整站全部转成静态文件。这样读取页面速度很快,但是修改消耗非常大。由于动态页面静态化的方案比较成熟,所以现有技术中往往都是在网站上线出现性能缺陷时,再修改网页静态化,作为一种补救的手段。 In order to overcome the shortcomings of dynamic pages and static pages, many people choose to make the originally designed dynamic pages static in the later stage. Usually, the entire site is converted into static files with the minimum development cost. In this way, the page reading speed is very fast, but the modification consumes a lot. Since the scheme of staticizing dynamic pages is relatively mature, in the prior art, when a performance defect occurs on the website, the staticizing of the webpage is often modified as a remedy.
因此,现有技术中缺乏一种有效手段能克服动态页面或静态页面的缺陷,同时避免在动态页面静态化过程中大量修改消耗量的问题。 Therefore, there is no effective means in the prior art to overcome the defects of dynamic pages or static pages, and at the same time avoid the problem of massively modifying the consumption in the static process of dynamic pages.
发明内容 Contents of the invention
本发明旨在公开一种基于静态外壳的网页实现方法,能克服动态页面或静态页面的缺陷,同时避免在动态页面静态化过程中大量修改的问题。 The invention aims at disclosing a method for realizing a web page based on a static shell, which can overcome the defects of dynamic pages or static pages, and simultaneously avoid the problem of a large number of modifications in the static process of dynamic pages.
本发明公开了一种基于静态外壳的网页实现方法,其特征在于,包括以下步骤: The invention discloses a method for implementing a web page based on a static shell, which is characterized in that it includes the following steps:
S1、客户端浏览器向静态服务器发出HTTP请求; S1. The client browser sends an HTTP request to the static server;
S2、所述静态服务器接收到客户端浏览器的HTTP请求,使用静态服务器脚本生成部分静态页面HTML代码; S2, the static server receives the HTTP request of the client browser, and uses the static server script to generate part of the static page HTML code;
S3、所述静态服务器向动态服务器转发请求以向所述动态服务器索取和/或发送动态数据; S3. The static server forwards the request to the dynamic server to obtain and/or send dynamic data to the dynamic server;
S4、所述动态服务器接收到所述静态服务器的请求,调用资源并生成HTML代码返回至所述静态服务器; S4. The dynamic server receives the request from the static server, invokes resources and generates HTML code to return to the static server;
S5、所述静态服务器接收所述HTML代码,并加载在所述静态页面的HTML代码中返回至所述客户端浏览器; S5. The static server receives the HTML code, loads it into the HTML code of the static page and returns it to the client browser;
S6、客户端浏览器接收所述静态服务器返回的HTML代码,解析HTML代码并展示。 S6. The client browser receives the HTML code returned by the static server, parses the HTML code and displays it.
进一步的,在步骤3中,所述静态服务器接收到交互指令,向动态服务器发送AJAX请求,向所述动态服务器索取动态数据。 Further, in step 3, the static server receives the interactive instruction, sends an AJAX request to the dynamic server, and requests dynamic data from the dynamic server.
为实现更好的兼容性,所述AJAX请求通过Jquery开源组件实现。 To achieve better compatibility, the AJAX request is implemented through the Jquery open source component.
进一步的,所述动态服务器返回的HTML代码中设置有多个DIV标签,HTML代码加载在对应DIV标签逻辑区块中返回至所述客户端浏览器。 Further, multiple DIV tags are set in the HTML code returned by the dynamic server, and the HTML code is loaded in the logic block corresponding to the DIV tag and returned to the client browser.
进一步的,所述静态服务器中存储有多个静态文件。 Further, multiple static files are stored in the static server.
更进一步的,所述静态文件中包括HTML头标签和JS/CSS引用。 Furthermore, the static file includes HTML head tags and JS/CSS references.
本发明所提出的基于静态外壳的网页实现方法,接收客户端浏览器直接访问的只有静态文件,不需要动态服务器中间件(如tomcat等)参与,节约了服务器开支。客户端浏览器、动态服务器和静态服务器之间仅传输HTML代码,系统消耗小。采用本发明所提出的基于静态外壳的网页实现方法,在开发阶段即可以将WEB程序架构清晰地划分为静态外壳层、请求转发层、业务逻辑层和数据访问层,具有开发结构简单且资源浪费少的优点。 The web page implementation method based on the static shell proposed by the present invention only receives static files directly accessed by the client browser, and does not require the participation of dynamic server middleware (such as tomcat, etc.), which saves server expenses. Only HTML code is transmitted between the client browser, the dynamic server and the static server, and the system consumption is small. By adopting the web page implementation method based on the static shell proposed by the present invention, the WEB program architecture can be clearly divided into the static shell layer, the request forwarding layer, the business logic layer and the data access layer at the development stage, which has the advantages of simple development structure and waste of resources Less pros.
附图说明 Description of drawings
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作一简单地介绍,显而易见地,下面描述中的附图是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其他的附图。 In order to more clearly illustrate the technical solutions in the embodiments of the present invention or the prior art, the following will briefly introduce the drawings that need to be used in the description of the embodiments or the prior art. Obviously, the accompanying drawings in the following description These are some embodiments of the present invention. For those skilled in the art, other drawings can also be obtained according to these drawings without any creative effort.
图1是本发明所提出的基于静态外壳的网页实现方法一种实施例的结构原理框图; Fig. 1 is a structural principle block diagram of an embodiment of a method for implementing a webpage based on a static shell proposed by the present invention;
图2是本发明所提出的基于静态外壳的网页实现方法一种实施例的流程框图。 Fig. 2 is a block flow diagram of an embodiment of a method for realizing a web page based on a static shell proposed by the present invention.
具体实施方式 Detailed ways
为使本发明实施例的目的、技术方案和优点更加清楚,下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。 In order to make the purpose, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below in conjunction with the drawings in the embodiments of the present invention. Obviously, the described embodiments It is a part of embodiments of the present invention, but not all embodiments. Based on the embodiments of the present invention, all other embodiments obtained by persons of ordinary skill in the art without creative efforts fall within the protection scope of the present invention.
本实施例所提出的基于静态外壳的网页实现方法,是旨在在网页开发阶段提出一种新的基于静态外壳的网页实现方案。静态外壳的核心意义是指客户端浏览器的WEB访问的对象为静态页面,而静态页面则作为动态页面的载体,使客户端可以同时接收到动态的网页内容。本实施例使开发者在开发阶段即开始将网页的静态内容和动态内容进行分离,既保留了静态网站高效的特点,也体现了动态网站的灵活性。 The method for implementing a web page based on a static shell proposed in this embodiment aims at proposing a new implementation scheme for a web page based on a static shell during the development stage of a web page. The core meaning of the static shell means that the WEB access object of the client browser is a static page, and the static page is used as the carrier of the dynamic page, so that the client can receive the dynamic web content at the same time. This embodiment enables the developer to separate the static content and the dynamic content of the webpage at the development stage, which not only retains the high-efficiency features of the static website, but also reflects the flexibility of the dynamic website.
参阅图1和图2所示,本实施例的具体实现步骤如下: Referring to Fig. 1 and shown in Fig. 2, the specific implementation steps of the present embodiment are as follows:
S1,用户端的浏览器向静态服务器发出HTTP请求,以形成浏览器和第一层后台,即静态服务器之间的通讯途径。 S1, the browser at the client end sends an HTTP request to the static server to form a communication path between the browser and the first-level background, that is, the static server.
S2,在静态服务器中储存有多个静态文件,静态文件中包括HTML头标签、JS/CSS引用、公用的导航以及Banner等信息。多个静态文件形成静态信息数据库。 S2, a plurality of static files are stored in the static server, and the static files include information such as HTML header tags, JS/CSS references, public navigation, and Banner. Multiple static files form a static information database.
静态服务器在接收到用户浏览器的HTTP请求之后,在静态文件中查找并调用相关数据、运算,使用静态服务器脚本生成部分静态页面HTML代码。 After the static server receives the HTTP request from the user's browser, it searches and invokes relevant data and calculations in the static file, and uses the static server script to generate part of the static page HTML code.
通过S1和S2,建立了基于静态外壳的网页的静态外壳层。用户端浏览器发送的请求仅限于访问静态服务器,不需要动态服务器中间件(如tomcat等)参与。 Through S1 and S2, a static shell layer based on a static shell webpage is established. The request sent by the client browser is limited to accessing the static server, and does not require the participation of dynamic server middleware (such as tomcat, etc.).
因此,用户端浏览器发送的请求一部分由上述静态服务器响应处理完毕,而另一部分由静态服务器进行转发,具体步骤如下: Therefore, part of the request sent by the client browser is processed by the above static server response, while the other part is forwarded by the static server. The specific steps are as follows:
S3,通常来说,如果用户端浏览器需要访问动态程序或动态页面时,需要通过交互指令触发,交互指令包括鼠标悬停、文本框输入或者定时等等。如果静态服务器接收到用户端浏览器发送的交互指令,其本身并不调用、查找静态文件形成的数据库或静态服务器本身数据库中的内容,也不进行运算。静态服务器直接向动态服务器发送请求以向动态服务器索取或发送动态数据。在实际的开发过程中,静态服务器向动态服务器直接转发AJAX请求,该AJAX请求通过Jquery开源组件实现。 S3, generally speaking, if the client browser needs to access a dynamic program or a dynamic page, it needs to be triggered by an interactive command, and the interactive command includes mouse hovering, text box input or timing, etc. If the static server receives the interactive instruction sent by the client browser, it does not call or search the database formed by the static files or the content in the database of the static server itself, nor does it perform calculations. Static servers send requests directly to dynamic servers to request or send dynamic data to dynamic servers. In the actual development process, the static server directly forwards the AJAX request to the dynamic server, and the AJAX request is implemented through the Jquery open source component.
通过步骤3,建立了基于静态外壳网页的请求转发层,由静态服务器之间向动态服务器发送请求获取动态页面或动态程序返回的结果,避免了客户端浏览器浪费大量解释器性能去访问无用代码。 Through step 3, a request forwarding layer based on the static shell web page is established, and the static server sends a request to the dynamic server to obtain the result returned by the dynamic page or the dynamic program, which avoids the client browser from wasting a lot of interpreter performance to access useless code .
静态服务器向动态服务器发送请求之后,进入基于静态外壳网页中的业务逻辑层和数据访问层,具体步骤如下: After the static server sends a request to the dynamic server, it enters the business logic layer and data access layer based on the static shell webpage. The specific steps are as follows:
S4、以鼠标悬停为例,当客户端服务器中鼠标停到某一标签上时,静态服务器接收到交互指令并响应请求。静态服务器向动态服务器转发一个请求,动态服务器接收到静态服务器的请求,调用对应的应用程序的访问结果或者通过WebServices的接口访问数据库中的内容并生成HTML代码返回至静态服务器。 S4. Taking mouse hovering as an example, when the mouse in the client server hovers over a label, the static server receives the interaction instruction and responds to the request. The static server forwards a request to the dynamic server, and the dynamic server receives the request from the static server, invokes the access result of the corresponding application program or accesses the content in the database through the WebServices interface, and generates HTML code to return to the static server.
S5、所述静态服务器接收动态服务器返回的HTML代码。所述动态服务器返回的HTML代码中设置有多个DIV标签,HTML代码加载在对应DIV标签逻辑区块中返回至所述客户端浏览器。 S5. The static server receives the HTML code returned by the dynamic server. A plurality of DIV tags are set in the HTML code returned by the dynamic server, and the HTML code is loaded in a logic block corresponding to the DIV tag and returned to the client browser.
S6、客户端浏览器接收静态服务器返回的HTML代码,解析HTML代码。在客户端浏览器对应其中的HTML代码和静态文件中的HTML头标签和JS/CSS引用,将静态服务器脚本生成的部分静态页面和以一个或多个DIV窗口为载体的动态页面结合起来,完成一个复杂网页页面的访问、解析和展示过程。 S6. The client browser receives the HTML code returned by the static server, and parses the HTML code. Corresponding to the HTML code in the client browser and the HTML header tags and JS/CSS references in the static file, combine some static pages generated by the static server script with the dynamic page with one or more DIV windows as the carrier to complete The process of accessing, parsing and displaying a complex web page.
在本实施例所提出的基于静态外壳的网页实现方法中,客户端可以是手机、平板电脑、智能穿戴设备的其中一种或几种。多台客户端可以同时访问一台静态服务器,也可以分别访问不同静态服务器。因此,采用本实施例所提出的基于静态外壳的网页实现方法可以非常好的支持分布式部署和服务器集群,有着很好的并发性能。 In the method for implementing a web page based on a static shell proposed in this embodiment, the client may be one or more of a mobile phone, a tablet computer, and a smart wearable device. Multiple clients can access one static server at the same time, or access different static servers separately. Therefore, the method for implementing a web page based on a static shell proposed in this embodiment can very well support distributed deployment and server clusters, and has good concurrency performance.
本实施例所提出的基于静态外壳的网页实现方法,接收客户端浏览器直接访问的只有静态文件,不需要动态服务器中间件(如tomcat等)参与,节约了服务器开支。客户端浏览器、动态服务器和静态服务器之间仅传输HTML代码,系统消耗小。采用本实施例所提出的基于静态外壳的网页实现方法,在开发阶段即可以将WEB程序架构清晰地划分为静态外壳层、请求转发层、业务逻辑层和数据访问层,具有开发结构简单且资源浪费少的优点。 The implementation method of web pages based on the static shell proposed in this embodiment only receives static files directly accessed by the client browser, and does not require the participation of dynamic server middleware (such as tomcat, etc.), which saves server expenses. Only HTML code is transmitted between the client browser, the dynamic server and the static server, and the system consumption is small. Adopting the web page implementation method based on the static shell proposed in this embodiment, the WEB program architecture can be clearly divided into a static shell layer, a request forwarding layer, a business logic layer, and a data access layer during the development stage, which has a simple development structure and resource The advantage of less waste.
最后应说明的是:以上实施例仅用以说明本发明的技术方案,而非对其限制;尽管参照前述实施例对本发明进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本发明各实施例技术方案的精神和范围。 Finally, it should be noted that: the above embodiments are only used to illustrate the technical solutions of the present invention, rather than to limit them; although the present invention has been described in detail with reference to the foregoing embodiments, those of ordinary skill in the art should understand that: it can still be Modifications are made to the technical solutions described in the foregoing embodiments, or equivalent replacements are made to some of the technical features; and these modifications or replacements do not make the essence of the corresponding technical solutions deviate from the spirit and scope of the technical solutions of the various embodiments of the present invention.
Claims (6)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510503050.6A CN105069132A (en) | 2015-08-17 | 2015-08-17 | Webpage implementation method based on static shell |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510503050.6A CN105069132A (en) | 2015-08-17 | 2015-08-17 | Webpage implementation method based on static shell |
Publications (1)
Publication Number | Publication Date |
---|---|
CN105069132A true CN105069132A (en) | 2015-11-18 |
Family
ID=54498501
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201510503050.6A Pending CN105069132A (en) | 2015-08-17 | 2015-08-17 | Webpage implementation method based on static shell |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN105069132A (en) |
Cited By (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106202322A (en) * | 2016-06-30 | 2016-12-07 | 乐视控股(北京)有限公司 | A kind of page generation method and device |
CN106227742A (en) * | 2016-07-12 | 2016-12-14 | 乐视控股(北京)有限公司 | Dynamic web page based on B/S pattern generates method, server and system |
CN106407341A (en) * | 2016-09-05 | 2017-02-15 | 努比亚技术有限公司 | Page processing method, apparatus and system |
CN106777055A (en) * | 2016-12-09 | 2017-05-31 | 武汉斗鱼网络科技有限公司 | It is a kind of to realize the method and apparatus that website interface is rendered |
WO2017113963A1 (en) * | 2015-12-31 | 2017-07-06 | 华为技术有限公司 | Static webpage processing method and device |
CN106936727A (en) * | 2015-12-30 | 2017-07-07 | 中国移动通信集团云南有限公司 | A kind of Webpage display process and device |
CN107562460A (en) * | 2017-09-05 | 2018-01-09 | 合肥爱吾宠科技有限公司 | Website making method |
CN109284466A (en) * | 2018-09-12 | 2019-01-29 | 上海点融信息科技有限责任公司 | For realizing the method, apparatus and storage medium of web page access in block chain |
CN109446088A (en) * | 2018-10-29 | 2019-03-08 | 新华三技术有限公司 | A kind of method and device for business processing |
CN110196957A (en) * | 2019-06-03 | 2019-09-03 | 广州凡科互联网科技股份有限公司 | A kind of continous way static resource update method |
CN110471657A (en) * | 2018-05-11 | 2019-11-19 | 北京三快在线科技有限公司 | The generation method and device of Website page |
CN111159517A (en) * | 2019-12-12 | 2020-05-15 | 深信服科技股份有限公司 | Information processing method, device, system and computer storage medium |
CN111274512A (en) * | 2020-01-16 | 2020-06-12 | 深圳市元征科技股份有限公司 | Page loading method, device and medium |
CN112748925A (en) * | 2019-10-30 | 2021-05-04 | 北京国双科技有限公司 | Method, device and equipment for analyzing front-end code by using label |
CN115577200A (en) * | 2022-09-28 | 2023-01-06 | 北京百度网讯科技有限公司 | Page loading method, device, equipment and storage medium |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102521266A (en) * | 2011-11-18 | 2012-06-27 | 深圳中兴网信科技有限公司 | Method for realizing dynamic compression and combination of JavaScript file |
CN102938776A (en) * | 2012-09-28 | 2013-02-20 | 方正国际软件有限公司 | Dynamic page processing system based on Asynchronous JavaScript and XML (ajax) technique |
-
2015
- 2015-08-17 CN CN201510503050.6A patent/CN105069132A/en active Pending
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102521266A (en) * | 2011-11-18 | 2012-06-27 | 深圳中兴网信科技有限公司 | Method for realizing dynamic compression and combination of JavaScript file |
CN102938776A (en) * | 2012-09-28 | 2013-02-20 | 方正国际软件有限公司 | Dynamic page processing system based on Asynchronous JavaScript and XML (ajax) technique |
Cited By (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106936727A (en) * | 2015-12-30 | 2017-07-07 | 中国移动通信集团云南有限公司 | A kind of Webpage display process and device |
WO2017113963A1 (en) * | 2015-12-31 | 2017-07-06 | 华为技术有限公司 | Static webpage processing method and device |
CN106202322A (en) * | 2016-06-30 | 2016-12-07 | 乐视控股(北京)有限公司 | A kind of page generation method and device |
CN106227742A (en) * | 2016-07-12 | 2016-12-14 | 乐视控股(北京)有限公司 | Dynamic web page based on B/S pattern generates method, server and system |
CN106407341A (en) * | 2016-09-05 | 2017-02-15 | 努比亚技术有限公司 | Page processing method, apparatus and system |
CN106777055A (en) * | 2016-12-09 | 2017-05-31 | 武汉斗鱼网络科技有限公司 | It is a kind of to realize the method and apparatus that website interface is rendered |
CN107562460A (en) * | 2017-09-05 | 2018-01-09 | 合肥爱吾宠科技有限公司 | Website making method |
CN110471657A (en) * | 2018-05-11 | 2019-11-19 | 北京三快在线科技有限公司 | The generation method and device of Website page |
CN109284466A (en) * | 2018-09-12 | 2019-01-29 | 上海点融信息科技有限责任公司 | For realizing the method, apparatus and storage medium of web page access in block chain |
CN109284466B (en) * | 2018-09-12 | 2021-01-26 | 上海点融信息科技有限责任公司 | Method, apparatus and storage medium for enabling web page access in blockchain |
CN109446088A (en) * | 2018-10-29 | 2019-03-08 | 新华三技术有限公司 | A kind of method and device for business processing |
CN110196957A (en) * | 2019-06-03 | 2019-09-03 | 广州凡科互联网科技股份有限公司 | A kind of continous way static resource update method |
CN112748925A (en) * | 2019-10-30 | 2021-05-04 | 北京国双科技有限公司 | Method, device and equipment for analyzing front-end code by using label |
CN111159517A (en) * | 2019-12-12 | 2020-05-15 | 深信服科技股份有限公司 | Information processing method, device, system and computer storage medium |
CN111274512A (en) * | 2020-01-16 | 2020-06-12 | 深圳市元征科技股份有限公司 | Page loading method, device and medium |
CN115577200A (en) * | 2022-09-28 | 2023-01-06 | 北京百度网讯科技有限公司 | Page loading method, device, equipment and storage medium |
CN115577200B (en) * | 2022-09-28 | 2024-04-23 | 北京百度网讯科技有限公司 | Page loading method, device, equipment and storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN105069132A (en) | Webpage implementation method based on static shell | |
CN108984714B (en) | Page rendering method and device, electronic equipment and computer readable medium | |
CN104866383B (en) | Interface calling method and device and terminal | |
US8826276B1 (en) | Multi-threaded virtual machine processing on a web page | |
CN113010827B (en) | Page rendering method, device, electronic device and storage medium | |
CN110020329B (en) | Method, device and system for generating webpage | |
CN107562600B (en) | Page detection method and device, computing equipment and storage medium | |
US20100235430A1 (en) | Methods and systems to provide services to a mobile device | |
CN109388766A (en) | The method and apparatus of page load | |
CN107315646B (en) | Method and device for controlling data flow between page components | |
US10235223B2 (en) | High-performance computing framework for cloud computing environments | |
US10210026B2 (en) | Enterprise tools enhancements | |
CN105743955B (en) | A kind of extension JavaScript object method | |
CN103699674A (en) | Webpage storing method, webpage opening method, webpage storing device, webpage opening device and webpage browsing system | |
CN102999336A (en) | Application interface realizing method and application interface realizing system | |
CN114371838B (en) | A small program canvas rendering method, device, equipment and storage medium | |
CN110069247A (en) | A kind of development approach and device, application method and device of application program | |
CN114528510A (en) | Webpage data processing method and device, electronic equipment and medium | |
CN110807162A (en) | Method and device for loading a placeholder map | |
CN110020320A (en) | The method and apparatus for caching page pictures | |
US8396920B1 (en) | Clean URLs in web applications | |
CN111367889A (en) | Cross-cluster data migration method and device based on webpage interface | |
CN102681848B (en) | Develop in microtec mode and the method for accessed web page, device, terminal and system | |
CN119089064A (en) | A processing method and device for improving Vue framework page loading speed | |
CN115474074B (en) | A video background replacement method, device, computing device and storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20151118 |
|
RJ01 | Rejection of invention patent application after publication |