CN112433741A - Page processing method, device and system, electronic equipment and storage medium - Google Patents

Page processing method, device and system, electronic equipment and storage medium Download PDF

Info

Publication number
CN112433741A
CN112433741A CN202011335190.4A CN202011335190A CN112433741A CN 112433741 A CN112433741 A CN 112433741A CN 202011335190 A CN202011335190 A CN 202011335190A CN 112433741 A CN112433741 A CN 112433741A
Authority
CN
China
Prior art keywords
page
component
target
update
updating
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202011335190.4A
Other languages
Chinese (zh)
Other versions
CN112433741B (en
Inventor
孙学伟
庞文宇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing QIYI Century Science and Technology Co Ltd
Original Assignee
Beijing QIYI Century Science and 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 Beijing QIYI Century Science and Technology Co Ltd filed Critical Beijing QIYI Century Science and Technology Co Ltd
Priority to CN202011335190.4A priority Critical patent/CN112433741B/en
Publication of CN112433741A publication Critical patent/CN112433741A/en
Application granted granted Critical
Publication of CN112433741B publication Critical patent/CN112433741B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application provides a page processing method, a page processing device, a page processing system, an electronic device and a storage medium, which are applied to the technical field of computers, wherein the method comprises the following steps: receiving a page updating instruction; in response to an access instruction for a target page, extracting a page update configuration from the page update instruction, the page update configuration including at least: page identification, component identification and updating operation; when the page identification is determined to indicate the target page, the updating operation is executed on the target component indicated by the component identification in the target page; and displaying the updated target page of the component. According to the scheme, the page can be efficiently updated under the condition that the updated page is guaranteed to keep the original page effect.

Description

Page processing method, device and system, electronic equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a page processing method, apparatus, system, electronic device, and storage medium.
Background
With the development of electronic information technology, developers of application programs can also release new versions of application programs to optimize the application programs, so as to meet various requirements of users, but some lightweight contents such as characters, pictures and positions in pages of the application programs are only modified and updated, and the method of releasing new versions to update the lightweight contents obviously causes waste of resources.
In the prior art, the lightweight content of the page is updated, a new page is opened to replace an original page in an application client by webview (a page control in an android system), but the difference between the functional styles of the new page opened in this way and the original page is large; or a real Native (a mixed mobile application development framework) or a flute (a mobile application development platform) is adopted, a developed new page is issued to an application program client, the two modes are the same as webview, and the page needs to be updated depending on page components of a third-party platform except the application program, so that the obtained new page still has difference with the original page of the application program. In addition to the above manner, the logic code of the application program can be modified by a plug-in technology or a hot repair technology and then issued to the application program, and the new page obtained by the manner can maintain the effective style function of the native page in the application program, but the development process is complicated and the development cost is high.
Disclosure of Invention
In view of this, embodiments of the present application provide a page processing method, an apparatus, a system, an electronic device, and a storage medium, which can solve the problems in the prior art that a page component other than an application is used to update a page of the application, so that an updated page effect is greatly different from a native page effect, an update step is complicated, and a page update efficiency is low.
According to a first aspect of the present application, there is provided a page processing method applied to a user client, the method including:
receiving a page updating instruction;
in response to an access instruction for a target page, extracting a page update configuration from the page update instruction, the page update configuration including at least: page identification, component identification and updating operation;
when the page identification is determined to indicate the target page, the updating operation is executed on the target component indicated by the component identification in the target page;
and displaying the updated target page of the component.
Optionally, the determining that the page identifier indicates the target page includes:
determining a page path corresponding to the page identifier according to the page path corresponding relation;
and when the page inquired according to the page path is the target page, determining that the page identifier indicates the target page.
Optionally, the component identification includes: a component location index, the performing the update operation on the target component indicated by the component identification in the target page, comprising:
querying a target component indicated by the component position index in a component tree of the target page;
performing the update operation on the target component.
Optionally, the receiving a page update instruction includes:
when the user client is started, a page updating instruction is obtained from a server;
and after the user client is started, receiving a page updating instruction sent by a pushing end.
Optionally, the updating operation includes: at least one of a text modification operation, a picture modification operation, a background modification operation, a button click capability modification operation, a position modification operation, a size modification operation, and a display state modification operation.
According to a second aspect of the present application, there is provided a page processing apparatus applied to a user client, the apparatus including:
the receiving module is used for receiving a page updating instruction;
a determining module, configured to, in response to an access instruction for a target page, extract a page update configuration from the page update instruction, where the page update configuration at least includes: page identification, component identification and updating operation;
the updating module is used for executing the updating operation on the target component indicated by the component identifier in the target page when the page identifier is determined to indicate the target page;
and the display module is used for displaying the target page after the component is updated.
Optionally, the update module is further configured to:
determining a page path corresponding to the page identifier according to the page path corresponding relation;
and when the page inquired according to the page path is the target page, determining that the page identifier indicates the target page.
Optionally, the component identification includes: a component location index, the update module further to:
querying a target component indicated by the component position index in a component tree of the target page;
performing the update operation on the target component.
Optionally, the receiving module is further configured to:
when the user client is started, a page updating instruction is obtained from a server;
and after the user client is started, receiving a page updating instruction sent by a pushing end.
Optionally, the updating operation includes: at least one of a text modification operation, a picture modification operation, a background modification operation, a button click capability modification operation, a position modification operation, a size modification operation, and a display state modification operation.
According to a third aspect of the present application, there is provided an electronic device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the page processing method according to the first aspect when executing the computer program.
According to a fourth aspect of the present application, there is provided a computer-readable storage medium on which a computer program is stored, the computer program, when executed by a processor, implementing the page processing method of the first aspect.
To prior art, this application possesses following advantage:
according to the page processing method, the page processing device, the page processing system, the electronic equipment and the storage medium, the updating operation is executed on the components in the page by inquiring the page updating configuration in the received page updating instruction before the page of the user client is opened, so that the updated page is displayed.
The foregoing description is only an overview of the technical solutions of the present application, and the present application can be implemented according to the content of the description in order to make the technical means of the present application more clearly understood, and the following detailed description of the present application is given in order to make the above and other objects, features, and advantages of the present application more clearly understandable.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the application. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
fig. 1 is a flowchart illustrating steps of a page processing method according to an embodiment of the present application;
FIG. 2 is a flowchart illustrating steps of another page processing method according to an embodiment of the present disclosure;
fig. 3 is a schematic diagram of a data transmission process of a page processing method according to an embodiment of the present application;
fig. 4 is a block diagram of a page processing apparatus according to an embodiment of the present application;
fig. 5 is a block diagram of an electronic device according to an embodiment of the present disclosure.
Detailed Description
Exemplary embodiments of the present application will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present application are shown in the drawings, it should be understood that the present application may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
Fig. 1 is a flowchart of steps of a page processing method provided in an embodiment of the present application, which is applied to a user client, and the method includes:
step 101, receiving a page update instruction.
In the embodiment of the present application, a user client refers to a client installed on a user device to provide an application service to a user, and a development client, that is, a client used by a developer, is opposite to the user client, and the developer can adjust the application client through the development client. The page update instruction is generated by the development client, may be directly issued to the user client by the development client, or may be forwarded to the user client by the development client through other transfer devices, and may be specifically determined according to actual requirements, which is not limited herein.
Step 102, in response to an access instruction for a target page, extracting a page update configuration from the page update instruction, where the page update configuration at least includes: page identification, component identification, and update operations.
In this embodiment of the application, the access instruction for the target page may be generated according to the type of access operation of the user on the user client, such as clicking, long-time pressing, sliding, voice or gesture, or may be automatically generated by the user client according to a specific generation rule, for example, according to a generation rule of time, data amount, access amount, and the like, so that the user client automatically jumps to the target page, which may be specifically determined according to actual needs, and is not limited here. The page identifier is a unique identifier used for indicating a page in the client, the component identifier is a unique identifier of a component included in the page indicated by the user, the update operation is an operation type that the component needs to be adjusted, the update operation may be component style update, component position update, component size update, and the like, and may be specifically determined according to actual requirements, which is not limited herein.
The instruction analysis code can be inserted into the page component display method of the user client in the development process of the user client, so that the instruction execution module is pre-embedded in the installation package of the user client. The instruction execution module can automatically check whether a page updating instruction for a target page needing to be displayed currently is received when the client displays the page.
Step 103, when it is determined that the page identifier indicates the target page, performing the update operation on the target component indicated by the component identifier in the target page.
In the embodiment of the application, the page updating module matches the page identifier in the received page updating instruction with the target page, and if the matching is successful, it indicates that the page updating instruction corresponding to the page identifier is used for page updating of the target page, at this time, the component included in the target page is continuously queried through the component identifier in the page updating instruction, and after the target component indicated by the component identifier is queried, the target component is updated according to the page updating instruction or only by strange updating operation.
And 104, displaying the target page after the component is updated.
In the embodiment of the application, after the target component of the target page is updated, the target component updated by the component and other components in the target page can be rendered, so that the target page updated by the component is obtained and displayed, and the page in the client can be efficiently updated. Compared with the mode that the page of the client needs to be updated through other application programs except the client in the prior art, the mode does not need to depend on components of other application programs, and is modified on the basis of the page components in the original client, so that the difference between the modified page effect and the original page effect is small. Compared with a mode of realizing page updating by modifying the whole or most of logic codes of the client, the method has the advantages of lower development cost and higher efficiency.
According to the method and the device for updating the page, the updating operation is performed on the components in the page by inquiring the page updating configuration in the received page updating instruction before the page of the user client is opened, so that the updated page is displayed.
Fig. 2 is a flowchart of steps of another page processing method provided in an embodiment of the present application, which is applied to a user client, and the method includes:
step 201, when the user client is started, a page update instruction is obtained from a server.
In the embodiment of the present application, a server refers to a server providing service data support for a user client. According to the scheme, the updating instruction execution module is pre-embedded in the installation package of the user client, and is specifically inserted into the page display logic of the user client, so that the updating instruction execution module is automatically triggered when the user client is started, and the updating instruction execution module automatically requests to acquire the page updating instruction issued in the closing process of the user client from the server.
Step 202, after the user client is started, receiving a page update instruction sent by a push end.
In the embodiment of the present application, the push end refers to a server for pushing information, and may rely on installing a plug-in or a third-party application program on a client to implement push. Since the user client cannot actively push the message in the running process, the push end is required to obtain the page update instruction.
According to the method and the device, the page updating instruction is provided for the user client in two modes of the server pulling mode and the pushing mode, so that the user client can receive the page updating instruction when being started and after being started, and the flexibility of page updating is improved.
Step 203, responding to an access instruction for a target page, extracting a page update configuration from the page update instruction, where the page update configuration at least includes: page identification, component identification, and update operations.
This step can refer to the detailed description of step 102, which is not repeated here.
And 204, determining a page path corresponding to the page identifier according to the page path corresponding relation.
In the embodiment of the application, the page path is an absolute path for describing a path from a middle root node to a page file in a file directory of a user client. Because the user client performs code obfuscation when the development is completed and the package is packed, the page identifier in the user client is different from the page identifier before the package is completed, so that the developer cannot obtain the obfuscated page identifier, but the page identifier in the page update instruction issued by the developer is the page identifier before the obfuscation. Therefore, the page path of the page identifier is stored into the static variable of the user client before the code of the user client is obfuscated.
Step 205, when the page queried according to the page path is the target page, determining that the page identifier indicates the target page.
In the embodiment of the application, although the page identifier is confusable, the distribution structure of the file target of the user client is not changed, so that the page corresponding to the page identifier can be queried through the page path, and whether the page queried by the page path is the target page which needs to be displayed currently is determined.
According to the method and the device, the page indicated by the page identifier is inquired in the user client through the pre-stored page path corresponding relation, and the problem that the page identifier cannot be identified due to code confusion of the user client is avoided.
Optionally, the component identification includes: a component location index.
Step 206, when it is determined that the page identifier indicates the target page, querying a component tree of the target page for a target component indicated by the component position index.
In the embodiment of the application, the component position index refers to a position index of a component in a page component tree, the component position index can be generated by traversing the component tree through a tool, each component position index is composed of a character string, the character string is composed of numbers, and each number represents an index of a sub-component in a parent component. The target component indicated by the component position index can be inquired through the component position index. Similar to the page identification in step 204, since the code obfuscation is performed when the code of the user client is packaged, the component after obfuscating the code cannot be queried through the component identification before obfuscation.
Step 207, the update operation is performed on the target component.
According to the method and the device, the target component needing to be updated is identified through the component position index, so that the problem that the component cannot be inquired due to code confusion is solved.
And step 208, displaying the target page updated by the component.
This step can refer to the detailed description of step 104, which is not repeated here.
Optionally, the updating operation includes: at least one of a text modification operation, a picture modification operation, a background modification operation, a button click capability modification operation, a position modification operation, a size modification operation, and a display state modification operation.
In the embodiment of the application, the text modification operation is the modification of the document displayed on the page component, for example, the document with wrongly written characters or improper characters can be modified by the operation after the version is released; the picture modification operation is to modify the picture in the page component; the background modification operation is to modify the color or style of the background displayed in the page component; the button click capability modification operation is modification of click capability in the page button component, such as prohibiting or allowing click, touch and the like; the position modification operation is that the display position of the most component is modified; the size modification operation is to modify the display size of the component; the display state modification is switching modification of the display state and the hidden state of the page component.
It should be noted that, in the present solution, since the original page component of the user client is modified, the logical framework of the user client cannot be modified, and therefore, functions other than the original function of the page cannot be implemented, but the page of the user client may be adjusted in a lightweight manner through the above-mentioned several update operations.
According to the method and the device, various updating operations are provided for developers to update the page components, and the diversity of page updating is improved.
Specifically, referring to fig. 3, a schematic diagram of a data transmission process of a page processing system provided in the embodiment of the present application is shown, where the system includes a server 1, a user client 2, a development client 3, and a push terminal 4.
After the development client 3 determines the page update configuration, the developer sends page update instructions to the server 1 and the push terminal 4 according to the page update configuration, and when the server 1 is started at the user client 2, the page update instructions are issued to the user client 2, or when the user client 2 is started, the page update instructions are pushed to the user client 2 through the push terminal 4, so that the user client 2 updates the target page according to the page update instructions.
According to the method and the device for updating the page, the updating operation is performed on the components in the page by inquiring the page updating configuration in the received page updating instruction before the page of the user client is opened, so that the updated page is displayed. And a page updating instruction is provided for the user client side through two modes of pulling by the server side and pushing by the pushing side, so that the user client side can receive the page updating instruction when and after being started, and the flexibility of page updating is improved. And moreover, the page indicated by the page identification is inquired in the user client through the pre-stored page path corresponding relation, so that the problem that the page identification cannot be identified due to code confusion of the user client is avoided. And the target component needing to be updated is identified through the component position index, so that the problem that the component cannot be inquired due to code confusion is avoided. And moreover, various updating operations are provided for developers to update the page components, so that the diversity of page updating is improved.
Fig. 4 is a block diagram of a page processing apparatus 30 provided in an embodiment of the present application, which is applied to a user client, and the apparatus includes:
a receiving module 301, configured to receive a page update instruction;
a determining module 302, configured to, in response to an access instruction for a target page, extract a page update configuration from the page update instruction, where the page update configuration includes at least: page identification, component identification and updating operation;
an updating module 303, configured to, when it is determined that the page identifier indicates the target page, perform the updating operation on the target component indicated by the component identifier in the target page;
a display module 304, configured to display the target page after component update.
Optionally, the updating module 303 is further configured to:
determining a page path corresponding to the page identifier according to the page path corresponding relation;
and when the page inquired according to the page path is the target page, determining that the page identifier indicates the target page.
Optionally, the component identification includes: the component location index, the update module 303, is further configured to:
querying a target component indicated by the component position index in a component tree of the target page;
performing the update operation on the target component.
Optionally, the receiving module 301 is further configured to:
when the user client is started, a page updating instruction is obtained from a server;
and after the user client is started, receiving a page updating instruction sent by a pushing end.
Optionally, the updating operation includes: at least one of a text modification operation, a picture modification operation, a background modification operation, a button click capability modification operation, a position modification operation, a size modification operation, and a display state modification operation.
According to the method and the device for updating the page, the updating operation is performed on the components in the page by inquiring the page updating configuration in the received page updating instruction before the page of the user client is opened, so that the updated page is displayed.
For the embodiment of the server, since it is basically similar to the method embodiment, the description is relatively simple, and for relevant points, reference may be made to part of the description of the method embodiment.
The embodiment of the present application further provides an electronic device, as shown in fig. 5, which includes a processor 401, a communication interface 402, a memory 403, and a communication bus 404, where the processor 401, the communication interface 402, and the memory 403 complete mutual communication through the communication bus 404,
a memory 403 for storing a computer program;
the processor 401, when executing the program stored in the memory 403, implements the following steps: the steps in any of the above-described page processing methods.
The communication bus mentioned in the above terminal may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The communication bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown, but this does not mean that there is only one bus or one type of bus.
The communication interface is used for communication between the terminal and other equipment.
The Memory may include a Random Access Memory (RAM) or a non-volatile Memory (non-volatile Memory), such as at least one disk Memory. Optionally, the memory may also be at least one memory device located remotely from the processor.
The Processor may be a general-purpose Processor, and includes a Central Processing Unit (CPU), a Network Processor (NP), and the like; the Integrated Circuit may also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, a discrete Gate or transistor logic device, or a discrete hardware component.
In another embodiment provided by the present application, a computer-readable storage medium is further provided, in which instructions are stored, and when the instructions are executed on a computer, the computer is caused to execute the page processing method in any one of the above embodiments.
In yet another embodiment provided by the present application, there is also provided a computer program product containing instructions which, when run on a computer, cause the computer to perform the page processing method described in any of the above embodiments.
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When loaded and executed on a computer, cause the processes or functions described in accordance with the embodiments of the application to occur, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored in a computer readable storage medium or transmitted from one computer readable storage medium to another, for example, from one website site, computer, server, or data center to another website site, computer, server, or data center via wired (e.g., coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.). The computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device, such as a server, a data center, etc., that incorporates one or more of the available media. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., Solid State Disk (SSD)), among others.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
All the embodiments in the present specification are described in a related manner, and the same and similar parts among the embodiments may be 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 above description is only for the preferred embodiment of the present application, and is not intended to limit the scope of the present application. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application are included in the protection scope of the present application.

