CN105282238A - Resource management method - Google Patents

Resource management method Download PDF

Info

Publication number
CN105282238A
CN105282238A CN201510591390.9A CN201510591390A CN105282238A CN 105282238 A CN105282238 A CN 105282238A CN 201510591390 A CN201510591390 A CN 201510591390A CN 105282238 A CN105282238 A CN 105282238A
Authority
CN
China
Prior art keywords
resource
bag
resource bag
module
packing
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
Application number
CN201510591390.9A
Other languages
Chinese (zh)
Other versions
CN105282238B (en
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.)
Shenzhen Ipanel TV Inc
Original Assignee
Shenzhen Ipanel TV Inc
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 Shenzhen Ipanel TV Inc filed Critical Shenzhen Ipanel TV Inc
Priority to CN201510591390.9A priority Critical patent/CN105282238B/en
Publication of CN105282238A publication Critical patent/CN105282238A/en
Application granted granted Critical
Publication of CN105282238B publication Critical patent/CN105282238B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a resource management method. A resource package use module sends a resource access request to a resource package download module; the resource package download module determines whether a corresponding resource package exists, if yes, the corresponding resource package is transmitted to the resource package use module; if no, the resource package download module is connected with a server, a corresponding resource package is downloaded and is transmitted to the resource package use module; the resource package use module parses the resource package and extracts the file information in the resource package; the resource package download module is connected with the server and pre-downloads the adjacent resource package; and the resource package download module deletes the resource packages that are not needed and releases the memory space. The time expenditure for each resource requiring one connection is saved, data is directly loaded from the pre-download resource package, the connection with the server is prevented, the system response time is accelerated, the user experience is enhanced, and the risk for complete consumption of the memory space of a client end can be prevented.

Description

