CN102831182A - Web resource data real-time loading system and web resource data real-time loading method - Google Patents

Web resource data real-time loading system and web resource data real-time loading method Download PDF

Info

Publication number
CN102831182A
CN102831182A CN2012102715300A CN201210271530A CN102831182A CN 102831182 A CN102831182 A CN 102831182A CN 2012102715300 A CN2012102715300 A CN 2012102715300A CN 201210271530 A CN201210271530 A CN 201210271530A CN 102831182 A CN102831182 A CN 102831182A
Authority
CN
China
Prior art keywords
resource
data
file
application layer
explorer
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
CN2012102715300A
Other languages
Chinese (zh)
Inventor
朱希顺
石波涛
张春平
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Zeus Interactive Science & Technology Co Ltd
Original Assignee
Beijing Zeus Interactive Science & Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Zeus Interactive Science & Technology Co Ltd filed Critical Beijing Zeus Interactive Science & Technology Co Ltd
Priority to CN2012102715300A priority Critical patent/CN102831182A/en
Publication of CN102831182A publication Critical patent/CN102831182A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention relates to a web resource data real-time loading system and a web resource data real-time loading method. The web resource data real-time loading system comprises a server and a user side, wherein the user side comprises a resource cache, a resource manager and an application layer which are connected with one another; the resource manager receives resource requests issued by the application layer, and inputs the resource requests into the resource cache to find out corresponding resource data, and the resource data are returned to the application layer to be used; when the resource cache does not have the resource data, a default resource is generated in the resource manager, is returned to the application layer and is stored in the resource cache to occupy a position, and then loading requests are issued to the server; and when the resource data are loaded to the resource cache by the server, the resource data replace the default resource and are returned to the application layer to be used. Because the resource manager generates the default resource which can be simply operated by a user to be returned to the application layer after the application layer issues the resource requests to the resource manager and before the resource manager issues the loading requests to the server, anxiety of the user due to long-time waiting is placated.

Description

