CN107633057A - A kind of image display method and device - Google Patents

A kind of image display method and device Download PDF

Info

Publication number
CN107633057A
CN107633057A CN201710852175.9A CN201710852175A CN107633057A CN 107633057 A CN107633057 A CN 107633057A CN 201710852175 A CN201710852175 A CN 201710852175A CN 107633057 A CN107633057 A CN 107633057A
Authority
CN
China
Prior art keywords
picture
attributes
big
small
small picture
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
CN201710852175.9A
Other languages
Chinese (zh)
Inventor
徐佳宏
朱吕亮
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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 CN201710852175.9A priority Critical patent/CN107633057A/en
Publication of CN107633057A publication Critical patent/CN107633057A/en
Pending legal-status Critical Current

Links

Abstract

This application provides a kind of image display method and device, method includes:Small picture needed for the page is merged into big picture, the src attributes of the IMG elements of each small picture point to big picture, and the extended attribute of the IMG elements of each small picture is used to describe position of the small picture in big picture;First resource request is sent to server, obtains the resource of big picture;According to the src attributes and extended attribute of the IMG elements of each small picture, the resource of each small picture is obtained from the resource of big picture, and is shown respectively.In this application, by that with upper type server can be avoided to respond multiple resource request, and then avoid server from returning to excessive hash, save network bandwidth and server resource.

Description