Claims (10)

1. A page processing method is applied to a user client, and comprises the following steps:
receiving a page updating instruction;
in response to an access instruction for a target page, extracting a page update configuration from the page update instruction, the page update configuration including at least: page identification, component identification and updating operation;
when the page identification is determined to indicate the target page, the updating operation is executed on the target component indicated by the component identification in the target page;
and displaying the updated target page of the component.
2. The method of claim 1, wherein the determining that the page identification indicates the target page comprises:
determining a page path corresponding to the page identifier according to the page path corresponding relation;
and when the page inquired according to the page path is the target page, determining that the page identifier indicates the target page.
3. The method of claim 1, wherein the component identification comprises: a component location index, the performing the update operation on the target component indicated by the component identification in the target page, comprising:
querying a target component indicated by the component position index in a component tree of the target page;
performing the update operation on the target component.
4. The method of claim 1, wherein receiving a page update instruction comprises:
when the user client is started, a page updating instruction is obtained from a server;
and after the user client is started, receiving a page updating instruction sent by a pushing end.
5. The method of claim 1, wherein the update operation comprises: at least one of a text modification operation, a picture modification operation, a background modification operation, a button click capability modification operation, a position modification operation, a size modification operation, and a display state modification operation.
6. A page processing apparatus applied to a user client, the apparatus comprising:
the receiving module is used for receiving a page updating instruction;
a determining module, configured to, in response to an access instruction for a target page, extract a page update configuration from the page update instruction, where the page update configuration at least includes: page identification, component identification and updating operation;
the updating module is used for executing the updating operation on the target component indicated by the component identifier in the target page when the page identifier is determined to indicate the target page;
and the display module is used for displaying the target page after the component is updated.
7. The apparatus of claim 1, wherein the update module is further configured to:
determining a page path corresponding to the page identifier according to the page path corresponding relation;
and when the page inquired according to the page path is the target page, determining that the page identifier indicates the target page.
8. The method of claim 1, wherein the component identification comprises: a component location index, the update module further to:
querying a target component indicated by the component position index in a component tree of the target page;
performing the update operation on the target component.
9. An electronic device comprising a memory, a processor, and a computer program stored on the memory and executable on the processor, wherein the processor implements the page processing method of any one of claims 1 to 5 when executing the computer program.
10. A computer-readable storage medium, on which a computer program is stored, which, when executed by a processor, implements the page processing method of any one of claims 1 to 5.
CN202011335190.4A 2020-11-24 2020-11-24 Page processing method, device and system, electronic equipment and storage medium Active CN112433741B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011335190.4A CN112433741B (en) 2020-11-24 2020-11-24 Page processing method, device and system, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011335190.4A CN112433741B (en) 2020-11-24 2020-11-24 Page processing method, device and system, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112433741A true CN112433741A (en) 2021-03-02
CN112433741B CN112433741B (en) 2024-05-17