A kind of web page resources data in real time loading system and method
Technical field
The present invention relates to a kind of network data transmission field, be specifically related to a kind of web page resources data in real time loading system and method.
Background technology
Web game is claimed web recreation again, is a kind of application program of utilizing the browser on-line operation, because it need not to download huge user side, does not also have the not enough problem of machines configurations.And the closing and switch all extremely conveniently of this web game, the user can be whenever and wherever possible uses on any one computer that the online condition arranged, and therefore is widely used.
When opening web game; The user needs to establish a connection through browser and game server on computers; The scene of game with sound and light program of promptly playing to the game server request of loading, and to game server transmission game command, so that game role is controlled.In order to make the user have vivid game experiencing; The capacity of resource data that the user need to load before opening recreation is used to realize scene of game is usually up to hundreds of MB; Under the prerequisite that the network bandwidth is fixed; User's stand-by period is longer, and this recreation is destined to lose the user group so.Therefore, a web game big contradiction under development is exactly the user to the contradiction of the requirement of shortening the stand-by period and vivid game experiencing.
In order to solve this contradiction; Make the user in use can get into scene of game more apace; Existing web game loads has following dual mode: one, concentrate to load; The user all is loaded into all resource datas user's the computer from game server before logging in game, and the user gets into the recreation back except switching map, no longer carries out the load operation of resource data; Its advantage is that after all resource data was loaded into browser, recreation can respond user's operation fast, refreshes demonstration immediately; Its shortcoming is, because the loading of the whole resource datas of row when wanting before the logging in game, user's wait chronic causes the user to lack patience easily and run off.Two, sub-module loading is promptly divided module by function with resource data, by module packing compression, when loading, presses module loading again; Its advantage is, only needs to load the resource data of login module before the login, has reduced most resource heap(ed) capacity, has shortened user's stand-by period before the login; Its shortcoming is; When the load operation of resource data has been placed on module initialization; Logining the back the user needs to wait for for a long time equally; And if because the user during this period user side is carried out that processing ease occurs can not expected result, so the major applications program is the locking picture of forbidding that the user operates in the stand-by period, unfriendly to the user.
Summary of the invention
The present invention is directed to the deficiency of prior art, proposed need not wait for when a kind of log-on webpage is played,, reach the method for this system of realization the web page resources data in real time loading system that user's operation can be accomplished summary responses.
Technical scheme of the present invention is following:
A kind of web page resources data in real time loading system comprises server and user side, and it is characterized in that: said user side comprises interconnective caching resource, explorer and application layer; Said explorer receives the resource request that said application layer is sent, and in said caching resource, searches corresponding resource data according to said resource request, find said resource data after, said resource data returned in the said application layer uses; When not having said resource data in the said caching resource; Generate a default resource in the said explorer; Said default resource is returned said application layer, and said default resource is stored in occupy-place in the said caching resource, send load request to said server then; When said resource data is loaded in the said caching resource by said server, replace said default resource with said resource data, and said resource data returned in the said application layer use.
Said resource data comprises the image data that has the ARGB channel data.
Comprise in the said server and be used for image compression processor that said image data is compressed; In said image compression processor, said image data pursued the scanning of pixel; The alpha channel data of each pixel is separated, and the alpha channel data of all pixels is merged into alpha passage file; The RGB channel data of all pixels carries out lossy compression method, generates the RGB compressed file; Said alpha passage file and said RGB compressed file merge in the intermediate file; Said intermediate file is carried out lossless compress, generate packed data.
Said intermediate file content comprises: picture width, sum of all pixels, alpha passage file, RGB compressed file.
Said packed data is imported in the said caching resource and is decompressed, and generates said resource data.
In the said explorer said load request is carried out priority and divides, said load request in load queue according to the rank order of priority.
In the said explorer counter is set, counting+1 of said counter when said application layer is sent the first resource request; When said application layer is sent once the request of destruction, whether counting of counter-1 and the counting of judging this hour counter>0; When counting was 0, said explorer indicated said caching resource to destroy resource data.
A kind of loading method of realizing web page resources data in real time loading system, its step comprises:
1) at user side interconnective caching resource, explorer and application layer are set, said explorer receives the resource request that said application layer is sent, and said resource request is imported the resource data of searching correspondence in the said caching resource;
2) if preserved said resource data in the said caching resource, then said resource data is returned in the said application layer and use;
3) if do not preserve said resource data in the said caching resource, in said explorer, generate a default resource, said default resource is returned said application layer, and said default resource is stored in occupy-place in the said caching resource;
4) said explorer sends load request to server;
5) said resource data is loaded into the said caching resource from said server, replaces said default resource with said resource data, and said resource data is returned in the said application layer use.
Said resource data comprises the image data that has the ARGB channel data.
Said image data compresses in said server, and said compression step comprises:
A) said image data is pursued the scanning of pixel, the alpha channel data of each pixel is separated;
B) the alpha channel data of all pixels is merged into alpha passage file;
C) the RGB channel data of all pixels carries out lossy compression method, generates the RGB compressed file;
D) said alpha passage file and said RGB compressed file merge in the intermediate file; Said intermediate file is carried out lossless compress, generate packed data.
Said packed data decompresses in said caching resource, obtains resource data, and the step of said decompression comprises:
A) said packed data decompression is obtained said intermediate file;
B) in said intermediate file, read said picture width and said sum of all pixels, picture height=sum of all pixels/picture width;
C) in said caching resource, create a blank picture according to said picture height and said picture width;
D) read said alpha passage file and said RGB compressed file, said RGB compressed file is decompressed, generate RGB passage file;
E) the RGB channel data in alpha channel data in the said alpha passage file and the said RGB passage file is merged into pixel value, said pixel value is inserted in the said blank picture, be reduced into said image data.
In the said explorer said load request is carried out priority and divides, said load request in load queue according to the rank order of priority.
In the said explorer counter is set, counting+1 of said counter when said application layer is sent the first resource request; When said application layer is sent once the request of destruction, whether counting of counter-1 and the counting of judging this hour counter>0; When counting was 0, said explorer indicated said caching resource to destroy resource data.
Technique effect of the present invention is following:
A kind of web page resources data in real time loading system of the present invention and method comprise server and user side, and wherein user side comprises interconnective caching resource, explorer and application layer; Explorer receives the resource request that application layer is sent, and resource request is imported the resource data of searching correspondence in the caching resource, resource data is returned in the application layer use; When not having resource data in the said caching resource, generate a default resource in the explorer, default resource is returned application layer, and default resource is stored in occupy-place in the caching resource, send load request to server then; When resource data is loaded in the caching resource by server, replace default resource with resource data, and resource data returned in the application layer use.Since application layer after explorer sends resource request, explorer is in this time period before server sends load request; The default resource that user of explorer generation can carry out simple operations returns to application layer; To pacify the impatience that the user produces because of wait as long for; The user still rested on the website of web game, avoided because wait for chronic, and cause the user for want of patient and run off.
For the image data that has the ARGB channel data that is difficult to compressibility in the resource data; The present invention separates into alpha passage file and the RGB channel data that comprises the alpha channel data through the alpha channel data with each pixel, and the RGB channel data is being carried out primary lossy compression method; Afterwards alpha channel data and RGB compressed file are merged in the intermediate file, again this intermediate file is carried out secondary lossless compress.Through after above-mentioned twice compression, preserved in the packed data through lossless compress, complete alpha passage file with through lossy compression method, RGB compressed file that compressibility is lower.Thereby both alpha channel datas of the picture file of leave strip ARGB channel data can increase the compressibility of picture file again, and in addition, this compression method can also be used for picture file is encrypted.
Owing to after the compression alpha channel data and RGB compressed file are being merged in the intermediate file for the first time,, also can avoid two files in loading, to put upside down the risk that the loading that causes is failed because of sequencing except the complicacy of the exploitation of can simplifying procedures.Further, if alpha channel data and RGB compressed file are divided into two files preservations, these two unique files can comprise file header information separately so, increase file size.And be tape file header not when alpha channel data and RGB compressed file deposited into a binary file, storage be exactly Pixel Information, and the volume of a file and ratio of compression are higher.
Description of drawings
Fig. 1 is a web page resources data in real time loading system structural representation of the present invention
Fig. 2 is the schematic flow sheet that in the picture compression processor of the present invention resource data is carried out second-compressed
Fig. 3 is the schematic flow sheet of the priority management of load request in the explorer of the present invention
Fig. 4 is the schematic flow sheet of resource management in the explorer of the present invention
Embodiment
The present invention will be described below in conjunction with accompanying drawing.
In the following description, describing some details is that the technician of computer realm provides and wholely understands of the present invention.In an embodiment, show the element of realizing concrete function with the form of synoptic diagram or block diagram, so that outstanding technological emphasis, and can aspect unnecessary details, not blur the present invention.Such as; Owing to contained about details disclosed in this areas such as network service, electromagnetic signal instruction technique, user interface or I/O technology, common-sense in those of ordinary skills' the understanding scope; Thereby omitted above-mentioned ins and outs in an embodiment to the full extent, and do not think that these details are to obtain the necessary characteristic of complete skill scheme of the present invention.
Understanding scope like those of ordinary skills can be known; Embodiment of the present invention can be system, method or computer program; Therefore; The present invention can take the form of complete hardware embodiment, complete software implementation example (comprising computer firmware, resident software, microcode etc.), combination thereof embodiment, and the form of the foregoing description can be summarised as " module " or " system " respectively.The present invention can adopt one or more computing machines can use or any combination of computer-readable medium, wherein computing machine can with or computer-readable medium can be based on electronics, magnetic, light, electromagnetism, infrared or semi-conductive system, device, equipment or propagation medium or the like.
As shown in Figure 1; With the web game is example; A kind of web page resources data in real time loading system of the present invention comprises game server 1, user side 2; Wherein mainly comprise processor 11, game database 12 and picture compression processor 13 in the game server 1, user side 2 mainly comprises caching resource 21, explorer 22 and application layer 23.Wherein, Processor 11 is used for receiving the load request from the resource data of the explorer 22 of user side 2; And the corresponding game information of the account that reads user side 2, processor 11 is searched the resource data of correspondence in game database 12 according to load request and game information.Game database 12 is used to store the resource data of whole web game, comprises configuration information such as role's scenario A I in image data, the recreation, and game database 12 is imported resource data in the picture compression processor 13 and compressed.Picture compression processor 13 can carry out second-compressed to resource data, obtains the higher packed data of compressibility.Picture compression processor 13 decompresses the caching resource 21 that this packed data returns user side 2 as the rreturn value of load request, is reduced into resource data.
As shown in Figure 2, in the resource data that user side 2 loads, image data is made up of the pixel that has the ARGB channel data at game server 1, and each pixel all is an ARGB (alpha, red, green, blue) look.The span of pixel value can be divided into alpha passage, red passage, green passage, blue passage from 0x00000000 to 0xFFFFFFFF, wherein the alpha passage is a transparent channel, and the span of each passage is 0-255.In picture compression processor 13, the step of second-compressed is following:
1) at first from game database 12, reads resource data, only keep image data then, filter out alternative document, like configuration informations such as role's scenario A I in the recreation;
2) image data is carried out the scanning of individual element, the alpha channel data of each pixel is separated from the ARGB channel data, the alpha channel data of all pixels is merged into alpha passage file;
The RGB channel data that 3) will be left all pixels is merged into RGB passage file, and adopts Huffman encoding that this RGB passage file is carried out lossy compression method, generates the RGB compressed file, and the picture quality of RGB compressed file can be adjusted according to demand;
4) with step 2) in RGB compressed file in isolated alpha passage file and the step 3) merge in the intermediate file with binary form; The content of this intermediate file comprises: the picture width is 4 bytes; Sum of all pixels is 4 bytes; Alpha passage file, the RGB compressed file;
5) intermediate file after will merging adopts the deflate algorithm to carry out lossless compress once more, generates the packed data of image data.
Before user side 2 transmits, need the compressed file that the packed data and the corresponding alternative document of image data are merged into resource data is transmitted.Be matched with the second-compressed in the picture compression processor 13, the packed data to image data in the caching resource 21 of user side 2 decompresses:
A) use the decompression of deflate algorithm to obtain the intermediate file of forming by binary data to packed data;
B) in intermediate file, read the picture width of 4 bytes and the sum of all pixels of 4 bytes, wherein picture height=sum of all pixels/picture width;
C) in caching resource 21, create a blank picture according to picture height and picture width;
D) calculate the length of the alpha passage file of forming by the alpha channel data of all pixels according to sum of all pixels, read the data of respective length again; Remaining data are the RGB compressed file through lossy compression method, use this RGB compressed file of Huffman encoding decoding, generate RGB passage file;
E) RGB channel data corresponding in alpha channel data in the alpha passage file and the RGB passage file is merged into pixel value; Each pixel value is inserted in the blank picture that step c) created according to sequencing; Be reduced into image data, image data and alternative document are merged into resource data.
Caching resource 21 in the user side 2 is used under the management of explorer 22; Preserve or delete some resource request corresponding default resource and resource data; Wherein but default resource can generate the interface of user's simple operations on application layer 23, to guarantee the continuity of user's operation.In the present embodiment; Default resource can be a pictures that loads in advance; Also can be the picture of being drawn out by program code, its effect be when requested resource has to load, not show as the acquiescence picture, makes the user be unlikely to can't operate the interface.When after the pairing packed data of resource request decompresses, obtaining resource data in caching resource 21, resource data is replaced default resource store, and this resource data returned in the application layer 23 show.Explorer 22 is used to receive the resource request of application layer 23, the start-up loading process, and wherein loading procedure comprises: in caching resource 21, search the corresponding resource data of this resource request; If there is not resource data in the caching resource 21; Then return a default resource to application layer 23 according to the picture size of resource request; Simultaneously this default resource is stored in occupy-place in the caching resource 21, the processor 11 to game server 1 sends load request then; After resource data successfully is loaded in the caching resource 21, with the default resource before the resource data replacement, upgrade the quoting resource of resource data simultaneously, be used to respond the resource request of next time about the same asset data.Application layer 23 is used for carrying out alternately with the user, and the interface that resource data generates is showed that to the user user selects corresponding application on the interface, converts resource request to through application layer 23 and sends to explorer 22.
When the user through application layer 23 when explorer 22 sends a plurality of load request at short notice; Under network bandwidth condition of limited; Between a plurality of load request, clash, the present invention carries out priority to load request and divides in explorer 22.After even the load request time of sending that priority is high leans on, also can first start-up loading process, for example the priority at recreation the inside user's moulding, map is high, and the priority of other special efficacy is low, does not influence user's operation like this.As shown in Figure 3; When a new load request is sent, judge the load request that whether has in the load queue formerly, if load request has formerly been arranged in the load queue; Then judge the priority of all load request; If new load request priority is high, the front of then directly inserting load queue, otherwise be put into the relevant position of load queue according to priority; If there is not load request formerly, then directly new load request is inserted the front of load queue; Explorer 22 sends load request according to the sequencing of load queue to processor 11.
In order effectively to utilize limited storage resources, carry out the reference count management through the resource data in explorer 22 caching resources 21, the resource that deletion is not quoted for a long time is to discharge storage space.As shown in Figure 4; The reference count management is that a counter is set in explorer 22; The number of times of quoting to resource data is counted, and when accomplishing that the corresponding resource data of resource request loads for the first time, the default resource in the internal memory is updated to the resource data after the loading.When resource request or when destroying request, the counting of refresh counter promptly whenever sends the first resource request afterwards, and quoting resource is also returned in the counting of counter+1; Whenever send once the request of destruction, whether counting of counter-1 and the counting of judging this hour counter>0; When counting is 0, destroy the resource data in the caching resource 21.
Should be pointed out that the above embodiment can make those skilled in the art more fully understand the invention, but do not limit the present invention in any way creation.Therefore; Although this instructions has carried out detailed explanation with reference to accompanying drawing and embodiment to the invention,, those skilled in the art are to be understood that; Still can make amendment or be equal to replacement the invention; In a word, all do not break away from the technical scheme and the improvement thereof of the spirit and the scope of the invention, and it all should be encompassed in the middle of the protection domain of the invention patent.