A kind of image display method and device
Technical field
The application is related to field of computer technology, more particularly to a kind of image display method and device.
Background technology
With the development of internet and the increasing demand of user, the page presented by network (such as browser page, The app pages) increasingly enrich, the purpose abundant generally for the page is reached, need many small pictures in the same page.
It can enrich the page although the same page includes many small pictures, each small picture is required to First resource is asked to server, the content that server needs to respond repeatedly request and respond request returns every time generally comprises head Portion and text, and for small picture, the data volume on head is often more, and the data volume of body part is less, causes to service Device needs to return to many hashes, wastes network bandwidth and server resource.
The content of the invention
In order to solve the above technical problems, the embodiment of the present application provides a kind of image display method and device, saved with reaching The purpose of network bandwidth and server resource, technical scheme are as follows:
A kind of image display method, including:
Small picture needed for the page is merged into big picture, the src attributes of the IMG elements of each small picture point to The big picture, the extended attribute of the IMG elements of each small picture are used to describe the small picture in the big picture Position;
First resource request is sent to server, obtains the resource of the big picture;
According to the src attributes and extended attribute of the IMG elements of each small picture, obtained from the resource of the big picture The resource of each small picture is taken, and is shown respectively.
Preferably, the extended attribute of the IMG elements of each small picture includes:Imgx attributes, imgy attributes, imgw category Property and imgh attributes;
The imgx attributes are used to describe horizontal-shift of the small picture upper left corner relative to the big picture upper left corner, to be to the right Positive direction;
The imgy attributes are used to describe offset of vertical of the small picture upper left corner relative to the big picture upper left corner, to be downwards Positive direction;
The imgw attributes are used to describe the width of small picture in itself;
The imgh attributes are used to describe the height of small picture in itself.
Preferably, according to each small picture IMG elements src attributes and extended attribute, from the big picture The resource of each small picture is obtained in resource, including:
The resource of the big picture is decoded, obtains big picture decoding data;
Specified according to the width specified of the imgw in the extended attribute of the IMG elements of each small picture and imgh attributes Height, be each small picture storage allocation;
Specified according to the horizontal-shifts specified of the imgx in the extended attribute of the IMG elements of each small picture and imgy Offset of vertical, obtained from the big picture decoding data corresponding to data, and by the data copy of acquisition to for each institute In the internal memory for stating small picture distribution.
A kind of image display apparatus, including:
Merging module, for the small picture needed for the page to be merged into big picture, the IMG elements of each small picture Src attributes point to the big picture, the extended attribute of the IMG elements of each small picture is used to describing the small picture existing Position in the big picture;
Resource request module, for sending first resource request to server, obtain the resource of the big picture;
Display module, for the src attributes and extended attribute of the IMG elements according to each small picture, from described big The resource of each small picture is obtained in the resource of picture, and is shown respectively.
Preferably, the extended attribute of the IMG elements of each small picture includes:Imgx attributes, imgy attributes, imgw category Property and imgh attributes;
The imgx attributes are used to describe horizontal-shift of the small picture upper left corner relative to the big picture upper left corner, to be to the right Positive direction;
The imgy attributes are used to describe offset of vertical of the small picture upper left corner relative to the big picture upper left corner, to be downwards Positive direction;
The imgw attributes are used to describe the width of small picture in itself;
The imgh attributes are used to describe the height of small picture in itself.
Preferably, the display module includes:
Decoding unit, for being decoded to the resource of the big picture, obtain big picture decoding data;
Memory Allocation unit, specified for the imgw in the extended attribute of the IMG elements according to each small picture The height that width and imgh attributes are specified, it is each small picture storage allocation;
Copy cell, the level specified for the imgx in the extended attribute of the IMG elements according to each small picture Skew and the offset of vertical specified of imgy, obtained from the big picture decoding data corresponding to data, and by the data of acquisition Copy in the internal memory for each small picture distribution.
Compared with prior art, the application has the beneficial effect that:
In this application, the small picture needed for the page is merged into big picture, and sends first resource to server and ask Ask, server need to only respond first resource request, and the resource of big picture is back into the page, the money of big picture is obtained by the page Source, avoid server and respond multiple resource request, and then avoid server from returning to excessive hash, save Netowrk tape Wide and server resource.
Brief description of the drawings
In order to illustrate more clearly of the technical scheme in the embodiment of the present application, make required in being described below to embodiment Accompanying drawing is briefly described, it should be apparent that, drawings in the following description are only some embodiments of the present application, for For those of ordinary skill in the art, without having to pay creative labor, it can also be obtained according to these accompanying drawings His accompanying drawing.
Fig. 1 is a kind of flow chart for the image display method that the application provides;
Fig. 2 is a kind of structural representation for the big picture that the application provides;
Fig. 3 is a kind of sub-process figure for the image display method that the application provides;
Fig. 4 is a kind of logical construction schematic diagram for the image display device that the application provides;
Fig. 5 is a kind of logical construction schematic diagram for the display module that the application provides.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present application, the technical scheme in the embodiment of the present application is carried out clear, complete Site preparation describes, it is clear that described embodiment is only some embodiments of the present application, rather than whole embodiments.It is based on Embodiment in the application, those of ordinary skill in the art are obtained every other under the premise of creative work is not made Embodiment, belong to the scope of the application protection.
The embodiment of the present application provides a kind of image display method, by the way that the small picture needed for the page is merged into big figure Piece, the src attributes of the IMG elements of each small picture point to the big picture, the expansion of the IMG elements of each small picture Exhibition attribute is used to describe position of the small picture in the big picture, and sends first resource request to server, obtains The resource of the big picture, and the src attributes and extended attribute of the IMG elements according to each small picture, from the big figure The resource of each small picture is obtained in the resource of piece, and is shown respectively, server is avoided and responds multiple resource request, enter And avoid server from returning to excessive hash, save network bandwidth and server resource.
Next the image display method of the application is introduced, shown in Figure 1, this method includes:
Step S11, the small picture needed for the page is merged into big picture, the src of the IMG elements of each small picture Attribute points to the big picture, and the extended attribute of the IMG elements of each small picture is used to describe the small picture described Position in big picture.
Small picture needed for the page can be understood as:The small picture of size.In general, in image content complicated process phase As in the case of, the small picture of size, memory space is also small.Certainly, the size of dimension of picture can be come from two kinds of size attributes Understand, be specially:The high size of original width after picture decoding:The picture of all formats, all it is a rectangle.This is wide high, all It is to be directly recorded in picture at some bytes.Decoding picture, all it is to carry out allocation space by this wide height;Picture file size: Both it is relevant with the wide height of picture, it is also relevant with picture compression mode, it is also relevant with the complicated process of image content.
It should be noted that the IMG elements of each small picture can't insert image in webpage, but from webpage Map interlinking picture.What IMG elements created is the footprint of image of being cited.
IMG members are known as two required attributes:Src attributes and alt attributes.Wherein, src attributes are that IMG elements are necessary Attribute, it specifies the resource that wherefrom Loads Image.Src can use relative path, can also use absolute path.If make With relative path, then it is relative be current page path.
In the present embodiment, the small picture needed for the page is merged into big picture and can be understood as:By needed for the page Small picture merges into one big picture or magnifies picture more.
It should be noted that after the small picture needed for the page is merged into big picture, in order in the display that Loads Image When, it is continuing with IMG elements and picture is quoted, it is necessary to be extended to IMG attributes of an element, makes IMG elements except bag Outside the src attributes and alt attributes that include itself, in addition to extended attribute, extended attribute are used to describe the small picture described Position in big picture.And the src attributes of IMG elements are reset, the src attributes after resetting are no longer point to original The small picture come, and it is directed to the big picture.
According to the extended attribute of IMG elements, it may be determined that position of the small picture in big picture.
Step S12, first resource request is sent to server, obtains the resource of the big picture.
In the case where the small picture needed for the page to be merged into one big picture, it is only necessary to sent once to server Resource request, obtain the resource of the big picture.
First resource request is sent to server, compared to not merging the small picture needed for the page, but for every One small picture sends first resource request to server, reduces resource request number, and server response can be avoided more Secondary resource request, and then avoid server from returning to excessive hash.
Certainly, in the case where magnifying picture the small picture needed for the page is merged into, it is necessary to be sent to server more With the resource request of big picture number same number, the resource of each big picture of acquisition.
It is understood that the resource request with big picture number same number is sent to server, compared to not by page Small picture needed for face merges, but sends first resource request to server for each small picture, same to reduce Resource request number, it is possible to reduce the number of server resource response request, and then it is excessive useless to avoid server from returning Data.
Step S13, according to each small picture IMG elements src attributes and extended attribute, from the big picture The resource of each small picture is obtained in resource, and is shown respectively.
In the present embodiment, the resource of each small picture is obtained from the resource of the big picture, and is shown respectively, can To be interpreted as:The resource of each small picture is obtained from the resource of the big picture, and shows each small figure respectively Piece.
In this application, the small picture needed for the page is merged into big picture, and sends first resource to server and ask Ask, server need to only respond first resource request, and the resource of big picture is back into the page, the money of big picture is obtained by the page Source, avoid server and respond multiple resource request, and then avoid server from returning to excessive hash, save Netowrk tape Wide and server resource.
Further, when being shown due to picture, and directly shown using IMG elements, it is not necessary to use the css back of the body Scape picture controls the display of picture, and page logic is simple, intuitively.
After being extended to IMG elements, small picture is described relative to the skew of big picture by extended attribute, the page its His place need not be concerned about small picture problem again, therefore can carry out any use to IMG elements by original mode, including contracting Put display.
In another embodiment of the application, the extended attribute of the IMG elements of each small picture is introduced, It is specific as follows:
The extended attribute of the IMG elements of each small picture includes:Imgx attributes, imgy attributes, imgw attributes and Imgh attributes;
The imgx attributes are used to describe horizontal-shift of the small picture upper left corner relative to the big picture upper left corner, to be to the right Positive direction;
The imgy attributes are used to describe offset of vertical of the small picture upper left corner relative to the big picture upper left corner, to be downwards Positive direction;
The imgw attributes are used to describe the width of small picture in itself;
The imgh attributes are used to describe the height of small picture in itself.
Now illustrate to small picture needed for the page is merged into big picture, the IMG elements of each small picture illustrate, please Referring to Fig. 2, it is illustrated that merges obtained big picture by 20 small pictures needed for the page, then big shown in corresponding diagram 2 Picture, the IMG elements of each small picture of the first row can be in big picture:
<Img src=" big.png " imgx=10imgy=10imgw=10imgh=20/>
<Img src=" big.png " imgx=30imgy=10imgw=10imgh=20/>
<Img src=" big.png " imgx=50imgy=10imgw=10imgh=20/>
<Img src=" big.png " imgx=70imgy=10imgw=10imgh=20/>
<Img src=" big.png " imgx=90imgy=10imgw=10imgh=20/>
<Img src=" big.png " imgx=110imgy=10imgw=10imgh=20/>
<Img src=" big.png " imgx=130imgy=10imgw=10imgh=20/>
<Img src=" big.png " imgx=150imgy=10imgw=10imgh=20/>
<Img src=" big.png " imgx=170imgy=10imgw=10imgh=20/>
<Img src=" big.png " imgx=190imgy=10imgw=10imgh=20/>
The IMG elements of each small picture of the second row can be in big picture:
<Img src=" big.png " imgx=10imgy=40imgw=10imgh=50/>
<Img src=" big.png " imgx=30imgy=40imgw=10imgh=50/>
<Img src=" big.png " imgx=50imgy=40imgw=10imgh=50/>
<Img src=" big.png " imgx=70imgy=40imgw=10imgh=50/>
<Img src=" big.png " imgx=90imgy=40imgw=10imgh=50/>
<Img src=" big.png " imgx=110imgy=40imgw=10imgh=50/>
<Img src=" big.png " imgx=130imgy=40imgw=10imgh=50/>
<Img src=" big.png " imgx=150imgy=40imgw=10imgh=50/>
<Img src=" big.png " imgx=170imgy=40imgw=10imgh=50/>
<Img src=" big.png " imgx=190imgy=40imgw=10imgh=50/>
In another embodiment of the application, src attributes and extension to the IMG elements according to each small picture Attribute, the resource that each small picture is obtained from the resource of the big picture are introduced, and refer to Fig. 3, specifically can be with Comprise the following steps:
Step S21, the resource of the big picture is decoded, obtains big picture decoding data.
The process decoded to the resource of the big picture may refer to the existing process decoded to picture, herein Repeat no more.
Step S22, the width and imgh specified according to the imgw in the extended attribute of the IMG elements of each small picture The height that attribute is specified, it is each small picture storage allocation.
Step S23, according to the horizontal-shifts specified of the imgx in the extended attribute of the IMG elements of each small picture and The offset of vertical that imgy is specified, the data corresponding to acquisition from the big picture decoding data, and the data copy of acquisition is arrived In internal memory for each small picture distribution.
Below to the embodiment of the present application provide image display apparatus be described, image display apparatus described below with Above-described image display method can be mutually to should refer to.
Fig. 4 is referred to, a kind of logical construction schematic diagram of the image display apparatus provided it illustrates the application, picture shows Showing device includes:Merging module 11, resource request module 12 and display module 13.
Merging module 11, for the small picture needed for the page to be merged into big picture, the IMG members of each small picture The src attributes of element point to the big picture, and the extended attribute of the IMG elements of each small picture is used to describe the small picture Position in the big picture.
Resource request module 12, for sending first resource request to server, obtain the resource of the big picture.
Display module 13, for the src attributes and extended attribute of the IMG elements according to each small picture, from described The resource of each small picture is obtained in the resource of big picture, and is shown respectively.
In the present embodiment, the extended attribute of the IMG elements of each small picture includes:Imgx attributes, imgy attributes, Imgw attributes and imgh attributes;
The imgx attributes are used to describe horizontal-shift of the small picture upper left corner relative to the big picture upper left corner, to be to the right Positive direction;
The imgy attributes are used to describe offset of vertical of the small picture upper left corner relative to the big picture upper left corner, to be downwards Positive direction;
The imgw attributes are used to describe the width of small picture in itself;
The imgh attributes are used to describe the height of small picture in itself.
In the present embodiment, display module 13 can include:Decoding unit 131, Memory Allocation unit 132 and copy cell 133, as shown in Figure 5.
Decoding unit 131, for being decoded to the resource of the big picture, obtain big picture decoding data.
Memory Allocation unit 132, specified for the imgw in the extended attribute of the IMG elements according to each small picture Width and the height specified of imgh attributes, be each small picture storage allocation.
Copy cell 133, the water specified for the imgx in the extended attribute of the IMG elements according to each small picture The offset of vertical that flat skew and imgy are specified, obtained from the big picture decoding data corresponding to data, and by the number of acquisition According in the internal memory copied to as each small picture distribution.
It should be noted that each embodiment in this specification is described by the way of progressive, each embodiment weight Point explanation is all difference with other embodiment, between each embodiment identical similar part mutually referring to. For device class embodiment, because it is substantially similar to embodiment of the method, so description is fairly simple, related part is joined See the part explanation of embodiment of the method.
Finally, it is to be noted that, herein, such as first and second or the like relational terms be used merely to by One entity or operation make a distinction with another entity or operation, and not necessarily require or imply these entities or operation Between any this actual relation or order be present.Moreover, term " comprising ", "comprising" or its any other variant meaning Covering including for nonexcludability, so that process, method, article or equipment including a series of elements not only include that A little key elements, but also the other element including being not expressly set out, or also include for this process, method, article or The intrinsic key element of equipment.In the absence of more restrictions, the key element limited by sentence "including a ...", is not arranged Except other identical element in the process including the key element, method, article or equipment being also present.
For convenience of description, it is divided into various units during description apparatus above with function to describe respectively.Certainly, this is being implemented The function of each unit can be realized in same or multiple softwares and/or hardware during application.
As seen through the above description of the embodiments, those skilled in the art can be understood that the application can Realized by the mode of software plus required general hardware platform.Based on such understanding, the technical scheme essence of the application On the part that is contributed in other words to prior art can be embodied in the form of software product, the computer software product It can be stored in storage medium, such as ROM/RAM, magnetic disc, CD, including some instructions are causing a computer equipment (can be personal computer, server, either network equipment etc.) performs some of each embodiment of the application or embodiment Method described in part.
A kind of image display method and device provided herein are described in detail above, it is used herein Specific case is set forth to the principle and embodiment of the application, and the explanation of above example is only intended to help and understands this The method and its core concept of application;Meanwhile for those of ordinary skill in the art, according to the thought of the application, specific There will be changes in embodiment and application, in summary, this specification content should not be construed as to the application's Limitation.

