CN111931111A - Webpage development method, webpage display method, device and equipment - Google Patents

Webpage development method, webpage display method, device and equipment Download PDF

Info

Publication number
CN111931111A
CN111931111A CN202010817456.2A CN202010817456A CN111931111A CN 111931111 A CN111931111 A CN 111931111A CN 202010817456 A CN202010817456 A CN 202010817456A CN 111931111 A CN111931111 A CN 111931111A
Authority
CN
China
Prior art keywords
page
module
display module
display
development
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
CN202010817456.2A
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.)
Industrial and Commercial Bank of China Ltd ICBC
ICBC Technology Co Ltd
Original Assignee
ICBC Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by ICBC Technology Co Ltd filed Critical ICBC Technology Co Ltd
Priority to CN202010817456.2A priority Critical patent/CN111931111A/en
Publication of CN111931111A publication Critical patent/CN111931111A/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
    • 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)
  • 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 Transfer Between Computers (AREA)

Abstract

The embodiment of the specification provides a webpage development method, a webpage display device and webpage display equipment. The webpage display method comprises the following steps: in response to a webpage display request, searching a module searching unit and a rendering unit corresponding to a page to be displayed; the webpage display request is used for requesting to display the page to be displayed; calling the module searching unit to send a module acquisition request to a file storage server; the module acquisition request comprises a memory address of the page display module to be acquired; under the condition that a page display module is received, enabling the rendering module to render the page display module to a page to be displayed; and displaying the rendered page to be displayed. By the method, the page display module to be called in the page is decoupled from the page to be displayed, and the page display module is rendered into the page to be displayed when the page is displayed, so that the influence degree of the page display module on the page is reduced, and the maintenance pressure of the page is relieved.

Description