Claims (14)

1. a web page resources data in real time loading system comprises server and user side, and it is characterized in that: said user side comprises interconnective caching resource, explorer and application layer; Said explorer receives the resource request that said application layer is sent, and in said caching resource, searches corresponding resource data according to said resource request, find said resource data after, said resource data returned in the said application layer uses; When not having said resource data in the said caching resource; Generate a default resource in the said explorer; Said default resource is returned said application layer, and said default resource is stored in occupy-place in the said caching resource, send load request to said server then; When said resource data is loaded in the said caching resource by said server, replace said default resource with said resource data, and said resource data returned in the said application layer use.
2. a kind of web page resources data in real time loading system as claimed in claim 1, it is characterized in that: said resource data comprises the image data that has the ARGB channel data.
3. a kind of web page resources data in real time loading system as claimed in claim 2; It is characterized in that: comprise in the said server being used for image compression processor that said image data is compressed; In said image compression processor, said image data pursued the scanning of pixel; The alpha channel data of each pixel is separated, and the alpha channel data of all pixels is merged into alpha passage file; The RGB channel data of all pixels carries out lossy compression method, generates the RGB compressed file; Said alpha passage file and said RGB compressed file merge in the intermediate file; Said intermediate file is carried out lossless compress, generate packed data.
4. a kind of web page resources data in real time loading system as claimed in claim 3, it is characterized in that: said intermediate file content comprises: picture width, sum of all pixels, alpha passage file, RGB compressed file.
5. like claim 3 or 4 described a kind of web page resources data in real time loading systems, it is characterized in that: said packed data is imported in the said caching resource and is decompressed, and generates said resource data.
6. like claim 1 or 2 or 3 or 4 described a kind of web page resources data in real time loading systems; It is characterized in that: in the said explorer said load request is carried out priority and divides, said load request in load queue according to the rank order of priority.
7. like claim 1 or 2 or 3 or 4 or 6 described a kind of web page resources data in real time loading systems, it is characterized in that: in the said explorer counter is set, counting+1 of said counter when said application layer is sent the first resource request; When said application layer is sent once the request of destruction, whether counting of counter-1 and the counting of judging this hour counter>0; When counting was 0, said explorer indicated said caching resource to destroy resource data.
8. the loading method of realization such as the described web page resources data in real time of claim 1~7 loading system, its step comprises:
1) at user side interconnective caching resource, explorer and application layer are set, said explorer receives the resource request that said application layer is sent, and said resource request is imported the resource data of searching correspondence in the said caching resource;
2) if preserved said resource data in the said caching resource, then said resource data is returned in the said application layer and use;
3) if do not preserve said resource data in the said caching resource, in said explorer, generate a default resource, said default resource is returned said application layer, and said default resource is stored in occupy-place in the said caching resource;
4) said explorer sends load request to server;
5) said resource data is loaded into the said caching resource from said server, replaces said default resource with said resource data, and said resource data is returned in the said application layer use.
9. a kind of web page resources data in real time loading method as claimed in claim 8, it is characterized in that: said resource data comprises the image data that has the ARGB channel data.
10. a kind of web page resources data in real time loading method as claimed in claim 9, it is characterized in that: said image data compresses in said server, and said compression step comprises:
A) said image data is pursued the scanning of pixel, the alpha channel data of each pixel is separated;
B) the alpha channel data of all pixels is merged into alpha passage file;
C) the RGB channel data of all pixels carries out lossy compression method, generates the RGB compressed file;
D) said alpha passage file and said RGB compressed file merge in the intermediate file; Said intermediate file is carried out lossless compress, generate packed data.
11. a kind of web page resources data in real time loading method as claimed in claim 10, it is characterized in that: said intermediate file comprises: picture width, sum of all pixels, alpha passage file, RGB compressed file.
12. a kind of web page resources data in real time loading method as claimed in claim 11, it is characterized in that: said packed data decompresses in said caching resource, obtains resource data, and the step of said decompression comprises:
A) said packed data decompression is obtained said intermediate file;
B) in said intermediate file, read said picture width and said sum of all pixels, picture height=sum of all pixels/picture width;
C) in said caching resource, create a blank picture according to said picture height and said picture width;
D) read said alpha passage file and said RGB compressed file, said RGB compressed file is decompressed, generate RGB passage file;
E) the RGB channel data in alpha channel data in the said alpha passage file and the said RGB passage file is merged into pixel value, said pixel value is inserted in the said blank picture, be reduced into said image data.
13. like the described a kind of web page resources data in real time loading method of one of claim 8~12; It is characterized in that: in the said explorer said load request is carried out priority and divides, said load request in load queue according to the rank order of priority.
14. like the described a kind of web page resources data in real time loading method of one of claim 8~12, it is characterized in that: in the said explorer counter is set, counting+1 of said counter when said application layer is sent the first resource request; When said application layer is sent once the request of destruction, whether counting of counter-1 and the counting of judging this hour counter>0; When counting was 0, said explorer indicated said caching resource to destroy resource data.
CN2012102715300A 2012-07-31 2012-07-31 Web resource data real-time loading system and web resource data real-time loading method Pending CN102831182A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2012102715300A CN102831182A (en) 2012-07-31 2012-07-31 Web resource data real-time loading system and web resource data real-time loading method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2012102715300A CN102831182A (en) 2012-07-31 2012-07-31 Web resource data real-time loading system and web resource data real-time loading method