Claims (6)

  1. A kind of 1. image display method, it is characterised in that including:
    Small picture needed for the page is merged into big picture, described in the src attributes of the IMG elements of each small picture point to Big picture, the extended attribute of the IMG elements of each small picture are used to describe position of the small picture in the big picture Put;
    First resource request is sent to server, obtains the resource of the big picture;
    According to the src attributes and extended attribute of the IMG elements of each small picture, obtained from the resource of the big picture each The resource of the individual small picture, and show respectively.
  2. 2. according to the method for claim 1, it is characterised in that the extended attribute bag of the IMG elements of each small picture Include:Imgx attributes, imgy attributes, imgw attributes and imgh attributes;
    The imgx attributes are used to describe horizontal-shift of the small picture upper left corner relative to the big picture upper left corner, with to the right for pros To;
    The imgy attributes are used to describe offset of vertical of the small picture upper left corner relative to the big picture upper left corner, with downwards for pros To;
    The imgw attributes are used to describe the width of small picture in itself;
    The imgh attributes are used to describe the height of small picture in itself.
  3. 3. according to the method for claim 1, it is characterised in that according to the src attributes of the IMG elements of each small picture And extended attribute, the resource of each small picture is obtained from the resource of the big picture, including:
    The resource of the big picture is decoded, obtains big picture decoding data;
    The height specified according to the width specified of the imgw in the extended attribute of the IMG elements of each small picture and imgh attributes Degree, is each small picture storage allocation;
    Specified according to the horizontal-shifts specified of the imgx in the extended attribute of the IMG elements of each small picture and imgy perpendicular Straight skew, obtained from the big picture decoding data corresponding to data, and by the data copy of acquisition to be each described small In the internal memory of picture distribution.
  4. A kind of 4. image display apparatus, it is characterised in that including:
    Merging module, for the small picture needed for the page to be merged into big picture, the IMG elements of each small picture Src attributes point to the big picture, and the extended attribute of the IMG elements of each small picture is used to describe the small picture in institute State the position in big picture;
    Resource request module, for sending first resource request to server, obtain the resource of the big picture;
    Display module, for the src attributes and extended attribute of the IMG elements according to each small picture, from the big picture Resource in obtain the resource of each small picture, and show respectively.
  5. 5. device according to claim 4, it is characterised in that the extended attribute bag of the IMG elements of each small picture Include:Imgx attributes, imgy attributes, imgw attributes and imgh attributes;
    The imgx attributes are used to describe horizontal-shift of the small picture upper left corner relative to the big picture upper left corner, with to the right for pros To;
    The imgy attributes are used to describe offset of vertical of the small picture upper left corner relative to the big picture upper left corner, with downwards for pros To;
    The imgw attributes are used to describe the width of small picture in itself;
    The imgh attributes are used to describe the height of small picture in itself.
  6. 6. device according to claim 4, it is characterised in that the display module includes:
    Decoding unit, for being decoded to the resource of the big picture, obtain big picture decoding data;
    Memory Allocation unit, the width specified for the imgw in the extended attribute of the IMG elements according to each small picture The height specified with imgh attributes, it is each small picture storage allocation;
    Copy cell, the horizontal-shift specified for the imgx in the extended attribute of the IMG elements according to each small picture The offset of vertical specified with imgy, obtained from the big picture decoding data corresponding to data, and by the data copy of acquisition Into the internal memory for each small picture distribution.
