CN113239310A - Page loading method and related device - Google Patents

Page loading method and related device Download PDF

Info

Publication number
CN113239310A
CN113239310A CN202110672258.6A CN202110672258A CN113239310A CN 113239310 A CN113239310 A CN 113239310A CN 202110672258 A CN202110672258 A CN 202110672258A CN 113239310 A CN113239310 A CN 113239310A
Authority
CN
China
Prior art keywords
page
reusable
code
page code
loading
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
CN202110672258.6A
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.)
Shanghai Weimeng Enterprise Development Co ltd
Original Assignee
Shanghai Weimeng Enterprise Development 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 Shanghai Weimeng Enterprise Development Co ltd filed Critical Shanghai Weimeng Enterprise Development Co ltd
Priority to CN202110672258.6A priority Critical patent/CN113239310A/en
Publication of CN113239310A publication Critical patent/CN113239310A/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/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • 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/44505Configuring for program initiating, e.g. using registry, configuration files
    • 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
    • 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/44568Immediately runnable code

Landscapes

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

Abstract

The application discloses a page loading method, which comprises the following steps: visually displaying the reusable page code packet so as to select the reusable page code packet and sending selection configuration information; the reusable page code packet is a page code packet obtained by component coding; generating a page DSL according to the selection configuration information and the corresponding reusable page code packet; and carrying out page loading according to the page DSL. Through the reusable page code packet displayed visually, the corresponding reusable page code packet required to be used can be directly selected, then the page DSL is generated according to the selection configuration information and the corresponding reusable page code packet, and finally the page loading is carried out according to the page DSL without rewriting all codes, so that the page loading efficiency is improved. The application also discloses a page loading device, a server and a computer readable storage medium, which have the beneficial effects.

Description