Publications (1)

Publication Number Publication Date
CN102831182A true CN102831182A (en) 2012-12-19

Family

ID=47334319

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2012102715300A Pending CN102831182A (en) 2012-07-31 2012-07-31 Web resource data real-time loading system and web resource data real-time loading method

Country Status (1)

Country Link
CN (1) CN102831182A (en)

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103150192A (en) * 2013-04-02 2013-06-12 网易(杭州)网络有限公司 Method and device for copy loading based on network game
CN103200177A (en) * 2013-02-27 2013-07-10 深圳第七大道网络技术有限公司 Animated show method of game special effects
CN103269353A (en) * 2013-04-19 2013-08-28 网宿科技股份有限公司 Web cache and return optimization method and Web cache system
CN103491171A (en) * 2013-09-24 2014-01-01 成都金山数字娱乐科技有限公司 Network resource asynchronous loading method and device
CN103729558A (en) * 2013-12-26 2014-04-16 北京像素软件科技股份有限公司 Scene change method
CN104065637A (en) * 2013-07-10 2014-09-24 腾讯科技(深圳)有限公司 Web-game running method and device
CN104104645A (en) * 2013-04-01 2014-10-15 北京畅游天下网络技术有限公司 Cross-platform resource management method and system
CN105335442A (en) * 2014-08-13 2016-02-17 优视科技有限公司 Picture memory processing method and apparatus
CN105912593A (en) * 2016-04-01 2016-08-31 乐视控股(北京)有限公司 Method and device for obtaining information related to pictures, mobile terminal and server
CN105979282A (en) * 2016-06-02 2016-09-28 腾讯科技(深圳)有限公司 Animation frame processing method, animation frame processing server, terminal and system
CN107528718A (en) * 2016-08-16 2017-12-29 腾讯科技(深圳)有限公司 Obtain the methods, devices and systems of resource
US9923988B2 (en) 2013-07-10 2018-03-20 Tencent Technology (Shenzhen) Company Limited Systems and methods for browser-based games
CN109120687A (en) * 2018-08-09 2019-01-01 深圳市腾讯网络信息技术有限公司 Data packet sending method, device, system, equipment and storage medium
CN109783746A (en) * 2018-12-14 2019-05-21 平安科技(深圳)有限公司 Web page picture loading method and terminal device
CN110113615A (en) * 2018-02-01 2019-08-09 腾讯科技(深圳)有限公司 Image encoding method, device, calculates equipment and storage medium at coding/decoding method
CN110413911A (en) * 2018-04-26 2019-11-05 腾讯科技(深圳)有限公司 Network picture loading method, device, terminal device and computer readable storage medium
CN111346372A (en) * 2020-03-08 2020-06-30 北京智明星通科技股份有限公司 Game login loading method and device based on data backup and server
CN114100117A (en) * 2021-11-30 2022-03-01 腾讯科技(深圳)有限公司 Game loading method and device, computer equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020126909A1 (en) * 1998-09-21 2002-09-12 Fuji Photo Film Co., Ltd. Image encoding device, image encoding method, recording medium for recording image encoding procedure, and recording medium which records image file
CN1764189A (en) * 2004-09-29 2006-04-26 国际商业机器公司 Method and system for providing content over a network
CN101826137A (en) * 2010-04-14 2010-09-08 四川真视信息技术有限公司 Dynamic scene restoration system based on webpages
CN102289829A (en) * 2011-07-12 2011-12-21 北京朗玛数联科技有限公司 Method and device for storing and restoring image and system for processing image

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020126909A1 (en) * 1998-09-21 2002-09-12 Fuji Photo Film Co., Ltd. Image encoding device, image encoding method, recording medium for recording image encoding procedure, and recording medium which records image file
CN1764189A (en) * 2004-09-29 2006-04-26 国际商业机器公司 Method and system for providing content over a network
CN101826137A (en) * 2010-04-14 2010-09-08 四川真视信息技术有限公司 Dynamic scene restoration system based on webpages
CN102289829A (en) * 2011-07-12 2011-12-21 北京朗玛数联科技有限公司 Method and device for storing and restoring image and system for processing image