Webpage development method, webpage display method, device and equipment
Technical Field
The embodiment of the specification can be applied to the field of finance or the technical field of front-end development, and particularly relates to a webpage development method, a webpage display device and webpage display equipment.
Background
When front-end page development is performed, in order to accelerate development efficiency, a page is often divided into a plurality of components, and development is performed on different components respectively. Correspondingly, the developed components can also be applied to other webpages to realize corresponding functions. By multiplexing each component, the utilization rate of codes corresponding to the components is improved, and further the workload of developers is reduced.
However, in actual applications, when a web page is developed using a multiplexing component, the component is directly embedded in the web page. In the following case that the component needs to be repaired or upgraded, all the webpages embedded with the component need to be acquired, and the modification is performed on each webpage in sequence, so that a large amount of time and resources are consumed for the maintenance work of the webpages. Therefore, there is a need for a method for developing a web page with less maintenance pressure.
Disclosure of Invention
An object of the embodiments of the present specification is to provide a web page development method, a web page display method, an apparatus, and a device, so as to solve a technical problem of how to reduce maintenance pressure of a web page developed in a componentization manner.
In order to solve the above technical problem, an embodiment of the present specification provides a web page development method, including:
acquiring a corresponding page display module based on display content in the development page; the page display module is used for generating the display content based on the development page;
storing the page display module; the stored page display module corresponds to a storage address;
deploying a module searching unit and a rendering unit in the development page; the module searching unit comprises the storage address; the module obtaining unit is used for obtaining the page display module according to the storage address; the rendering unit is used for rendering the page display module to the development page.
An embodiment of the present specification further provides a web page development apparatus, including:
the page display module acquisition module is used for acquiring a corresponding page display module based on display contents in the development page; the page display module is used for generating the display content based on the development page;
the page display module storage module is used for storing the page display module; the page display module corresponds to a storage address;
the unit deployment module is used for deploying a module searching unit and a rendering unit in the development page; the module searching unit comprises the storage address; the module obtaining unit is used for obtaining the page display module according to the storage address; the rendering unit is used for rendering the page display module to the development page.
The embodiment of the present specification further provides a web page development device, which includes a memory and a processor; the memory to store computer instructions; the processor, configured to execute the computer instructions to implement the following steps: acquiring a corresponding page display module based on display content in the development page; the page display module is used for generating the display content based on the development page; storing the page display module; the page display module corresponds to a storage address; deploying a module searching unit and a rendering unit in the development page; the module searching unit comprises the storage address; the module obtaining unit is used for obtaining the page display module according to the storage address; the rendering unit is used for rendering the page display module to the development page.
In order to solve the above technical problem, an embodiment of the present specification further provides a webpage display method, including:
in response to a webpage display request, searching a module searching unit and a rendering unit corresponding to a page to be displayed; the webpage display request is used for requesting to display the page to be displayed;
calling the module searching unit to send a module acquisition request to a file storage server; the module acquisition request comprises a memory address of the page display module to be acquired;
under the condition that a page display module is received, enabling the rendering module to render the page display module to a page to be displayed;
and displaying the rendered page to be displayed.
An embodiment of the present specification further provides a web page display apparatus, including:
the unit searching module is used for responding to the webpage display request and searching a module searching unit and a rendering unit corresponding to the to-be-displayed page; the webpage display request is used for requesting to display the page to be displayed;
the module acquisition request sending module is used for calling the module searching unit to send a module acquisition request to the webpage development equipment; the module acquisition request comprises a memory address of the page display module to be acquired;
the page rendering module is used for starting the rendering module to render the page display module to a page to be displayed under the condition of receiving the page display module;
and the page display module is used for displaying the rendered page to be displayed.
The embodiment of the present specification further provides a web page display apparatus, which includes a memory and a processor; the memory to store computer program instructions; the processor to execute the computer program instructions to implement the steps of: in response to a webpage display request, searching a module searching unit and a rendering unit corresponding to a page to be displayed; the webpage display request is used for requesting to display the page to be displayed; calling a module searching unit to send a module acquisition request to the webpage development equipment; the module acquisition request comprises a memory address of the page display module to be acquired; under the condition of receiving a page display module, starting a rendering module to render the page display module to a page to be displayed; and displaying the rendered page to be displayed.
As can be seen from the technical solutions provided by the embodiments of the present specification, in the embodiments of the present specification, when a webpage is developed, a page display module is not directly embedded into the webpage, but a module search unit and a rendering unit associated with the page display module are deployed in the webpage, and when the webpage needs to be displayed, the page display module is acquired in a server and rendered into the page, so that light coupling between the webpage and the page display module is achieved. When the page display module needs to be adjusted, pages comprising the page display module do not need to be adjusted one by one, but the stored page display module can be directly adjusted, so that the pressure of maintaining the pages is greatly reduced, and the consumption of resources is reduced.
Drawings
In order to more clearly illustrate the embodiments of the present specification or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments described in the specification, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a flowchart illustrating a web page development method according to an embodiment of the present disclosure;
FIG. 2 is a flowchart illustrating a method for displaying a web page according to an embodiment of the present disclosure;
FIG. 3 is a block diagram of a web page development apparatus according to an embodiment of the present disclosure;
FIG. 4 is a block diagram of a web page display apparatus according to an embodiment of the present disclosure;
FIG. 5 is a block diagram of a web page development device according to an embodiment of the present disclosure;
fig. 6 is a block diagram of a web page display apparatus according to an embodiment of the present disclosure.
Detailed Description
The technical solutions in the embodiments of the present disclosure will be clearly and completely described below with reference to the drawings in the embodiments of the present disclosure, and it is obvious that the described embodiments are only a part of the embodiments of the present disclosure, and not all of the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present specification without any creative effort shall fall within the protection scope of the present specification.
In order to solve the above technical problem, a web page development method according to an embodiment of the present disclosure is first described with reference to fig. 1. The execution subject of the method can be web page development equipment, and the web page development equipment comprises but is not limited to a server, an industrial personal computer, a PC (personal computer) and the like. The method comprises the following specific implementation steps.
S110: acquiring a corresponding page display module based on display content in the development page; the page display module is used for generating the display content based on the development page.
The development page is a page needing development. The development page may be a web page that is displayed on a website. Static data can be displayed for a user through the development page, and the development page can also be used for providing some specific functions with interactivity, such as opening other pages through hyperlinks or displaying controls with interactivity and the like.
The development page comprises display content. As mentioned above, the presentation content may be only some static data, such as text or images that are not interactive. The presentation content may also be interactive presentation content containing interactive controls, and the like.
With the popularization of componentization and modularization, when page development is carried out, a webpage is increasingly divided into a plurality of independent components for development according to the display content of the page. The developed components can be flexibly applied to different pages to generate corresponding functions, so that the multiplexing degree of codes is improved.
The page display module may be an existing module for implementing a certain function or display effect. After the page display module is transplanted into the development page, corresponding display content can be generated in the development page, so that the workload of webpage development is reduced.
And matching the corresponding page display module according to the display content of the development page. For example, when the display content in the development page is map information that can display the current position to the user, the corresponding map display module may be acquired as the page display module corresponding to the display content.
S120: storing the page display module; and the stored page display module corresponds to a storage address.
After the page display module is obtained, the page display module can be stored without being embedded into a page, so that light coupling between the page display module and a development page is ensured, and the pressure of maintaining the page in a subsequent process is relieved.
The storage address is the storage address of the page display module. And acquiring a corresponding page display module based on the storage address, and rendering the page display module to a development page so as to finish the display of the display content.
In some embodiments, storing the page presentation module may be the page development server sending the page presentation module to a file storage server, with which the page presentation module is stored. The file storage server may be a server for storing the page presentation module. The file storage server may be a server independent of the web page development device, such as other databases, servers, server clusters, or distributed storage systems. The file storage server can also be the web page development device itself, and the web page development device stores the page display modules by using its own storage module and acquires the storage addresses of the page display modules.
In some embodiments, the file storage server for storing the page display module may store all available page display modules, and meanwhile, the file storage server may maintain a file storage list, where the identifier and the corresponding storage address of the page display module may be recorded in the file storage list. When a storage request of the page display module is received, the storage address of the page display module can be directly obtained in a file list according to the identification of the page display module and fed back to a page development server, repeated storage for the same file is not needed, and consumption of storage resources is reduced.
In some embodiments, because the page display module includes static content and page interaction logic, the page interaction logic needs to be embedded into a page by combining the characteristics of the page, and if the page interaction logic is stored at the same time, more time may be consumed when the display content is loaded, so after the page display module is obtained, the static content, including module codes, especially JS codes, CSS codes and the like, and static data such as pictures and characters, can be screened out from the page display module, and the static content is stored. Correspondingly, when the page display module needs to be loaded, the static contents are directly acquired and rendered to the page, and then the page can be loaded.
S130: deploying a module searching unit and a rendering unit in the page to be displayed; the module searching unit comprises the storage address; the module obtaining unit is used for obtaining the page display module according to the storage address; the rendering unit is used for rendering the page display module to the development page.
The module searching unit is a unit for obtaining the page display module. And the module searching unit is provided with a storage address corresponding to the page display module. When the page needs to be displayed, the module searching unit may obtain the page display module according to the storage address.
The rendering unit may be configured to render the page display module into the development page, so that the display content corresponding to the page display module can be displayed in the development page, and a user can view a normally displayed page.
In some embodiments, when the page presentation module includes a page interaction logic, the page interaction logic may be set in the module search unit. The page interaction logic is used for interacting with the development page. And when the instruction is received to trigger the page interaction logic, the module searching unit can be called, and the page is adjusted according to the page interaction logic. For example, when the page interaction logic returns to the top of the page after a component is clicked, the module searching unit can be called and the page interaction logic is triggered to return to the top of the page when a click instruction is received, so that the page interaction logic is realized.
By the webpage development method, when the webpage is developed, the page display module is not directly embedded into the webpage, but the module searching unit and the rendering unit which are associated with the page display module are deployed in the webpage, so that the webpage and the page display module are lightly coupled. When the page display module needs to be adjusted, pages comprising the page display module do not need to be adjusted one by one, but the stored page display module can be directly adjusted, so that the pressure of maintaining the pages is greatly reduced, and the consumption of resources is reduced.
The embodiment of the specification further provides a webpage display method. The execution main body of the webpage display method is webpage display equipment, and the webpage display equipment comprises but is not limited to a server, an industrial personal computer, a PC (personal computer) and the like. The web page display device may be the same device as the web page development device, or may be a different device, which is not limited to this. As shown in fig. 2, the web page display method includes the following specific implementation steps.
S210: in response to a webpage display request, searching a module searching unit and a rendering unit corresponding to a page to be displayed; the webpage display request is used for requesting to display the page to be displayed.
The web page presentation request is a request for acquiring a page to be presented. The webpage display request can be a request sent by a user through a terminal, for example, when the user needs to display a page on a computer, an intelligent terminal or the like, the webpage display request can be sent. The webpage display request can be a request directly sent by a user, or can be a webpage display request sent by a server corresponding to other webpages based on interaction between the other webpages and the to-be-displayed webpage in the process of browsing the webpage by the user. The sending method of the webpage display request is not limited to the above example, and is not described herein again.
After receiving the webpage display request, a module searching unit and a rendering unit can be obtained from the page to be displayed. The module searching unit is a unit for obtaining the page display module. And the module searching unit is provided with a storage address corresponding to the page display module. When the page needs to be displayed, the module searching unit may obtain the page display module according to the storage address. The rendering unit may be configured to render the page display module into the development page, so that the display content corresponding to the page display module can be displayed in the development page, and a user can view a normally displayed page.
S220: calling the module searching unit to send a module acquisition request to a file storage server; the module acquisition request comprises a memory address of the page display module to be acquired.
After the module searching unit is found, the module searching unit can be called to send a module obtaining request to the file storage server. Since the module search unit stores the storage address of the corresponding page display module, the module search unit may generate a module acquisition request based on the storage address. The module obtaining request is used for obtaining the corresponding page display module, so that the page to be displayed can be generated according to the page display module.
In this embodiment, the page display module is stored in a file storage server. The file storage server may be a server for storing the page presentation module. The file storage server may be a server independent of the web page development device, such as other databases, servers, server clusters, or distributed storage systems. The file storage server can also be the web page development device itself, and the web page development device stores the page display modules by using its own storage module and acquires the storage addresses of the page display modules.
After the module searching unit sends a module obtaining request to the file storage server, the file storage server can search the corresponding page display module according to the storage address, so that the page display module can be fed back to the module searching unit.
In some embodiments, only the static content of the page display module, i.e. module codes, especially JS codes and CSS codes, etc., and static data such as pictures and characters, are stored in the file storage server. Therefore, after the file storage server receives the module acquisition request, the corresponding static content can be fed back only according to the module acquisition request, so that the rendering unit generates the corresponding page to be displayed based on the static content rendering.
S230: and under the condition of receiving a page display module, starting the rendering module to render the page display module to a page to be displayed.
Because the rendering module can render the page display module into the page to be displayed, after receiving the page display module, the rendering module can render the page display module into the page to be displayed. Specifically, for example, the rendering engine corresponding to the SDK of the page display module may be used to render the DOM structure of the page display module into the page to be displayed. The specific rendering process may be adjusted based on actual conditions, and is not described herein again.
And under the condition that the received static content is the static content of the page display module, the rendering module renders the static content to the page to be displayed so as to complete the setting of the page.
S240: and displaying the rendered page to be displayed.
After the rendering of the page to be displayed is completed, the rendered page to be displayed can be displayed to a user. The specific display mode can be set according to the requirements of the actual situation, and is not described herein again.
In some embodiments, the module search unit includes page interaction logic therein. The page interaction logic is used for interacting with the development page. And when the instruction is received to trigger the page interaction logic, the module searching unit can be called, and the page is adjusted according to the page interaction logic. For example, when the page interaction logic returns to the top of the page after a component is clicked, the module searching unit can be called and the page interaction logic is triggered to return to the top of the page when a click instruction is received, so that the page interaction logic is realized.
By the webpage display method, the webpage and the page display module are in a light coupling relationship, and when the webpage needs to be displayed, the page display module is acquired in the server and rendered into the webpage. Therefore, when the page display module needs to be adjusted, the page itself does not need to be adjusted. When the number of the pages applying the page display module is large, the pressure for maintaining the pages is greatly reduced, and the consumption of resources is reduced.
Based on the above webpage development method, a webpage development apparatus according to an embodiment of the present specification is introduced, and the apparatus is integrated with the webpage development device. As shown in fig. 3, the apparatus includes the following modules.
A page display module obtaining module 310, configured to obtain a corresponding page display module based on display content in the development page; the page display module is used for generating the display content based on the development page;
a page display module storage module 320, configured to store the page display module; the page display module corresponds to a storage address;
the unit deploying module 330 is configured to deploy a module searching unit and a rendering unit in the page to be displayed; the module searching unit comprises the storage address; the module obtaining unit is used for obtaining the page display module according to the storage address; the rendering unit is used for rendering the page display module to the development page.
Based on the above webpage display method, a webpage display apparatus according to an embodiment of the present specification is introduced, and the apparatus is integrated with the webpage display device. As shown in fig. 4, the apparatus includes the following modules.
The unit searching module 410 is used for responding to the webpage display request and searching a module searching unit and a rendering unit corresponding to the to-be-displayed page; the webpage display request is used for requesting to display the page to be displayed;
a module obtaining request sending module 420, configured to invoke a module searching unit to send a module obtaining request to the web page development device; the module acquisition request comprises a memory address of the page display module to be acquired;
the page rendering module 430 is configured to, in a case that the page display module is received, enable the rendering module to render the page display module to a page to be displayed;
and the page display module 440 is configured to display the rendered page to be displayed.
Based on the above webpage development method, a webpage development device according to an embodiment of the present specification is introduced. As shown in fig. 5, the web page development device may include a memory and a processor.
In this embodiment, the memory may be implemented in any suitable manner. For example, the memory may be a read-only memory, a mechanical hard disk, a solid state disk, a U disk, or the like. The memory may be used to store computer program instructions.
In this embodiment, the processor may be implemented in any suitable manner. For example, the processor may take the form of, for example, a microprocessor or processor and a computer-readable medium that stores computer-readable program code (e.g., software or firmware) executable by the (micro) processor, logic gates, switches, an Application Specific Integrated Circuit (ASIC), a programmable logic controller, an embedded microcontroller, and so forth.
The processor may execute the computer program instructions to perform the steps of: acquiring a corresponding page display module based on display content in the development page; the page display module is used for generating the display content based on the development page; storing the page display module; the page display module corresponds to a storage address; deploying a module searching unit and a rendering unit in the page to be displayed; the module searching unit comprises the storage address; the module obtaining unit is used for obtaining the page display module according to the storage address; the rendering unit is used for rendering the page display module to the development page.
Based on the webpage display method, a webpage display device in the embodiment of the specification is introduced. As shown in fig. 6, the web page presentation apparatus may include a memory and a processor.
In this embodiment, the memory may be implemented in any suitable manner. For example, the memory may be a read-only memory, a mechanical hard disk, a solid state disk, a U disk, or the like. The memory may be used to store computer program instructions.
In this embodiment, the processor may be implemented in any suitable manner. For example, the processor may take the form of, for example, a microprocessor or processor and a computer-readable medium that stores computer-readable program code (e.g., software or firmware) executable by the (micro) processor, logic gates, switches, an Application Specific Integrated Circuit (ASIC), a programmable logic controller, an embedded microcontroller, and so forth.
The processor may execute the computer program instructions to perform the steps of: in response to a webpage display request, searching a module searching unit and a rendering unit corresponding to a page to be displayed; the webpage display request is used for requesting to display the page to be displayed; calling a module searching unit to send a module acquisition request to the webpage development equipment; the module acquisition request comprises a memory address of the page display module to be acquired; under the condition of receiving a page display module, starting a rendering module to render the page display module to a page to be displayed; and displaying the rendered page to be displayed.
It should be noted that the web page development method, the web page display device and the web page display device disclosed in the embodiments of the present specification may be used in the financial field, and may also be applied in the front-end development technical field to implement development and display of a web page.
In the 90 s of the 20 th century, improvements in a technology could clearly distinguish between improvements in hardware (e.g., improvements in circuit structures such as diodes, transistors, switches, etc.) and improvements in software (improvements in process flow). However, as technology advances, many of today's process flow improvements have been seen as direct improvements in hardware circuit architecture. Designers almost always obtain the corresponding hardware circuit structure by programming an improved method flow into the hardware circuit. Thus, it cannot be said that an improvement in the process flow cannot be realized by hardware physical modules. For example, a Programmable Logic Device (PLD), such as a Field Programmable Gate Array (FPGA), is an integrated circuit whose Logic functions are determined by programming the Device by a user. A digital system is "integrated" on a PLD by the designer's own programming without requiring the chip manufacturer to design and fabricate a dedicated integrated circuit chip 2. Furthermore, nowadays, instead of manually making an Integrated Circuit chip, such Programming is often implemented by "logic compiler" software, which is similar to a software compiler used in program development and writing, but the original code before compiling is also written by a specific Programming Language, which is called Hardware Description Language (HDL), and HDL is not only one but many, such as abel (advanced Boolean Expression Language), ahdl (alternate Language Description Language), traffic, pl (core unified Programming Language), HDCal, JHDL (Java Hardware Description Language), langue, Lola, HDL, laspam, hardbyscript Description Language (vhr Description Language), and the like, which are currently used by Hardware compiler-software (Hardware Description Language-software). It will also be apparent to those skilled in the art that hardware circuitry that implements the logical method flows can be readily obtained by merely slightly programming the method flows into an integrated circuit using the hardware description languages described above.
The systems, devices, modules or units illustrated in the above embodiments may be implemented by a computer chip or an entity, or by a product with certain functions. One typical implementation device is a computer. In particular, the computer may be, for example, a personal computer, a laptop computer, a cellular telephone, a camera phone, a smartphone, a personal digital assistant, a media player, a navigation device, an email device, a game console, a tablet computer, a wearable device, or a combination of any of these devices.
From the above description of the embodiments, it is clear to those skilled in the art that the present specification can be implemented by software plus a necessary general hardware platform. Based on such understanding, the technical solutions of the present specification may be essentially or partially implemented in the form of software products, which may be stored in a storage medium, such as ROM/RAM, magnetic disk, optical disk, etc., and include instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments of the present specification.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
The description is operational with numerous general purpose or special purpose computing system environments or configurations. For example: personal computers, server computers, hand-held or portable devices, tablet-type devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like.
This description may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. The specification may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
While the specification has been described with examples, those skilled in the art will appreciate that there are numerous variations and permutations of the specification that do not depart from the spirit of the specification, and it is intended that the appended claims include such variations and modifications that do not depart from the spirit of the specification.