Page loading method and related device
Technical Field
The present application relates to the field of computer technologies, and in particular, to a page loading method, a page loading apparatus, a server, and a computer-readable storage medium.
Background
With the continuous development of information technology, more and more pages are used for displaying in the internet.
In the related art, a method for manually developing a page generally develops a corresponding page for different scenes, such as a home page of some activities or a commodity activity page. However, most of the pages are customized developments with scenes each using more or less the same content. That is, a large amount of similar content needs to be developed in the flow of page development. Moreover, the front end and the back end are required to be re-developed, so that not only are development tasks repeated and development resource efficiency low, but also online version sending is required each time, the project period is long, and the overall maintainability of subsequent multi-scene pages is low, so that the page loading efficiency is low.
Therefore, how to improve the efficiency of page loading is a key issue of attention for those skilled in the art.
Disclosure of Invention
The application aims to provide a page loading method, a page loading device, a server and a computer readable storage medium, so as to solve the problem of low page loading efficiency.
In order to solve the above technical problem, the present application provides a page loading method, including:
visually displaying the reusable page code packet so as to select the reusable page code packet and sending selection configuration information; the reusable page code packet is a page code packet obtained by component coding;
generating a page DSL according to the selection configuration information and the corresponding reusable page code packet;
and carrying out page loading according to the page DSL.
Optionally, the process of encoding the components of the reusable page code package includes:
carrying out initialization configuration;
when the initialization configuration is completed, generating a bottom layer component according to the received bottom layer component code;
coding according to the bottom component, the received method code and the received event code to obtain a complete component;
and packaging the complete assembly according to the UMD specification to obtain the reusable page code packet, and uploading the reusable page code packet.
Optionally, visually displaying the reusable page code package includes:
the server combines a plurality of reusable page code packages into a template;
and respectively carrying out visual display on the multiple reusable page code packages and the template.
Optionally, the server combines a plurality of reusable page code packages into a template, including:
the server determines a plurality of reusable page code packets according to the received page component information;
and combining the received page layout information and the multiple reusable page code packages to obtain the template.
Optionally, the page loading according to the page DSL includes:
adopting a DSL resolver to resolve the page DSL to obtain a page code;
loading a component group corresponding to the page code;
and when the loading of the component library is completed, rendering the page code to complete the page loading.
Optionally, the method further includes:
and managing the multiplexing page code packet according to the received management information.
Optionally, the method further includes:
and when a page preview instruction is received, performing style preview processing according to the page DSL.
The present application further provides a page loading apparatus, including:
the visual display module is used for visually displaying the reusable page code packet so as to select the reusable page code packet and send selection configuration information; the reusable page code packet is a page code packet obtained by component coding;
a page code generation module, configured to generate a page DSL according to the selection configuration information and the corresponding reusable page code packet;
and the page loading module is used for carrying out page loading according to the page DSL.
The present application further provides a server, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the page loading method as described above when executing the computer program.
The present application also provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the page loading method as described above.
The page loading method provided by the application comprises the following steps: visually displaying the reusable page code packet so as to select the reusable page code packet and sending selection configuration information; the reusable page code packet is a page code packet obtained by component coding; generating a page DSL according to the selection configuration information and the corresponding reusable page code packet; and carrying out page loading according to the page DSL.
Through the reusable page code packet which is displayed visually, the corresponding reusable page code packet which needs to be used can be directly selected, then the page DSL is generated according to the selection configuration information and the corresponding reusable page code packet, and finally the page loading is carried out according to the page DSL without rewriting all codes, so that the page loading efficiency is improved, the repeated page writing is avoided, and the online efficiency is improved when the scene page is loaded.
The application also provides a page loading device, a server and a computer readable storage medium, which have the above beneficial effects and are not described herein again.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a page loading method according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a page loading apparatus according to an embodiment of the present application.
Detailed Description
The core of the application is to provide a page loading method, a page loading device, a server and a computer readable storage medium, so as to solve the problem of low page loading efficiency.
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in 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, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
In the related art, a method for manually developing a page generally develops a corresponding page for different scenes, such as a home page of some activities or a commodity activity page. However, most of the pages are customized developments with scenes each using more or less the same content. That is, a large amount of similar content needs to be developed in the flow of page development. Moreover, the front end and the back end are required to be re-developed, so that not only are development tasks repeated and development resource efficiency low, but also online version sending is required each time, the project period is long, and the overall maintainability of subsequent multi-scene pages is low, so that the page loading efficiency is low.
Therefore, the page loading method provided by the application enables the corresponding reusable page code package to be used to be directly selected through the reusable page code package which is visually displayed, then the page DSL is generated according to the selection configuration information and the corresponding reusable page code package, and finally the page loading is carried out according to the page DSL without rewriting all codes, so that the page loading efficiency is improved, the repeated page writing is avoided, and the online efficiency is improved when the scene page is loaded.
A page loading method provided by the present application is described below by an embodiment.
Referring to fig. 1, fig. 1 is a flowchart of a page loading method according to an embodiment of the present disclosure.
In this embodiment, the method may include:
s101, visually displaying the reusable page code packet so as to select the reusable page code packet and sending selection configuration information; the reusable page code packet is a page code packet obtained by component coding;
therefore, the method aims to visually display the reusable page code packet, so that the reusable page code packet can be selected, and the selection configuration information is sent. Therefore, in the step, the reusable page code packet is mainly displayed visually, so that a user can select the reusable page code packet directly through a visual interface, the threshold of editing the page is reduced, the corresponding page is not loaded by writing the code, and the page loading efficiency is improved.
The reusable page code packet can be a reusable page code block, and packaging the page code block is the reusable page code packet. The reusable page code package can be a single component, a template formed by a plurality of components, a plurality of components and a plurality of templates. And is not particularly limited herein.
Further, the step may include:
step 1, a server combines a plurality of reusable page code packages into a template;
and 2, respectively carrying out visual display on the multiple reusable page code packages and the templates.
It can be seen that the present alternative is mainly illustrative of how to perform the visual presentation. In the alternative scheme, the server combines a plurality of reusable page code packets into a template; and finally, visually displaying the multiple reusable page code packages and the templates respectively. That is to say, in this embodiment, a template is first formed by a plurality of reusable page code packages, and then the plurality of reusable page code packages and the template are visually displayed. So as to provide more template display and improve the overall efficiency of page loading.
Further, step 1 of the last alternative may include:
step 1, a server determines a plurality of reusable page code packets according to received page component information;
and 2, combining the received page layout information and the multiple reusable page code packages to obtain a template.
It can be seen that the present alternative is mainly described how to combine templates. In the alternative scheme, the server determines a plurality of reusable page code packets according to the received page component information; and then combining the received page layout information and the multiple reusable page code packages to obtain a template. The page component information mainly refers to which components are selected from the template, namely which reusable page code packages are selected. Furthermore, the template is obtained by combining according to page layout information, wherein the page layout information mainly refers to information on how each component is laid out.
Optionally, the process of encoding the components of the reusable page code package may include:
step 1, performing initialization configuration;
step 2, when the initialization configuration is completed, generating a bottom layer component according to the received bottom layer component code;
step 3, coding is carried out according to the bottom component, the received method code and the received event code to obtain a complete component;
and 4, packaging the complete assembly according to the UMD specification to obtain a reusable page code package, and uploading the reusable page code package.
Therefore, the present application mainly explains how to obtain the reusable page code package in this embodiment. In this alternative, an initial configuration is performed. The initialization configuration may include a component development environment configuration, a design id configuration, an environment configuration, and a business related configuration. When the initialization configuration is completed, the underlying component is generated according to the received underlying component code. And coding according to the bottom layer assembly, the received method code and the received event code to obtain the complete assembly. And packaging the complete assembly according to a Universal Module Definition (UMD) specification to obtain a reusable page code packet, and uploading the reusable page code packet.
S102, generating a page DSL according to the selected configuration information and the corresponding reusable page code packet;
on the basis of S101, this step is intended to generate a page DSL according to the selection configuration information and the corresponding reusable page code package. That is, on the basis of determining which reusable page code packages are selected specifically, the corresponding page DSL is directly generated.
The DSL (Domain Specific Language) refers to a Domain Specific Language, and the DSL can convert the page code into a page code, and further implement a page loading operation according to the converted code.
That is, in this embodiment, each reusable code package can be previewed through S101, and then, on the basis of selecting and sending the selection configuration information, the DSL for generating the page directly according to the selected reusable page code package may be used. Because the code corresponding to the page can be directly resolved through the DSL and then the page loading is carried out, a technician does not need to directly write the code corresponding to the page.
And S103, carrying out page loading according to the page DSL.
On the basis of S102, this step is intended for page loading according to page DSL.
The page loading method according to the page DSL may be that a DSL resolver is used to resolve the page DSL to obtain a page code, and the page code is directly loaded to finally implement page loading.
Further, the step may include:
step 1, adopting a DSL resolver to resolve a page DSL to obtain a page code;
step 2, loading a component group corresponding to the page code;
and 3, rendering the page code to finish page loading when the component library loading is finished.
It can be seen that the present alternative scheme mainly explains how page loading is performed. In the alternative, a DSL resolver is adopted to resolve the page DSL to obtain a page code; then, loading a component group corresponding to the page code; and finally, when the loading of the component library is completed, rendering the page code to complete the page loading.
In addition, the present embodiment may further include:
and managing the multiplexing page code packet according to the received management information.
Therefore, in the alternative scheme, the multiplexing page code packet is mainly managed according to the received management information. The management information refers to management information received through a management page about management operation.
In addition, the present embodiment may further include:
and when a page preview instruction is received, performing style preview processing according to the page DSL.
In summary, in this embodiment, through the reusable page code package displayed visually, the corresponding reusable page code package to be used can be directly selected, then the page DSL is generated according to the selection configuration information and the corresponding reusable page code package, and finally the page loading is performed according to the page DSL without rewriting all the codes, so that the page loading efficiency is improved, repeated page writing is avoided, and the online efficiency is improved when the loading of the scene page is reduced.
A page loading method provided in the present application is further described below by a specific embodiment.
In a practical application environment, for example, the home page and the activity page of the B-side (merchant-side). Each reusable page code packet can be visually displayed through a page decoration device, and finally, a page is built. The personalized page requirements of different merchants are met, and meanwhile, the overall operation efficiency and development efficiency are greatly improved. Technical personnel can turn to the development of the service components from the past page coding oriented to each scene, each component has high cohesion and low coupling, and the expansibility and the maintainability are greatly improved.
In the actual development process, the content on the conventional scene-type page is firstly abstracted into related business components. Then, the following process is performed:
component development: including front-end development and back-end development. The front-end development mainly develops the page effect of the business component and shows the logic and the style (packages of JavaScript and css are output), and the back-end development mainly develops the data source (java interface service output) of the corresponding business component.
Finishing the page: through the visual decoration designer: dynamically selecting a service component and a page layout, setting page attributes, configuring a component data source, configuring personalized style configuration of the component and the like, wherein: one page contains a plurality of layouts, and one layout contains a plurality of components; the desired page can also be quickly constructed by selecting a page template (containing a set of predefined page layouts and page components).
Page management: page preview, page publishing, page delivery, etc.
C end (user side) page display: the B terminal (merchant terminal) directly sees the effect between the C terminals after releasing the page. Wherein, the process may include: obtaining DSL resources of the page according to the page code; preferentially loading the front resources (such as acts, vue and the like) of the component library; secondly, loading a component library bundle (comprising JavaScript and css) on which the page depends; loading js and bundle of the page; performing dynamic uniform page rendering; the components load asynchronously dynamic data.
Further, in an actual application environment, the method of this embodiment may include:
step 1, ISV (Independent Software Vendor) applies for registration to a platform and distributes business party codes.
Step 2, using the platform to provide an SDK (Software Development Kit) and a component editor for component Development, debugging and the like, uploading components, and independently packaging into a UMD (universal Module definition) standard code and submitting the UMD (universal definition) standard code to the platform, a CDN (Content Delivery Network) and an NPM (Node Package Manager).
And 3, configuring the component library, screening the current components from the public components, the custom components or the component market, and performing instantiation configuration, grouping configuration and the like.
And 4, configuring a template library, constructing a custom template, screening a public template, and performing classification management on the templates.
And 5, quickly constructing a page by the user of the merchant by using the page component and the template, and generating the page DSL by the target.
Step 6, managing the finished pages by the commercial tenant, comprising: publishing, previewing, deleting, putting, copying, grouping labels and the like.
And 7, finally loading and displaying the page through business side coding, page coding, a DSL resolver, dynamic loading of a component library package, page rendering and dynamic data loading of the component.
It can be seen that, in the embodiment, through the reusable page code package displayed visually, the corresponding reusable page code package to be used can be directly selected, then the page DSL is generated according to the selection configuration information and the corresponding reusable page code package, and finally, the page loading is performed according to the page DSL without rewriting all codes, so that the page loading efficiency is improved, repeated page writing is avoided, and the online efficiency is improved when the scene page is loaded.
The page loading device provided by the embodiment of the present application is introduced below, and the page loading device described below and the page loading method described above may be referred to correspondingly.
Referring to fig. 2, fig. 2 is a schematic structural diagram of a page loading apparatus according to an embodiment of the present disclosure.
In this embodiment, the apparatus may include:
the visual display module 100 is configured to visually display the reusable page code package, so as to select the reusable page code package and send selection configuration information; the reusable page code packet is a page code packet obtained by component coding;
a page code generation module 200, configured to generate a page DSL according to the selection configuration information and the corresponding reusable page code packet;
a page loading module 300, configured to perform page loading according to the page DSL.
Optionally, the apparatus may further include:
the component coding module is used for carrying out initialization configuration; when the initialization configuration is completed, generating a bottom layer component according to the received bottom layer component code; coding according to the bottom component, the received method code and the received event code to obtain a complete component; and packaging the complete assembly according to the UMD specification to obtain a reusable page code package, and uploading the reusable page code package.
Optionally, the visual display module 100 is specifically configured to combine a plurality of reusable page code packages into a template by a server; and respectively carrying out visual display on the multiple reusable page code packages and the templates.
Optionally, the visual display module 100 is specifically configured to determine, by the server, a plurality of reusable page code packages according to the received page component information; and combining the received page layout information and the multiple reusable page code packets to obtain the template.
Optionally, the page loading module 300 is specifically configured to use a DSL parser to parse a page DSL to obtain a page code; loading a component group corresponding to the page code; and when the loading of the component library is completed, rendering the page code to complete the page loading.
Optionally, the apparatus may further include:
and the management module is used for managing the multiplexing page code packet according to the received management information.
Optionally, the apparatus may further include:
and the page preview module is used for performing the style preview processing according to the page DSL when receiving the page preview instruction.
An embodiment of the present application further provides a server, including:
a memory for storing a computer program;
a processor for implementing the steps of the page loading method as above embodiments when executing the computer program.
The embodiments of the present application further provide a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the steps of the page loading method as in the above embodiments are implemented.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The page loading method, the page loading device, the server and the computer readable storage medium provided by the present application are described in detail above. The principles and embodiments of the present application are explained herein using specific examples, which are provided only to help understand the method and the core idea of the present application. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.