A kind of method for managing resource
Technical field
The present invention relates to computer communication technology field, refer to a kind of microwave oven especially.
Background technology
Browser and server define the framework of BS, and in base, B refers to browser, and S refers to server.Essence is that the one of client and server CS framework is special.Wherein C refers to client, and S refers to server.
HTTP is a kind of HTML (Hypertext Markup Language) realized based on TCP/IP.Browser rely on http protocol and server end mutual.General process is that browser sends HTTP request, and server returns the resource of browse request.Resource comprises the page (html file), script (JS file), CSS (CSS file) and picture (BMP, GIF, JPG, PNG file).All resources are all sent request by http protocol.
Existing resource downloading, employing is the corresponding connection of each resource.Establishment of connection and destruction, occupy the valuable time.When the page needs to quote compared with multiple resource, the time of accumulation, Consumer's Experience can be caused bad.
Summary of the invention
The present invention proposes a kind of method for managing resource, solves the resource downloading time loss time in prior art long, the problem of poor user experience.
Technical scheme of the present invention is achieved in that
A kind of method for managing resource, comprises client and server end, and client is provided with resource bag download module and resource bag uses module, comprises the following steps:
(1) resource bag uses module to send resource access request to resource bag download module;
(2) resource bag download module judges whether there is the corresponding resource bag of resource access request, is if so, then sent to by corresponding resource bag resource bag to use module; Otherwise, enter step (3);
(3) resource bag download module is according to resource access request connection server, downloads corresponding resource bag and sends to resource bag to use module;
(4) resource bag uses module resolving resource bag, and extracts the fileinfo in resource bag;
(5) resource bag download module is that resource bag arranges identifier, and connection server, the resource bag that downloaded resources bag is adjacent;
(6) unwanted resource bag is deleted according to algorithm by resource bag download module, and discharges the memory headroom that this resource bag takies.
Further, in step (3), server carries out packing to http resource in advance and obtains corresponding resource bag.
Further, resource packaging method comprises the following steps:
A () creates listed files, listed files is for providing the routing information of packing resource;
B () traversal listed files, obtains packing resource, adds up the quantity of packing resource, title, data length and data content;
C the quantity of packing resource is recorded in the resource packet header of resource bag by (), and the title of packing resource and data length are recorded in the resource information district of resource bag, the data content of packing resource is replicated in the resource content district of resource bag;
D () encapsulates according to the order in resource packet header, resource information district, resource content district.Further, resource packet header also comprises ident value, the first retention, version number, file generated time, the second retention and fixed value;
It is packed by above-mentioned resource packaging method to generate that ident value is used for identifying resource bag;
First retention and the second retention all expand for edition upgrading or form;
Fixed value is used for identifying resource packet header and terminates.
Resource information district also comprises data offset and check value.
Further, in step (4), resource bag uses module resolving resource bag specifically to comprise the following steps:
(401) Gains resources packet header, obtains the quantity of packing resource;
(402) travel through the title of all packing resources in resource information district, data length, data offset and check value, and extract corresponding data content in resource content district.
Further, server adopts Pagination Display pattern, and the resource that each paging comprises is packed.Further, pageindex parameter is comprised in the URL(uniform resource locator) of resource.
Further, resource bag download module is provided with resource bag managing listings, and resource bag managing listings comprises identifier, download time, download state, access times, last service time and using state.
Beneficial effect of the present invention is:
(1) all resource files are packed by server by utilizing resource packaging method, the resource that client-requested is accessed all is sent to client, save download time, and resource information and resource data are opened respectively, be conducive to the operation that client accelerates file reading information.
(2) client is provided with resource bag download module, can download relevant resource bag in advance, better user experience.
(3) resource bag download module can manage and delete useless resource bag, releasing memory space, avoids the risk that system space has been consumed, and meanwhile, ensure that the surfing of related resource bag.
Accompanying drawing explanation
In order to be illustrated more clearly in the embodiment of the present invention or technical scheme of the prior art, be briefly described to the accompanying drawing used required in embodiment or description of the prior art below, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to these accompanying drawings.
Fig. 1 is the flow chart of a kind of method for managing resource of the present invention.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, be clearly and completely described the technical scheme in the embodiment of the present invention, obviously, described embodiment is only the present invention's part embodiment, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making the every other embodiment obtained under creative work prerequisite, belong to the scope of protection of the invention.
As shown in Figure 1, the present invention proposes a kind of method for managing resource, comprise client and server end, client can be mobile phone or panel computer or computer, carry out being connected and transfer of data to server by 3G or 4G or Ethernet, in addition, client is provided with resource bag download module and resource bag uses module, resource bag download module is the accompanying software module that browser increases newly, existing client browser sends request directly to server, in the present embodiment, client browser is by resource bag download module connection server.
The present invention is based on a kind of resource packaging method, carry out the functions such as the download of resource bag, resource bag pre-download and the deletion of resource bag.
First, server coping resources is packed, and the resource of indication can be web page resources herein, and web page resources comprises picture, word, voice, hyperlink and video etc.In the present embodiment, resource of need packing is picture and voice.
Resource packaging method comprises the following steps:
A () creates listed files, listed files is for providing the routing information of packing resource; Packing resource refers to all routing informations needing picture or the voice of packing, the picture included by web page resources of namely client-requested access and voice; The listed files comprising packing resource path information can be created in working directory (i.e. presents strapping tool place work at present catalogue) packed by current file, in other catalogues also can packed outside working directory at current file, create the listed files comprising packing resource path information.Server creates fileinfo list, the relevant information of all packing resources stored in the server is arranged in fileinfo list, fileinfo list comprises sequence number, title, data length, data content, storage location and routing information, wherein, data length refers to the storage area of packing shared by resource, and unit is BYTE.
(b) traversal listed files, server can contrast according to the title of all packing resources in listed files and fileinfo list, obtains packing resource, adds up the quantity of packing resource, title, data length and data content;
C the quantity of packing resource is recorded in the resource packet header of resource bag by (), and the title of packing resource and data length are recorded in the resource information district of resource bag, the data content of packing resource is replicated in the resource content district of resource bag; Draw an analogy, packing resource is compared to one section of article, and this step is equivalent to the summary of article and text to separate, and only need check summary, can confirm the content of all texts, easy-to-look-up confirmation.
D () encapsulates according to the order in resource packet header, resource information district, resource content district.The form of encapsulation is as shown in the table:
In table, resource information 1, resource information 2, resource information 3 and resource information N are resource information district, represent title and the data length of 1-N packing resource; Data content 1, data content 2, data content 3 and data content N are resource content district, represent the data content of 1-N packing resource.
Concrete, resource packet header is for recording the information of resource bag entirety, and resource packet header comprises quantity, ident value, the first retention, version number, file generated time, the second retention and fixed value;
It is packed by above-mentioned resource packaging method to generate that ident value is used for identifying resource bag;
First retention and the second retention all expand for edition upgrading or form;
Fixed value is used for identifying resource packet header and terminates.The regular length in resource packet header is 32 bytes.
Resource information district comprises data content, data offset and check value.From resource information district, the data content of some packing resources accurately can be found according to data offset and check value.
After server is packed to resource, resource bag download module is to server request downloaded resources bag.
The present invention proposes a kind of method for managing resource, resource downloading, resource pre-download and resource can be carried out based on resource packaging method and delete recovery, comprise the following steps:
(1) client sends resource access request to resource bag download module; Concrete, client in the present embodiment, resource bag download module and server all adopt http protocol, client sends resource access request to resource bag, be and send HTTP web access requests, banner and/or the page elements mark of HTTP webpage is comprised in access request, such as, in the present embodiment, that comprise in resource access request is the URL of some webpages.
(2) resource bag download module judges whether there is the corresponding resource bag of resource access request, if so, then corresponding resource bag is sent to client; Concrete, resource bag is provided with resource packet header, resource information district, resource content district, the URL of resource bag download module to resource packet header and webpage searches for and contrasts, judge the corresponding resource bag that whether there is client-requested access in the resource bag downloaded, resource bag download module only searches for contrast resource packet header, greatly saves search time; Otherwise, if the resource bag of client-requested access does not exist, then enter step (3); In addition, in this step, the resource bag that resource bag download module has been downloaded is stored in the storage device of client.
(3) if resource bag download module does not search the resource bag of client-requested access, then resource bag download module is according to resource access request connection server, resource bag download module sends resource access request by http protocol to server, the URL of some webpages is comprised in resource access request, server can confirm corresponding resource bag according to the URL of this webpage, and set up with resource bag download module that HTTP is long to be connected, keep long download channel, resource bag download module downloads corresponding resource bag; Resource bag download module downloaded resources bag still adopts the flow process of general HTTP downloaded resources, and the resource handbag of download contains the content of multiple resource.
Concrete, in step (3), server carries out packing to http resource in advance and obtains corresponding resource bag.
Server adopts Pagination Display pattern, and the resource that each paging comprises is packed.Pageindex parameter is comprised in the URL(uniform resource locator) of resource.All resources of a fourdrinier wire page are carried out paging by server by utilizing pageindex parameter, can be divided into the multiple paging of pageindex=1, pageindex=2, pageindex=3, pageindex=4 etc., and the quantity of concrete paging can sets itself.
When the webpage of client-requested access pageindex=1, resource bag download module can download the resource bag of pageindex=1 to server request, and this resource bag is sent to client.
(4) resource bag uses module resolving resource bag, and extracts the fileinfo in resource bag;
In step (4), resource bag uses module resolving resource bag specifically to comprise the following steps:
(401) Gains resources packet header, obtains the quantity of packing resource;
(402) travel through the title of all packing resources in resource information district, data length, data offset and check value, and extract corresponding data content in resource content district.
Now, the webpage of client display pageindex=1 is checked for user, generally, user clicks some webpages, after webpage is opened, user understands this webpage of direct viewing, after it has browsed current webpage, click lower one page again, then existing resource downloading method needs client again to send request to server, then downloaded resources, comparatively speaking, waste a lot of time, make Consumer's Experience very poor.
And the invention provides resource pre-download method, as shown in step (5), resource bag download module can shift to an earlier date downloaded resources bag, when user clicks lower one page, client can direct resolving resource bag, decreases the time waited for downloads, and user can be allowed to feel to use very smooth and easy.
(5) resource bag download module is that resource bag arranges identifier, and connection server, the resource bag that downloaded resources bag is adjacent; Resource bag download module is that resource arranges identifier, conveniently distinguishes it.
When client is showing the webpage of pageindex=1, resource bag download module can download contiguous resource bag in advance.The number of the resource bag of pre-download, can determine according to the concrete condition of System and Network.Such as, when pre-download resource bag number is 2, resource bag download module can download the resource bag of pageindex=2 and pageindex=3 in advance, and the benefit of pre-download is when user jumps to second page from first page, and the resource bag of second page may have been downloaded.At this moment, according to the preferential flow process loading resource from resource bag, time second page content presents, browser does not need connection server to carry out the download of resource again, substantially increases response speed, adds Consumer's Experience.And when user's page turning is to the 2nd page, resource bag download module can download the resource bag of pageindex=4 further in advance.
The memory headroom of client is limited, and along with the carrying out of user's page turning, resource bag can be accumulated more and more, in long playing situation, needs the recovery considering resource bag.Otherwise the memory headroom of client can be totally consumed complete.Concrete as shown in step (6).
(6) unwanted resource bag is deleted according to algorithm by resource bag download module, and discharges the memory headroom that this resource bag takies.
Resource bag download module is provided with resource bag managing listings, and resource bag managing listings comprises identifier, download time, download state, access times, last service time and using state.
Resource bag download module according to not using algorithm at most recently, can determine unwanted resource bag from resource bag managing listings, and deletes this resource bag." use " of resource bag download module resource bag refers to that browser is loaded with the content of a resource from resource bag.
In sum, benefit of the present invention is:
1, resource packing is downloaded
Avoid each resource and will connect time overhead once
2, resource bag pre-download
When user's page turning, directly from the resource bag of pre-download, load data, avoid the connection with server, accelerate system response time, add Consumer's Experience.
3, resource is assured reason and is reclaimed
Adopt and do not use algorithm at most recently, avoid the risk that client memory headroom has been consumed, ensure that the speed that contiguous resource bag is browsed simultaneously.
These are only preferred embodiment of the present invention, not in order to limit the present invention, within the spirit and principles in the present invention all, any amendment done, equivalent replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (9)