Claims (11)

1. A method for web page development, comprising:
acquiring a corresponding page display module based on display content in the development page; the page display module is used for generating the display content based on the development page;
storing the page display module; the stored page display module corresponds to a storage address;
deploying a module searching unit and a rendering unit in the development page; the module searching unit comprises the storage address; the module obtaining unit is used for obtaining the page display module according to the storage address; the rendering unit is used for rendering the page display module to the development page.
2. The method of claim 1, wherein the page presentation module includes static content; the static content comprises module codes, pictures and text information; the storing the page presentation module includes:
and storing the static content of the page display module.
3. The method of claim 1, wherein said storing said page presentation module comprises:
and sending the page display module to a file storage server so that the file storage server stores the page display module and feeds back a corresponding storage address.
4. The method of claim 1, wherein the page presentation module comprises page interaction logic; the page interaction logic is used for realizing the interaction between the page display module and the development page; the deploying a module searching unit and a rendering unit in the development page includes:
and setting the page interaction logic in the module searching unit.
5. A web page development apparatus, comprising:
the page display module acquisition module is used for acquiring a corresponding page display module based on display contents in the development page; the page display module is used for generating the display content based on the development page;
the page display module storage module is used for storing the page display module; the page display module corresponds to a storage address;
the unit deployment module is used for deploying a module searching unit and a rendering unit in the development page; the module searching unit comprises the storage address; the module obtaining unit is used for obtaining the page display module according to the storage address; the rendering unit is used for rendering the page display module to the development page.
6. A web page development device comprising a memory and a processor;
the memory is to store computer program instructions;
the processor is configured to execute the computer program instructions to implement the steps of: acquiring a corresponding page display module based on display content in the development page; the page display module is used for generating the display content based on the development page; storing the page display module; the page display module corresponds to a storage address; deploying a module searching unit and a rendering unit in the development page; the module searching unit comprises the storage address; the module obtaining unit is used for obtaining the page display module according to the storage address; the rendering unit is used for rendering the page display module to the development page.
7. A webpage display method is characterized by comprising the following steps:
in response to a webpage display request, searching a module searching unit and a rendering unit corresponding to a page to be displayed; the webpage display request is used for requesting to display the page to be displayed;
calling the module searching unit to send a module acquisition request to a file storage server; the module acquisition request comprises a memory address of the page display module to be acquired;
under the condition that a page display module is received, enabling the rendering module to render the page display module to a page to be displayed;
and displaying the rendered page to be displayed.
8. The method of claim 7, wherein the page presentation module includes static content; the static content comprises module codes and pictures; the module acquisition request is used for acquiring the static content of the page display module;
correspondingly, the enabling of the rendering module to render the page display module to the page to be displayed under the condition that the page display module is received includes:
and if the static content is received, enabling the rendering module to render the static content to a page to be shown.
9. The method of claim 7, wherein the module lookup unit includes page interaction logic; the page interaction logic is used for realizing the interaction between the page display module and the development page; the webpage display request comprises an interactive logic triggering instruction;
the page to be displayed after the rendering is displayed comprises the following steps:
and calling page interaction logic in the module searching unit based on the interaction logic triggering instruction so as to enable the page display module to interact with the page to be displayed.
10. A web page presentation apparatus, comprising:
the unit searching module is used for responding to the webpage display request and searching a module searching unit and a rendering unit corresponding to the to-be-displayed page; the webpage display request is used for requesting to display the page to be displayed;
the module acquisition request sending module is used for calling the module searching unit to send a module acquisition request to the webpage development equipment; the module acquisition request comprises a memory address of the page display module to be acquired;
the page rendering module is used for starting the rendering module to render the page display module to a page to be displayed under the condition of receiving the page display module;
and the page display module is used for displaying the rendered page to be displayed.
11. A web page presentation apparatus comprising a memory and a processor;
the memory to store computer program instructions;
the processor to execute the computer program instructions to implement the steps of: in response to a webpage display request, searching a module searching unit and a rendering unit corresponding to a page to be displayed; the webpage display request is used for requesting to display the page to be displayed; calling a module searching unit to send a module acquisition request to the webpage development equipment; the module acquisition request comprises a memory address of the page display module to be acquired; under the condition of receiving a page display module, starting a rendering module to render the page display module to a page to be displayed; and displaying the rendered page to be displayed.
CN202010817456.2A 2020-08-14 2020-08-14 Webpage development method, webpage display method, device and equipment Pending CN111931111A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010817456.2A CN111931111A (en) 2020-08-14 2020-08-14 Webpage development method, webpage display method, device and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010817456.2A CN111931111A (en) 2020-08-14 2020-08-14 Webpage development method, webpage display method, device and equipment