Claims (10)

1. A page loading method is characterized by comprising the following steps:
visually displaying the reusable page code packet so as to select the reusable page code packet and sending selection configuration information; the reusable page code packet is a page code packet obtained by component coding;
generating a page DSL according to the selection configuration information and the corresponding reusable page code packet;
and carrying out page loading according to the page DSL.
2. The page loading method according to claim 1, wherein the component encoding process of the reusable page code package comprises:
carrying out initialization configuration;
when the initialization configuration is completed, generating a bottom layer component according to the received bottom layer component code;
coding according to the bottom component, the received method code and the received event code to obtain a complete component;
and packaging the complete assembly according to the UMD specification to obtain the reusable page code packet, and uploading the reusable page code packet.
3. The page loading method according to claim 1, wherein visually displaying the reusable page code package comprises:
the server combines a plurality of reusable page code packages into a template;
and respectively carrying out visual display on the multiple reusable page code packages and the template.
4. The page loading method according to claim 3, wherein the server combines a plurality of the reusable page code packages into a template, comprising:
the server determines a plurality of reusable page code packets according to the received page component information;
and combining the received page layout information and the multiple reusable page code packages to obtain the template.
5. The page loading method according to any one of claims 1 to 4, wherein the page loading according to the page DSL comprises:
adopting a DSL resolver to resolve the page DSL to obtain a page code;
loading a component group corresponding to the page code;
and when the loading of the component library is completed, rendering the page code to complete the page loading.
6. The page loading method according to claim 5, further comprising:
and managing the multiplexing page code packet according to the received management information.
7. The page loading method according to claim 6, further comprising:
and when a page preview instruction is received, performing style preview processing according to the page DSL.
8. A page loading apparatus, comprising:
the visual display module is used for visually displaying the reusable page code packet so as to select the reusable page code packet and send selection configuration information; the reusable page code packet is a page code packet obtained by component coding;
a page code generation module, configured to generate a page DSL according to the selection configuration information and the corresponding reusable page code packet;
and the page loading module is used for carrying out page loading according to the page DSL.
9. A server, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the page loading method as claimed in any one of claims 1 to 7 when executing said computer program.
10. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the page loading method according to any one of claims 1 to 7.
CN202110672258.6A 2021-06-17 2021-06-17 Page loading method and related device Pending CN113239310A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110672258.6A CN113239310A (en) 2021-06-17 2021-06-17 Page loading method and related device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110672258.6A CN113239310A (en) 2021-06-17 2021-06-17 Page loading method and related device