1. a method for managing resource, comprises client and server end, and described client is provided with resource bag download module and resource bag uses module, it is characterized in that, comprises the following steps:
(1) described resource bag uses module to send resource access request to described resource bag download module;
(2) described resource bag download module judges whether there is the corresponding resource bag of resource access request, is if so, then sent to by corresponding resource bag described resource bag to use module; Otherwise, enter step (3);
(3) described resource bag download module connects described server according to described resource access request, downloads corresponding resource bag and sends to described resource bag to use module;
(4) described objective resource bag uses module to resolve described resource bag, and extracts the fileinfo in described resource bag;
(5) described resource bag download module is that described resource bag arranges identifier, and connection server, download the resource bag that described resource bag is adjacent;
(6) unwanted resource bag is deleted according to algorithm by described resource bag download module, and discharges the memory headroom that this resource bag takies.
2. a kind of method for managing resource according to claim 1, is characterized in that, in step (3), described server carries out packing to http resource in advance and obtains corresponding resource bag.
3. a kind of method for managing resource according to claim 2, is characterized in that, described resource packaging method comprises the following steps:
A () creates listed files, described listed files is for providing the routing information of packing resource;
B () traversal listed files, obtains packing resource, adds up the quantity of packing resource, title, data length and data content;
C the quantity of packing resource is recorded in the resource packet header of described resource bag by (), and the title of packing resource and data length are recorded in the resource information district of described resource bag, the data content of packing resource is replicated in the resource content district of described resource bag;
D () encapsulates according to the order in resource packet header, resource information district, resource content district.
4. a kind of method for managing resource according to claim 3, is characterized in that, described resource packet header also comprises ident value, the first retention, version number, file generated time, the second retention and fixed value;
Described ident value is packed by above-mentioned resource packaging method to generate for identifying described resource bag;
Described first retention and described second retention all expand for edition upgrading or form;
Described fixed value terminates for identifying described resource packet header.
5. a kind of method for managing resource according to claim 3, is characterized in that, described resource information district also comprises data offset and check value.
6. a kind of method for managing resource according to any one of claim 1,3,4 or 5, is characterized in that, resource bag described in step (4) uses module to resolve described resource bag and specifically comprises the following steps:
(401) obtain described resource packet header, obtain the quantity of packing resource;
(402) travel through the title of all packing resources in resource information district, data length, data offset and check value, and extract corresponding data content in described resource content district.
7. a kind of method for managing resource according to claim 1, is characterized in that, described server adopts Pagination Display pattern, and the resource that each paging comprises is packed.
8. a kind of method for managing resource according to claim 7, is characterized in that, comprises pageindex parameter in the URL(uniform resource locator) of described resource.
9. a kind of method for managing resource according to claim 1, it is characterized in that, described resource bag download module is provided with resource bag managing listings, and described resource bag managing listings comprises identifier, download time, download state, access times, last service time and using state.
CN201510591390.9A 2015-09-16 2015-09-16 A kind of method for managing resource Active CN105282238B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510591390.9A CN105282238B (en) 2015-09-16 2015-09-16 A kind of method for managing resource

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510591390.9A CN105282238B (en) 2015-09-16 2015-09-16 A kind of method for managing resource