Publications (1)

Publication Number Publication Date
CN111931111A true CN111931111A (en) 2020-11-13

Family

ID=73310942

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010817456.2A Pending CN111931111A (en) 2020-08-14 2020-08-14 Webpage development method, webpage display method, device and equipment

Country Status (1)

Country Link
CN (1) CN111931111A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112560189A (en) * 2020-12-25 2021-03-26 深圳壹账通创配科技有限公司 Page display method and device, computer equipment and readable storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104765844A (en) * 2015-04-16 2015-07-08 北京京东尚科信息技术有限公司 Website page generating method and device
WO2016110202A1 (en) * 2015-01-06 2016-07-14 阿里巴巴集团控股有限公司 Method, client and device for displaying page
CN107748689A (en) * 2017-10-19 2018-03-02 阿里巴巴集团控股有限公司 A kind of web page display method and apparatus

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016110202A1 (en) * 2015-01-06 2016-07-14 阿里巴巴集团控股有限公司 Method, client and device for displaying page
CN104765844A (en) * 2015-04-16 2015-07-08 北京京东尚科信息技术有限公司 Website page generating method and device
CN107748689A (en) * 2017-10-19 2018-03-02 阿里巴巴集团控股有限公司 A kind of web page display method and apparatus

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112560189A (en) * 2020-12-25 2021-03-26 深圳壹账通创配科技有限公司 Page display method and device, computer equipment and readable storage medium

