CN115080041A - Configured page rendering method, device, system and medium - Google Patents

Configured page rendering method, device, system and medium Download PDF

Info

Publication number
CN115080041A
CN115080041A CN202210744655.4A CN202210744655A CN115080041A CN 115080041 A CN115080041 A CN 115080041A CN 202210744655 A CN202210744655 A CN 202210744655A CN 115080041 A CN115080041 A CN 115080041A
Authority
CN
China
Prior art keywords
page
rendering
configuration
function
information
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
CN202210744655.4A
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.)
Ping An Bank Co Ltd
Original Assignee
Ping An Bank 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 Ping An Bank Co Ltd filed Critical Ping An Bank Co Ltd
Priority to CN202210744655.4A priority Critical patent/CN115080041A/en
Publication of CN115080041A publication Critical patent/CN115080041A/en
Pending legal-status Critical Current

Links

Images

Classifications

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

Landscapes

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

Abstract

The invention discloses a method, a device, a system and a medium for rendering a configured page, wherein the method comprises the following steps: receiving function requirement information input by a user; sending an assembly acquisition request to a configuration end according to the function requirement information; receiving page configuration information returned by the configuration end in response to the component acquisition request; confirming a page template, constructing and rendering a page according to the page configuration information and the page template, and displaying a corresponding functional page. The corresponding page configuration information is fed back through the configuration end based on the function requirement information of the user, and the construction and rendering of the service function page are carried out through the page configuration information, so that the user is not required to repeatedly develop common or fixed function components when the function page is displayed, one-key deployment of the page function components is directly carried out in a configuration mode based on the function requirement, and the rendering display efficiency of the service function page is effectively improved.

Description