Publications (2)

Publication Number Publication Date
CN105282238A true CN105282238A (en) 2016-01-27
CN105282238B CN105282238B (en) 2018-11-13

Family

ID=55150543

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510591390.9A Active CN105282238B (en) 2015-09-16 2015-09-16 A kind of method for managing resource

Country Status (1)

Country Link
CN (1) CN105282238B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107026884A (en) * 2016-02-02 2017-08-08 阿里巴巴集团控股有限公司 Acquisition methods, client, server and the system of resource file
CN109376002A (en) * 2018-08-14 2019-02-22 广东格兰仕集团有限公司 A kind of internal memory optimization control method based on oven control system
CN111045698A (en) * 2019-12-24 2020-04-21 五八有限公司 Redundant picture deleting method and device, electronic equipment and storage medium
CN112685613A (en) * 2021-01-06 2021-04-20 青岛海尔科技有限公司 Resource packet query method and device and information processing system

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101465861A (en) * 2009-01-16 2009-06-24 香港应用科技研究院有限公司 System, method and computer programming product for transmitting and/or receiving medium current
CN101963992A (en) * 2010-10-20 2011-02-02 深圳市茁壮网络股份有限公司 Method and browser for increasing webpage display speed
CN102004781A (en) * 2010-11-23 2011-04-06 北京酷我科技有限公司 Method and system for acquiring website test data
CN102694851A (en) * 2012-05-17 2012-09-26 江苏中科梦兰电子科技有限公司 Intelligentized distribution processing method for network files
CN103685381A (en) * 2012-09-12 2014-03-26 腾讯科技(深圳)有限公司 Method, system and device for downloading webpage resources
CN104360884A (en) * 2014-11-18 2015-02-18 久邦计算机技术(广州)有限公司 Plug-in resource packet loading method based on Android system
CN104580267A (en) * 2013-10-09 2015-04-29 北京奇虎科技有限公司 A resource downloading method, device, server and corresponding system

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101465861A (en) * 2009-01-16 2009-06-24 香港应用科技研究院有限公司 System, method and computer programming product for transmitting and/or receiving medium current
CN101963992A (en) * 2010-10-20 2011-02-02 深圳市茁壮网络股份有限公司 Method and browser for increasing webpage display speed
CN102004781A (en) * 2010-11-23 2011-04-06 北京酷我科技有限公司 Method and system for acquiring website test data
CN102694851A (en) * 2012-05-17 2012-09-26 江苏中科梦兰电子科技有限公司 Intelligentized distribution processing method for network files
CN103685381A (en) * 2012-09-12 2014-03-26 腾讯科技(深圳)有限公司 Method, system and device for downloading webpage resources
CN104580267A (en) * 2013-10-09 2015-04-29 北京奇虎科技有限公司 A resource downloading method, device, server and corresponding system
CN104360884A (en) * 2014-11-18 2015-02-18 久邦计算机技术(广州)有限公司 Plug-in resource packet loading method based on Android system

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107026884A (en) * 2016-02-02 2017-08-08 阿里巴巴集团控股有限公司 Acquisition methods, client, server and the system of resource file
CN109376002A (en) * 2018-08-14 2019-02-22 广东格兰仕集团有限公司 A kind of internal memory optimization control method based on oven control system
CN111045698A (en) * 2019-12-24 2020-04-21 五八有限公司 Redundant picture deleting method and device, electronic equipment and storage medium
CN112685613A (en) * 2021-01-06 2021-04-20 青岛海尔科技有限公司 Resource packet query method and device and information processing system
CN112685613B (en) * 2021-01-06 2022-10-25 青岛海尔科技有限公司 Resource package query method and device and information processing system