Family

ID=74698610

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011335190.4A Active CN112433741B (en) 2020-11-24 2020-11-24 Page processing method, device and system, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112433741B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113825008A (en) * 2021-11-24 2021-12-21 飞狐信息技术(天津)有限公司 Active page display method and device

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040250245A1 (en) * 2003-06-04 2004-12-09 Rao Bindu Rama Network having customizable generators and electronic device having customizable updating software
US20150242536A1 (en) * 2007-10-19 2015-08-27 Sergey Surkov Advanced Search Page with Dynamic Generation of a Search Query String
CN105701113A (en) * 2014-11-27 2016-06-22 国际商业机器公司 Method and device for optimizing webpage pre-loading
US9389991B1 (en) * 2013-09-16 2016-07-12 Vce Company, Llc Methods, systems, and computer readable mediums for generating instruction data to update components in a converged infrastructure system
CN110717119A (en) * 2019-10-10 2020-01-21 北京字节跳动网络技术有限公司 Page jump method and device, electronic equipment and storage medium
US20200104423A1 (en) * 2018-09-27 2020-04-02 International Business Machines Corporation Reducing web page load times
CN110955428A (en) * 2019-11-27 2020-04-03 北京奇艺世纪科技有限公司 Page display method and device, electronic equipment and medium
CN111177621A (en) * 2019-12-23 2020-05-19 北京达佳互联信息技术有限公司 Web page development method, device and system
CN111428166A (en) * 2020-02-28 2020-07-17 深圳壹账通智能科技有限公司 Page configuration method, page element replacement method, device, equipment and medium
CN111443911A (en) * 2020-03-24 2020-07-24 五八有限公司 Page development method and device, electronic equipment and computer storage medium
CN111694549A (en) * 2020-04-28 2020-09-22 中国平安人寿保险股份有限公司 Data processing method, device, terminal and medium
CN111708600A (en) * 2020-08-20 2020-09-25 腾讯科技(深圳)有限公司 Page display method, device, equipment and computer readable storage medium
CN111796821A (en) * 2020-06-17 2020-10-20 北京三快在线科技有限公司 Page updating method and device
CN111796823A (en) * 2020-06-24 2020-10-20 北京三快在线科技有限公司 Method and device for updating page and displaying page and page maintenance system
CN111857803A (en) * 2020-07-20 2020-10-30 北京达佳互联信息技术有限公司 Page updating method, device, server and storage medium

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040250245A1 (en) * 2003-06-04 2004-12-09 Rao Bindu Rama Network having customizable generators and electronic device having customizable updating software
US20150242536A1 (en) * 2007-10-19 2015-08-27 Sergey Surkov Advanced Search Page with Dynamic Generation of a Search Query String
US9389991B1 (en) * 2013-09-16 2016-07-12 Vce Company, Llc Methods, systems, and computer readable mediums for generating instruction data to update components in a converged infrastructure system
CN105701113A (en) * 2014-11-27 2016-06-22 国际商业机器公司 Method and device for optimizing webpage pre-loading
US20200104423A1 (en) * 2018-09-27 2020-04-02 International Business Machines Corporation Reducing web page load times
CN110717119A (en) * 2019-10-10 2020-01-21 北京字节跳动网络技术有限公司 Page jump method and device, electronic equipment and storage medium
CN110955428A (en) * 2019-11-27 2020-04-03 北京奇艺世纪科技有限公司 Page display method and device, electronic equipment and medium
CN111177621A (en) * 2019-12-23 2020-05-19 北京达佳互联信息技术有限公司 Web page development method, device and system
CN111428166A (en) * 2020-02-28 2020-07-17 深圳壹账通智能科技有限公司 Page configuration method, page element replacement method, device, equipment and medium
CN111443911A (en) * 2020-03-24 2020-07-24 五八有限公司 Page development method and device, electronic equipment and computer storage medium
CN111694549A (en) * 2020-04-28 2020-09-22 中国平安人寿保险股份有限公司 Data processing method, device, terminal and medium
CN111796821A (en) * 2020-06-17 2020-10-20 北京三快在线科技有限公司 Page updating method and device
CN111796823A (en) * 2020-06-24 2020-10-20 北京三快在线科技有限公司 Method and device for updating page and displaying page and page maintenance system
CN111857803A (en) * 2020-07-20 2020-10-30 北京达佳互联信息技术有限公司 Page updating method, device, server and storage medium
CN111708600A (en) * 2020-08-20 2020-09-25 腾讯科技(深圳)有限公司 Page display method, device, equipment and computer readable storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113825008A (en) * 2021-11-24 2021-12-21 飞狐信息技术(天津)有限公司 Active page display method and device