Configured page rendering method, device, system and medium
Technical Field
The present invention relates to the field of page display technologies, and in particular, to a configured page rendering method, apparatus, system, and medium.
Background
At present, aiming at the front-end rendering display of a business function page, a visualization configuration end provided by a traditional three-party framework such as Bootstrap and the like is finally output in the form of H5 codes, and a user can only quote the codes to own project for development when developing functions, so that a plurality of common or fixed function components need to be repeatedly developed by the user every time, and the rendering display efficiency of the business function page is influenced.
Disclosure of Invention
In view of the foregoing deficiencies of the prior art, an object of the present invention is to provide a configured page rendering method, apparatus, system and medium, which aim to improve the rendering and displaying efficiency of a business function page.
The technical scheme of the invention is as follows:
a configured page rendering method, comprising:
receiving function requirement information input by a user;
sending an assembly acquisition request to a configuration end according to the function requirement information;
receiving page configuration information returned by the configuration end in response to the component acquisition request;
confirming a page template, constructing and rendering a page according to the page configuration information and the page template, and displaying a corresponding functional page.
In one embodiment, the receiving the function requirement information input by the user specifically includes:
and receiving function requirement information input by a user, and confirming a target function component corresponding to the function requirement information.
In an embodiment, the sending a component obtaining request to a configuration end according to the function requirement information specifically includes:
and sending an assembly acquisition request to a configuration end, wherein the assembly acquisition request carries the identification information of the target function assembly.
In an embodiment, the receiving page configuration information returned by the configuration end in response to the component acquisition request specifically includes:
and receiving page configuration information returned by the configuration end, wherein the page configuration information comprises a target function component called from a preset component library by the configuration end according to the identification information in the component acquisition request.
In one embodiment, the confirming the page template, performing page construction and rendering according to the page configuration information and the page template, and displaying a corresponding functional page includes:
acquiring frame information and rendering parameters of a page template set by a current client;
constructing a page according to the page configuration information and the frame information to obtain an initial configuration page;
rendering the initial configuration page according to the rendering parameters, and generating and displaying a corresponding function page at the client.
In one embodiment, the page configuration information is output in the form of a JSON object.
A configured page rendering apparatus, comprising:
the first receiving module is used for receiving the function requirement information input by the user;
the request sending module is used for sending an assembly acquisition request to the configuration end according to the function requirement information;
the second receiving module is used for receiving page configuration information returned by the configuration end in response to the component acquisition request;
and the construction rendering module is used for confirming the page template, constructing and rendering the page according to the page configuration information and the page template, and displaying the corresponding functional page.
In one embodiment, the build rendering module comprises:
the system comprises an acquisition unit, a rendering unit and a display unit, wherein the acquisition unit is used for acquiring frame information and rendering parameters of a page template set by a current client;
the construction unit is used for constructing a page according to the page configuration information and the frame information to obtain an initial configuration page;
and the rendering unit is used for rendering the initial configuration page according to the rendering parameters and generating and displaying a corresponding function page at the client.
A configured page rendering system, the system comprising at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the configured page rendering method described above.
A non-transitory computer-readable storage medium storing computer-executable instructions that, when executed by one or more processors, cause the one or more processors to perform the above-described configured page rendering method.
Has the advantages that: compared with the prior art, the embodiment of the invention feeds back corresponding page configuration information through the configuration end based on the function requirement information of the user, constructs and renders the service function page by the page configuration information, so that the user does not need to repeatedly develop common or fixed function components when the function page is displayed, one-key deployment of the page function components is directly carried out in a configuration mode based on the function requirement, and the rendering display efficiency of the service function page is effectively improved.
Drawings
The invention will be further described with reference to the accompanying drawings and examples, in which:
fig. 1 is a flowchart of a configured page rendering method according to an embodiment of the present invention;
fig. 2 is a flowchart of step S400 in the configured page rendering method according to the embodiment of the present invention;
FIG. 3 is a functional block diagram of a configured page rendering apparatus according to an embodiment of the present invention;
fig. 4 is a schematic hardware structure diagram of a configured page rendering system according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and effects of the present invention clearer and clearer, the present invention is described in further detail below. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention. Embodiments of the present invention will be described below with reference to the accompanying drawings.
Referring to fig. 1, fig. 1 is a flowchart illustrating an embodiment of a configured page rendering method according to the present invention. The configured page rendering method provided by this embodiment is suitable for performing efficient configured rendering display on a service function page, and is particularly applicable to a page rendering system including terminal devices, a network, and a server, where the network is a medium for directly providing a communication link between the terminal devices and the server, and may include various connection types, such as a wired, wireless communication link, or an optical fiber cable; the operating system on the terminal device may include an iPhone operating system (iOS system), an android system, or another operating system, and the terminal device is connected to the server through a network to perform an interaction, so as to perform operations such as receiving or sending data, and may specifically be various electronic devices having a display screen and supporting web browsing, including but not limited to a smart phone, a tablet computer, a portable computer, a desktop server, and the like. As shown in fig. 1, the method specifically includes the following steps:
and S100, receiving function requirement information input by a user.
In this embodiment, when the client performs configuration construction and rendering of the function page, the user may input the function requirement information according to an actual situation, where the function requirement information includes a plurality of project mark functions, that is, the function content that needs to be finally displayed on the function page, so as to implement flexible page rendering and display.
In one embodiment, step S100 specifically includes:
and receiving function requirement information input by a user, and confirming a target function component corresponding to the function requirement information.
In this embodiment, the function requirement information input by the user may be a preset and stored function template, and certainly, the function requirement information may also be updated according to the adjustment of the service function, and based on the received function requirement information, the target function component corresponding to the function requirement information is confirmed, that is, the target function related to the function requirement is realized, and the function component to be displayed on the page is specifically associated with each service function and the existing function component, and a corresponding function tag is added to each function component to indicate the corresponding relationship between the function component and the corresponding service function The rendering efficiency of the functional component is repeated.
And S200, sending an assembly acquisition request to a configuration end according to the function requirement information.
In this embodiment, after receiving the function requirement information, the configuration end of the background sends a component acquisition request to acquire configured component data corresponding to the function requirement information, that is, the client does not perform description and development of a component, and does not need to describe and reuse a function component in a code form, but performs request sending to the configuration end to acquire configured component data.
In one embodiment, step S200 specifically includes:
and sending an assembly acquisition request to a configuration end, wherein the assembly acquisition request carries the identification information of the target function assembly.
In this embodiment, when the component acquisition request is sent to the configuration end, the obtained target function component is confirmed based on the function requirement information, the component acquisition request carries identification information of each target function component, for example, unique ids are allocated to all function components in advance, and after the target function component is confirmed, the component acquisition request carries the unique id of each target function component, so that the configuration end can quickly and efficiently respond to the request based on the identification information, and the efficiency of page rendering and displaying is further improved.
S300, receiving page configuration information returned by the configuration end in response to the component acquisition request.
In this embodiment, after receiving the component acquisition request, the configuration end responds to the component acquisition request, and obtains page configuration information in response to the component acquisition request at the configuration end and feeds the page configuration information back to the client, that is, the configuration end completes uniform configuration of a page, so that efficient component deployment is performed at the client, repeated description of components in a code form is not required, and efficiency of component configuration in the page is improved.
In one embodiment, step S300 specifically includes:
and receiving page configuration information returned by the configuration end, wherein the page configuration information comprises a target function component called from a preset component library by the configuration end according to the identification information in the component acquisition request.
In this embodiment, the page configuration information returned by the configuration end includes a target function component corresponding to the component acquisition request, and specifically, when the component acquisition request is responded, the configuration end performs accurate and efficient component retrieval in the preset component library according to the identification information of the target function component carried in the component acquisition request, so as to implement quick response of component acquisition.
And after the target function component is called, the target function component is further output as page configuration information in a form of a JSON (JavaScript Object Notation) Object, which is used as a lightweight data exchange format, is easy to generate and analyze, can effectively improve data transmission efficiency, and realizes efficient page rendering.
S400, confirming a page template, constructing and rendering a page according to the page configuration information and the page template, and displaying a corresponding functional page.
In the embodiment, when the client receives the page configuration information returned by the configuration end, the page is constructed and rendered based on the embedded rendering engine and the page template confirmed by the user, so that the configuration content output by the configuration end, namely the page configuration information, can be combined with the page template on the client, and then the corresponding functional page is constructed and rendered, so that the configured page one-key deployment and display are realized, not only can the high multiplexing of the functional components be realized, but also the real-time and efficient page updating can be performed on the client in a configuration mode when the business function updating is performed, the business function updating is not required to be performed through codes, and the efficiency and convenience of the business function updating are improved.
In one embodiment, step S400 includes:
acquiring frame information and rendering parameters of a page template set by a current client;
constructing a page according to the page configuration information and the frame information to obtain an initial configuration page;
rendering the initial configuration page according to the rendering parameters, and generating and displaying a corresponding function page at the client.
In one embodiment, when the client displays a function page, a page template set by the current client is confirmed, for example, a default page template may be preset, a user may input template switching and the like according to a display requirement to switch other page templates, a specific page template includes frame information, such as page data of page layout, style, component position, interaction and the like, and also includes corresponding rendering parameters to achieve a corresponding rendering effect, frame information and rendering parameters of the current set page template are obtained, page construction is performed according to page configuration information output by a configuration end and the frame information, that is, a frame of the page template is filled with content output by the configuration end to obtain an initial configuration page, then the initial configuration page is further rendered based on the rendering parameters, that is, a corresponding function page is generated and displayed at the client, the configured component information is combined with the local page template of the client to realize efficient functional page publishing, the frequently-used or fixed functional components do not need to be repeatedly described and developed in a code form on the client, and the rendering and displaying efficiency of the business functional page is effectively improved.
I.e. the service functional component and the configuration end are split in this embodiment.
Another embodiment of the present invention provides a configured page rendering device, including:
a first receiving module 11, configured to receive function requirement information input by a user;
a request sending module 12, configured to send an assembly obtaining request to a configuration end according to the function requirement information;
a second receiving module 13, configured to receive page configuration information returned by the configuration end in response to the component acquisition request;
and the construction rendering module 14 is configured to confirm the page template, perform page construction and rendering according to the page configuration information and the page template, and display a corresponding functional page.
The first receiving module 11, the request sending module 12, the second receiving module 13, and the construction rendering module 14 are connected in sequence, the modules referred to in the present invention refer to a series of computer program instruction segments capable of completing specific functions, and are more suitable for describing the execution process of configured page rendering than a program.
In an embodiment, the first receiving module 11 is specifically configured to:
and receiving function requirement information input by a user, and confirming a target function component corresponding to the function requirement information.
In an embodiment, the request sending module 12 is specifically configured to:
and sending an assembly acquisition request to a configuration end, wherein the assembly acquisition request carries the identification information of the target function assembly.
In an embodiment, the second receiving module 13 is specifically configured to:
and receiving page configuration information returned by the configuration end, wherein the page configuration information comprises a target function component called from a preset component library by the configuration end according to the identification information in the component acquisition request.
In one embodiment, the build rendering module comprises:
the system comprises an acquisition unit, a rendering unit and a display unit, wherein the acquisition unit is used for acquiring frame information and rendering parameters of a page template set by a current client;
the construction unit is used for constructing a page according to the page configuration information and the frame information to obtain an initial configuration page;
and the rendering unit is used for rendering the initial configuration page according to the rendering parameters and generating and displaying a corresponding function page at the client.
In one embodiment, the page configuration information is output in the form of a JSON object.
Another embodiment of the present invention provides a configured page rendering system, as shown in fig. 4, the system 10 includes:
one or more processors 110 and a memory 120, where one processor 110 is illustrated in fig. 4, the processor 110 and the memory 120 may be connected by a bus or other means, and fig. 4 illustrates a connection by a bus as an example.
Processor 110 is operative to implement various control logic for system 10 and may be a general purpose processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA), a single chip microprocessor, an arm (acorn RISC machine), or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or any combination of these components. Also, the processor 110 may be any conventional processor, microprocessor, or state machine. Processor 110 may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP, and/or any other such configuration.
The memory 120, which is a non-volatile computer-readable storage medium, may be used to store non-volatile software programs, non-volatile computer-executable programs, and modules, such as program instructions corresponding to the configured page rendering method in the embodiments of the present invention. The processor 110 executes various functional applications and data processing of the system 10, i.e. implements the configured page rendering method in the above method embodiments, by running non-volatile software programs, instructions and units stored in the memory 120.
The memory 120 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the system 10, and the like. Further, the memory 120 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some embodiments, memory 120 optionally includes memory located remotely from processor 110, which may be connected to system 10 via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
One or more units are stored in the memory 120, which when executed by the one or more processors 110, perform the configured page rendering method of any of the above method embodiments, e.g. performing the steps of:
receiving function requirement information input by a user;
sending an assembly acquisition request to a configuration end according to the function requirement information;
receiving page configuration information returned by the configuration end in response to the component acquisition request;
confirming a page template, constructing and rendering a page according to the page configuration information and the page template, and displaying a corresponding functional page.
In one embodiment, the receiving the function requirement information input by the user specifically includes:
and receiving function requirement information input by a user, and confirming a target function component corresponding to the function requirement information.
In an embodiment, the sending a component obtaining request to a configuration end according to the function requirement information specifically includes:
and sending an assembly acquisition request to a configuration end, wherein the assembly acquisition request carries the identification information of the target function assembly.
In an embodiment, the receiving page configuration information returned by the configuration end in response to the component acquisition request specifically includes:
and receiving page configuration information returned by the configuration end, wherein the page configuration information comprises a target function component called from a preset component library by the configuration end according to the identification information in the component acquisition request.
In one embodiment, the confirming the page template, performing page construction and rendering according to the page configuration information and the page template, and displaying a corresponding functional page includes:
acquiring frame information and rendering parameters of a page template set by a current client;
constructing a page according to the page configuration information and the frame information to obtain an initial configuration page;
rendering the initial configuration page according to the rendering parameters, and generating and displaying a corresponding function page at the client.
In one embodiment, the page configuration information is output in the form of a JSON object.
Embodiments of the present invention provide a non-transitory computer-readable storage medium storing computer-executable instructions for execution by one or more processors, e.g., to perform method steps S100-S400 of fig. 1 described above.
By way of example, non-volatile storage media can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), electrically erasable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM), which acts as external cache memory. By way of illustration and not limitation, RAM is available in many forms such as Synchronous RAM (SRAM), dynamic RAM, (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchlink DRAM (SLDRAM), and Direct Rambus RAM (DRRAM). The disclosed memory components or memory of the operating environment described herein are intended to comprise one or more of these and/or any other suitable types of memory.
To sum up, in a configured page rendering method, apparatus, system and medium disclosed in the present invention, the method receives function requirement information input by a user; sending an assembly acquisition request to a configuration end according to the function requirement information; receiving page configuration information returned by the configuration end in response to the component acquisition request; confirming a page template, constructing and rendering a page according to the page configuration information and the page template, and displaying a corresponding functional page. The corresponding page configuration information is fed back through the configuration end based on the function requirement information of the user, and the construction and rendering of the service function page are carried out through the page configuration information, so that the user is not required to repeatedly develop common or fixed function components when the function page is displayed, one-key deployment of the page function components is directly carried out in a configuration mode based on the function requirement, and the rendering display efficiency of the service function page is effectively improved.
Of course, it will be understood by those skilled in the art that all or part of the processes of the methods of the above embodiments may be implemented by instructing relevant hardware (such as a processor, a controller, etc.) through a computer program, which may be stored in a non-volatile computer-readable storage medium, and the computer program may include the processes of the above method embodiments when executed. The storage medium may be a memory, a magnetic disk, a floppy disk, a flash memory, an optical memory, etc.
It is to be understood that the invention is not limited to the examples described above, but that modifications and variations may be effected thereto by those of ordinary skill in the art in light of the foregoing description, and that all such modifications and variations are intended to be within the scope of the invention as defined by the appended claims.

Claims (10)

1. A configured page rendering method, comprising:
receiving function requirement information input by a user;
sending an assembly acquisition request to a configuration end according to the function requirement information;
receiving page configuration information returned by the configuration end in response to the component acquisition request;
confirming a page template, constructing and rendering a page according to the page configuration information and the page template, and displaying a corresponding functional page.
2. The configured page rendering method according to claim 1, wherein the receiving of the function requirement information input by the user specifically includes:
and receiving function requirement information input by a user, and confirming a target function component corresponding to the function requirement information.
3. The configured page rendering method according to claim 2, wherein the sending of the component acquisition request to the configuration end according to the function requirement information specifically includes:
and sending an assembly acquisition request to a configuration end, wherein the assembly acquisition request carries the identification information of the target function assembly.
4. The configured page rendering method according to claim 2, wherein the receiving of the page configuration information returned by the configuration end in response to the component acquisition request specifically includes:
and receiving page configuration information returned by the configuration end, wherein the page configuration information comprises a target function component called from a preset component library by the configuration end according to the identification information in the component acquisition request.
5. The configured page rendering method according to claim 1, wherein the confirming the page template, performing page construction and rendering according to the page configuration information and the page template, and displaying a corresponding functional page, comprises:
acquiring frame information and rendering parameters of a page template set by a current client;
constructing a page according to the page configuration information and the frame information to obtain an initial configuration page;
rendering the initial configuration page according to the rendering parameters, and generating and displaying a corresponding function page at the client.
6. The configured page rendering method of any of claims 1-5, wherein the page configuration information is output in the form of a JSON object.
7. A configured page rendering apparatus, comprising:
the first receiving module is used for receiving the function requirement information input by the user;
the request sending module is used for sending an assembly acquisition request to the configuration end according to the function requirement information;
the second receiving module is used for receiving page configuration information returned by the configuration end in response to the component acquisition request;
and the construction rendering module is used for confirming the page template, constructing and rendering the page according to the page configuration information and the page template, and displaying the corresponding functional page.
8. The configured page rendering apparatus of claim 7, wherein the build rendering module comprises:
the system comprises an acquisition unit, a rendering unit and a display unit, wherein the acquisition unit is used for acquiring frame information and rendering parameters of a page template set by a current client;
the construction unit is used for constructing a page according to the page configuration information and the frame information to obtain an initial configuration page;
and the rendering unit is used for rendering the initial configuration page according to the rendering parameters and generating and displaying a corresponding function page at the client.
9. A configured page rendering system, the system comprising at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the configured page rendering method of any of claims 1-6.
10. A non-transitory computer-readable storage medium storing computer-executable instructions that, when executed by one or more processors, cause the one or more processors to perform the configured page rendering method of any of claims 1-6.
CN202210744655.4A 2022-06-27 2022-06-27 Configured page rendering method, device, system and medium Pending CN115080041A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210744655.4A CN115080041A (en) 2022-06-27 2022-06-27 Configured page rendering method, device, system and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210744655.4A CN115080041A (en) 2022-06-27 2022-06-27 Configured page rendering method, device, system and medium

Publications (1)

Publication Number Publication Date
CN115080041A true CN115080041A (en) 2022-09-20

Family

ID=83255174

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210744655.4A Pending CN115080041A (en) 2022-06-27 2022-06-27 Configured page rendering method, device, system and medium

Country Status (1)

Country Link
CN (1) CN115080041A (en)

Similar Documents

Publication Publication Date Title
CN106055337B (en) Interface generation method and device
CN109814854A (en) Project skeleton generating method, device, computer equipment and storage medium
CN110231945A (en) Method, apparatus, electronic equipment and the computer storage medium of code downloading
CN110597714B (en) Test method and device of kafka message, computer equipment and storage medium
CN103955495A (en) Downloading method and device for page sub-resource
CN111309991A (en) Query statement generation method and device and data query method and system
CN107798078B (en) Billboard data display method and device, computer equipment and storage medium
CN111079048A (en) Page loading method and device
CN110895481A (en) Rendering method, device and system of desktop application
CN111131358B (en) Information acquisition method, device and system, readable storage medium and electronic equipment
CN112672187B (en) Page generation method and device, computer equipment and readable storage medium
CN115080041A (en) Configured page rendering method, device, system and medium
CN110890991B (en) Intelligent home gateway configuration information rapid migration method and device
CN112817593A (en) Control page display method and device, storage medium and electronic device
CN112214701A (en) Page display method and system, storage medium and electronic device
CN114756228A (en) Page processing method, device, equipment and storage medium
CN111506285B (en) Electronic price tag updating method and device, electronic equipment and readable medium
CN116402513A (en) Customer relationship matching method, device, system and medium
CN114285812A (en) Directional group chat invitation method, device, system and medium
CN112422566B (en) Remote call processing method and device, storage medium and electronic device
CN115563424A (en) Method, device, system and medium for generating dynamic PDF document
CN110414062B (en) Method and device for acquiring design drawing and computer readable storage medium
CN113626392A (en) Method and device for updating document data, electronic equipment and storage medium
CN112445987B (en) Webpage updating method, device and system
CN112799745B (en) Page display control method and device

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