CN114637937A - Page display method and device, electronic equipment and computer readable storage medium - Google Patents

Page display method and device, electronic equipment and computer readable storage medium Download PDF

Info

Publication number
CN114637937A
CN114637937A CN202210219313.0A CN202210219313A CN114637937A CN 114637937 A CN114637937 A CN 114637937A CN 202210219313 A CN202210219313 A CN 202210219313A CN 114637937 A CN114637937 A CN 114637937A
Authority
CN
China
Prior art keywords
component
module
rendered
page
file
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202210219313.0A
Other languages
Chinese (zh)
Inventor
陈娜
李建伟
孙永良
陈维强
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hisense TransTech Co Ltd
Original Assignee
Hisense TransTech 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 Hisense TransTech Co Ltd filed Critical Hisense TransTech Co Ltd
Priority to CN202210219313.0A priority Critical patent/CN114637937A/en
Publication of CN114637937A publication Critical patent/CN114637937A/en
Pending legal-status Critical Current

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
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The embodiment of the invention provides a page display method, a page display device, electronic equipment and a computer readable storage medium, wherein the method comprises the following steps: acquiring a hypertext markup language (HTML) file to be displayed, wherein the HTML file comprises a basic page and at least one module to be rendered nested in the basic page; after the basic page is rendered, for any module to be rendered, when the rendering condition of the module to be rendered is determined to be met, calling the corresponding registered component according to the first attribute of the module to be rendered, instantiating the component according to the second attribute of the module to be rendered, and rendering the instantiated component; wherein the component is registered through a name or file path of the component prior to instantiation of the component. Therefore, flexible expansion and use of the components are realized, and the development and maintenance efficiency of the front-end page is improved.

Description

