CN109582402B - Page display method and device - Google Patents

Page display method and device Download PDF

Info

Publication number
CN109582402B
CN109582402B CN201710905207.7A CN201710905207A CN109582402B CN 109582402 B CN109582402 B CN 109582402B CN 201710905207 A CN201710905207 A CN 201710905207A CN 109582402 B CN109582402 B CN 109582402B
Authority
CN
China
Prior art keywords
page
replaced
element information
terminal
server
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.)
Active
Application number
CN201710905207.7A
Other languages
Chinese (zh)
Other versions
CN109582402A (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 Kingsoft Internet Security Software Co Ltd
Original Assignee
Beijing Kingsoft Internet Security Software 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 Kingsoft Internet Security Software Co Ltd filed Critical Beijing Kingsoft Internet Security Software Co Ltd
Priority to CN201710905207.7A priority Critical patent/CN109582402B/en
Publication of CN109582402A publication Critical patent/CN109582402A/en
Application granted granted Critical
Publication of CN109582402B publication Critical patent/CN109582402B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The embodiment of the invention provides a page display method and a page display device, which are applied to a terminal, wherein the method comprises the following steps: acquiring a page opening instruction; sending a page request to a server; receiving page content sent by a server; replacing target elements in the page content based on prestored page element information to be replaced, and displaying the replaced page content, wherein the page element information to be replaced is as follows: before sending the page request to the server, the page request is sent by the server when being sent to the server. Therefore, after the terminal acquires the page opening instruction, the terminal can replace the target element in the page content based on the prestored page element information to be replaced and display the replaced page content, so that the user does not need to download the updating operation, the page can be updated in time, and the timely release amount is ensured.

Description

Page display method and device
Technical Field
The invention relates to the field of page element processing, in particular to a page display method and device.
Background
In recent years, more and more intelligent electronic devices are appearing in the market, and the intelligent electronic devices become indispensable components in the life of people. Intelligent electronic devices have important applications in learning, work, entertainment, and other situations.
In order to meet different requirements of users on intelligent electronic devices, various applications are developed, and people can install various applications in the intelligent electronic devices to realize various functions. In order to embody the personalized design and improve the user experience, the page of the application program is generally updated regularly or at a set time, for example, at some festivals and the like. The general approach is: after the page content is rewritten, the rewritten and written page content is released as a new version, and a user can download the new version to update the application program.
In the above manner, the user is required to download the new version for updating, so that the timely release amount cannot be guaranteed, for example, if some new versions are released to match the holidays, the user cannot see the updated pages in the holiday time if the user does not download the new versions for updating, and the timely release amount cannot be guaranteed.
Disclosure of Invention
The embodiment of the invention aims to provide a page display method and a page display device so as to ensure that updated pages can be timely released. The specific technical scheme is as follows:
in a first aspect, an embodiment of the present invention provides a page display method, which is applied to a terminal, and the method includes:
acquiring a page opening instruction;
sending a page request to a server;
receiving page content sent by the server;
replacing target elements in the page content based on prestored page element information to be replaced, and displaying the replaced page content, wherein the page element information to be replaced is as follows: and before sending the page request to the server, the page request is sent by the server when being sent to the server.
Optionally, the page element information to be replaced includes an element to be replaced and a position identifier of the element to be replaced, and the page content includes each page element and a corresponding page element position identifier thereof;
the step of replacing the target element in the page content based on the pre-stored page element information includes:
determining a page element position identifier matched with the element position identifier to be replaced from the page element position identifiers;
determining the page element corresponding to the determined page element position identification as a target element;
and replacing the target element by the element to be replaced.
Optionally, the element to be replaced includes: pictures, animations, audio, and jump addresses.
Optionally, the page element information to be replaced includes a preset start time;
based on the pre-stored page element information to be replaced, before the step of replacing the target element in the page content, the method further comprises:
judging whether the current time is not earlier than the preset starting time or not;
and if so, executing the step of replacing the target element in the page content based on the prestored page element information to be replaced.
Optionally, the element information of the page to be replaced further includes a preset end time;
the method further comprises the following steps:
judging whether the current time is not earlier than the preset ending time;
if so, the page content that is not replaced is presented.
Optionally, the element information of the page to be replaced further includes a preset duration;
the method further comprises the following steps:
recording the display time of the replaced page content;
judging whether the display time is not less than the preset duration time or not;
if so, the page content that is not replaced is presented.
In a second aspect, an embodiment of the present invention provides another page display method and an application server, where the method includes:
acquiring element information of a page to be replaced;
after acquiring page element information to be replaced, the page element information to be replaced is sent to a terminal when a page request sent by the terminal is received for the first time, wherein the page request is sent when the terminal acquires a page opening instruction.
Optionally, the step of obtaining element information of a page to be replaced includes:
acquiring locally-stored page element information of a page to be replaced;
or the like, or, alternatively,
and receiving element information of a page to be replaced, which is sent by preset electronic equipment.
In a third aspect, an embodiment of the present invention provides a page display apparatus, which is applied to a terminal, and the apparatus includes:
the opening instruction acquisition module is used for acquiring a page opening instruction;
the page request sending module is used for sending a page request to the server;
the page content receiving module is used for receiving the page content sent by the server;
the page element replacing module is used for replacing a target element in the page content based on pre-stored page element information to be replaced and displaying the replaced page content, wherein the page element information to be replaced is as follows: before sending the page request to the server, the page request is sent by the server when being sent to the server.
Optionally, the page element information to be replaced includes an element to be replaced and a position identifier of the element to be replaced, and the page content includes each page element and a corresponding page element position identifier thereof;
the page element replacement module comprises:
the page element position identification determining unit is used for determining page element position identifications matched with the element position identifications to be replaced from the page element position identifications;
a target element determining unit, configured to determine a page element corresponding to the determined page element position identifier as a target element;
and the target element replacing unit is used for replacing the target element with the element to be replaced.
Optionally, the element to be replaced includes: pictures, animations, audio, and jump addresses.
Optionally, the element information of the page to be replaced includes a preset start time;
the device further comprises:
a preset start time judging module, configured to judge whether a current time is not earlier than a preset start time before replacing a target element in the page content based on pre-stored page element information to be replaced; and if so, triggering the page element replacing module.
Optionally, the element information of the page to be replaced further includes a preset end time;
the device further comprises:
the preset ending time judging module is used for judging whether the current time is not earlier than the preset ending time;
and the first page content display module is used for displaying the page content which is not replaced under the condition that the current time is not earlier than the preset end time.
Optionally, the element information of the page to be replaced further includes a preset duration;
the device further comprises:
the display time recording module is used for recording the display time of the replaced page content;
the preset duration judging module is used for judging whether the display time is not less than the preset duration;
and the second page content display module is used for displaying the page content which is not replaced under the condition that the display time of the replaced page content is not less than the preset duration.
In a fourth aspect, an embodiment of the present invention provides a page display apparatus and an application server, where the apparatus includes:
the replacement information acquisition module is used for acquiring element information of a page to be replaced;
the replacement information sending module is used for sending the page element information to be replaced to the terminal when a page request sent by the terminal is received for the first time after the page element information to be replaced is obtained, wherein the page request is sent when the terminal obtains a page opening instruction.
Optionally, the replacement information obtaining module includes:
the local acquisition unit is used for acquiring locally stored element information of the page to be replaced;
or the like, or a combination thereof,
and the external obtaining unit is used for receiving element information of the page to be replaced, which is sent by the preset electronic equipment.
The embodiment of the invention also provides a terminal, which comprises a processor, a communication interface, a memory and a communication bus, wherein the processor, the communication interface and the memory complete mutual communication through the communication bus;
a memory for storing a computer program;
and the processor is used for realizing the first page display method steps when executing the program stored in the memory.
The embodiment of the invention also provides a server which is characterized by comprising a processor, a communication interface, a memory and a communication bus, wherein the processor and the communication interface are used for completing the communication among the memories through the communication bus;
a memory for storing a computer program;
and the processor is used for realizing the second page display method step when executing the program stored in the memory.
The embodiment of the present invention further provides a computer-readable storage medium, wherein a computer program is stored in the computer-readable storage medium, and when the computer program is executed by a processor, the first page display method step is implemented.
The embodiment of the present invention further provides another computer-readable storage medium, where a computer program is stored in the computer-readable storage medium, and when the computer program is executed by a processor, the second page display method step is implemented.
Therefore, in the scheme provided by the embodiment of the invention, the terminal acquires the page opening instruction, then sends the page request to the server, receives the page content sent by the server, replaces the target element in the page content based on the prestored page element information to be replaced, and displays the replaced page content. After the terminal acquires the page opening instruction, the terminal can replace the target element in the page content based on the prestored page element information to be replaced and display the replaced page content, so that the user does not need to download and update, the page can be updated in time, and the timely release amount is ensured.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the embodiments or the prior art descriptions will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a flowchart of a first page display method according to an embodiment of the present invention;
FIG. 2 is a detailed flowchart of step S104 in the embodiment shown in FIG. 1;
FIG. 3 is a flow diagram showing one way of non-replaced page content;
FIG. 4 is a flowchart of a second page displaying method according to an embodiment of the present invention;
FIG. 5 is a first structural diagram of a first page displaying apparatus according to an embodiment of the present invention;
FIG. 6 is a diagram illustrating a detailed structure of the page element replacing module 540 in the embodiment shown in FIG. 5;
FIG. 7 is a second structural diagram of the first page displaying apparatus;
FIG. 8 is a third structural view of the first page displaying apparatus;
FIG. 9 is a fourth structural diagram of the first page displaying apparatus;
FIG. 10 is a schematic structural diagram of a second page displaying apparatus according to an embodiment of the present invention;
fig. 11 is a schematic structural diagram of a specific structure of the replacement information acquiring module 710 in the embodiment shown in fig. 7;
fig. 12 is a schematic diagram of another specific structure of the replacement information acquiring module 710 in the embodiment shown in fig. 7;
fig. 13 is a schematic structural diagram of a terminal according to an embodiment of the present invention;
fig. 14 is a schematic structural diagram of a server according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be obtained by a person skilled in the art without making any creative effort based on the embodiments in the present invention, belong to the protection scope of the present invention.
In order to ensure a timely release amount when a page is updated, embodiments of the present invention provide a page display method, an apparatus, a terminal, a server, and a computer-readable storage medium.
First, a first page display method provided by an embodiment of the present invention is described below.
The first page display method provided by the embodiment of the invention can be applied to a terminal, and the terminal can be an electronic device such as a mobile phone, a computer, a tablet computer, an intelligent watch, and the like, and is not particularly limited herein.
As shown in fig. 1, a page display method is applied to a terminal, and the method includes:
s101, acquiring a page opening instruction;
s102, sending a page request to a server;
s103, receiving page content sent by the server;
s104, replacing target elements in the page content based on prestored page element information to be replaced, and displaying the replaced page content, wherein the page element information to be replaced is as follows: and before sending the page request to the server, the page request is sent by the server when being sent to the server.
Therefore, in the scheme provided by the embodiment of the invention, the terminal acquires the page opening instruction, then sends the page request to the server, receives the page content sent by the server, replaces the target element in the page content based on the prestored page element information to be replaced, and displays the replaced page content. After the terminal acquires the page opening instruction, the terminal can replace the target element in the page content based on the prestored page element information to be replaced and display the replaced page content, so that a user does not need to download and update, the page can be updated in time, and the timely release amount is ensured.
In step S101, when the user opens an application installed in the terminal, the terminal may obtain a page start instruction. Further, the terminal may execute step S102, that is, send a page request to the server, the server may send the page content to the terminal, and the terminal may receive the page content sent by the server.
Furthermore, the terminal can replace the target element in the page content based on the page element information to be replaced, which is stored in advance, and display the replaced page content. The element information of the page to be replaced is as follows: before the page request is sent to the server at this time, the terminal sends the page request to the server. Specifically, before the page request is sent to the server this time, when the terminal sends the page request to the server, the server sends the pre-acquired page element information to be replaced to the terminal, and the terminal receives the page element information to be replaced and can store the page element information, that is, the pre-stored page element information to be replaced.
Therefore, after the terminal sends the page request to the server and receives the page content sent by the server, the target element in the page content can be replaced by utilizing the prestored page element information to be replaced, the replaced page content is displayed so as to update the page content, a user does not need to download and update, the page can be updated in time, and the timely release amount is ensured. On the other hand, the terminal replaces the target element in the page content with the prestored page element information to be replaced, and then displays the replaced page content, instead of acquiring the page element information to be replaced when the page request is sent to the server at this time, and replacing the target element in the page content while displaying, so that the phenomenon of replacement flicker is avoided when displaying the page, and the user experience is improved.
As an implementation manner of the embodiment of the present invention, for a case that the page element information to be replaced includes an element to be replaced and a position identifier of the element to be replaced, and the page content includes each page element and a corresponding page element position identifier thereof, as shown in fig. 2, the step of replacing the target element in the page content based on the pre-stored page element information may include:
s201, determining a page element position identifier matched with the element position identifier to be replaced from the page element position identifiers;
after receiving the page content sent by the server, the terminal may determine the page element position identifier matched with the element position identifier to be replaced from the page element position identifiers corresponding to the page elements included in the page content. The page element position identifier and the element position identifier to be replaced may be any identifier capable of representing an element position, and may be numbers, letters, or a combination of the numbers and the letters, which is not specifically limited herein.
In one embodiment, the page element position identifier matched with the element position identifier to be replaced may be a page element position identifier having a corresponding relationship with the element position identifier to be replaced. For example, the corresponding relationship is: the page element position identifier is added with a letter a after the page element position identifier is matched with the to-be-replaced element position identifier, if the page element position identifiers corresponding to the page elements included in the page content are respectively 1a, 2a, 3a, 4a, 5a and 6a, the to-be-replaced element position identifier is 3, and the page element position identifier matched with the to-be-replaced element position identifier is 3a.
In another embodiment, the page element position identifier matching the element position identifier to be replaced may be the same page element position identifier as the element position identifier to be replaced. For example, the page element position identifiers corresponding to the page elements included in the page content are respectively 1a, 2a, 3a, 4a, 5a, and 6a, and the element position identifier to be replaced is 2a, so that the page element position identifier matched with the element position identifier to be replaced is 2a.
S202, determining the page element corresponding to the determined page element position identification as a target element;
after determining the page element position identifier matched with the element position identifier to be replaced, the terminal may determine the page element corresponding to the determined page element position identifier as the target element. For example, the page element position identifiers corresponding to the page elements included in the page content are 1a, 2a, 3a, 4a, 5a, and 6a, respectively, and the determined page element position identifier is 3a, then the page element corresponding to the page element position identifier 3a is the target element.
S203, replacing the target element with the element to be replaced.
Next, the terminal may replace the target element with the element to be replaced. For example, if the target element is a picture and the element to be replaced is an animation, the terminal may replace the picture with the animation, and then obtain the replaced page content.
Therefore, in this embodiment, the terminal can accurately determine the target element to be replaced according to the page element position identifier and the element to be replaced position identifier, and then replace the target element with the element to be replaced, so as to obtain and display the replaced page content, and the page updating efficiency is high and the user experience is good.
As an implementation manner of the embodiment of the present invention, the element to be replaced may include: pictures, animations, audio, and jump addresses.
The above-mentioned elements to be replaced may have various forms, and may generally include: the images, animations, audios, jump addresses, and the like may also include elements in other forms, and may be specifically set according to the page update requirement, which is not specifically limited herein.
As an implementation manner of the embodiment of the present invention, in a case that the page element information to be replaced includes a preset start time, before the step of replacing the target element in the page content based on the pre-stored page element information to be replaced, the method may further include:
judging whether the current time is not earlier than the preset starting time or not; and if so, executing the step of replacing the target element in the page content based on the prestored page element information to be replaced.
In an embodiment, the page element information to be replaced may further include a preset start time, where the preset start time is used to indicate a start time of a page update. Then, in order to update the page at an accurate time, before the step of replacing the target element in the page content based on the pre-stored page element information to be replaced, the terminal may determine whether the current time is not earlier than the preset start time.
If the current time is not earlier than the preset starting time, which indicates that the current time is the same as the preset starting time, or is later than the preset starting time, and the page needs to be updated, the step of replacing the target element in the page content based on the prestored page element information to be replaced can be executed. If the current time is earlier than the preset starting time, the page does not need to be updated, the page content sent by the server can be directly displayed, and interface updating is not performed.
For example, assuming that the preset start time is 0 am at 12/25/2017 and the current time is 1 am at 12/26/2017, the terminal determines that the current time is not earlier than the preset start time, and may perform the above step of replacing the target element in the page content based on the pre-stored page element information to be replaced. And when the current time is 11 pm in 24 pm in 12/2017, the terminal judges that the current time is earlier than the preset starting time, the page content sent by the server can be directly displayed without updating the interface.
Therefore, in this embodiment, the terminal can determine whether to replace the page content according to the relationship between the current time and the preset start time, can update the page content when the user opens the page at the preset start time or later, is particularly suitable for updating the page with time characteristics such as holidays and the like, and has stronger individuation and better user experience.
As an implementation manner of the embodiment of the present invention, when the page element information to be replaced further includes a preset end time, the method may further include:
judging whether the current time is not earlier than the preset ending time; if so, the page content that is not replaced is presented.
In order to implement page update within a period of time, in an embodiment, the page element information to be replaced may further include a preset end time, where the preset end time is used to indicate an end time of the page update. In this case, the terminal may determine whether the current time is not earlier than the preset end time after presenting the replaced page content.
If the current time is not earlier than the preset ending time, which indicates that the current time is the same as the preset ending time, or is later than the preset ending time, the page needs to be ended to be updated, and then the original page content can be recovered, namely, the page content which is not replaced is displayed. If the current time is earlier than the preset end time, which indicates that the updated page needs to be continuously displayed, the replaced page content can be continuously displayed.
For example, assuming that the preset end time is 0 am at 26 m.12.2017 and the current time is 9 am at 26 m.12.2017, the terminal determines that the current time is not earlier than the preset end time, and may restore the original page content, that is, display the page content that is not replaced. And when the current time is 11 pm on 12/25/2017, the terminal judges that the current time is earlier than the preset end time, and the replaced page content can be continuously displayed.
Therefore, in this embodiment, the terminal can determine whether to display the page content that is not replaced according to the relationship between the current time and the preset end time, and can restore the original page content when the user opens the page after the preset end time or after the preset end time, so that the method is more suitable for updating pages with time characteristics such as festivals, and is stronger in personalization and better in user experience.
As an implementation manner of the embodiment of the present invention, for a case that the page element information to be replaced further includes a preset duration, as shown in fig. 3, the method may further include:
s301, recording the display time of the replaced page content;
in order to control the update of the page content by the presentation time, in an embodiment, the page element information to be replaced may further include a preset duration, and the preset duration is used to indicate the duration of the page update. In this case, the terminal may record the presentation time of the replaced page content after presenting the replaced page content.
S302, judging whether the display time is not less than the preset duration time; if yes, go to step S303; if not, executing step S304, and continuing to display the replaced page content.
Furthermore, the terminal can judge whether the display time of the replaced page content is not less than the preset duration. If the display time is not less than the preset duration, which indicates that the display time is the same as the preset duration, and the display time after the page update has reached the preset duration, step S303 may be executed. If the displaying time is less than the preset duration, which indicates that the updated page needs to be displayed continuously, step S304 may be performed, i.e., the replaced page content is displayed continuously.
For example, assuming that the preset duration is 12 hours, when the terminal records the presentation time as 12 hours, the terminal determines that the presentation time is not less than the preset duration, and then step S303 may be executed. If the display time is 11 hours, the terminal judges that the display time is less than the preset duration, and the replaced page content can be continuously displayed.
At least one of the first and second electrodes is S303, the page content that is not replaced is shown.
If the display time is not less than the preset duration, which indicates that the display time is the same as the preset duration, and the display time after the page update reaches the preset duration, the terminal can restore the original page content, that is, display the page content which is not replaced.
Therefore, in this embodiment, the terminal can determine whether to display the page content which is not replaced according to the relationship between the display time and the preset duration, can restore the original page content when the display time reaches the preset duration, can meet the page updating requirement that the original page content is restored after only updating for a period of time, does not need to release the page content of a new version, and has short iteration time, high efficiency and higher flexibility of page updating.
The embodiment of the present invention further provides another page display method, and a second page display method provided by the embodiment of the present invention is described below.
The second page display method provided by the embodiment of the invention can be applied to a server, and the server establishes communication connection with the terminal.
As shown in fig. 4, a page display method and an application server, the method includes:
s401, acquiring element information of a page to be replaced;
s402, after acquiring page element information to be replaced, sending the page element information to be replaced to a terminal when receiving a page request sent by the terminal for the first time, wherein the page request is sent when the terminal acquires a page opening instruction.
It can be seen that in the solution provided in the embodiment of the present invention, the server obtains the bin information of the page to be replaced, and then after obtaining the bin information of the page to be replaced, sends the bin information of the page to be replaced to the terminal when receiving the page request sent by the terminal for the first time, and further, the terminal can store the element information of the page to be replaced, sends a page request to the server when a page opening instruction is obtained, replaces a target element in the page content based on the prestored element information of the page to be replaced after receiving the page content sent by the server, and displays the replaced page content. After the terminal acquires the page opening instruction, the terminal can replace the target element in the page content based on the prestored page element information to be replaced and display the replaced page content, so that the user does not need to download and update, the page can be updated in time, and the timely release amount is ensured.
In step S401, the server may obtain the page element information to be replaced, and then, after the page element information to be replaced is obtained, when a page request sent by the terminal is received for the first time, send the page element information to be replaced to the terminal. The terminal may store the element information of the page to be replaced, and then execute the first page displaying method. The page request is sent when the terminal acquires a page opening instruction.
The page element information to be replaced does not need to be sent to the terminal every time a page request sent by the terminal is received, and meanwhile, in order to ensure that the page content can be updated in time, the server can send the page element information to be replaced to the terminal after the page element information to be replaced is obtained and when the page request sent by the terminal is received for the first time. Therefore, in the implementation, when the page content is updated, only the designer needs to complete the element information of the page to be replaced, which needs to be replaced, and the new version of the page content does not need to be rewritten, so that the iteration time is greatly shortened. And the user does not need to download and update, so that the page can be updated in time, and the timely release amount is ensured.
As an implementation manner of the embodiment of the present invention, the step of acquiring the element information of the page to be replaced may include:
acquiring locally stored page element information of a page to be replaced; or receiving element information of a page to be replaced sent by preset electronic equipment.
In an embodiment, the page element information to be replaced may be locally stored by the server after the designer finishes designing the page element information to be replaced. The server may obtain the page element information to be replaced by obtaining locally stored page element information to be replaced.
In another embodiment, the server may receive page element information to be replaced sent by the preset electronic device. The preset electronic device is other electronic devices except the server.
For example, after the designer finishes designing the page element information to be replaced, the designer may save the page element information to be replaced in a certain electronic device, which is the preset electronic device. Furthermore, the preset electronic device can send the page element information to be replaced to the server at regular time or when the designed page element information to be replaced exists, the server may receive the page element information to be replaced sent by the preset electronic device, and then acquire the page element information to be replaced.
As can be seen, in this embodiment, the server may obtain the page element information to be replaced in multiple ways, and the flexibility is very high.
Corresponding to the first page display method, the embodiment of the invention also provides a page display device.
A page display device provided by an embodiment of the present invention is described below.
As shown in fig. 5, a page display apparatus applied to a terminal includes:
an open instruction obtaining module 510, configured to obtain a page open instruction;
a page request sending module 520, configured to send a page request to a server;
a page content receiving module 530, configured to receive page content sent by the server;
the page element replacing module 540 is configured to replace a target element in the page content based on pre-stored page element information to be replaced, and display the replaced page content, where the page element information to be replaced is: and before sending the page request to the server, the page request is sent by the server when being sent to the server.
Therefore, in the scheme provided by the embodiment of the invention, the terminal acquires the page opening instruction, then sends the page request to the server, receives the page content sent by the server, replaces the target element in the page content based on the prestored page element information to be replaced, and displays the replaced page content. After the terminal acquires the page opening instruction, the terminal can replace the target element in the page content based on the prestored page element information to be replaced and display the replaced page content, so that the user does not need to download and update, the page can be updated in time, and the timely release amount is ensured.
As an implementation manner of the embodiment of the present invention, the page element information to be replaced may include an element to be replaced and a position identifier of the element to be replaced, and the page content may include each page element and a page element position identifier corresponding to the page element;
as shown in fig. 6, the page element replacement module 540 may include:
a page element position identifier determining unit 5401, configured to determine, from the page element position identifiers, a page element position identifier matching the to-be-replaced element position identifier;
a target element determination unit 5402 for determining a page element corresponding to the determined page element position identification as a target element;
a target element replacing unit 5403 configured to replace the target element with the element to be replaced.
As an implementation manner of the embodiment of the present invention, the element to be replaced may include: pictures, animations, audio, and jump addresses.
As an implementation manner of the embodiment of the present invention, the page element information to be replaced may include a preset start time;
as shown in fig. 7, the apparatus may further include:
a preset start time determining module 550, configured to determine whether a current time is not earlier than the preset start time before replacing the target element in the page content based on the pre-stored page element information to be replaced; if so, the page element replacement module 540 is triggered.
As an implementation manner of the embodiment of the present invention, the page element information to be replaced may further include a preset end time;
as shown in fig. 8, the apparatus may further include:
a preset end time determining module 560, configured to determine whether the current time is not earlier than the preset end time;
a first page content presentation module 570, configured to present the page content that is not replaced when the current time is not earlier than the preset end time.
As an implementation manner of the embodiment of the present invention, the page element information to be replaced may further include a preset duration;
as shown in fig. 9, the apparatus may further include:
a presentation time recording module 580 for recording a presentation time of the replaced page content;
a preset duration time judging module 590, configured to judge whether the display time is not less than the preset duration time;
a second page content displaying module 500, configured to display the page content that is not replaced when the displaying time of the replaced page content is not less than the preset duration.
Corresponding to the second page display method, the embodiment of the invention also provides another page display device.
The second page display device provided by the embodiment of the invention is described below.
As shown in fig. 10, a page display apparatus, an application server, the apparatus includes:
a replacement information obtaining module 1010, configured to obtain element information of a page to be replaced;
the replacement information sending module 1020 is configured to send the page element information to be replaced to the terminal when a page request sent by the terminal is received for the first time after the page element information to be replaced is obtained, where the page request is sent when the terminal obtains a page opening instruction.
It can be seen that in the scheme provided in the embodiment of the present invention, the server acquires the bin information of the page to be replaced, then after acquiring the bin information of the page to be replaced, the server sends the bin information of the page to be replaced to the terminal when receiving the page request sent by the terminal for the first time, and further, the terminal may store the bin information of the page to be replaced, send the page request to the server when acquiring the page start instruction, and after receiving the page content sent by the server, replace the target element in the page content based on the pre-stored bin information of the page to be replaced, and display the page content after replacement. After the terminal acquires the page opening instruction, the terminal can replace the target element in the page content based on the prestored page element information to be replaced and display the replaced page content, so that the user does not need to download and update, the page can be updated in time, and the timely release amount is ensured.
As an implementation manner of the embodiment of the present invention, as shown in fig. 11, the replacement information acquiring module 1010 may include:
a local obtaining unit 1011, configured to obtain locally stored page element information to be replaced;
or the like, or a combination thereof,
as shown in fig. 12, the replacement information acquiring module 1010 may include: the external obtaining unit 1012 is configured to receive element information of a page to be replaced sent by a preset electronic device.
The embodiment of the present invention further provides a terminal, as shown in fig. 13, including a processor 1301, a communication interface 1302, a memory 1303 and a communication bus 1304, where the processor 1301, the communication interface 1302, and the memory 1303 complete mutual communication through the communication bus 1304,
a memory 1303 for storing a computer program;
the processor 1301 is configured to implement the following steps when executing the program stored in the memory 1303:
acquiring a page opening instruction;
sending a page request to a server;
receiving page content sent by the server;
replacing target elements in the page content based on prestored page element information to be replaced, and displaying the replaced page content, wherein the page element information to be replaced is: and before sending the page request to the server, the page request is sent by the server when being sent to the server.
Therefore, in the scheme provided by the embodiment of the invention, the terminal acquires the page opening instruction, then sends the page request to the server, receives the page content sent by the server, replaces the target element in the page content based on the prestored page element information to be replaced, and displays the replaced page content. After the terminal acquires the page opening instruction, the terminal can replace the target element in the page content based on the prestored page element information to be replaced and display the replaced page content, so that the user does not need to download and update, the page can be updated in time, and the timely release amount is ensured.
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 is not intended to represent only one bus or 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 (NVM), 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, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but also Digital Signal Processors (DSPs), application Specific Integrated Circuits (ASICs), field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components.
The page element information to be replaced may include elements to be replaced and position identifiers of the elements to be replaced, and the page content may include each page element and a corresponding page element position identifier thereof;
the step of replacing the target element in the page content based on the pre-stored page element information may include:
determining a page element position identifier matched with the element position identifier to be replaced from the page element position identifiers;
determining the page element corresponding to the determined page element position identification as a target element;
and replacing the target element by the element to be replaced.
Wherein, the element to be replaced may include: pictures, animations audio and jump addresses.
The page element information of the page to be replaced may include a preset start time;
before the step of replacing the target element in the page content based on the pre-stored page element information to be replaced, the method may further include:
judging whether the current time is not earlier than the preset starting time or not;
and if so, executing the step of replacing the target element in the page content based on the prestored page element information to be replaced.
The page element information of the page to be replaced can also comprise preset end time;
the above method may further comprise:
judging whether the current time is not earlier than the preset ending time;
if so, the page content that is not replaced is presented.
The page element information to be replaced may further include a preset duration;
the above method may further comprise:
recording the display time of the replaced page content;
judging whether the display time is not less than the preset duration time or not;
if so, the page content that is not replaced is presented.
The embodiment of the present invention further provides a terminal, as shown in fig. 14, which includes a processor 1401, a communication interface 1402, a memory 1403 and a communication bus 1404, wherein the processor 1401, the communication interface 1402 and the memory 1403 complete communication with each other through the communication bus 1404,
a memory 1403 for storing a computer program;
the processor 1401, when executing the program stored in the memory 1403, implements the following steps:
acquiring element information of a page to be replaced;
after acquiring page element information to be replaced, the page element information to be replaced is sent to a terminal when a page request sent by the terminal is received for the first time, wherein the page request is sent when the terminal acquires a page opening instruction.
Therefore, in the scheme provided by the embodiment of the invention, the server acquires the element information of the page to be replaced, then after the element information of the page to be replaced is acquired, the element information of the page to be replaced is sent to the terminal when the page request sent by the terminal is received for the first time, further, the terminal can store the element information of the page to be replaced, the page request is sent to the server when the page starting instruction is acquired, after the page content sent by the server is received, the target element in the page content is replaced based on the pre-stored element information of the page to be replaced, and the replaced page content is displayed. After the terminal acquires the page opening instruction, the terminal can replace the target element in the page content based on the prestored page element information to be replaced and display the replaced page content, so that a user does not need to download and update, the page can be updated in time, and the timely release amount is ensured.
The communication bus mentioned in the above server 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 is not intended to represent only one bus or type of bus.
The communication interface is used for communication between the server and other devices.
The Memory may include a Random Access Memory (RAM) or a Non-Volatile Memory (NVM), 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, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but also Digital Signal Processors (DSPs), application Specific Integrated Circuits (ASICs), field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components.
The step of obtaining the element information of the page to be replaced may include:
acquiring locally stored page element information of a page to be replaced;
or the like, or, alternatively,
receiving element information of a page to be replaced sent by preset electronic equipment.
An embodiment of the present invention further provides a computer-readable storage medium, in which a computer program is stored, and when executed by a processor, the computer program implements the following steps:
acquiring a page opening instruction;
sending a page request to a server;
receiving page content sent by the server;
replacing target elements in the page content based on prestored page element information to be replaced, and displaying the replaced page content, wherein the page element information to be replaced is as follows: and before sending the page request to the server, the page request is sent by the server when being sent to the server.
As can be seen, in the solution provided in the embodiment of the present invention, when the computer program is executed by the processor, the page start instruction is obtained, then the page request is sent to the server, the page content sent by the server is received, the target element in the page content is replaced based on the pre-stored page element information to be replaced, and the replaced page content is displayed. After the terminal acquires the page opening instruction, the terminal can replace the target element in the page content based on the prestored page element information to be replaced and display the replaced page content, so that the user does not need to download and update, the page can be updated in time, and the timely release amount is ensured.
The page element information to be replaced may include elements to be replaced and position identifiers of the elements to be replaced, and the page content may include each page element and a corresponding page element position identifier thereof;
the above is based on pre-stored page element information, the step of replacing the target element in the page content may include:
determining a page element position identifier matched with the element position identifier to be replaced from the page element position identifiers;
determining the page element corresponding to the determined page element position identification as a target element;
and replacing the target element by the element to be replaced.
Wherein, the element to be replaced may include: pictures, animations, audio, and jump addresses.
The page element information of the page to be replaced may include a preset start time;
before the step of replacing the target element in the page content based on the pre-stored page element information to be replaced, the method may further include:
judging whether the current time is not earlier than the preset starting time or not;
and if so, executing the step of replacing the target element in the page content based on the prestored page element information to be replaced.
The page element information of the page to be replaced can also comprise preset end time;
the above method may further comprise:
judging whether the current time is not earlier than the preset ending time;
if so, the page content that is not replaced is presented.
The page element information to be replaced may further include a preset duration;
the above method may further comprise:
recording the display time of the replaced page content;
judging whether the display time is not less than the preset duration or not;
if so, the page content that is not replaced is presented.
An embodiment of the present invention further provides another computer-readable storage medium, in which a computer program is stored, and when the computer program is executed by a processor, the computer program implements the following steps:
acquiring element information of a page to be replaced;
after acquiring page element information to be replaced, the page element information to be replaced is sent to a terminal when a page request sent by the terminal is received for the first time, wherein the page request is sent when the terminal acquires a page opening instruction.
It can be seen that in the solution provided in the embodiment of the present invention, when the computer program is executed by the processor, the information of the page element to be replaced is acquired, and then after the information of the page element to be replaced is acquired, the information of the page element to be replaced is sent to the terminal when the page request sent by the terminal is received for the first time, and then the terminal may store the information of the page element to be replaced, send the page request to the server when the page start instruction is acquired, and after the page content sent by the server is received, replace the target element in the page content based on the pre-stored information of the page element to be replaced, and display the replaced page content. After the terminal acquires the page opening instruction, the terminal can replace the target element in the page content based on the prestored page element information to be replaced and display the replaced page content, so that the user does not need to download and update, the page can be updated in time, and the timely release amount is ensured.
The step of obtaining the element information of the page to be replaced may include:
acquiring locally stored page element information of a page to be replaced;
or the like, or a combination thereof,
receiving element information of a page to be replaced sent by preset electronic equipment.
It should be noted that, for the embodiments of the apparatus, the terminal, the server and the computer-readable storage medium, since they are basically similar to the embodiments of the method, the description is relatively simple, and for relevant points, reference may be made to the partial description of the embodiments of the method.
It is further 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 a … …" does not exclude the presence of another identical element 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 invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention shall fall within the protection scope of the present invention.

Claims (18)

1. A page display method is applied to a terminal, and comprises the following steps:
acquiring a page opening instruction of an application program;
sending a page request to a server;
receiving page content sent by the server;
replacing target elements in the page content based on prestored page element information to be replaced, and displaying the replaced page content, wherein the page element information to be replaced is as follows: before sending the page request to the server, the page request is sent by the server when being sent to the server; the page element information to be replaced comprises elements to be replaced and element position marks to be replaced, and the page content comprises each page element and the corresponding page element position mark thereof;
the step of replacing the target element in the page content based on the pre-stored page element information includes:
determining a page element position identifier matched with the element position identifier to be replaced from the page element position identifiers;
determining the page element corresponding to the determined page element position identification as a target element;
and replacing the target element by the element to be replaced.
2. The method of claim 1, wherein the element to be replaced comprises: pictures, animations, audio, and jump addresses.
3. The method according to any one of claims 1-2, wherein the page element information to be replaced comprises a preset start time;
before the step of replacing the target element in the page content based on the pre-stored page element information to be replaced, the method further includes:
judging whether the current time is not earlier than the preset starting time or not;
and if so, executing the step of replacing the target element in the page content based on the prestored page element information to be replaced.
4. The method according to claim 3, wherein the page element information to be replaced further comprises a preset end time;
the method further comprises the following steps:
judging whether the current time is not earlier than the preset ending time;
if so, the page content that is not replaced is presented.
5. The method of claim 3, wherein the page element information to be replaced further comprises a preset duration;
the method further comprises the following steps:
recording the display time of the replaced page content;
judging whether the display time is not less than the preset duration or not;
if so, the page content that is not replaced is presented.
6. A page display method is characterized in that a server is applied, and the method comprises the following steps:
acquiring element information of a page to be replaced; the page element information to be replaced comprises elements to be replaced and element position marks to be replaced;
after acquiring page element information of a page to be replaced, transmitting the page element information of the page to be replaced to a terminal when receiving a page request transmitted by the terminal for the first time, wherein the page request is transmitted when the terminal acquires a page opening instruction; the page element information to be replaced is used for replacing target elements in page content;
receiving a page request sent by the terminal;
and sending the page content to the terminal so that the terminal replaces the target element in the page content based on the page element information to be replaced and displays the replaced page content.
7. The method according to claim 6, wherein the step of obtaining the page element information to be replaced comprises:
acquiring locally stored page element information of a page to be replaced;
or the like, or a combination thereof,
receiving element information of a page to be replaced sent by preset electronic equipment.
8. A page display device is applied to a terminal, and comprises:
the starting instruction acquisition module is used for acquiring a page starting instruction of the application program;
the page request sending module is used for sending a page request to a server;
the page content receiving module is used for receiving the page content sent by the server;
the page element replacing module is used for replacing a target element in the page content based on pre-stored page element information to be replaced and displaying the replaced page content, wherein the page element information to be replaced is as follows: before sending the page request to the server, the page request is sent by the server when being sent to the server;
the page element information to be replaced comprises elements to be replaced and element position marks to be replaced, and the page content comprises each page element and the corresponding page element position mark thereof;
the page element replacement module comprises:
the page element position identification determining unit is used for determining page element position identifications matched with the element position identifications to be replaced from the page element position identifications;
a target element determining unit, configured to determine a page element corresponding to the determined page element position identifier as a target element;
and the target element replacing unit is used for replacing the target element with the element to be replaced.
9. The apparatus of claim 8, wherein the element to be replaced comprises: pictures, animations, audio, and jump addresses.
10. The apparatus according to any one of claims 8-9, wherein the page element information to be replaced comprises a preset start time;
the device further comprises:
a preset start time judging module, configured to judge whether a current time is not earlier than a preset start time before replacing a target element in the page content based on pre-stored page element information to be replaced; and if so, triggering the page element replacing module.
11. The apparatus of claim 10, wherein the page element to be replaced information further includes a preset end time;
the device further comprises:
the preset end time judging module is used for judging whether the current time is not earlier than the preset end time or not;
and the first page content display module is used for displaying the page content which is not replaced under the condition that the current time is not earlier than the preset end time.
12. The apparatus of claim 10, wherein the page element to replace information further comprises a preset duration;
the device further comprises:
the display time recording module is used for recording the display time of the replaced page content;
the preset duration judging module is used for judging whether the display time is not less than the preset duration or not;
and the second page content display module is used for displaying the page content which is not replaced under the condition that the display time of the replaced page content is not less than the preset duration.
13. A page presentation apparatus, characterized in that an application server, the apparatus comprises:
the replacement information acquisition module is used for acquiring element information of a page to be replaced; the page element information to be replaced comprises elements to be replaced and element position marks to be replaced;
the replacement information sending module is used for sending the page element information to be replaced to the terminal when a page request sent by the terminal is received for the first time after the page element information to be replaced is obtained, wherein the page request is sent when the terminal obtains a page opening instruction; the page element information to be replaced is used for replacing target elements in page content;
the page request receiving module is used for receiving a page request sent by the terminal;
and the page content sending module is used for sending the page content to the terminal so that the terminal replaces the target element in the page content based on the page element information to be replaced and displays the replaced page content.
14. The apparatus of claim 13, wherein the replacement information acquisition module comprises:
the local acquisition unit is used for acquiring locally stored element information of the page to be replaced;
or the like, or, alternatively,
and the external obtaining unit is used for receiving element information of the page to be replaced sent by the preset electronic equipment.
15. A terminal is characterized by comprising a processor, a communication interface, a memory and a communication bus, wherein the processor and the communication interface are used for realizing the communication between the processor and the memory through the communication bus;
a memory for storing a computer program;
a processor for implementing the method steps of any one of claims 1 to 5 when executing a program stored in the memory.
16. The server is characterized by comprising a processor, a communication interface, a memory and a communication bus, wherein the processor and the communication interface are used for realizing the communication between the processor and the memory through the communication bus;
a memory for storing a computer program;
a processor for implementing the method steps of claim 6 or 7 when executing a program stored in the memory.
17. A computer-readable storage medium, characterized in that a computer program is stored in the computer-readable storage medium, which computer program, when being executed by a processor, carries out the method steps of any one of the claims 1-5.
18. A computer-readable storage medium, characterized in that a computer program is stored in the computer-readable storage medium, which computer program, when being executed by a processor, carries out the method steps of claim 6 or 7.
CN201710905207.7A 2017-09-29 2017-09-29 Page display method and device Active CN109582402B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710905207.7A CN109582402B (en) 2017-09-29 2017-09-29 Page display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710905207.7A CN109582402B (en) 2017-09-29 2017-09-29 Page display method and device

Publications (2)

Publication Number Publication Date
CN109582402A CN109582402A (en) 2019-04-05
CN109582402B true CN109582402B (en) 2022-11-22

Family

ID=65914000

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710905207.7A Active CN109582402B (en) 2017-09-29 2017-09-29 Page display method and device

Country Status (1)

Country Link
CN (1) CN109582402B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112417822B (en) * 2019-08-05 2023-11-24 珠海金山办公软件有限公司 Method and device for replacing pictures in electronic form cells and electronic equipment
CN111163138B (en) * 2019-12-18 2022-04-12 北京智明星通科技股份有限公司 Method, device and server for reducing network load during game
CN112052416A (en) * 2020-08-26 2020-12-08 腾讯科技(上海)有限公司 Method and device for displaying image elements
CN112307383A (en) * 2020-10-20 2021-02-02 北京三快在线科技有限公司 Page loading method and device
CN113761434A (en) * 2020-11-05 2021-12-07 北京沃东天骏信息技术有限公司 Page processing method, device, system, network platform and electronic equipment
CN113590250B (en) * 2021-07-29 2024-02-27 网易(杭州)网络有限公司 Image processing method, device, equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006131077A1 (en) * 2005-06-10 2006-12-14 Huawei Technologies Co., Ltd. Download update method for software/firmware of terminal equipment
CN102855152A (en) * 2012-09-10 2013-01-02 青岛海信传媒网络技术有限公司 Method and system for upgrading resource files in application programs
CN103646036A (en) * 2012-12-04 2014-03-19 乐视致新电子科技(天津)有限公司 Automatic updating method for loading of advertising pictures
CN106502699A (en) * 2016-11-03 2017-03-15 腾讯科技(深圳)有限公司 A kind of five application page processing method, apparatus and system

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060075327A1 (en) * 2004-09-29 2006-04-06 Joe Sriver User interface for presentation of a document
US9530158B2 (en) * 2009-04-02 2016-12-27 Iheartmedia Management Services, Inc. Method, system, and graphic user interface for enabling a customer to access information associated with a hosted user profile
US9268547B2 (en) * 2010-01-11 2016-02-23 Ensighten, Inc. Conditional logic for delivering computer-executable program instructions and content
CN104391725B (en) * 2014-12-08 2017-11-14 畅捷通信息技术股份有限公司 Page display method and page presentation device
CN104966205A (en) * 2014-12-15 2015-10-07 深圳市腾讯计算机系统有限公司 Object draw-off method and apparatus
CN106528578B (en) * 2015-09-15 2020-05-08 阿里巴巴集团控股有限公司 Information display method and device
CN106075911B (en) * 2016-07-12 2019-06-11 竞技世界(北京)网络技术有限公司 A kind of generation method and device at the micro- end of web game
CN106201532A (en) * 2016-07-15 2016-12-07 乐视控股(北京)有限公司 Interface element replacing options and device
CN107168999A (en) * 2017-03-30 2017-09-15 咪咕数字传媒有限公司 A kind of method for updating pages and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006131077A1 (en) * 2005-06-10 2006-12-14 Huawei Technologies Co., Ltd. Download update method for software/firmware of terminal equipment
CN102855152A (en) * 2012-09-10 2013-01-02 青岛海信传媒网络技术有限公司 Method and system for upgrading resource files in application programs
CN103646036A (en) * 2012-12-04 2014-03-19 乐视致新电子科技(天津)有限公司 Automatic updating method for loading of advertising pictures
CN106502699A (en) * 2016-11-03 2017-03-15 腾讯科技(深圳)有限公司 A kind of five application page processing method, apparatus and system

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Adeel Anjum ET AL.Aiding web crawlers *
projecting web page last modification.《 2012 15th International Multitopic Conference (INMIC)》.2013, *
基于Asp.net和JQquery的课件下载系统的设计与实现;赵震奇等;《网络财富》;20090923(第18期);全文 *

Also Published As

Publication number Publication date
CN109582402A (en) 2019-04-05

Similar Documents

Publication Publication Date Title
CN109582402B (en) Page display method and device
CN108228293B (en) Interface skin switching method and device
CN105867714B (en) Application program method for down loading, apparatus and system
US9336326B2 (en) Browser based objects for copying and sending operations
CN105607927A (en) Page display method and apparatus
CN107545875B (en) Configuration method, device, terminal and machine-readable storage medium
CN107357544B (en) Display method, display device, intelligent terminal and computer readable storage medium
CN106648733B (en) Method for application preloading
CN109361948B (en) Interface management method, intelligent terminal and readable storage medium
US10776181B2 (en) Information processing device, method, and medium for controlling a display based on a service registered in an integrated circuit
CN111881019A (en) User interface testing method and device
US20140289761A1 (en) Systems and Methods of Processing Data Involving Presentation of Information on Android Devices
CN109117153B (en) Application processing method, device, terminal and storage medium
CN108228278B (en) Method and device for loading video desktop
CN109656440A (en) Application icon display methods, equipment and medium
CN107577472B (en) Software installation method and device and computer readable storage medium
CN110825600B (en) Page information processing method, server and page display device
CN107426588B (en) Method, system and storage device for acquiring television set configuration information
CN112148395A (en) Page display method, device, equipment and storage medium
CN105138344A (en) Method and system for randomly generating screensaver according to picture hotness
CN103488508A (en) Browser working method, browser and terminal equipment
CN111880990A (en) Exception handling method and device
CN109815445B (en) Document display method and device, electronic equipment and readable storage medium
CN104836820A (en) Method and system for client interaction, and client terminals
CN103533176A (en) Method for opening application and terminal

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