CN201710852175.9A 2017-09-19 2017-09-19 A kind of image display method and device Pending CN107633057A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710852175.9A CN107633057A (en) 2017-09-19 2017-09-19 A kind of image display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710852175.9A CN107633057A (en) 2017-09-19 2017-09-19 A kind of image display method and device

Publications (1)

Publication Number Publication Date
CN107633057A true CN107633057A (en) 2018-01-26

Family

ID=61103034

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710852175.9A Pending CN107633057A (en) 2017-09-19 2017-09-19 A kind of image display method and device

Country Status (1)

Country Link
CN (1) CN107633057A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108805961A (en) * 2018-06-11 2018-11-13 广州酷狗计算机科技有限公司 Data processing method, device and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102737067A (en) * 2011-04-15 2012-10-17 阿里巴巴集团控股有限公司 Method and system for outputting webpage
US20130124514A1 (en) * 2011-03-10 2013-05-16 International Business Machines Corporaiton Hierarchical ranking of facial attributes
CN103577552A (en) * 2013-10-17 2014-02-12 北京奇虎科技有限公司 Webpage picture processing method and device
CN104991942A (en) * 2015-07-10 2015-10-21 沈文策 Web front end performance optimization method
CN105094930A (en) * 2015-09-09 2015-11-25 上海斐讯数据通信技术有限公司 Image positioning system and method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130124514A1 (en) * 2011-03-10 2013-05-16 International Business Machines Corporaiton Hierarchical ranking of facial attributes
CN102737067A (en) * 2011-04-15 2012-10-17 阿里巴巴集团控股有限公司 Method and system for outputting webpage
CN103577552A (en) * 2013-10-17 2014-02-12 北京奇虎科技有限公司 Webpage picture processing method and device
CN104991942A (en) * 2015-07-10 2015-10-21 沈文策 Web front end performance optimization method
CN105094930A (en) * 2015-09-09 2015-11-25 上海斐讯数据通信技术有限公司 Image positioning system and method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108805961A (en) * 2018-06-11 2018-11-13 广州酷狗计算机科技有限公司 Data processing method, device and storage medium