Cited By (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103200177A (en) * 2013-02-27 2013-07-10 深圳第七大道网络技术有限公司 Animated show method of game special effects
CN103200177B (en) * 2013-02-27 2016-02-17 深圳第七大道网络技术有限公司 A kind of game special animated show method
CN104104645B (en) * 2013-04-01 2017-08-25 北京畅游天下网络技术有限公司 A kind of cross-platform method for managing resource and system
CN104104645A (en) * 2013-04-01 2014-10-15 北京畅游天下网络技术有限公司 Cross-platform resource management method and system
CN103150192A (en) * 2013-04-02 2013-06-12 网易(杭州)网络有限公司 Method and device for copy loading based on network game
CN103269353A (en) * 2013-04-19 2013-08-28 网宿科技股份有限公司 Web cache and return optimization method and Web cache system
CN103269353B (en) * 2013-04-19 2016-11-02 网宿科技股份有限公司 Web caches back source optimization method and Web caching system
CN104065637B (en) * 2013-07-10 2015-07-01 腾讯科技(深圳)有限公司 Web-game running method and device
CN104065637A (en) * 2013-07-10 2014-09-24 腾讯科技(深圳)有限公司 Web-game running method and device
US10284675B2 (en) 2013-07-10 2019-05-07 Tencent Technology (Shenzhen) Company Limited Systems and methods for browser-based games
US9923988B2 (en) 2013-07-10 2018-03-20 Tencent Technology (Shenzhen) Company Limited Systems and methods for browser-based games
CN103491171A (en) * 2013-09-24 2014-01-01 成都金山数字娱乐科技有限公司 Network resource asynchronous loading method and device
CN103729558A (en) * 2013-12-26 2014-04-16 北京像素软件科技股份有限公司 Scene change method
WO2016023402A1 (en) * 2014-08-13 2016-02-18 优视科技有限公司 Method and device for processing a picture memory
CN105335442A (en) * 2014-08-13 2016-02-17 优视科技有限公司 Picture memory processing method and apparatus
CN105912593A (en) * 2016-04-01 2016-08-31 乐视控股(北京)有限公司 Method and device for obtaining information related to pictures, mobile terminal and server
CN105979282A (en) * 2016-06-02 2016-09-28 腾讯科技(深圳)有限公司 Animation frame processing method, animation frame processing server, terminal and system
CN105979282B (en) * 2016-06-02 2019-08-06 腾讯科技(深圳)有限公司 A kind of animation frame processing method, server, terminal and system
CN107528718A (en) * 2016-08-16 2017-12-29 腾讯科技(深圳)有限公司 Obtain the methods, devices and systems of resource
CN107528718B (en) * 2016-08-16 2020-03-03 腾讯科技(深圳)有限公司 Method, device and system for acquiring resources
CN110113615A (en) * 2018-02-01 2019-08-09 腾讯科技(深圳)有限公司 Image encoding method, device, calculates equipment and storage medium at coding/decoding method
CN110413911A (en) * 2018-04-26 2019-11-05 腾讯科技(深圳)有限公司 Network picture loading method, device, terminal device and computer readable storage medium
CN110413911B (en) * 2018-04-26 2023-08-11 腾讯科技(深圳)有限公司 Network picture loading method and device, terminal equipment and storage medium
CN109120687A (en) * 2018-08-09 2019-01-01 深圳市腾讯网络信息技术有限公司 Data packet sending method, device, system, equipment and storage medium
CN109783746A (en) * 2018-12-14 2019-05-21 平安科技(深圳)有限公司 Web page picture loading method and terminal device
CN111346372A (en) * 2020-03-08 2020-06-30 北京智明星通科技股份有限公司 Game login loading method and device based on data backup and server
CN114100117A (en) * 2021-11-30 2022-03-01 腾讯科技(深圳)有限公司 Game loading method and device, computer equipment and storage medium
CN114100117B (en) * 2021-11-30 2023-07-25 腾讯科技(深圳)有限公司 Game loading method, game loading device, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
CN102831182A (en) Web resource data real-time loading system and web resource data real-time loading method
US9426476B2 (en) Video stream
CN106776677B (en) File conversion method, device and file transmission system
US10298970B2 (en) Image transmission method and apparatus
CN102821279A (en) Picture compression method keeping with alpha channel
US10652591B2 (en) System for cloud streaming service, method for same using still-image compression technique and apparatus therefor
US8620096B2 (en) Virtualization server for presentation virtualization and image data encoding method
CN109040786B (en) Camera data transmission method, device and system and storage medium
CN108886633B (en) Image receiving and reproducing method and device, and image generating and transmitting method and device
US11893963B2 (en) Wireless programmable media processing system
GB2556262A (en) Management of memory for storing display data
US11483561B2 (en) Transform method in picture block encoding, inverse transform method in picture block decoding, and apparatus
CN105550246A (en) System and method for loading network picture under Android platform
US10462200B2 (en) System for cloud streaming service, method for still image-based cloud streaming service and apparatus therefor
CN203260032U (en) Webpage resource data real-time loading system
CN113839998A (en) Image data transmission method, device, equipment, storage medium and program product
KR20180102605A (en) Image drawing methods, associated devices and systems
US20160358590A1 (en) System on Chip Devices and Operating Methods Thereof
CN107318021B (en) Data processing method and system for remote display
CN105610979B (en) Network resource transmission system and method based on virtualization technology
CN115190352A (en) Video data storage method and device, computer readable storage medium and electronic equipment
CN107318020B (en) Data processing method and system for remote display
KR102313530B1 (en) System for cloud streaming service, method of image cloud streaming service using split screen and apparatus for the same
KR20190130959A (en) Method for rapid reference object storage format for chroma subsampled images
US11557018B2 (en) Image processing apparatus and computer-readable recording medium storing screen transfer program

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20121219