Similar Documents

Publication Publication Date Title
US11144711B2 (en) Webpage rendering method, device, electronic apparatus and storage medium
EP3822828A2 (en) Method, apparatus, device and storage medium for determining page theme and computer program product
CN111639289A (en) Webpage loading method and device
US8826276B1 (en) Multi-threaded virtual machine processing on a web page
CN111796823A (en) Method and device for updating page and displaying page and page maintenance system
CN108021583B (en) Page loading method and client
CN114816401B (en) Interface element positioning method, electronic equipment and storage medium
CN112604289B (en) Game map generation method, device, equipment and storage medium
CN105683957A (en) Style sheet speculative preloading
CN111367518A (en) Page layout method and device, computing equipment and computer storage medium
CN107479868B (en) Interface loading method, device and equipment
CN110262749B (en) Webpage operation method, device, container, equipment and medium
CN112506854A (en) Method, device, equipment and medium for storing page template file and generating page
CN111783019A (en) Browser sub-page creation method and device, computer equipment and storage medium
CN103559097A (en) Inter-process communication method and device in browser and browser
CN115309470A (en) Method, device and equipment for loading widgets and storage medium
CN117390326A (en) Page management method, device, equipment and storage medium
CN111931111A (en) Webpage development method, webpage display method, device and equipment
CN109918598B (en) Web page rendering method based on Android television browser
CN111538667A (en) Page testing method and device
CN112860235B (en) Method, device, equipment and storage medium for processing text
CN114168875A (en) Page program generation method and device, computer equipment and storage medium
CN113961279A (en) Page rendering method, device, server and storage medium
CN112882698A (en) Development environment generation method and device, computer storage medium and electronic device
CN111752431A (en) Information display 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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20210125

Address after: 100140, 55, Fuxing Avenue, Xicheng District, Beijing

Applicant after: INDUSTRIAL AND COMMERCIAL BANK OF CHINA

Applicant after: ICBC Technology Co.,Ltd.

Address before: 100029 Tianyuan Xiangtai building, No.5 Anding Road, Chaoyang District, Beijing

Applicant before: ICBC Technology Co.,Ltd.