Page display method and device, electronic equipment and computer readable storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a page display method and apparatus, an electronic device, and a computer-readable storage medium.
Background
In the daily page development process, in order to reduce the code redundancy and improve the development efficiency, the idea of using componentization is considered: for the same or similar page elements, the page elements are often modularized, the introduction and use modes are different for different front frame frames, in the use process of the traditional mode, the page elements are required to be introduced and registered independently in each page to be used, under the condition that the granularity of the components is small, the components are required to be registered for many times, the components cannot be flexibly modified and updated, especially when the page with large page information is encountered, the time is greatly occupied during loading, the page presenting effect is poor, and the user experience is poor; when a page comprises a plurality of different components, the traditional static definition and registration mode looks neat on codes, but cannot be flexibly configured, when the business requirement changes, redundant and useless components need to be deleted from the page when the components need to be added, reduced or changed, and new required components are introduced and registered, so that the maintenance is time-consuming and is easy to confuse.
Disclosure of Invention
The embodiment of the invention provides a page display method, a page display device, electronic equipment and a computer readable storage medium, which are used for improving the development efficiency of a front-end page and reducing the maintenance difficulty.
The embodiment of the invention provides a page display method, which comprises the following steps:
acquiring a hypertext markup language (HTML) file to be displayed, wherein the HTML file comprises a basic page and at least one module to be rendered nested in the basic page;
after the basic page is rendered, for any module to be rendered, when the rendering condition of the module to be rendered is determined to be met, calling the corresponding registered component according to the first attribute of the module to be rendered, instantiating the component according to the second attribute of the module to be rendered, and rendering the instantiated component;
wherein the component is registered through a name or file path of the component prior to instantiation of the component.
Optionally, the component is registered by:
if the name of the component is successfully obtained, registering the component through the name of the component;
and if the name of the component is not successfully acquired, registering the component through the file path of the component.
Optionally, the component is registered according to the name or file path of the component indicated by the registration instruction in the intermediate file after calling the corresponding intermediate file according to the name or file path of the intermediate file set in the HTML file.
Optionally, the registered component is a component defined in an external configuration file.
Optionally, the rendering condition of the module to be rendered includes that a preset event corresponding to the module to be rendered is triggered.
Optionally, instantiating the component according to the setup attribute of the module to be rendered includes:
and transmitting the data of the setting attribute of the module to be rendered to the component through a prop function so as to realize instantiation of the component.
Optionally, the component is defined by a factory function.
Based on the same inventive concept, an embodiment of the present invention further provides a page display apparatus, including:
the system comprises a loading module, a rendering module and a display module, wherein the loading module is used for acquiring a hypertext markup language (HTML) file to be displayed, and the HTML file comprises a basic page and at least one module to be rendered nested in the basic page;
the rendering module is used for calling a corresponding registered component according to a first attribute of the module to be rendered when determining that the rendering condition of the module to be rendered is met for any module to be rendered after the basic page is rendered, instantiating the component according to a second attribute of the module to be rendered, and rendering the instantiated component;
wherein the component is registered through a name or file path of the component prior to instantiation of the component.
Based on the same inventive concept, an embodiment of the present invention further provides an electronic device, including: a processor and a memory for storing processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the page display method.
Based on the same inventive concept, the embodiment of the invention also provides a computer storage medium, wherein the computer storage medium stores a computer program, and the computer program is used for the page display method.
Based on the same inventive concept, the embodiment of the present invention further provides a computer program product, where the computer program product includes a computer program, and the computer program is used to implement the page display method.
The invention has the following beneficial effects:
according to the page display method, the page display device, the electronic equipment and the computer readable storage medium, the flexible expansion and use of the components are realized by using the name or the file path of the components to perform the dynamic registration method, and the development and maintenance efficiency of the front-end page is improved.
Drawings
Fig. 1 is a flowchart of a page display method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a page display device according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, the present invention is further described with reference to the accompanying drawings and examples. Example embodiments may, however, be embodied in many different forms and should not be construed as 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 concept of example embodiments to those skilled in the art. The same reference numerals in the drawings denote the same or similar structures, and thus their repetitive description will be omitted. The words expressing the position and direction described in the present invention are illustrated in the accompanying drawings, but may be changed as required and still be within the scope of the present invention. The drawings of the present invention are for illustrative purposes only and do not represent true scale.
It should be noted that in the following description, specific details are set forth in order to provide a thorough understanding of the present invention. The invention can be embodied in many different forms than those described herein and those skilled in the art will appreciate that the invention is susceptible to similar forms of embodiment without departing from the spirit and scope of the invention. Therefore, the present invention is not limited to the specific embodiments disclosed below. The following description is of the preferred embodiment for carrying out the present application, but is made for the purpose of illustrating the general principles of the application and is not to be taken in a limiting sense. The protection scope of the present application shall be subject to the definitions of the appended claims.
The following describes a page display method, a page display apparatus, an electronic device, and a computer-readable storage medium according to embodiments of the present invention with reference to the accompanying drawings.
The embodiment of the invention is realized based on an Vue framework. Vue is a set of progressive frameworks for building user interfaces. Unlike other large frames, Vue is designed to be applied layer by layer from the bottom up. Vue, the core library only focuses on the viewing layer, which is not only easy to use, but also convenient for integration with third party libraries or existing projects. On the other hand, Vue is also fully capable of providing a driver for complex single page applications when used in conjunction with modern tool chains and various supporting class libraries.
Specifically, the page display method provided in the embodiment of the present invention, as shown in fig. 1, includes:
s101, obtaining a hypertext Markup Language (HTML) file to be displayed, wherein the HTML file comprises a basic page and at least one module to be rendered, and the module is nested in the basic page.
When the front-end page is developed, firstly, the front-end page to be displayed is subjected to function analysis through an integral-to-local method according to business requirements, and various functions of the front-end page are split into modules according to the business requirements. And then performing style definition in the large page. And predefining each module, distributing a unique number for each module, calculating the position information of each module through a grid, initializing parameters such as positioning and size of the predefined module according to the overall size, and storing the parameters in an HTML file. Then, style definition is performed on the front-end page, and a specific way is to develop and define a custom setting component, which has some initialized basic attributes (such as position attributes, background attributes and the like, for example, the background attribute may be a picture or a corresponding color gradient and the like), then the basic attributes are configured in the form of a pull-down box, an input box and the like, the basic attributes are introduced into a large page by a dynamic component instantiation method, the basic attributes are loaded into the page in a circulating manner, and the quantity of the components is determined by the size of the circulating length. At this time, the page has boxes with different sizes and arranged in sequence, and the required page structure is finally formed through the position, the size and the like of the adjusted component. At this point, there is no specific business logic information for the module at this time. Thus, a front page with an overall outline formed by a plurality of big and small square-shaped fonts is obtained, and the front page is the basic page.
And S102, rendering the basic page.
At this time, the base page having an overall outline formed by a plurality of large and small square shapes and a font is displayed.
S103, for any module to be rendered, when the rendering condition of the module to be rendered is determined to be met, calling a corresponding registered component according to the first attribute of the module to be rendered, instantiating the component according to the second attribute of the module to be rendered, and rendering the instantiated component.
Wherein the component is registered through a name or file path of the component prior to instantiation of the component.
When front-end page development is carried out, after a basic page is formed, all modules need to be stripped into independent components, and configuration of the components is realized according to component design specifications and a registration mode so as to realize program code reuse of the same function.
In the configuration process, each configuration category is an attribute class, the minimum unit of configuration is an attribute object, and the minimum configuration item is an attribute. In particular, the property classes are arrays or objects, each property class comprising a number of property objects, each property object containing a number of properties.
The components are set as needed according to the module's plan, such as the following code:
export const sex={
title: 'sex',
type:'my-select-sex',
model:'sex',
hidden:false,
class:'sex-css',
sexList:[
{ label: 'male', value: 'man' },
{ label: 'woman', value: 'woman' },
{ label: 'unknown', value: 'other' }
}。
The role of part of attributes in the code is as follows:
Figure BDA0003536377120000061
for example, in the case of implementing the function of dynamically acquiring the selected gender from the pull-down content, the attribute object requires at least a first attribute type and a second attribute of the pull-down content sexList attribute. Wherein the first attribute type determines to call the corresponding component, and the configuration of the first attribute type must be consistent with the component name defined by the component, such as the gender pull-down component name hi-select-sex. And the second attribute is set according to the content of the variable required by the component, for example, the second attribute sexList is a component-specific attribute and represents the content contained in the drop-down box. In the front-end page development process, the properties set by the component configuration file must correspond to the component properties of the application, and the configuration outside the component properties does not affect the effect, but causes code redundancy. For example, the input box component may be loaded without the second property, the sexList property.
Optionally, the component is registered by:
if the name of the component is successfully obtained, registering the component through the name of the component;
and if the name of the component is not successfully acquired, registering the component through the file path of the component.
Specifically, in the embodiment of the present invention, registration is performed in two ways, that is, using the name of a component and the file path of the component. The name of the component is introduced by adopting a type attribute, the file path of the component is introduced by adopting a path attribute, at least one of the path and the type is configured, and otherwise, the configuration file is invalid after being introduced. In the embodiment of the invention, the priority of the type attribute is higher, and if the type attribute is null or null, whether the path attribute exists is judged. Specifically, the code is as follows:
Figure BDA0003536377120000071
Figure BDA0003536377120000081
as an alternative embodiment, the component is registered directly according to the name or file path of the component indicated by the registration instruction in the HTML file.
As another optional implementation manner, the component is registered according to the name or file path of the component indicated by the registration instruction in the intermediate file after calling the corresponding intermediate file according to the name and file path of the intermediate file set in the HTML file.
Specifically, the components may be registered in bulk in the form of an intermediate file. The configuration of the intermediate file is configured by adding the name of the intermediate file and the file path of the intermediate file, and the name and the path of the component are added in the public array. For example the following code:
Figure BDA0003536377120000082
wherein, name is the name identification of the component, and path is the path where the component file is located. And finally, globally and locally introducing the intermediate file according to the requirement, and calling a registration instruction to complete batch registration. Therefore, only one registration instruction needs to be written in the note intermediate file, and independent registration is not needed.
As an alternative embodiment, the registered component is a component defined in an external configuration file.
In the front-end development stage, different pages can be customized according to different business requirements, so that components are continuously developed, updated and newly added according to the business requirements. Therefore, the codes of the components are placed in the external configuration files, the components can be further classified and stored according to classes or businesses to form a component library, management and maintenance are facilitated, the positions of the quick components can be located when the functions realized by the components need to be modified, the components can be updated by modifying the external configuration files of the components, maintenance is facilitated, and development and deployment costs are saved. Specifically, a Javascript static format file or a Javascript Object Notation (json) static format file may be adopted as the format of the external configuration file. Since the Javascript static file is convenient for the reference and access of the page template, the file definition rule is simple, and the maintenance is convenient, the Javascript static file is preferably used as the format of the external configuration file for configuration. In addition, considering that the local file migration is stronger, the external configuration file is preferably placed in a remote server and then introduced into a front-end page through a component configuration mode returned by calling an interface, so that the purpose of changing the requirement can be achieved without restarting codes.
As an optional implementation manner, the rendering condition of the module to be rendered includes that a preset event corresponding to the module to be rendered is triggered.
For example, a v-for function is adopted in an HTML file to control whether a module to be rendered is rendered, and when the function value of the v-for function is true, the module to be rendered is rendered. For another example, a v-on function is adopted in an HTML file to monitor DOM events, and a module to be rendered is rendered when triggered.
Optionally, instantiating the component according to the setup attribute of the module to be rendered includes:
and transmitting the data of the setting attribute of the module to be rendered to the component through a prop function so as to realize instantiation of the component.
For example, the code at the component is as follows:
Vue.component('blog-post',{
props:['postTitle'],
template:'<h3>{{postTitle}}</h3>'
})
and the character strings in the HTML file are transferred to the components through a prop function so as to realize the instantiation of the components. For example the following code:
<blog-post post-title="hello!"></blog-post>
optionally, the component is defined by a factory function.
Thus, only when the component is needed, the factory function is triggered and instantiated for rendering, the asynchronous component and the code-splitting are used in a matched mode, and the result is cached for re-rendering at a proper time. Therefore, lazy loading of the components is achieved, the components are loaded in sequence according to needs, and the problem that the page loading time is long and the effect is poor under the condition that the page components are various is avoided. For example the following code:
Vue.componenet
('my-select-sex',function(resolve)
{require('[./components/select/my-select-sex]',resolve)})
component ('my-select-sex',
()=>import('./components/select/my-select-sex'))
based on the same inventive concept, an embodiment of the present invention further provides a page display apparatus, as shown in fig. 2, including:
the loading module M1 is configured to obtain a hypertext markup language (HTML) file to be displayed, where the HTML file includes a base page and at least one module to be rendered nested in the base page;
a rendering module M2, configured to, after rendering the base page, call, for any module to be rendered, a corresponding registered component according to a first attribute of the module to be rendered when it is determined that a rendering condition of the module to be rendered is satisfied, instantiate the component according to a second attribute of the module to be rendered, and render the instantiated component;
wherein the component is registered through a name or file path of the component prior to instantiation of the component.
Optionally, the component is registered by:
if the name of the component is successfully obtained, registering the component through the name of the component;
and if the name of the component is not successfully acquired, registering the component through the file path of the component.
Optionally, the component is registered according to the name or file path of the component indicated by the registration instruction in the intermediate file after calling the corresponding intermediate file according to the name or file path of the intermediate file set in the HTML file.
Optionally, the registered component is a component defined in an external configuration file.
Optionally, the rendering condition of the module to be rendered includes that a preset event corresponding to the module to be rendered is triggered.
Optionally, instantiating the component according to the setup attribute of the module to be rendered includes:
and transmitting the data of the setting attribute of the module to be rendered to the component through a prop function so as to realize instantiation of the component.
Optionally, the component is defined by a factory function.
It should be understood that the division of the modules described is merely a logical division, and that in actual implementations there may be additional divisions, for example, where multiple modules or components may be combined or integrated into another system, or where some features may be omitted, or not implemented. The functional modules in the embodiments of the present application may be integrated into one processing module, or each module may exist alone physically, or two or more modules are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode. The integrated module, if implemented in the form of a software functional module and sold or used as a stand-alone product, may be stored in a computer readable storage medium.
Because the principle of the page display device for solving the problem is similar to the page display method, the implementation of the page display device can refer to the implementation of the page display method, and repeated parts are not described again.
Based on the same inventive concept, an embodiment of the present invention further provides an electronic device, as shown in fig. 3, including: a processor 110 and a memory 120 for storing instructions executable by the processor 110; wherein the processor 110 is configured to execute the instructions to implement the page display method.
In particular implementations, the apparatus may vary significantly depending on configuration or performance, and may include one or more processors 110, a memory 120, a computer-readable storage medium 130, with one or more applications 131 or data 132 included in the memory 120 and/or the computer-readable storage medium 130. The memory 120 and/or computer-readable storage medium 130 may also include one or more operating systems 133 therein, such as Windows, Mac OS, Linux, IOS, Android, Unix, FreeBSD, and the like. Memory 120 and computer-readable storage medium 130 may be, among other things, transient storage or persistent storage. The application 131 may include one or more of the modules (not shown in fig. 3), each of which may include a series of instruction operations. Still further, the processor 110 may be configured to communicate with a computer-readable storage medium 130, on which a series of instruction operations in the storage medium 130 are executed. The apparatus may also include one or more power supplies (not shown in FIG. 3); one or more network interfaces 140, the network interfaces 140 comprising a wired network interface 141 and/or a wireless network interface 142; one or more input/output interfaces 143.
Based on the same inventive concept, the embodiment of the present invention further provides a computer storage medium, wherein the computer storage medium stores a computer program, and the computer program is used for implementing the page display method.
Based on the same inventive concept, the embodiment of the present invention further provides a computer program product, where the computer program product includes a computer program, and the computer program is used to implement the page display method.
According to the page display method, the page display device, the electronic equipment and the computer readable storage medium, the flexible expansion and use of the components are realized by using the name or the file path of the components to perform the dynamic registration method, and the development and maintenance efficiency of the front-end page is improved.
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 so forth) 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 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.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present application without departing from the spirit and scope of the application. Thus, if such modifications and variations of the present application fall within the scope of the claims of the present application and their equivalents, the present application is intended to include such modifications and variations as well.

