CN106649348B - Page form layout method and device - Google Patents

Page form layout method and device Download PDF

Info

Publication number
CN106649348B
CN106649348B CN201510728435.2A CN201510728435A CN106649348B CN 106649348 B CN106649348 B CN 106649348B CN 201510728435 A CN201510728435 A CN 201510728435A CN 106649348 B CN106649348 B CN 106649348B
Authority
CN
China
Prior art keywords
widget
page
page table
layout
table layout
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
CN201510728435.2A
Other languages
Chinese (zh)
Other versions
CN106649348A (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.)
Beijing Gridsum Technology Co Ltd
Original Assignee
Beijing Gridsum Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Gridsum Technology Co Ltd filed Critical Beijing Gridsum Technology Co Ltd
Priority to CN201510728435.2A priority Critical patent/CN106649348B/en
Publication of CN106649348A publication Critical patent/CN106649348A/en
Application granted granted Critical
Publication of CN106649348B publication Critical patent/CN106649348B/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/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents

Abstract

The invention discloses a page table layout method and device, relates to the technical field of information, and can set the horizontal spacing of each cell, so that page layout can be realized according to the requirements of users, the accuracy of page table layout is ensured, and the accuracy of page table layout is improved. The method comprises the following steps: initializing a page form layout plug-in when a page form layout instruction is received, wherein the page form layout instruction carries attribute information of a small part to be added and a preset horizontal interval of a cell; adding the widget into the page through a preset adding function provided by the page table layout plug-in and the attribute information of the widget needing to be added; and updating the added widget according to the stacking style sheet corresponding to the widget and the preset horizontal distance of the cell. The invention is suitable for layout of the page table.

Description

