CN116302193A - Method, device, equipment and storage medium for improving front-end table loading speed - Google Patents

Method, device, equipment and storage medium for improving front-end table loading speed Download PDF

Info

Publication number
CN116302193A
CN116302193A CN202310270282.6A CN202310270282A CN116302193A CN 116302193 A CN116302193 A CN 116302193A CN 202310270282 A CN202310270282 A CN 202310270282A CN 116302193 A CN116302193 A CN 116302193A
Authority
CN
China
Prior art keywords
data
cell
loading
plug
piece
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202310270282.6A
Other languages
Chinese (zh)
Other versions
CN116302193B (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 Yisihui Business Service Co ltd
Original Assignee
Beijing Yisihui Business Service 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 Yisihui Business Service Co ltd filed Critical Beijing Yisihui Business Service Co ltd
Priority to CN202310270282.6A priority Critical patent/CN116302193B/en
Publication of CN116302193A publication Critical patent/CN116302193A/en
Application granted granted Critical
Publication of CN116302193B publication Critical patent/CN116302193B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • 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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the application provides a method, a device, equipment and a storage medium for improving the loading speed of a front-end table, belonging to the technical field of web page processing, wherein the method comprises the following steps: acquiring form data to be loaded, wherein the form data comprises a label type and a label attribute corresponding to each piece of cell data when each piece of cell data is modified; determining a loading mode based on the data structure of the table data; standard component packaging is carried out on the same dom structure in the table data, so that different types of labels share the same plug-in; and calling modification logic corresponding to the plug-in based on the label attribute of the clicked cell, and transmitting the modification logic back to the component for display after the modification is completed. The method and the device can improve the loading speed of the front-end form, so that the Internet surfing experience of a user is improved.

Description

Method, device, equipment and storage medium for improving front-end table loading speed
Technical Field
The embodiment of the application relates to the technical field of web page processing, in particular to a method, a device, equipment and a storage medium for improving front-end table loading speed.
Background
In recent years, along with the increasing internet surfing demands of people, rapid website response, namely optimization of website speed, is a problem of continuous correction and improvement at present.
For the response speed of the website, if the data volume of the request is larger, the time for response is longer, the data volume of each transmission needs to be effectively controlled, in addition, the loading of the browser is also a condition, when the back-end data is returned, but the front-end is delayed and cannot load the data, under the condition that code error report is eliminated, the problem is that the processed data structure is too huge, the dom structure of the browser needs to be rendered is too much, the peak value of the browser processing is reached, and rendering is blocked.
Disclosure of Invention
In order to solve the above-mentioned technical problems, embodiments of the present application provide a method, an apparatus, a device, and a storage medium for improving a front-end table loading speed.
In a first aspect, embodiments of the present application provide a method for improving a front-end table loading speed, where the method includes:
acquiring form data to be loaded, wherein the form data comprises a label type and a label attribute corresponding to each piece of cell data when each piece of cell data is modified;
determining a loading mode based on the data structure of the table data;
standard component packaging is carried out on the same dom structure in the table data, so that different types of labels share the same plug-in;
and calling modification logic corresponding to the plug-in based on the label attribute of the clicked cell, and transmitting the modification logic back to the component for display after the modification is completed.
In one possible implementation, the tag type includes time filtering, drop-down list menu selection, drop-down list multi-selection, input box.
In one possible implementation, the tag attributes include coordinates, width, height, identity, and tag type of the clicked cell.
In one possible implementation, the method further includes:
calculating the maximum data amount which can be displayed on the current screen based on the height occupied by the table data to be recorded on the current screen and the height occupied by each piece of data;
and transmitting the data of the maximum data amount to the back end each time.
In one possible implementation, after the plugin modifies the corresponding tag attribute, the internal data is emptied and converted into the idle state.
In one possible implementation, the loading mode includes synchronous loading and asynchronous loading.
In one possible implementation manner, the modification logic corresponding to the label attribute calling plug-in of the click-based cell includes:
transmitting the label attribute of the clicked cell to the standard component;
the calling plug-in sets the tag attribute of the standard component to coincide with the clicked cell.
In a second aspect, an embodiment of the present application provides an apparatus for improving a loading speed of a front-end table, including:
the system comprises an acquisition module, a loading module and a loading module, wherein the acquisition module is used for acquiring form data to be loaded, and the form data comprises a label type and a label attribute which correspond to each piece of cell data when each piece of cell data is modified;
the determining module is used for determining a loading mode based on the data structure of the table data;
the packaging module is used for packaging standard components of the same dom structure in the form data, so that different types of labels share the same plug-in;
and the display module is used for calling the modification logic corresponding to the plug-in unit based on the label attribute of the clicked cell, and transmitting the modification logic back to the component for display after the modification is completed.
In a third aspect, the present application provides an electronic device, which adopts the following technical scheme: comprising a memory and a processor, said memory having stored thereon a computer program, said processor implementing the method as described above when executing said program.
In a fourth aspect, the present application provides a computer readable storage medium, which adopts the following technical solutions: a computer program capable of being loaded by a processor and executing any one of the above-described map construction methods is stored.
In summary, the present application includes the following beneficial technical effects:
acquiring form data to be loaded, wherein the form data comprises a label type and a label attribute corresponding to each piece of cell data when each piece of cell data is modified; determining a loading mode based on a data structure of the form data; standard component packaging is carried out on the same dom structure in the table data, so that different types of labels share the same plug-in; and calling modification logic corresponding to the plug-in based on the label attribute of the clicked cell, and transmitting the modification logic back to the component for display after the modification is completed. The method and the device can improve the loading speed of the front-end form, so that the Internet surfing experience of a user is improved.
It should be understood that the description in this summary is not intended to limit key or critical features of embodiments of the present application, nor is it intended to be used to limit the scope of the present application. Other features of the present application will become apparent from the description that follows.
Drawings
The above and other features, advantages and aspects of embodiments of the present application will become more apparent by reference to the following detailed description when taken in conjunction with the accompanying drawings. In the drawings, the same or similar reference numerals denote the same or similar elements.
FIG. 1 is a flow chart illustrating a method for increasing front-end table loading speed in accordance with an embodiment of the present application.
Fig. 2 shows a block diagram of an apparatus for improving front-end table loading speed according to an embodiment of the present application.
Fig. 3 shows a block diagram of an electronic device according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application more clear, the technical solutions of the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application.
To facilitate understanding of embodiments of the present application, some terms related to embodiments of the present application are first explained.
The front end, namely the website foreground part, comprises page design and page realization, and mainly refers to a webpage which is displayed for a user to browse and is operated on a browser such as a PC end and a mobile end. The "front end" is the part of the website that interacts directly with the user, from font to layout to picture size, and drop down menus, presentation bars and dynamic effects, etc., all of which are visually apparent as a result of the browser parsing, processing, rendering the relevant HTML, CSS, javaScript. In short, the presentation pages and the use pages for you to operate on all websites that are seen in using the network can be referred to as the front ends.
The back end is the content of controlling the front end in the background work and is mainly responsible for programming architecture ideas, database management and the like. The back end interacts with the database to process corresponding business logic, and how to implement functions, access data, stability and performance of the platform, and the like are considered, and dynamic languages such as PHP, ASP, JSP and the like are involved.
Application scenarios related to the embodiments of the present application are described next. It should be noted that, the application scenario described in the embodiment of the present application is a scenario of front-end table data loading response, which is only for more clearly describing the technical solution of the embodiment of the present application, and is not limited to the technical solution provided by the embodiment of the present application. The method for improving the loading speed of the front-end table provided by the embodiment of the application is also applicable to similar or analogous scenes of other data loading responses.
Fig. 1 shows a flowchart of a method for improving the loading speed of a front-end table according to an embodiment of the present application, where the method is applicable to a case of showing a large number of tables in a browser page, and data refer to fig. 1, and the method includes the following steps:
step 101, obtaining form data to be loaded, wherein the form data comprises a label type and a label attribute corresponding to each piece of cell data when each piece of cell data is modified.
Each cell data of the table data can be modified, and the label type corresponding to each cell data is modified, wherein the label type comprises time screening, drop-down list single selection, drop-down list multiple selection and an input box. The tag attributes include coordinates, width, height, identity, and tag type of the clicked cell.
Step 102, determining a loading mode based on the data structure of the table data.
The loading mode comprises synchronous loading and asynchronous loading.
Specifically, the synchronization mode, also called blocking mode, can prevent subsequent processing of the browser, and stop subsequent analysis and execution of the file, for example, rendering of an image; asynchronous loading is also called non-blocking mode loading, and the browser can execute subsequent page processing while downloading js.
In the embodiment of the application, synchronous loading is adopted for data in the table, asynchronous loading is adopted for data modification operation, namely, time screening, single selection of a pull-down list, multiple selection of the pull-down list and asynchronous loading of a time plug-in unit are adopted for an input box, and different loading modes are determined through separating a data structure, so that only synchronous loading is left under the pressure of initial loading.
And 103, packaging standard components of the same dom structure in the table data, so that different types of labels share the same plugin.
The DOM structure is a document object model (Document Object Model, abbreviated as DOM), and is a standard programming interface for processing extensible markup language (HTML or XML) recommended by W3C organization. W3C has defined a series of DOM interfaces through which the content, structure, and style of the web page can be changed.
In the embodiment of the application, the standard component packages enable the plurality of pieces of data to share one set of component, so that the workload of browser rendering is greatly reduced. And each column in the table data has a plurality of time marks, all time plug-ins are required to be called, and the loading speed is improved by adopting the same time plug-ins.
Step 104, calling the modification logic corresponding to the plug-in unit based on the label attribute of the clicked cell, and returning the modification logic to the component for display after the modification is completed.
Specifically, the label attribute of the clicked cell is transmitted to a standard component; calling the plug-in to set the label attribute of the standard component to be overlapped with the clicked cell; and after the modification is finished, the modified data is transmitted back to the component for display.
When the cursor is positioned at a certain tag position, tag attributes such as x and y coordinates, width and height of the clicked object in the browser are acquired, the tag attributes are transmitted to the standard component, and the tag attributes such as the display position (x and y coordinates), the width and the height of the standard component in the browser are set based on modification logic of the tag in the plug-in, so that the standard component and the clicked object are overlapped.
It should be noted that, the table contains multiple time identifiers, and the modification of the tag attribute can be realized only by determining the tag attribute such as the position, width, height, etc. of the clicking object at the current time and synchronizing the tag attribute with the time plug-in.
Further, after the plug-in finishes modifying the corresponding tag attribute, the internal data is emptied and is converted into an idle state.
Further, when the requested data amount is too large, the embodiment of the application calculates the maximum data amount which can be displayed on the current screen based on the height occupied by the table data to be recorded on the current screen and the height occupied by each piece of data; and transmitting the data of the maximum data amount to the back end each time.
Specifically, the height occupied by the table data to be recorded on the current screen is divided by the height occupied by each piece of data to obtain the maximum data amount which can be displayed on the current screen.
It should be noted that this method is applicable to a single piece of data with a small amount, within the processing peak of the browser.
According to the embodiment of the disclosure, the following technical effects are achieved:
acquiring form data to be loaded, wherein the form data comprises a label type and a label attribute corresponding to each piece of cell data when each piece of cell data is modified; determining a loading mode based on a data structure of the form data; standard component packaging is carried out on the same dom structure in the table data, so that different types of labels share the same plug-in; and calling modification logic corresponding to the plug-in based on the label attribute of the clicked cell, and transmitting the modification logic back to the component for display after the modification is completed. The method and the device can improve the loading speed of the front-end form, so that the Internet surfing experience of a user is improved.
It should be noted that, for simplicity of description, the foregoing method embodiments are all expressed as a series of action combinations, but it should be understood by those skilled in the art that the present application is not limited by the order of actions described, as some steps may be performed in other order or simultaneously in accordance with the present application. Further, those skilled in the art will also appreciate that the embodiments described in the specification are all alternative embodiments, and that the acts and modules referred to are not necessarily required in the present application.
The foregoing is a description of embodiments of the method, and the following further describes embodiments of the device.
Fig. 2 shows a block diagram of an apparatus for improving front-end table loading speed according to an embodiment of the present application, and referring to fig. 2, the apparatus includes an obtaining module 201, a determining module 202, an encapsulating module 203, and a display module 204.
An obtaining module 201, configured to obtain form data to be loaded, where the form data includes a tag type and a tag attribute corresponding to each cell data when each cell data is modified;
a determining module 202, configured to determine a loading manner based on a data structure of the table data;
the packaging module 203 is configured to package a standard component for the same dom structure in the table data, so that different types of tags share the same plugin;
and the display module 204 is used for calling the modification logic corresponding to the plug-in unit based on the label attribute of the clicked cell, and transmitting the modification logic back to the component for display after the modification is completed.
It should be noted that: the device for improving the loading speed of the front-end table provided in the above embodiment is only exemplified by the division of the above functional modules when the user intelligent question-answering is performed, and in practical application, the above functional allocation may be completed by different functional modules according to needs, i.e. the internal structure of the device is divided into different functional modules to complete all or part of the functions described above. In addition, the device for improving the loading speed of the front-end table and the method embodiment for improving the loading speed of the front-end table provided in the foregoing embodiments belong to the same concept, and the specific implementation process of the device is detailed in the method embodiment, which is not described herein again.
Fig. 3 shows a block diagram of an electronic device according to an embodiment of the present application, and referring to fig. 3, an electronic device 300 includes a processor 301 and a memory 303. Wherein the processor 301 is coupled to the memory 303, such as via a bus 302. Optionally, the electronic device 300 may also include a transceiver 304. It should be noted that, in practical applications, the transceiver 304 is not limited to one, and the structure of the electronic device 300 is not limited to the embodiment of the present application.
The processor 301 may be a CPU (Central Processing Unit ), general purpose processor, DSP (Digital Signal Processor, data signal processor), ASIC (Application Specific Integrated Circuit ), FPGA (Field Programmable Gate Array, field programmable gate array) or other programmable logic device, transistor logic device, hardware components, or any combination thereof. Which may implement or perform the various exemplary logic blocks, modules, and circuits described in connection with this disclosure. Processor 301 may also be a combination that implements computing functionality, e.g., comprising one or more microprocessor combinations, a combination of a DSP and a microprocessor, etc.
Bus 302 may include a path to transfer information between the components. Bus 302 may be a PCI (Peripheral Component Interconnect, peripheral component interconnect Standard) bus or an EISA (Extended Industry Standard Architecture ) bus, or the like. Bus 302 may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown in fig. 3, but not only one bus or one type of bus.
The Memory 303 may be, but is not limited to, a ROM (Read Only Memory) or other type of static storage device that can store static information and instructions, a RAM (Random Access Memory ) or other type of dynamic storage device that can store information and instructions, an EEPROM (Electrically Erasable Programmable Read Only Memory ), a CD-ROM (Compact Disc Read Only Memory, compact disc Read Only Memory) or other optical disk storage, optical disk storage (including compact discs, laser discs, optical discs, digital versatile discs, blu-ray discs, etc.), magnetic disk storage media or other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer.
The memory 303 is used for storing application program codes for executing the present application and is controlled to be executed by the processor 301. The processor 301 is configured to execute application code stored in the memory 303 to achieve an increase in front-end table loading speed.
Among them, electronic devices include, but are not limited to: mobile terminals such as mobile phones, notebook computers, digital broadcast receivers, PDAs (personal digital assistants), PADs (tablet computers), PMPs (portable multimedia players), in-vehicle terminals (e.g., in-vehicle navigation terminals), and the like, and stationary terminals such as digital TVs, desktop computers, and the like. It should be noted that the electronic device shown in fig. 3 is only an example, and should not impose any limitation on the functions and application scope of the embodiments of the present application.
In the above embodiments, it may be implemented in whole or in part by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When the computer instructions are loaded and executed on a computer, the processes or functions described in accordance with embodiments of the present application are produced in whole or in part. The computer may be a general purpose computer, a special purpose computer, a computer network, or other programmable apparatus. The computer instructions may be stored in a computer-readable storage medium or transmitted from one computer-readable storage medium to another computer-readable storage medium, for example, the computer instructions may be transmitted from one website, computer, server, or data center to another website, computer, server, or data center by a wired (e.g., coaxial cable, fiber optic, data subscriber line (digital subscriber line, DSL)) or wireless (e.g., infrared, wireless, microwave, etc.) means. The computer readable storage medium may be any available medium that can be accessed by a computer or a data storage device such as a server, data center, etc. that contains an integration of one or more available media. The usable medium may be a magnetic medium (e.g., floppy disk, hard disk, magnetic tape), an optical medium (e.g., digital versatile disk (digital versatile disc, DVD)), or a semiconductor medium (e.g., solid State Disk (SSD)), etc. It is noted that the computer readable storage medium mentioned in the embodiments of the present application may be a non-volatile storage medium, in other words, may be a non-transitory storage medium.
It should be understood that references herein to "at least one" mean one or more, and "a plurality" means two or more. In the description of the embodiments of the present application, unless otherwise indicated, "/" means or, for example, a/B may represent a or B; "and/or" herein is merely an association relationship describing an association object, and means that three relationships may exist, for example, a and/or B may mean: a exists alone, A and B exist together, and B exists alone. In addition, in order to clearly describe the technical solutions of the embodiments of the present application, in the embodiments of the present application, the words "first", "second", and the like are used to distinguish the same item or similar items having substantially the same function and effect. It will be appreciated by those of skill in the art that the words "first," "second," and the like do not limit the amount and order of execution, and that the words "first," "second," and the like do not necessarily differ.
The above description of exemplary embodiments is not intended to limit the embodiments of the present application, but any modifications, equivalents, improvements, etc. that fall within the spirit and principles of the embodiments of the present application are intended to be included in the scope of the present application.

Claims (10)

1. A method for increasing front-end table loading speed, comprising:
acquiring form data to be loaded, wherein the form data comprises a label type and a label attribute corresponding to each piece of cell data when each piece of cell data is modified;
determining a loading mode based on the data structure of the table data;
standard component packaging is carried out on the same dom structure in the table data, so that different types of labels share the same plug-in;
and calling modification logic corresponding to the plug-in based on the label attribute of the clicked cell, and transmitting the modification logic back to the component for display after the modification is completed.
2. The method of claim 1, wherein the tag type comprises time screening, drop down list single selection, drop down list multiple selection, input box.
3. The method of claim 1, wherein the tag attributes include coordinates, width, height, identity, and tag type of the clicked cell.
4. The method as recited in claim 1, further comprising:
calculating the maximum data amount which can be displayed on the current screen based on the height occupied by the table data to be recorded on the current screen and the height occupied by each piece of data;
and transmitting the data of the maximum data amount to the back end each time.
5. The method of claim 1, wherein the plug-in clears the internal data to an idle state after the corresponding tag attribute is modified.
6. The method of claim 5, wherein the loading mode includes synchronous loading and asynchronous loading.
7. The method of claim 1, wherein the tab property call plug-in of the click-based cell corresponds to modification logic comprising:
transmitting the label attribute of the clicked cell to the standard component;
the calling plug-in sets the tag attribute of the standard component to coincide with the clicked cell.
8. An apparatus for increasing front-end table loading speed, comprising:
the system comprises an acquisition module, a loading module and a loading module, wherein the acquisition module is used for acquiring form data to be loaded, and the form data comprises a label type and a label attribute which correspond to each piece of cell data when each piece of cell data is modified;
the determining module is used for determining a loading mode based on the data structure of the table data;
the packaging module is used for packaging standard components of the same dom structure in the form data, so that different types of labels share the same plug-in;
and the display module is used for calling the modification logic corresponding to the plug-in unit based on the label attribute of the clicked cell, and transmitting the modification logic back to the component for display after the modification is completed.
9. An electronic device comprising a memory and a processor, the memory having stored thereon a computer program capable of being loaded by the processor and performing the method according to any of claims 1 to 7.
10. A computer readable storage medium, characterized in that a computer program is stored which can be loaded by a processor and which performs the method according to any one of claims 1 to 7.
CN202310270282.6A 2023-03-16 2023-03-16 Method, device, equipment and storage medium for improving front-end table loading speed Active CN116302193B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310270282.6A CN116302193B (en) 2023-03-16 2023-03-16 Method, device, equipment and storage medium for improving front-end table loading speed

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310270282.6A CN116302193B (en) 2023-03-16 2023-03-16 Method, device, equipment and storage medium for improving front-end table loading speed

Publications (2)

Publication Number Publication Date
CN116302193A true CN116302193A (en) 2023-06-23
CN116302193B CN116302193B (en) 2024-02-13

Family

ID=86814709

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310270282.6A Active CN116302193B (en) 2023-03-16 2023-03-16 Method, device, equipment and storage medium for improving front-end table loading speed

Country Status (1)

Country Link
CN (1) CN116302193B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109597954A (en) * 2018-11-28 2019-04-09 南京赛克蓝德网络科技有限公司 Data item methods of exhibiting, calculates equipment and medium at device
CN110413931A (en) * 2019-07-31 2019-11-05 北京奇艺世纪科技有限公司 Data load method, device, computer equipment and storage medium
CN112363794A (en) * 2020-11-30 2021-02-12 华云数据控股集团有限公司 Rendering method of front-end list type component and electronic equipment
CN113779479A (en) * 2021-09-15 2021-12-10 京东科技控股股份有限公司 Webpage table editing method, device, equipment and storage medium
CN115758004A (en) * 2022-11-17 2023-03-07 杉数科技(北京)有限公司 Webpage table display method and device, computer readable medium and electronic equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109597954A (en) * 2018-11-28 2019-04-09 南京赛克蓝德网络科技有限公司 Data item methods of exhibiting, calculates equipment and medium at device
CN110413931A (en) * 2019-07-31 2019-11-05 北京奇艺世纪科技有限公司 Data load method, device, computer equipment and storage medium
CN112363794A (en) * 2020-11-30 2021-02-12 华云数据控股集团有限公司 Rendering method of front-end list type component and electronic equipment
CN113779479A (en) * 2021-09-15 2021-12-10 京东科技控股股份有限公司 Webpage table editing method, device, equipment and storage medium
CN115758004A (en) * 2022-11-17 2023-03-07 杉数科技(北京)有限公司 Webpage table display method and device, computer readable medium and electronic equipment

Also Published As

Publication number Publication date
CN116302193B (en) 2024-02-13

Similar Documents

Publication Publication Date Title
KR102179149B1 (en) Page component dynamic layout
US20190251143A1 (en) Web page rendering method and related device
US9026931B2 (en) Cross-browser “drag-and-drop” library
US9507480B1 (en) Interface optimization application
US9092131B2 (en) Highlighting of tappable web page elements
US20130326337A1 (en) Web application compositon and modification editor
CN112667330B (en) Page display method and computer equipment
US10521494B2 (en) Content to layout template mapping and transformation
CN112711418B (en) Front-end interface layout method and device for multiple components, electronic equipment and storage medium
CN107229760B (en) Storage medium, electronic device, the display methods of web page contents and device
CN111061533A (en) Page multi-language display method and device, electronic equipment and computer storage medium
US9754391B2 (en) Webpage display method and apparatus
CN112612982A (en) Webpage preloading method and device and computer equipment
CN111898050B (en) Method and system for automatically loading next news
KR102652069B1 (en) Information presentation methods, devices, electronic devices and storage media
CN109992580A (en) Processing method and processing device, storage medium, the computer equipment of table data
CN107391163B (en) Page data loading method and device in mobile terminal and application
CN116302193B (en) Method, device, equipment and storage medium for improving front-end table loading speed
US20210185109A1 (en) Page presentation method and system, computer system, and computer readable medium
CN113722630B (en) Method and equipment for presenting resource data in web page based on client rendering
US9230022B1 (en) Customizable result sets for application program interfaces
CN108984247B (en) Information display method, terminal equipment and network equipment thereof
CN112256991A (en) Native rendering method and device for information stream fusing multi-link addresses
CN107451143B (en) Reading method and reading system of electronic document
US10437911B2 (en) Fast bulk z-order for graphic elements

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