Claims (10)

1. A page display method, comprising:
acquiring a hypertext markup language (HTML) file to be displayed, wherein the HTML file comprises a basic page and at least one module to be rendered nested in the basic page;
after the basic page is rendered, for any module to be rendered, when the rendering condition of the module to be rendered is determined to be met, calling the corresponding registered component according to the first attribute of the module to be rendered, instantiating the component according to the second attribute of the module to be rendered, and rendering the instantiated component;
wherein the component is registered through a name or file path of the component prior to instantiation of the component.
2. The page display method of claim 1, wherein the component is registered by:
if the name of the component is successfully obtained, registering the component through the name of the component;
and if the name of the component is not successfully acquired, registering the component through the file path of the component.
3. The page display method according to claim 1 or 2, wherein the component is registered according to the name or file path of the component indicated by the registration instruction in the intermediate file after calling the corresponding intermediate file according to the name and file path of the intermediate file set in the HTML file.
4. The page display method according to claim 1 or 2, wherein the registered component is a component defined in an external configuration file.
5. The page display method according to claim 1, wherein the rendering condition of the module to be rendered includes that a preset event corresponding to the module to be rendered is triggered.
6. The page display method of claim 1, wherein instantiating the component according to the setup properties of the module to be rendered comprises:
and transmitting the data of the setting attribute of the module to be rendered to the component through a prop function so as to realize instantiation of the component.
7. A page display apparatus, comprising:
the system comprises a loading module, a rendering module and a display module, wherein the loading module is used for acquiring a hypertext markup language (HTML) file to be displayed, and the HTML file comprises a basic page and at least one module to be rendered nested in the basic page;
the rendering module is used for calling a corresponding registered component according to a first attribute of the module to be rendered when determining that the rendering condition of the module to be rendered is met for any module to be rendered after the basic page is rendered, instantiating the component according to a second attribute of the module to be rendered, and rendering the instantiated component;
wherein the component is registered by a name or file path of the component prior to instantiation of the component.
8. An electronic device, comprising: a processor and a memory for storing processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the page display method of any of claims 1-6.
9. A computer storage medium characterized in that it stores a computer program for implementing the page display method according to any one of claims 1 to 6.
10. A computer program product, characterized in that it comprises a computer program for implementing a page display method according to any one of claims 1 to 6.
CN202210219313.0A 2022-03-08 2022-03-08 Page display method and device, electronic equipment and computer readable storage medium Pending CN114637937A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210219313.0A CN114637937A (en) 2022-03-08 2022-03-08 Page display method and device, electronic equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210219313.0A CN114637937A (en) 2022-03-08 2022-03-08 Page display method and device, electronic equipment and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN114637937A true CN114637937A (en) 2022-06-17