Publications (1)

Publication Number Publication Date
CN113239310A true CN113239310A (en) 2021-08-10

Family

ID=77140184

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110672258.6A Pending CN113239310A (en) 2021-06-17 2021-06-17 Page loading method and related device

Country Status (1)

Country Link
CN (1) CN113239310A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114461205A (en) * 2022-04-13 2022-05-10 杭州比智科技有限公司 Data visualization platform and component management method suitable for data visualization platform
CN115269033A (en) * 2022-06-18 2022-11-01 知学云(北京)科技股份有限公司 Method and system for loading external service component package on aPaaS platform
CN116974527A (en) * 2023-09-18 2023-10-31 浩鲸云计算科技股份有限公司 Pluggable page expansion method and system based on low-code front-end component

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018058612A1 (en) * 2016-09-30 2018-04-05 深圳市华傲数据技术有限公司 Configuration method and system
CN110096271A (en) * 2019-05-08 2019-08-06 中汇信息技术(上海)有限公司 Component visual method, page processing method and device based on component visual
CN112100550A (en) * 2019-06-17 2020-12-18 北京京东尚科信息技术有限公司 Page construction method and device
CN112181416A (en) * 2020-10-12 2021-01-05 上海赛可出行科技服务有限公司 Method and device for directly generating UI (user interface) codes from visual draft

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018058612A1 (en) * 2016-09-30 2018-04-05 深圳市华傲数据技术有限公司 Configuration method and system
CN110096271A (en) * 2019-05-08 2019-08-06 中汇信息技术(上海)有限公司 Component visual method, page processing method and device based on component visual
CN112100550A (en) * 2019-06-17 2020-12-18 北京京东尚科信息技术有限公司 Page construction method and device
CN112181416A (en) * 2020-10-12 2021-01-05 上海赛可出行科技服务有限公司 Method and device for directly generating UI (user interface) codes from visual draft

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114461205A (en) * 2022-04-13 2022-05-10 杭州比智科技有限公司 Data visualization platform and component management method suitable for data visualization platform
CN115269033A (en) * 2022-06-18 2022-11-01 知学云(北京)科技股份有限公司 Method and system for loading external service component package on aPaaS platform
CN115269033B (en) * 2022-06-18 2023-05-09 知学云(北京)科技股份有限公司 Method and system for loading external service component package by aPaaS platform
CN116974527A (en) * 2023-09-18 2023-10-31 浩鲸云计算科技股份有限公司 Pluggable page expansion method and system based on low-code front-end component
CN116974527B (en) * 2023-09-18 2023-12-15 浩鲸云计算科技股份有限公司 Pluggable page expansion method and system based on low-code front-end component