Also Published As

Publication number Publication date
CN112433741B (en) 2024-05-17

Similar Documents

Publication Publication Date Title
CN110221872B (en) Page jump method and device, electronic equipment and storage medium
EP3605324B1 (en) Application development method and tool, and storage medium thereof
US10699061B2 (en) Application page quick access
US9952848B2 (en) Dependency-aware transformation of multi-function applications for on-demand execution
CN108846753B (en) Method and apparatus for processing data
CN110221899B (en) User interface adjusting method, device and system
CN111736840A (en) Compiling method and running method of applet, storage medium and electronic equipment
CN109522500B (en) Webpage display method, device, terminal and storage medium
CN111563015B (en) Data monitoring method and device, computer readable medium and terminal equipment
CN110941779B (en) Page loading method and device, storage medium and electronic equipment
CN112817657B (en) Application program starting item loading method, device, system and storage medium
CN105335132A (en) Method, apparatus and system for user-defined application function
US9513762B1 (en) Static content updates
CN111767109A (en) H5 page display method and device based on terminal application and readable storage medium
CN113377458B (en) Plug-in management method and device, electronic equipment and storage medium
CN114461223A (en) Code generation method and device and terminal equipment
CN112433741B (en) Page processing method, device and system, electronic equipment and storage medium
CN104361094A (en) Storage method and device for file in search result, and browser client
WO2023236795A1 (en) Encyclopedia entry processing method and apparatus, and electronic device, medium and program product
US20170032292A1 (en) Method and Apparatus for Extracting Mobile Application Suitability Features for a Mobile Business Application
CN111181836B (en) Message pushing method and device
CN114528510A (en) Webpage data processing method and device, electronic equipment and medium
CN108459890B (en) Interface display method and device for application
CN109725799B (en) Advertisement display control method and device and intelligent terminal
CN110750746A (en) Data receiving and pushing method, device, equipment and readable 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
GR01 Patent grant
GR01 Patent grant