Also Published As

Publication number Publication date
CN105282238B (en) 2018-11-13

Similar Documents

Publication Publication Date Title
CN102737116B (en) A kind of web page resources store method and device
CN104063460B (en) A kind of method and apparatus loading webpage in a browser
CN110688595B (en) File online preview method, device, equipment and storage medium
CN105095280A (en) Caching method and apparatus for browser
US20110197125A1 (en) Web Page Loading Method and Apparatus
CN106598673B (en) Application program upgrading method and system
CN105022750A (en) Resource file loading method and apparatus
CN105282238A (en) Resource management method
KR20080091424A (en) Method of managing fonts in multimedia scenes and corresponding computer program and terminal
CN101977217A (en) Widget updating method and system as well as Widget client and Widget server
CN103389969A (en) Method, device and system for previewing PDF (portable document format) file on mobile terminal
CN102487403B (en) Method and device for executing JS (JavaScript) by server side
CN104714965A (en) Static resource weight removing method, and static resource management method and device
CN103810176A (en) Pre-fetching accessing method and device of webpage information
US20120233559A1 (en) Method and apparatus for interworking application and web browser
CN103116645A (en) Method and device for browsing webpage with mobile device
CN102880679B (en) A kind of info web storage means and device
CN104572777A (en) Webpage loading method and device based on UIWebView component
US8108441B2 (en) Efficient creation, storage, and provision of web-viewable documents
US9727643B2 (en) Managing loading of web pages
CN106557584A (en) A kind of web site collection method and device
CN102890687B (en) A kind of mthods, systems and devices browsing webpage picture group
CN105068802A (en) Cross device running Web application software implementation system and method
CN102880707A (en) Method and device for webpage body content recognition
CN102955852A (en) Method, device and equipment for webpage resource processing

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