Family

ID=81947320

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210219313.0A Pending CN114637937A (en) 2022-03-08 2022-03-08 Page display method and device, electronic equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN114637937A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117170669A (en) * 2023-09-06 2023-12-05 之江实验室 Page display method based on front-end high-low code fusion

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117170669A (en) * 2023-09-06 2023-12-05 之江实验室 Page display method based on front-end high-low code fusion

Similar Documents

Publication Publication Date Title
US10008009B1 (en) Method for generating dynamic vector graphics
KR20050039551A (en) Programming interface for a computer platform
US20130080879A1 (en) Methods and apparatus providing document elements formatting
CN110941614A (en) Form generation method and device, electronic equipment and computer readable storage medium
CN104798067A (en) Web server system, dictionary system, dictionary call method, screen control display method, and demonstration application generation method
CN110837366A (en) Form generation method, electronic device and computer readable storage medium
US10951486B2 (en) Terminal device, UI expansion method, and UI expansion program
KR950012084B1 (en) Display generating method and system therefor
CN113326044A (en) Development method, system and storage medium based on control library
CN114020256A (en) Front-end page generation method, device and equipment and readable storage medium
CN114637937A (en) Page display method and device, electronic equipment and computer readable storage medium
CN111352627A (en) Page skeleton screen generation method, device, equipment and readable storage medium
CN115543440A (en) Method for migrating android project to android-like system, electronic equipment and storage medium
CN116432624A (en) Micro-service API document generation method, device, equipment and storage medium
CN116450238A (en) Vue interface rendering method and device, storage medium and electronic equipment
CN114661402A (en) Interface rendering method and device, electronic equipment and computer readable medium
CN110599112A (en) Method and device for developing and maintaining network page
CN114489619A (en) Interface view display method, terminal equipment and computer readable storage medium
US10185706B2 (en) Generating web browser views for applications
CN108563621B (en) PDF report generation method, device, equipment and storage medium
CN112417345A (en) Rendering method, rendering device, electronic equipment and storage medium
CN113961279A (en) Page rendering method, device, server and storage medium
CN112632436A (en) Webpage display method and device, electronic equipment and storage medium
Chang et al. W-Revised: An amazing tool for creating customized websites
CN110837896B (en) Storage and calling method and device of machine learning model

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