Similar Documents

Publication Publication Date Title
US10672163B2 (en) Layout algorithm for entity relation model diagram
CN102457528A (en) Method for adaptively issuing web content facing to mobile phone terminal and system thereof
US8418142B2 (en) Architecture for data validation
WO2017211190A1 (en) Data processing method and device
CN104820589B (en) A kind of method and its device of dynamic adaptation webpage
CN102819766A (en) Method, device and enterprise system for checking forms
CN106886568B (en) One kind divides table method, apparatus and electronic equipment
CN103927385A (en) Unifying method and device of data model
CN105631035A (en) Data storage method and device
CN107506218A (en) The management method and management system of a kind of configuration file
CN105550246A (en) System and method for loading network picture under Android platform
CN102542043A (en) Image annotation method and device
CN103176993A (en) Content presentation device and content presentation method
CN105373593A (en) Method and apparatus for displaying target element from webpage
Hinz et al. Personalization-based optimization of web interfaces for mobile devices
CN107633057A (en) A kind of image display method and device
CN104980464A (en) Network request processing method, network server and network system
CN108470043A (en) A kind of acquisition methods and device of business result
CN101710971A (en) Method and device for generating page
WO2012125355A1 (en) Variants of files in a file system
CN110020373A (en) The method and apparatus that static page is stored, browsed
CN109933382B (en) Online ppt file preview tool based on owa service
CN111008934A (en) Scene construction method, device, equipment and storage medium
CN105574056A (en) Abnormal problem positioning method and apparatus
US11748120B1 (en) Server-based user interface rendering

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20180126

RJ01 Rejection of invention patent application after publication