CN113254829B - Webpage response type layout method - Google Patents

Webpage response type layout method Download PDF

Info

Publication number
CN113254829B
CN113254829B CN202110566852.7A CN202110566852A CN113254829B CN 113254829 B CN113254829 B CN 113254829B CN 202110566852 A CN202110566852 A CN 202110566852A CN 113254829 B CN113254829 B CN 113254829B
Authority
CN
China
Prior art keywords
layout
webpage
elements
visual
sub
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.)
Active
Application number
CN202110566852.7A
Other languages
Chinese (zh)
Other versions
CN113254829A (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.)
Draft Xiamen Information Service Co ltd
Gaoding Xiamen Technology Co Ltd
Original Assignee
Gaoding Xiamen 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 Gaoding Xiamen Technology Co Ltd filed Critical Gaoding Xiamen Technology Co Ltd
Priority to CN202110566852.7A priority Critical patent/CN113254829B/en
Publication of CN113254829A publication Critical patent/CN113254829A/en
Application granted granted Critical
Publication of CN113254829B publication Critical patent/CN113254829B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Software Systems (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a webpage response type layout method, a medium and equipment, wherein the method comprises the following steps: acquiring a webpage access request sent by a user, and sending a corresponding webpage file to browsing equipment of the user according to the webpage access request, wherein the webpage file comprises a layout calculation module code and layout constraint data corresponding to a webpage; the browsing device acquires a webpage file and executes a layout calculation module code to start a layout calculation module; performing layout calculation according to the size information and the layout constraint data of the browsing device through a layout calculation module to obtain layout position information corresponding to the browsing device; updating the webpage display according to the layout position information; the method and the device can realize accurate layout of the webpage on different browsing devices, ensure the visual effect of the webpage and improve the interactive experience of users.

Description

Webpage response type layout method
Technical Field
The present invention relates to the field of web page layout technologies, and in particular, to a web page responsive layout method, a computer-readable storage medium, and a computer device.
Background
In the field of browser web interface development, in order to adapt web content to browsing devices (such as mobile phones, tablets, computers and the like) with different sizes; different layouts and appearances need to be set for the web page contents according to the characteristics of the browsing device.
In the related art, a cascading style sheet is often used to declare the layout and appearance of a web page. However, in a web page, some of the page visual elements are directly position-controlled by the script, and some are drawn in the canvas; the position can not be controlled by a laminated sample table; and then when the visual elements are displayed on different devices, the problems of inaccurate display position, difficult interaction, poor visual effect and the like occur.
Disclosure of Invention
The present invention is directed to solving, at least to some extent, one of the technical problems in the art described above. Therefore, an object of the present invention is to provide a web page response type layout method, which can implement accurate layout of web pages on different browsing devices, ensure a visual effect of the web pages, and improve an interactive experience of a user.
A second object of the invention is to propose a computer-readable storage medium.
A third object of the invention is to propose a computer device.
In order to achieve the above object, an embodiment of a first aspect of the present invention provides a web page responsive layout method, including the following steps: acquiring a webpage access request sent by a user, and sending a corresponding webpage file to browsing equipment of the user according to the webpage access request, wherein the webpage file comprises a layout calculation module code and layout constraint data corresponding to the webpage; the browsing device acquires the webpage file and executes the layout calculation module code to start a layout calculation module; performing layout calculation according to the size information of the browsing device and the layout constraint data through the layout calculation module to obtain layout position information corresponding to the browsing device; and updating the webpage display according to the layout position information.
According to the webpage response type layout method provided by the embodiment of the invention, firstly, a webpage access request sent by a user is obtained, and a corresponding webpage file is sent to browsing equipment of the user according to the webpage access request sent by the user; wherein, the layout calculation module code and layout constraint data corresponding to the proud and cold webpage in the webpage file; then, the browsing device acquires the webpage file and executes the layout calculation module code in the webpage file so as to execute the layout calculation module; the layout calculation module performs layout calculation on the webpage according to the size information and layout constraint data of the browsing equipment of the user to calculate and obtain the layout position information of the webpage; updating the webpage display according to the layout position information; therefore, the web pages can be accurately distributed on different browsing devices, the visual effect of the web pages is ensured, and the interaction experience of users is improved.
In addition, the web page responsive layout method proposed by the above embodiment of the present invention may further have the following additional technical features:
optionally, the layout constraint data includes a plurality of arrays, each array includes a plurality of array sub-elements, so as to describe the constraint condition of the corresponding visual element in the web page through the array sub-elements.
Optionally, the constraint condition of the visual element includes browsing device feature information corresponding to the array sub-element, a unique identifier of the visual element corresponding to the array sub-element, size information of the visual element, and position information of the visual element when the visual element does not participate in layout calculation.
Optionally, the visual elements include a container visual element and a sub visual element, the container visual element being configured to carry the sub visual element.
Optionally, the layout constraint data further includes a carrying manner of the container visual element to the sub visual elements, an alignment manner of the sub visual elements on the container visual elements, scaling information when the sizes of the sub visual elements change, and a ranking when the sub visual elements are typeset.
Optionally, the parent-child hierarchical relationship of the visual element is expressed by a tree data structure.
Optionally, performing, by the layout calculation module, layout calculation according to the size information of the browsing device and the layout constraint data includes: acquiring corresponding layout constraint data according to the size information of the browsing device; and traversing the visual elements according to the tree data structure so as to calculate the position information of all the child elements under each parent element according to the corresponding layout constraint data.
In order to achieve the above object, a second aspect of the present invention provides a computer-readable storage medium, on which a web-responsive layout program is stored, the web-responsive layout program implementing the web-responsive layout method as described above when executed by a processor.
According to the computer-readable storage medium of the embodiment of the invention, the webpage response type layout program is stored, so that the processor can realize the webpage response type layout method when executing the webpage response type layout program, thereby realizing accurate layout of the webpage on different browsing devices, ensuring the visual effect of the webpage and improving the interactive experience of users.
To achieve the above object, a third embodiment of the present invention provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and running on the processor, and when the processor executes the computer program, the processor implements the web page responsive layout method as described above.
According to the computer equipment provided by the embodiment of the invention, the webpage response type layout program is stored through the memory, so that the webpage response type layout method is realized when the processor executes the webpage response type layout program, the webpage is accurately laid out on different browsing equipment, the visual effect of the webpage is ensured, and the interaction experience of a user is improved.
Drawings
Fig. 1 is a flowchart illustrating a responsive layout method for a web page according to an embodiment of the present invention.
Detailed Description
Reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the accompanying drawings are illustrative and intended to explain the present invention and should not be construed as limiting the present invention.
In the related art, since some page visual elements are directly controlled by scripts in a webpage, and some are drawn in a canvas; the position cannot be controlled by the cascading style sheet; and then when the visual elements are displayed on different devices, the problems of inaccurate display position, difficult interaction, poor visual effect and the like occur. According to the webpage response type layout method provided by the embodiment of the invention, firstly, a webpage access request sent by a user is obtained, and a corresponding webpage file is sent to browsing equipment of the user according to the webpage access request sent by the user; wherein, the layout calculation module code and layout constraint data corresponding to the proud and cold webpage in the webpage file; then, the browsing device acquires the webpage file and executes the layout calculation module code in the webpage file so as to execute the layout calculation module; the layout calculation module performs layout calculation on the webpage according to the size information and layout constraint data of the user's browsing equipment to calculate and obtain the layout position information of the webpage; updating the webpage display according to the layout position information; therefore, the webpage can be accurately distributed on different browsing devices, the visual effect of the webpage is guaranteed, and the interaction experience of a user is improved.
In order to better understand the above technical solution, exemplary embodiments of the present invention will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the invention are shown in the drawings, it should be understood that the invention can be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the invention to those skilled in the art.
In order to better understand the technical solution, the technical solution will be described in detail with reference to the drawings and the specific embodiments.
Fig. 1 is a schematic flowchart of a responsive layout method for a web page according to an embodiment of the present invention, as shown in fig. 1, the responsive layout method for a web page includes the following steps:
s101, acquiring a webpage access request sent by a user, and sending a corresponding webpage file to browsing equipment of the user according to the webpage access request, wherein the webpage file comprises a layout calculation module code and layout constraint data corresponding to a webpage.
That is to say, when a user needs to access a webpage, a webpage access request corresponding to the webpage to be browsed is sent to a server through browsing equipment of the user; after receiving the webpage access request, the server sends a corresponding webpage file to the browsing device of the user according to the webpage access request; the web page file comprises a layout calculation module code and layout constraint data corresponding to the web page.
S102, the browsing device acquires the webpage file and executes the layout calculation module code to start the layout calculation module.
And S103, performing layout calculation through the layout calculation module according to the size information and the layout constraint data of the browsing device to obtain layout position information corresponding to the browsing device.
That is, after receiving the web page file, the browsing device analyzes the web page file to obtain data therein; starting a layout calculation module (the layout calculation module is used for calculating the layout mode and the layout position of the visual elements in the webpage) by executing a layout calculation module code; furthermore, the layout calculation module can perform layout calculation according to the size information and layout constraint data of the browsing device currently used by the user, so as to obtain the layout position information corresponding to the browsing device.
The layout constraint data describes the constraint conditions of each visual element in the web page, and the layout constraint data may be generated in various ways.
As one example, the layout constraint data includes a plurality of arrays, each array including a plurality of array sub-elements to describe the constraint condition of the corresponding visual element in the web page by the array sub-elements.
As another example, the layout constraint data includes a plurality of arrays, and each array includes a plurality of array sub-elements, and each array sub-element is a set of key-value pairs; the constraints of the corresponding visual element are described by a set of key-value pairs (i.e., an array of sub-elements is used to describe the constraints of its corresponding one of the visual elements).
The constraint conditions of the visual elements can be set in various ways.
As an example, the constraint condition of the visual element includes browsing device feature information corresponding to the array sub-element, a unique visual element identifier corresponding to the array sub-element, size information of the visual element, and position information when the visual element does not participate in layout calculation.
That is, the array sub-element describes what feature information the current array sub-element is used to constrain the browsing device (e.g., model, size, etc. of the browsing device), which visual element the current array sub-element is used to constrain, size information of the corresponding visual element, and location information of the visual element when not participating in layout calculations; preferably, the position information is a vertical horizontal distance from the positioning origin when the visual element is not involved in the layout calculation.
In some embodiments, in order to improve the final layout effect and improve the layout performance of the web page responsive layout method proposed in the embodiments of the present invention, the visual elements include a container visual element and a sub visual element, where the container visual element is used to carry the sub visual element.
Namely, the visual elements are hierarchically arranged, so that the container visual element can accommodate and bear the sub visual elements related to the container visual element; further, child visual elements are subordinate to container visual elements; therefore, controllability of the visual elements is improved, and a final layout effect is improved.
In some embodiments, the layout constraint data further includes a bearing of the container visual element to the sub visual element, an alignment of the sub visual element on the container visual element, scaling information when the sub visual element changes in size, and a ranking when the sub visual element is typeset.
In some embodiments, to facilitate layout computation of visual elements, the parent-child hierarchical relationships of visual elements are expressed by a tree data structure.
The layout calculation module performs layout calculation according to the size information and layout constraint data of the browsing device, and includes:
acquiring corresponding layout constraint data according to the size information of the browsing device;
traversing the visual elements according to the tree data structure to calculate position information for all child elements under each parent element according to the corresponding layout constraint data.
That is, the layout constraint data is queried according to the size information of the browsing device currently used by the user to obtain corresponding layout data therein (for example, a key value pair corresponding to the size information in the layout constraint condition is queried according to the size information of the browsing device currently used by the user to obtain corresponding layout constraint data); then, traversing the visual elements according to the tree data structure; specifically, traversal of the visual elements can be performed according to the parent-child hierarchical relationship of all the visual elements expressed by the tree data structure and in the order from the root element to the leaf element; calculating the position information (for example, the typesetting layout mode and the horizontal and vertical alignment mode of the child elements) of the child elements under each parent element according to the layout constraint data corresponding to the current browsing device; to complete the position information of all visual elements (e.g., calculate the horizontal and vertical distances of any one visual element relative to the frame coordinate far point to complete the calculation of the position information of all visual elements).
And S104, updating the webpage display according to the layout position information.
That is, after the layout position information corresponding to the web page is obtained through calculation, the web page display is updated so that the web page display is adapted to the browsing device currently used by the user.
In summary, according to the web page responsive layout method of the embodiment of the present invention, first, a web page access request sent by a user is obtained, so as to send a corresponding web page file to a browsing device of the user according to the web page access request sent by the user; wherein, the layout calculation module code and layout constraint data corresponding to the proud and cold webpage in the webpage file; then, the browsing device acquires the webpage file and executes the layout calculation module code in the webpage file so as to execute the layout calculation module; the layout calculation module performs layout calculation on the webpage according to the size information and layout constraint data of the browsing equipment of the user to calculate and obtain the layout position information of the webpage; updating the webpage display according to the layout position information; therefore, the webpage can be accurately distributed on different browsing devices, the visual effect of the webpage is guaranteed, and the interaction experience of a user is improved.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It should be noted that in the claims, any reference signs placed between parentheses shall not be construed as limiting the claim. The word "comprising" does not exclude the presence of elements or steps not listed in a claim. The word "a" or "an" preceding an element does not exclude the presence of a plurality of such elements. The invention can be implemented by means of hardware comprising several distinct elements, and by means of a suitably programmed computer. In the unit claims enumerating several means, several of these means can be embodied by one and the same item of hardware. The usage of the words first, second and third, etcetera do not indicate any ordering. These words may be interpreted as names.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the invention.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.
In the description of the present invention, it is to be understood that the terms "first", "second" and the like are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implying any number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include one or more of that feature. In the description of the present invention, "a plurality" means two or more unless specifically defined otherwise.
In the present invention, unless otherwise expressly stated or limited, the terms "mounted," "connected," "secured," and the like are to be construed broadly and can, for example, be fixedly connected, detachably connected, or integrally formed; can be mechanically or electrically connected; either directly or indirectly through intervening media, either internally or in any other relationship. The specific meanings of the above terms in the present invention can be understood by those skilled in the art according to specific situations.
In the present invention, unless otherwise expressly stated or limited, the first feature "on" or "under" the second feature may be directly contacting the first and second features or indirectly contacting the first and second features through an intermediate. Also, a first feature "on," "over," and "above" a second feature may be directly or diagonally above the second feature, or may simply indicate that the first feature is at a higher level than the second feature. A first feature being "under," "below," and "beneath" a second feature may be directly under or obliquely under the first feature, or may simply mean that the first feature is at a lesser elevation than the second feature.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above should not be understood to necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
Although embodiments of the present invention have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present invention, and that variations, modifications, substitutions and alterations can be made to the above embodiments by those of ordinary skill in the art within the scope of the present invention.

Claims (5)

1. A web page response type layout method is characterized by comprising the following steps:
acquiring a webpage access request sent by a user, and sending a corresponding webpage file to browsing equipment of the user according to the webpage access request, wherein the webpage file comprises a layout calculation module code and layout constraint data corresponding to the webpage; the layout constraint data comprises a plurality of arrays, each array comprises a plurality of array sub-elements, and the constraint conditions of the corresponding visual elements in the webpage are described through the array sub-elements; the constraint conditions of the visual elements comprise browsing device characteristic information corresponding to the array sub-elements, visual element unique identifiers corresponding to the array sub-elements, size information of the visual elements and position information when the visual elements do not participate in layout calculation;
the browsing device acquires the webpage file and executes the layout calculation module code to start a layout calculation module;
performing layout calculation according to the size information of the browsing device and the layout constraint data through the layout calculation module to obtain layout position information corresponding to the browsing device;
updating the webpage display according to the layout position information;
wherein the parent-child hierarchical relationship of the visual elements is expressed by a tree data structure;
the performing, by the layout calculation module, layout calculation according to the size information of the browsing device and the layout constraint data includes:
acquiring corresponding layout constraint data according to the size information of the browsing device;
and traversing the visual elements according to the tree data structure so as to calculate the position information of all the child elements under each parent element according to the corresponding layout constraint data.
2. The web page responsive layout method of claim 1, wherein the visual elements comprise a container visual element and a sub visual element, wherein the container visual element is used to carry the sub visual element.
3. The method of responsive layout of a web page of claim 2, wherein the layout constraint data further comprises a bearing of the sub-visual elements by the container visual elements, an alignment of the sub-visual elements on the container visual elements, scaling information when the sub-visual elements change in size, and a ranking when the sub-visual elements are laid out.
4. A computer-readable storage medium having stored thereon a web page-responsive layout program which, when executed by a processor, implements the web page-responsive layout method according to any one of claims 1 to 3.
5. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor, when executing the program, implements the web page responsive layout method according to any of claims 1-3.
CN202110566852.7A 2021-05-24 2021-05-24 Webpage response type layout method Active CN113254829B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110566852.7A CN113254829B (en) 2021-05-24 2021-05-24 Webpage response type layout method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110566852.7A CN113254829B (en) 2021-05-24 2021-05-24 Webpage response type layout method

Publications (2)

Publication Number Publication Date
CN113254829A CN113254829A (en) 2021-08-13
CN113254829B true CN113254829B (en) 2022-07-19

Family

ID=77184087

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110566852.7A Active CN113254829B (en) 2021-05-24 2021-05-24 Webpage response type layout method

Country Status (1)

Country Link
CN (1) CN113254829B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114579242A (en) * 2022-03-11 2022-06-03 中国工商银行股份有限公司 Page layout information determination method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103412928A (en) * 2013-08-16 2013-11-27 北京乐动卓越科技有限公司 Method and device for realizing browser page intelligent response-type layout on mobile terminal
CN104133884A (en) * 2014-07-28 2014-11-05 百度在线网络技术(北京)有限公司 Webpage displaying method and device
CN107193557A (en) * 2017-05-11 2017-09-22 国电南瑞科技股份有限公司 A kind of response type layout method, client, service end and system alerted applied to mobile device
CN109634599A (en) * 2018-12-14 2019-04-16 北京字节跳动网络技术有限公司 Display methods, device, equipment and the storage medium of page view

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10165038B2 (en) * 2016-03-31 2018-12-25 Microsoft Technology Licensing, Llc Request routing for a modularized front-end
CN112231616A (en) * 2020-09-29 2021-01-15 北京五八信息技术有限公司 Page data refreshing method and device, electronic equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103412928A (en) * 2013-08-16 2013-11-27 北京乐动卓越科技有限公司 Method and device for realizing browser page intelligent response-type layout on mobile terminal
CN104133884A (en) * 2014-07-28 2014-11-05 百度在线网络技术(北京)有限公司 Webpage displaying method and device
CN107193557A (en) * 2017-05-11 2017-09-22 国电南瑞科技股份有限公司 A kind of response type layout method, client, service end and system alerted applied to mobile device
CN109634599A (en) * 2018-12-14 2019-04-16 北京字节跳动网络技术有限公司 Display methods, device, equipment and the storage medium of page view

Also Published As

Publication number Publication date
CN113254829A (en) 2021-08-13

Similar Documents

Publication Publication Date Title
EP3608795A1 (en) Method and apparatus for generating knowledge graph, device and computer readable storage medium
JP6046153B2 (en) System and method for displaying advertisements within an ad unit
US8738448B2 (en) Web page ad slot identification
US9413807B1 (en) Browser rendering and computation
CN105260420B (en) A kind of method and apparatus for the offer target pages in mobile application
US10284623B2 (en) Optimized browser rendering service
GB2567712A (en) Global vector recommendations based on implicit interaction and profile data
US20150363368A1 (en) Transforming HTML Forms into Mobile Native Forms
KR20160061351A (en) Automatically determining a size for a content item for a web page
CN106169140A (en) Advertisement placement method and system
CN102411614A (en) Display Of Image Search Results
US20150161120A1 (en) Identifying landing pages for images
US9076180B2 (en) Customized product display
US11922465B2 (en) Expandable content items for presenting additional content
US20190141110A1 (en) Design Analysis for Framework Assessment
CN103559194B (en) A kind of searching method, server, system
CN113254829B (en) Webpage response type layout method
US20140123075A1 (en) System and method for generating and accessing trails
CN107735760A (en) For checking the method and system of embedded video
CN112306594A (en) Rendering method and device based on mobile terminal and storage medium
US20150149882A1 (en) Content adaptation based on selected reviewer comment
US20160275063A1 (en) Transforming html forms into mobile native forms
US20140122404A1 (en) System and method for displaying a trail
US9292883B2 (en) System and method for managing a trail
Kadhim et al. Developing a Multi Platforms Web Applications for Mobile Device Using HTML5

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
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20221011

Address after: 361001 unit R, 2nd floor, No. 33-102, Punan 1st Road, Siming District, Xiamen City, Fujian Province

Patentee after: GAODING (XIAMEN) TECHNOLOGY Co.,Ltd.

Patentee after: Draft (Xiamen) Information Service Co.,Ltd.

Address before: G15-2, 3rd floor, No.10, Punan 1st Road, Dongpu Road, Siming District, Xiamen City, Fujian Province

Patentee before: GAODING (XIAMEN) TECHNOLOGY Co.,Ltd.

TR01 Transfer of patent right