CN105069058A - Quick response method of network map request for high-frequency interaction environment - Google Patents
Quick response method of network map request for high-frequency interaction environment Download PDFInfo
- Publication number
- CN105069058A CN105069058A CN201510445959.0A CN201510445959A CN105069058A CN 105069058 A CN105069058 A CN 105069058A CN 201510445959 A CN201510445959 A CN 201510445959A CN 105069058 A CN105069058 A CN 105069058A
- Authority
- CN
- China
- Prior art keywords
- network map
- network
- map
- request
- map 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.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims abstract description 18
- 230000003993 interaction Effects 0.000 title description 4
- 230000002452 interceptive effect Effects 0.000 claims abstract description 16
- 238000009877 rendering Methods 0.000 claims description 4
- VYZAMTAEIAYCRO-UHFFFAOYSA-N Chromium Chemical compound [Cr] VYZAMTAEIAYCRO-UHFFFAOYSA-N 0.000 description 4
- 238000012800 visualization Methods 0.000 description 3
- 230000009286 beneficial effect Effects 0.000 description 1
- 230000007547 defect Effects 0.000 description 1
- 238000012423 maintenance Methods 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR 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/957—Browsing optimisation, e.g. caching or content distillation
- G06F16/9574—Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer And Data Communications (AREA)
Abstract
本发明公开了一种用于高频交互环境的网络地图请求快速响应方法,该方法包括以下步骤:初始化浏览器地图显示窗口;获取浏览器的最大网络连接数c;创建并启动c个网络地图请求队列处理线程;计算网络地图窗口内需要渲染的地图图像个数t;将网络地图请求加入到网络地图请求队列的末尾;从网络地图请求队列中选择一个未加载的网络地图请求;发送网络地图图像请求;设置网络地图图像状态为已加载状态,并显示地图图像。本发明能够根据浏览器对网络连接数的限制控制网络地图并发请求的个数,并能够自动剔除无效的网络地图请求,适应高频交互环境下网络地图的快速浏览,尤其是在低带宽网络环境下,能够实现高频交互环境下的网络地图请求的快速响应。
The invention discloses a method for quickly responding to a network map request in a high-frequency interactive environment. The method comprises the following steps: initializing a map display window of a browser; obtaining the maximum number c of network connections of the browser; creating and starting c network maps Request queue processing thread; calculate the number t of map images that need to be rendered in the network map window; add the network map request to the end of the network map request queue; select an unloaded network map request from the network map request queue; send the network map Image request; set the network map image status to loaded and display the map image. The invention can control the number of concurrent network map requests according to the limit of the number of network connections by the browser, and can automatically eliminate invalid network map requests, and is suitable for fast browsing of network maps in high-frequency interactive environments, especially in low-bandwidth network environments Under this circumstance, it can realize the rapid response to the network map request in the high-frequency interactive environment.
Description
技术领域technical field
本发明涉及高性能空间计算技术,尤其涉及一种用于高频交互环境的网络地图请求快速响应方法。The invention relates to a high-performance space computing technology, in particular to a method for quickly responding to a network map request in a high-frequency interactive environment.
背景技术Background technique
高频交互环境下网络地图请求的快速响应是WebGIS中需要解决的难题之一,尤其是在低宽带网络环境下,网络地图请求的响应速度直接影响在浏览器中进行地图浏览操作的用户体验。目前主流浏览器对同一域名下的地图图像并发请求数都有限制,为了提高地图图像并发请求数,减少网络地图请求响应时间,谷歌、百度、天地图等地图服务提供商均使用了8个域名来增加浏览器的并发请求数,但在高频交互环境下,大量的网络地图图像请求仍然不能得到快速的响应,尤其是在低带宽网络环境中,页面响应时间会更长,难以满足用户的需求,大量无效的网络地图请求被发送给服务器端,浪费了宝贵的带宽资源;另一方面,增加域名不仅会增加网络地图客户端实现的复杂度,而且成本高、维护困难,访问多个域名还会额外增加域名解析的时间开销。The rapid response to web map requests in high-frequency interactive environments is one of the problems to be solved in WebGIS, especially in low-bandwidth network environments, the response speed of web map requests directly affects the user experience of map browsing operations in browsers. At present, mainstream browsers have restrictions on the number of concurrent requests for map images under the same domain name. In order to increase the number of concurrent requests for map images and reduce the response time of network map requests, map service providers such as Google, Baidu, and Tiandi map all use 8 domain names. To increase the number of concurrent browser requests, but in a high-frequency interactive environment, a large number of network map image requests still cannot get a fast response, especially in a low-bandwidth network environment, the page response time will be longer, and it is difficult to meet the user's needs. demand, a large number of invalid network map requests are sent to the server, wasting precious bandwidth resources; on the other hand, adding domain names will not only increase the complexity of network map client implementation, but also high cost, difficult maintenance, access to multiple domain names It will also increase the time overhead of domain name resolution.
发明内容Contents of the invention
本发明要解决的技术问题在于针对现有技术中的缺陷,提供一种用于高频交互环境的网络地图请求快速响应方法。The technical problem to be solved by the present invention is to provide a method for quickly responding to network map requests in a high-frequency interactive environment in view of the defects in the prior art.
本发明解决其技术问题所采用的技术方案是:一种用于高频交互环境的网络地图请求快速响应方法,包括以下步骤:The technical solution adopted by the present invention to solve the technical problem is: a method for quickly responding to a network map request in a high-frequency interactive environment, comprising the following steps:
步骤1)初始化浏览器地图显示窗口,设置网络地图窗口的像素高度和像素宽度;Step 1) initialize the browser map display window, set the pixel height and pixel width of the network map window;
步骤2)获取浏览器的最大网络连接数c;Step 2) Obtain the maximum number of network connections c of the browser;
步骤3)创建并启动c个网络地图请求队列处理线程;Step 3) Create and start c network map request queue processing threads;
步骤4)根据网络地图窗口的像素高度和像素宽度,计算网络地图窗口内需要渲染的地图图像个数t;Step 4) calculate the map image number t that needs to be rendered in the network map window according to the pixel height and the pixel width of the network map window;
步骤5)创建网络地图请求队列;Step 5) create a network map request queue;
步骤6)循环创建网络地图图像控件,使用空白图像进行渲染;Step 6) create a network map image control in a loop, and use a blank image for rendering;
步骤7)设置网络地图图像的status属性为未加载状态;Step 7) the status attribute of network map image is set as unloaded state;
步骤8)判断网络地图请求队列的长度是否小于t,如果是,则将网络地图请求加入到网络地图请求队列的末尾;如果否,删除网络地图请求队列中的第一项,再将网络地图请求加入到网络地图请求队列的末尾;Step 8) judge whether the length of the network map request queue is less than t, if yes, then add the network map request to the end of the network map request queue; if not, delete the first item in the network map request queue, and then add the network map request Add to the end of the network map request queue;
步骤9)网络地图请求队列处理线程循环计算网络地图请求队列中处于加载状态的网络地图请求数u,判断u是否小于c,如果是,则进入步骤10);如果否,则重复步骤9)重新计算u;Step 9) network map request queue processing thread loop calculation network map request number u in the loading state in the network map request queue, judge whether u is less than c, if yes, then enter step 10); if not, then repeat step 9) re compute u;
步骤10)从网络地图请求队列中选择一个未加载的网络地图请求;Step 10) select an unloaded web map request from the web map request queue;
步骤11)设置选择的网络地图请求的状态为加载状态;Step 11) The state of the selected network map request is set to be the loading state;
步骤12)发送网络地图图像请求;Step 12) send network map image request;
步骤13)请求完成,设置网络地图图像状态为已加载状态,并显示地图图像。Step 13) After the request is completed, set the status of the network map image as loaded, and display the map image.
按上述方案,所述网络地图窗口内需要渲染的地图图像个数t,t=(w/pw+1)·(h/ph+1);According to the above scheme, the number t of map images to be rendered in the network map window, t=(w/pw+1)(h/ph+1);
其中,h为网络地图窗口的像素高度,w为网络地图窗口的像素宽度,ph为单个地图图像的像素高度,pw为单个地图图像的像素宽度。Among them, h is the pixel height of the web map window, w is the pixel width of the web map window, ph is the pixel height of a single map image, and pw is the pixel width of a single map image.
按上述方案,所述步骤10)中选择状态为未加载的网络地图请求为按顺序选择。According to the above solution, the network map request whose status is not loaded in the step 10) is selected sequentially.
本发明产生的有益效果是:本发明方法能够控制网络地图请求的数量,自动的剔除无效的网络地图请求,实现高频交互环境下网络地图请求的快速响应,节约宝贵的带宽资源,为支持高并发的网络地图服务性能提升提供技术支持,尤其是有助于提升低带宽网络环境下网络地图服务的快速响应能力。The beneficial effects produced by the present invention are: the method of the present invention can control the number of network map requests, automatically eliminate invalid network map requests, realize rapid response to network map requests in a high-frequency interactive environment, save precious bandwidth resources, and support high Concurrent network map service performance improvement provides technical support, especially helping to improve the rapid response capability of network map services in low-bandwidth network environments.
附图说明Description of drawings
下面将结合附图及实施例对本发明作进一步说明,附图中:The present invention will be further described below in conjunction with accompanying drawing and embodiment, in the accompanying drawing:
图1是本发明实施例的方法流程图;Fig. 1 is the method flowchart of the embodiment of the present invention;
图2是本发明以Chrome浏览器中网络地图请求快速响应为例的方法流程图。Fig. 2 is a flow chart of the method of the present invention taking the fast response to the network map request in the Chrome browser as an example.
具体实施方式Detailed ways
为了使本发明的目的、技术方案及优点更加清楚明白,以下结合实施例,对本发明进行进一步详细说明。应当理解,此处所描述的具体实施例仅用以解释本发明,并不用于限定本发明。In order to make the object, technical solution and advantages of the present invention more clear, the present invention will be further described in detail below in conjunction with the examples. It should be understood that the specific embodiments described here are only used to explain the present invention, not to limit the present invention.
如图1所示,一种高频交互环境下网络地图请求快速响应方法,包括以下步骤:As shown in Figure 1, a method for quickly responding to a network map request in a high-frequency interactive environment includes the following steps:
步骤1)初始化浏览器地图显示窗口,设置网络地图可视化窗口的像素高度h和像素宽度w;Step 1) initialize the browser map display window, set the pixel height h and pixel width w of the network map visualization window;
步骤2)获取浏览器的最大网络连接数c;Step 2) Obtain the maximum number of network connections c of the browser;
步骤3)调用javascript中的setInterval函数创建并启动c个网络地图请求队列处理线程;Step 3) call the setInterval function in javascript to create and start c network map request queue processing threads;
步骤4)根据w、h和单个地图图像的像素高度ph和像素宽度pw计算地图窗口内需要渲染的地图图像个数(t),其中t=(w/pw+1)·(h/ph+1);Step 4) Calculate the number of map images (t) that need to be rendered in the map window according to w, h and the pixel height ph and pixel width pw of a single map image, where t=(w/pw+1)(h/ph+ 1);
步骤5)利用Array类新建一个数组对象,创建网络地图请求队列;Step 5) Utilize the Array class to create an array object to create a network map request queue;
步骤6)循环创建网络地图图像控件,使用空白图像对其进行渲染;Step 6) Create a network map image control in a loop, and use a blank image to render it;
步骤7)设置网络地图图像的status属性为未加载(unload)状态;Step 7) The status attribute of the network map image is set as an unloaded (unload) state;
步骤8)判断网络地图请求队列的长度是否小于t,如果是,则将网络地图请求加入到网络地图请求队列中;如果否,则进入步骤9);Step 8) judge whether the length of network map request queue is less than t, if yes, then network map request is added in the network map request queue; if not, then enter step 9);
步骤9)删除网络地图请求队列中的第一项,再将网络地图请求加入到网络地图请求队列中的末尾;Step 9) delete the first item in the network map request queue, and then add the network map request to the end in the network map request queue;
步骤10)网络地图请求队列处理线程循环计算网络地图请求队列中处于加载状态(即status属性为loading)的网络地图请求数(u),判断u是否小于c,如果是,则进入步骤11);如果否,则重复步骤10)重新计算u;Step 10) the network map request queue processing thread loop calculation network map request queue is in the network map request number (u) of the loading state (that is, the status attribute is loading), judge whether u is less than c, if so, then enter step 11); If not, repeat step 10) to recalculate u;
步骤11)从网络地图请求队列中选择一个status属性为unload的网络地图请求;Step 11) select a status attribute as a network map request of unload from the network map request queue;
步骤12)设置选择的网络地图请求的status属性为加载(loading)状态;Step 12) The status attribute of the selected network map request is set to be loading (loading) status;
步骤13)发送网络地图图像请求;Step 13) send network map image request;
步骤14)请求完成,设置网络地图图像的status属性为已加载(loaded)状态,并显示地图图像,当所有网络地图图像的status属性均为loaded时,网络地图请求处理结束。Step 14) When the request is completed, the status attribute of the network map image is set to be loaded (loaded), and the map image is displayed. When the status attributes of all network map images are loaded, the network map request processing ends.
本发明最明显的优点在于通过步骤8至步骤11,能够控制高频交互环境下网络地图请求的数量,在高频交互时自动剔除无效的网络地图请求,实现高频交互环境下网络地图请求的快速响应,且有助于在低带宽网络环境下节约宝贵的带宽资源。The most obvious advantage of the present invention is that through steps 8 to 11, the number of network map requests in a high-frequency interactive environment can be controlled, invalid network map requests can be automatically eliminated during high-frequency interaction, and network map requests in a high-frequency interactive environment can be realized. Fast response, and helps to save precious bandwidth resources in low-bandwidth network environment.
实施例一:Embodiment one:
为了更清晰地说明本发明的思想,下面结合附图2以Chrome浏览器中网络地图请求的快速响应为实施例进行进一步的说明,在该实施例中,网络地图显示窗口宽度设置为1280像素,高度设置为1024像素,单个网络地图图像宽度和高度均为256像素,使用在浏览器中快速逐级地将地图从第3级放大到第16级的操作来作为网络地图高频交互场景的实施例。其网络地图请求快速响应方法的具体步骤如下:In order to illustrate the idea of the present invention more clearly, below in conjunction with accompanying drawing 2, take the quick response of network map request in Chrome browser as embodiment to carry out further description, in this embodiment, network map display window width is set to 1280 pixels, The height is set to 1024 pixels, and the width and height of a single web map image are both 256 pixels. The operation of quickly zooming in on the map from level 3 to level 16 in the browser is used as the implementation of the high-frequency interaction scene of the web map example. The specific steps of the quick response method for the network map request are as follows:
步骤200)、初始化Chrome浏览器地图显示窗口,设置网络地图可视化窗口的宽度1280像素,高度为1024像素;Step 200), initialize the Chrome browser map display window, set the width of the network map visualization window to 1280 pixels, and the height is 1024 pixels;
步骤201)、获取浏览器类型,其为Chrome浏览器,其最大网络连接数为6,因此将最大网络地图请求数设置为6;Step 201), obtain the browser type, which is a Chrome browser, and its maximum network connection number is 6, so the maximum network map request number is set to 6;
步骤202)、循环调用javascript中的setInterval函数6次,创建并启动6个网络地图请求队列处理线程;Step 202), circularly calling the setInterval function in javascript 6 times, creating and starting 6 network map request queue processing threads;
步骤203)、根据步骤200中设置的地图可视化窗口的高宽和单个地图图像的高宽计算每个地图显示级别下地图窗口内需要渲染的地图图像个数t,t=(1280/256+1)·(1024/256+1)=30;Step 203), according to the height and width of the map visualization window set in step 200 and the height and width of a single map image, calculate the number of map images t that need to be rendered in the map window under each map display level, t=(1280/256+1 )·(1024/256+1)=30;
步骤204)、利用Array类新建一个数组对象,创建网络地图请求队列;Step 204), utilizing the Array class to create an array object to create a network map request queue;
步骤205)、用户通过鼠标或键盘在浏览器中进行地图交互操作,每当地图显示范围发生变化时,循环创建新的需要显示的网络地图图像控件,生成html中的img对象,为了阻止其立即发送网络请求,先使用空白图像对其进行渲染;Step 205), the user interacts with the map in the browser through the mouse or keyboard, and whenever the map display range changes, a new network map image control to be displayed is created in a loop, and an img object in the html is generated, in order to prevent it from immediately Send a network request, first rendering it with a blank image;
步骤206)、设置各个网络地图图像的status属性为未加载(unload)状态;Step 206), setting the status attribute of each network map image is not loading (unload) state;
步骤207)、判断网络地图请求队列的长度是否小于30,如果是,则将网络地图请求加入到网络地图请求队列中;如果否,则进入步骤208);Step 207), judge whether the length of network map request queue is less than 30, if yes, then network map request is added in the network map request queue; If not, then enter step 208);
步骤208)、删除网络地图请求队列中的第一项,再将网络地图请求加入到网络地图请求队列的末尾;Step 208), delete the first item in the network map request queue, and then add the network map request to the end of the network map request queue;
步骤209)、6个网络地图请求队列处理线程分别循环计算网络地图请求队列中处于加载状态(即status属性为loading)的网络地图请求数(u),判断u是否小于6,如果是,则进入步骤210);如果否,则重复步骤209)重新计算u;Step 209), 6 network map request queue processing threads respectively recursively calculate the network map request number (u) in the loading state (that is, the status attribute is loading) in the network map request queue, and judge whether u is less than 6, and if so, enter Step 210); if not, repeat step 209) to recalculate u;
步骤210)、从网络地图请求队列中选择一个status属性为unload的网络地图请求;Step 210), selecting a status attribute from the network map request queue is a network map request of unload;
步骤211)、设置选择的网络地图请求的status属性为加载(loading)状态;Step 211), the status attribute of the network map request of setting selection is loading (loading) status;
步骤212)、发送网络地图图像请求;Step 212), sending a network map image request;
步骤213)、请求完成,设置网络地图图像的status属性为已加载(loaded)状态,并显示地图图像,当所有网络地图图像的status属性均为loaded时,网络地图请求处理结束。Step 213), the request is completed, the status attribute of the network map image is set to loaded (loaded), and the map image is displayed. When the status attribute of all network map images is loaded, the network map request processing ends.
在用户高频交互环境下,该实施例在步骤207和步骤208中会首先控制网络地图请求队列的数量,在高频操作地图时,旧的无效的网络地图请求会被自动剔除,保证网络地图请求队列中的请求数与当前需要显示的网络地图图像数量是一致的。另一方面,该实施例在步骤209和步骤210中会对网络地图请求的并发数进行控制,将其控制在浏览器的最大网络连接数之内,以避免向服务器发送过多的无效的网络地图图像请求,从而在高频交互环境下节约宝贵的带宽资源。在本实施例的高频交互应用场景中,若使用传统的网络地图请求方法,一共会发送(16-3+1)*30=420个网络地图图像请求,而采用本发明方法,可以只发送30个网络地图图像请求,从而实现高频交互环境下的网络地图请求的快速响应,尤其是在低带宽网络环境下,本发明提供的方法对于节约宝贵的带宽资源具有重要的意义。In the environment of high-frequency user interaction, this embodiment will first control the number of network map request queues in steps 207 and 208. When operating maps at high frequency, old invalid network map requests will be automatically eliminated to ensure that the network map The number of requests in the request queue is consistent with the number of network map images that need to be displayed currently. On the other hand, this embodiment will control the concurrent number of network map requests in steps 209 and 210, and control it within the maximum number of network connections of the browser, so as to avoid sending too many invalid network requests to the server. Map image requests, thus saving valuable bandwidth resources in high-frequency interactive environments. In the high-frequency interactive application scenario of this embodiment, if the traditional network map request method is used, a total of (16-3+1)*30=420 network map image requests will be sent, but with the method of the present invention, only 30 network map image requests, so as to realize the rapid response of the network map request in the high-frequency interactive environment, especially in the low-bandwidth network environment, the method provided by the present invention is of great significance for saving precious bandwidth resources.
应当理解的是,对本领域普通技术人员来说,可以根据上述说明加以改进或变换,而所有这些改进和变换都应属于本发明所附权利要求的保护范围。It should be understood that those skilled in the art can make improvements or changes based on the above description, and all these improvements and changes should fall within the protection scope of the appended claims of the present invention.
Claims (3)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510445959.0A CN105069058B (en) | 2015-07-24 | 2015-07-24 | Network map for high frequency interactive environment requests fast response method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510445959.0A CN105069058B (en) | 2015-07-24 | 2015-07-24 | Network map for high frequency interactive environment requests fast response method |
Publications (2)
Publication Number | Publication Date |
---|---|
CN105069058A true CN105069058A (en) | 2015-11-18 |
CN105069058B CN105069058B (en) | 2018-11-27 |
Family
ID=54498428
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201510445959.0A Expired - Fee Related CN105069058B (en) | 2015-07-24 | 2015-07-24 | Network map for high frequency interactive environment requests fast response method |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN105069058B (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110928944A (en) * | 2018-08-30 | 2020-03-27 | 阿里巴巴集团控股有限公司 | Data processing method and device |
CN113590410A (en) * | 2021-06-20 | 2021-11-02 | 济南浪潮数据技术有限公司 | Resource request method, system, device and medium |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1828586A (en) * | 2005-12-21 | 2006-09-06 | 泰为信息科技(上海)有限公司 | Computer electronic map formation and display method based on Flash technology |
CN103685309A (en) * | 2013-12-26 | 2014-03-26 | 中国科学院遥感与数字地球研究所 | Asynchronous request queue model oriented to map visualization tile service |
CN103700125A (en) * | 2013-12-30 | 2014-04-02 | 北京奇虎科技有限公司 | Electronic map controller and electronic map control method |
CN103699670A (en) * | 2013-12-30 | 2014-04-02 | 北京奇虎科技有限公司 | Processing device and method for E-map tile request queues |
-
2015
- 2015-07-24 CN CN201510445959.0A patent/CN105069058B/en not_active Expired - Fee Related
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1828586A (en) * | 2005-12-21 | 2006-09-06 | 泰为信息科技(上海)有限公司 | Computer electronic map formation and display method based on Flash technology |
CN103685309A (en) * | 2013-12-26 | 2014-03-26 | 中国科学院遥感与数字地球研究所 | Asynchronous request queue model oriented to map visualization tile service |
CN103700125A (en) * | 2013-12-30 | 2014-04-02 | 北京奇虎科技有限公司 | Electronic map controller and electronic map control method |
CN103699670A (en) * | 2013-12-30 | 2014-04-02 | 北京奇虎科技有限公司 | Processing device and method for E-map tile request queues |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110928944A (en) * | 2018-08-30 | 2020-03-27 | 阿里巴巴集团控股有限公司 | Data processing method and device |
CN110928944B (en) * | 2018-08-30 | 2024-04-02 | 阿里巴巴集团控股有限公司 | Data processing method and device |
CN113590410A (en) * | 2021-06-20 | 2021-11-02 | 济南浪潮数据技术有限公司 | Resource request method, system, device and medium |
CN113590410B (en) * | 2021-06-20 | 2023-12-22 | 济南浪潮数据技术有限公司 | Resource request method, system, equipment and medium |
Also Published As
Publication number | Publication date |
---|---|
CN105069058B (en) | 2018-11-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8446411B2 (en) | Adaptive image rendering and use of imposter | |
JP6185843B2 (en) | Adjust animation across multiple applications or processes | |
US10002115B1 (en) | Hybrid rendering of a web page | |
CN102684986B (en) | Method and system for displaying pictures at terminal | |
WO2016066147A2 (en) | Method and device for processing image | |
US20190080017A1 (en) | Method, system, and device that invokes a web engine | |
US10467790B2 (en) | On-demand image spriting | |
US9740791B1 (en) | Browser as a service | |
CN113450442B (en) | A hybrid rendering method for massive 3D scene data | |
CN113368492A (en) | Rendering method and device | |
CN108228816A (en) | A kind of loading method and device of waterfall flow graph piece | |
CN104601534A (en) | Method and system for processing CDN system images | |
CN106572139A (en) | Multi-terminal control method and system, terminal, and server | |
US9679075B1 (en) | Efficient delivery of animated image files | |
US9430808B2 (en) | Synchronization points for state information | |
US11475093B2 (en) | Method and apparatus for processing webpage, device, and storage medium | |
CN113626113B (en) | Page rendering method and device | |
CN105069058B (en) | Network map for high frequency interactive environment requests fast response method | |
CN109543127A (en) | A kind of page furbishing method, device, equipment and readable storage medium storing program for executing | |
CN103176993A (en) | Content presentation device and content presentation method | |
US10157588B2 (en) | Systems and methods for image optimization | |
US9536274B2 (en) | Drawing processor, drawing processing system, and drawing processing method | |
CN109144655B (en) | Method, device, system and medium for dynamically displaying image | |
CN113282852A (en) | Method and device for editing webpage | |
EP3460656B1 (en) | Method and apparatus for determining decoding task |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant | ||
TR01 | Transfer of patent right |
Effective date of registration: 20200723 Address after: 430074 Wuhan Road, Hongshan, Shandong Province, Lu Lu Road, No. 388, No. Patentee after: Wuhan in the big asset management Co.,Ltd. Address before: 430074 Wuhan Road, Hongshan, Shandong Province, Lu Lu Road, No. 388, No. Patentee before: CHINA University OF GEOSCIENCES (WUHAN CITY) |
|
TR01 | Transfer of patent right | ||
TR01 | Transfer of patent right |
Effective date of registration: 20210423 Address after: 274000, 500m north of East Sunan expressway, Liumin Road, industrial park, Helou office, Mudan District, Heze City, Shandong Province Patentee after: Shandong Zhongdi University Ecological Environment Research Institute Co.,Ltd. Address before: 430074 Wuhan Road, Hongshan, Shandong Province, Lu Lu Road, No. 388, No. Patentee before: Wuhan in the big asset management Co.,Ltd. |
|
TR01 | Transfer of patent right | ||
CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20181127 Termination date: 20210724 |
|
CF01 | Termination of patent right due to non-payment of annual fee |