Similar Documents

Publication Publication Date Title
CN109614568B (en) Page generation method and device
CN113239310A (en) Page loading method and related device
CN109918607B (en) Page construction method and device, medium and computing equipment
CN111079047B (en) Web-oriented page construction system
KR101130525B1 (en) Method and apparatus for generating forms using form types
US20140040791A1 (en) Development platform for software as a service (saas) in a multi-tenant environment
US20140136712A1 (en) Cloud resources as a service multi-tenant data model
CN109978629B (en) Advertisement putting method and device, electronic equipment and storage medium
US20180275971A1 (en) Graphical user interface programming system
CN112416328A (en) Multi-platform small program mall construction method, device, equipment and medium
US10567472B2 (en) Manipulation of PDF files using HTML authoring tools
CN113849156B (en) Codeless intelligent development system applied to OpenHarmony operating system and application method thereof
CN114154000A (en) Multimedia resource publishing method and device
CN113568614A (en) Task issuing method, electronic device and storage medium
CN116301813B (en) Low-code platform development method and system
Ahmed-Nacer et al. Model-Driven Simulation of Elastic OCCI Cloud Resources
US20220284371A1 (en) Method, device and medium for a business function page
CN114676187A (en) Data processing method, device, equipment and medium
CN114281463A (en) Form interface format configuration and interface display method, equipment and medium
CN113110829A (en) Multi-UI component library data processing method and device
CN113760279A (en) Method and device for generating page
CN113312104A (en) Advertisement conversion method and system based on small program
CN112083911A (en) Method, device, equipment and medium for generating service arrangement model
CN115659092B (en) Medal page generation method, medal page display method, server and mobile terminal
CN116661767B (en) File generation 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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210810