Page form layout method and device
Technical Field
The invention relates to the technical field of information, in particular to a page table layout method and device.
Background
Page table layout plug-ins, such as Gridstack plug-ins, may implement page table layout. The page table layout plug-in typically partitions the page by a fixed number of columns, e.g., partitions the page into 12 columns, so that the width of each cell is fixed and the horizontal spacing between cells is also fixed. In the actual page table layout, the user only needs to provide the widget layout.
Currently, in page table layout, page layout is usually performed by a fixed horizontal spacing between cells provided by a page table layout plug-in. However, the requirement of the user for the page table layout may be different from the horizontal spacing between the fixed cells provided by the page table layout plug-in, and if the page table layout is performed according to the horizontal spacing between the fixed cells provided by the page table layout plug-in, the page table layout may be inaccurate, so that the accuracy of the page table layout is low. However, current page table layout plug-ins do not provide configuration parameters to adjust the horizontal spacing between cells.
Disclosure of Invention
In view of the above, the present invention is proposed to provide a page table layout method and apparatus that overcomes or at least partially solves the above problems.
According to an aspect of the present invention, the present invention provides a page table layout method, including:
initializing a page form layout plug-in when a page form layout instruction is received, wherein the page form layout instruction carries attribute information of a small part to be added and a preset horizontal interval of a cell;
adding the widget into the page through a preset adding function provided by the page form layout plug-in and the attribute information of the widget required to be added;
and updating the added widget according to the stacking style sheet corresponding to the widget and the preset horizontal distance of the cell.
According to another aspect of the present invention, the present invention provides a page table layout apparatus, including:
the device comprises an initialization unit, a setting unit and a display unit, wherein the initialization unit is used for initializing a page table layout plug-in when a page table layout instruction is received, and the page table layout instruction carries attribute information needing to be added with small parts and preset horizontal spacing of cells;
the adding unit is used for adding the widget into the page through a preset adding function provided by the page table layout plug-in and the attribute information of the widget needing to be added;
and the updating unit is used for updating the added widget according to the stacking style sheet corresponding to the widget and the preset horizontal interval of the cell.
By means of the technical scheme, the invention provides a page table layout method and device. Initializing a page form layout plug-in when a page form layout instruction is received, wherein the page form layout instruction carries attribute information of a small part to be added and a preset horizontal interval of a cell; adding the widget into the page through a preset adding function provided by the page table layout plug-in and the attribute information of the widget needing to be added; and updating the added widget according to the stacking style sheet corresponding to the widget and the preset horizontal distance of the cell. According to the embodiment of the invention, the horizontal interval of each cell can be set through the stacking style sheet corresponding to the small part and the preset horizontal interval of the cell, so that the page layout can be realized according to the requirements of users, the accuracy of the page table layout is ensured, and the accuracy of the page table layout is improved.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
FIG. 1 is a flowchart illustrating a page table layout method according to an embodiment of the present invention;
FIG. 2 is a flow chart illustrating another page table layout method according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram illustrating a page table layout apparatus according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram illustrating a page table layout apparatus according to an embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may 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 disclosure to those skilled in the art.
The embodiment of the invention provides a page table layout method, as shown in fig. 1, the method comprises the following steps:
101. when a page form layout instruction is received, a page form layout plug-in is initialized.
And the page table layout instruction carries attribute information of the small parts to be added and preset horizontal spacing of the cells. The page table layout plug-in may be a Gridstack plug-in. The Gridstack plug-in is a jQuery plug-in, and can realize the plug-in layout of a draggable and droppable multi-column grid. The Gridstack plug-in allows a user to build a draggable, responsive page layout. The widget is used for bearing and displaying page elements, and the page elements can be pictures and the like which are required to be displayed on the page by a user. The attribute information of the widget may be position information and size information of the widget. The size information may be a width and a height of the widget. The horizontal spacing is the left-right spacing of the cells.
It should be noted that, the page table layout plug-in usually divides the page into N × M cells according to N rows × M columns. And adding the small parts according to the cells in the page table layout plug-in. The page table layout plug-in does not provide the configuration parameters for setting the left-right spacing of each cell in the configuration parameters. Usually, the default value of the left-right spacing of each cell is 10 pixel points respectively.
The preset horizontal interval of the cells is the horizontal interval of the cells input by a user, and if the user needs to set the horizontal interval of each cell to be 15 pixel points.
102. And adding the widget in the page through a preset adding function provided by the page table layout plug-in and the attribute information of the widget required to be added.
The preset adding function may be an add _ widget function, and specifically may be an add _ widget (x, y, width, height). x, y denote the position of the widget in the page, width is the row that is spanned in the page, height is the column that is spanned in the page. If the attribute information of the widget is x is 0, y is 0, width is 1, height is 2, the width of the cell is 8.3 pixels, and the height is 10 pixels, then by calling add _ widget (0, 0, 1, 2), the widget added in the page is a table with the width of 16.6 pixels from the upper left corner of the page and the height of 10 pixels. The default horizontal spacing between each cell is 10 pixels.
103. And updating the added widget through the stacking style sheet corresponding to the widget and the preset horizontal distance of the cell.
For example, the width of the added widget in the page is 16.6 pixel points from the upper left corner of the page, the height of the added widget is a table with 10 pixel points, the preset horizontal distance of the cell is 10 pixel points, the horizontal distance of the widget is adjusted through the cascading style sheet corresponding to the widget, namely through the right attribute (right edge) and the left attribute (left edge) of the cascading style sheet corresponding to the widget, and the horizontal distance of the cell in the page is updated to 15 pixel points.
For the embodiment of the invention, the horizontal spacing of the cells in the page can be set through the cascading style sheet corresponding to the small part, so that the page layout can be realized according to the requirements of users, the accuracy of the page table layout is ensured, and the accuracy of the page table layout is improved.
The embodiment of the invention provides a page table layout method. Initializing a page form layout plug-in when a page form layout instruction is received, wherein the page form layout instruction carries attribute information of a small part to be added and a preset horizontal interval of a cell; adding the widget into the page through a preset adding function provided by the page form layout plug-in and the attribute information of the widget required to be added; and updating the added widget according to the stacking style sheet corresponding to the widget and the preset horizontal distance of the cell. According to the embodiment of the invention, the horizontal spacing of each cell can be set through the stacking style sheet corresponding to the small part and the preset horizontal spacing of the cells, so that the page layout can be realized according to the requirements of users, the accuracy of the page table layout is ensured, and the accuracy of the page table layout is improved.
An embodiment of the present invention provides another page table layout method, as shown in fig. 2, the method includes:
201. when a page form layout instruction is received, a page form layout plug-in is initialized.
And the page table layout instruction carries attribute information of the small parts to be added and preset horizontal spacing of the cells. The page table layout plug-in may be a Gridstack plug-in. The attribute information of the widget includes location information of the widget and size information of the widget. The size information may be a width and a height of the widget. The horizontal spacing is the left-right spacing of the cells. The preset horizontal interval of the cells is the horizontal interval of the cells input by a user, and if the user needs to set the horizontal interval of each cell to be 15 pixel points.
202. And adding the widget in the page through a preset adding function provided by the page table layout plug-in and the attribute information of the widget required to be added.
For the embodiment of the present invention, before step 202, the method may further include: acquiring a dragging frame in the page table layout plug-in; and configuring the horizontal distance of the cascading style sheet corresponding to the dragging frame. The page table layout plug-in only provides one dragging frame, the category of the cascading style sheet corresponding to the dragging frame contains placeholder-content, and the horizontal distance of the dragging frame is adjusted through the right attribute (right edge) and the left attribute (left edge) of the cascading style sheet corresponding to the dragging frame. Through configuration, the horizontal distance of the stacking style sheet corresponding to the dragging frame can be adjusted, so that the dragging frame can be prevented from covering the cells, and the attractiveness of page layout is guaranteed.
For the embodiment of the present invention, step 202 may specifically be: adding the small parts in the page through the add _ widget function provided by the page table layout plug-in and the attribute information of the small parts needing to be added
203. And updating the added widget through the stacking style sheet corresponding to the widget and the preset horizontal distance of the cell.
For the embodiment of the invention, the horizontal spacing of the cells in the page can be set through the cascading style sheet corresponding to the small part, so that the page layout can be realized according to the requirements of users, the accuracy of the page table layout is ensured, and the accuracy of the page table layout is improved.
204. And adjusting the scalable icon prompt corresponding to the widget to the preset position of the widget.
For the embodiment of the invention, after the added widget is updated, the scalable icon on the widget is kept at the original position, and if the scalable icon is kept at the original position, the display effect of the page is affected. Therefore, the rescizable of the lower right corner of the small part of the scalable icon is adjusted (in the position of the variable resizing prompt, the display effect of the page can be guaranteed, and the user experience is improved.
It should be noted that after step 204, the method may specifically further include: acquiring the element of ui-resizable-se contained in the class of the cascading style sheet in the page elements adjacent to the small parts, and setting the right distance of the element to ensure that the right distance of the element is the same as the right distance of the small parts. The right distance of the element of the ui-resizable-se in the class of the cascading style sheet in the page elements adjacent to the small parts is set to be the right distance of the small parts, so that the display effect of the page can be guaranteed, and the user experience is improved.
The embodiment of the invention provides another page table layout method. Initializing a page form layout plug-in when a page form layout instruction is received, wherein the page form layout instruction carries attribute information of a small part to be added and a preset horizontal interval of a cell; adding the widget into the page through a preset adding function provided by the page table layout plug-in and the attribute information of the widget needing to be added; and updating the added widget according to the stacking style sheet corresponding to the widget and the preset horizontal distance of the cell. According to the embodiment of the invention, the horizontal interval of each cell can be set through the stacking style sheet corresponding to the small part and the preset horizontal interval of the cell, so that the page layout can be realized according to the requirements of users, the accuracy of the page table layout is ensured, and the accuracy of the page table layout is improved.
Further, an embodiment of the present invention provides a page table layout apparatus, as shown in fig. 3, the apparatus includes: an initialization unit 31, an addition unit 32, an update unit 33.
The initializing unit 31 is configured to initialize a page table layout plug-in when receiving a page table layout instruction, where the page table layout instruction carries attribute information of a widget to be added and a preset horizontal interval of a cell.
The adding unit 32 is configured to add the widget to the page through a preset adding function provided by the page table layout plug-in and the attribute information of the widget to be added.
The updating unit 33 is configured to update the added widget according to the stack style sheet corresponding to the widget and the preset horizontal interval of the cell.
As shown in fig. 4, the apparatus further comprises: an acquisition unit 34 and a configuration unit 35.
The obtaining unit 34 is configured to obtain a drag frame in the page table layout plug-in.
The configuration unit 35 is configured to configure the horizontal distance of the cascading style sheet corresponding to the dragging frame.
The adding unit 32 is specifically configured to add the widget at a position in the page corresponding to the position information of the widget to be added through the add _ widget function provided by the page table layout plug-in and the attribute information of the widget to be added.
The device further comprises: an adjustment unit 36.
And the adjusting unit 36 is used for adjusting the scalable icon prompt corresponding to the widget to the preset position of the widget.
And the preset horizontal interval of the unit cells is the horizontal interval of the unit cells input by a user.
The embodiment of the apparatus corresponds to the embodiment of the method, and for convenience of reading, details in the embodiment of the apparatus are not repeated one by one, but it should be clear that the apparatus in the embodiment can correspondingly implement all the contents in the embodiment of the method.
The embodiment of the invention provides a page table layout device. Initializing a page form layout plug-in when a page form layout instruction is received, wherein the page form layout instruction carries attribute information of a small part to be added and a preset horizontal interval of a cell; adding the widget into the page through a preset adding function provided by the page form layout plug-in and the attribute information of the widget required to be added; and updating the added widget according to the stacking style sheet corresponding to the widget and the preset horizontal distance of the cell. According to the embodiment of the invention, the horizontal interval of each cell can be set through the stacking style sheet corresponding to the small part and the preset horizontal interval of the cell, so that the page layout can be realized according to the requirements of users, the accuracy of the page table layout is ensured, and the accuracy of the page table layout is improved.
The page table layout device comprises a processor and a memory, wherein the initialization unit, the adding unit, the updating unit, the obtaining unit, the configuration unit, the adjusting unit and the like are stored in the memory as program units, and the processor executes the program units stored in the memory to realize corresponding functions.
The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. The kernel can be set to be one or more, the horizontal spacing of the cells is set by adjusting the kernel parameters, page layout is realized according to the requirements of users, the accuracy of page table layout is ensured, and the accuracy of page table layout is improved.
The memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip.
The present application further provides a computer program product adapted to perform program code for initializing the following method steps when executed on a data processing device:
initializing a page form layout plug-in when a page form layout instruction is received, wherein the page form layout instruction carries attribute information of a small part to be added and a preset horizontal interval of a cell;
adding the widget into the page through a preset adding function provided by the page form layout plug-in and the attribute information of the widget required to be added;
and updating the added widget according to the stacking style sheet corresponding to the widget and the preset horizontal distance of the cell.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application 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 application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. 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.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
The above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (12)

1. A page table layout method, comprising:
when a page form layout instruction is received, initializing a page form layout plug-in, wherein the page form layout instruction carries attribute information of a small part to be added and a preset horizontal interval of a cell, the page form layout plug-in is a Gridstack plug-in, the attribute information of the small part is position information and size information of the small part, and the size information is the width and height of the small part;
adding the widget into the page through a preset adding function provided by the page form layout plug-in and the attribute information of the widget required to be added;
and updating the added widget according to the stacking style sheet corresponding to the widget and the preset horizontal distance of the cell.
2. The page form layout method according to claim 1, wherein the preset adding function provided by the page form layout plug-in and the attribute information of the widget required to be added further comprise, before adding the widget in the page:
acquiring a dragging frame in the page table layout plug-in;
and configuring the horizontal distance of the cascading style sheet corresponding to the dragging frame.
3. The page form layout method according to claim 1, wherein the adding of the widget in the page by the preset adding function provided by the page form layout plug-in and the attribute information of the widget needing to be added comprises:
and adding the small parts at the positions corresponding to the position information of the small parts to be added in the page through the add _ widget function provided by the page table layout plug-in and the attribute information of the small parts to be added.
4. The page table layout method according to claim 1, wherein after updating the added widget according to the cascading style sheet corresponding to the widget and the preset horizontal spacing of the cell, the method further comprises:
and adjusting the scalable icon prompt corresponding to the widget to the preset position of the widget.
5. The page table layout method of claim 1, wherein the preset horizontal spacing of the cells is a horizontal spacing of cells input by a user.
6. A page table layout apparatus, comprising:
the device comprises an initialization unit, a setting unit and a display unit, wherein the initialization unit is used for initializing a page table layout plug-in when a page table layout instruction is received, the page table layout instruction carries attribute information of a small part to be added and preset horizontal intervals of cells, the page table layout plug-in is a Gridstack plug-in, the attribute information of the small part is position information and size information of the small part, and the size information is the width and height of the small part;
the adding unit is used for adding the widget into the page through a preset adding function provided by the page table layout plug-in and the attribute information of the widget needing to be added;
and the updating unit is used for updating the added widget according to the stacking style sheet corresponding to the widget and the preset horizontal interval of the cell.
7. The page table layout apparatus of claim 6, further comprising:
the acquisition unit is used for acquiring the dragging frame in the page table layout plug-in;
and the configuration unit is used for configuring the horizontal distance of the cascading style sheet corresponding to the dragging frame.
8. The page table layout apparatus of claim 6,
the adding unit is specifically configured to add the widget at a position in the page corresponding to the position information of the widget to be added through the add _ widget function provided by the page table layout plug-in and the attribute information of the widget to be added.
9. The page table layout apparatus of claim 6, further comprising:
and the adjusting unit is used for adjusting the scalable icon prompt corresponding to the widget to the preset position of the widget.
10. The page table layout device of claim 6, wherein the preset horizontal spacing of the cells is a horizontal spacing of cells input by a user.
11. A storage medium, comprising a stored program, wherein when the program runs, a device on which the storage medium is located is controlled to execute the page table layout method according to any one of claims 1 to 5.
12. A processor, configured to run a program, wherein the program runs to perform the page table layout method of any one of claims 1 to 5.
CN201510728435.2A 2015-10-30 2015-10-30 Page form layout method and device Active CN106649348B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510728435.2A CN106649348B (en) 2015-10-30 2015-10-30 Page form layout method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510728435.2A CN106649348B (en) 2015-10-30 2015-10-30 Page form layout method and device

Publications (2)

Publication Number Publication Date
CN106649348A CN106649348A (en) 2017-05-10
CN106649348B true CN106649348B (en) 2020-03-31

Family

ID=58809357

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510728435.2A Active CN106649348B (en) 2015-10-30 2015-10-30 Page form layout method and device

Country Status (1)

Country Link
CN (1) CN106649348B (en)

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101320365A (en) * 2008-07-09 2008-12-10 金蝶软件(中国)有限公司 Method and apparatus for dynamic layout of document page
JP5371560B2 (en) * 2009-06-09 2013-12-18 キヤノン株式会社 Layout editing apparatus, layout editing method and program
US8171401B2 (en) * 2009-06-19 2012-05-01 Microsoft Corporation Resizing an editable area in a web page
CN101620591A (en) * 2009-08-12 2010-01-06 国网电力科学研究院 Method for designing module report form layout based on cell mode
TW201115362A (en) * 2009-10-29 2011-05-01 Ibm System, method, and program for editing electronic document
US20150135061A1 (en) * 2013-11-08 2015-05-14 Qualcomm Incorporated Systems and methods for parallel traversal of document object model tree

Also Published As

Publication number Publication date
CN106649348A (en) 2017-05-10

Similar Documents

Publication Publication Date Title
CN107704576B (en) Data display optimization method and device, terminal equipment and storage medium
JP2019513268A (en) Mixed view display method and device
CN104714714A (en) Mobile terminal desktop control method and device and mobile terminal
CN107526592B (en) Page adaptation method and device
US20170091152A1 (en) Generating grid layouts with mutable columns
US20190073091A1 (en) Dynamic display layout systems and methods
US20180046361A1 (en) Fitting Content to a Resized Frame
CN109426415B (en) Method and device for generating cascade selector
CN109460540A (en) A kind of table paging display methods and device
CN111443974A (en) Android device screen adapting method, related device and readable storage medium
CN108460003B (en) Text data processing method and device
CN109857964B (en) Thermodynamic diagram drawing method and device for page operation, storage medium and processor
CN106649348B (en) Page form layout method and device
CN110020291B (en) Webpage layout processing method and device
CN111428455B (en) Form management method, device, equipment and storage medium
CN106648567B (en) Data acquisition method and device
CN107391144B (en) View display method and device
CN111368234B (en) Window adjusting method, device and storage medium
CN110968811B (en) Display control method and device
CN111294635A (en) Method and device for arranging desktop layout and server
CN106462600A (en) Method and device for displaying photo
JP6900508B2 (en) Image file presentation method and presentation device
CN110020285B (en) Histogram processing method and device
CN109582191B (en) Menu content display method and device
CN112800357A (en) Web page presenting method, device, equipment and storage medium

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 100083 No. 401, 4th Floor, Haitai Building, 229 North Fourth Ring Road, Haidian District, Beijing

Applicant after: Beijing Guoshuang Technology Co.,Ltd.

Address before: 100086 Cuigong Hotel, 76 Zhichun Road, Shuangyushu District, Haidian District, Beijing

Applicant before: Beijing Guoshuang Technology Co.,Ltd.

GR01 Patent grant
GR01 Patent grant