CN112181442B - Unloading page display method, device, terminal, server and storage medium - Google Patents

Unloading page display method, device, terminal, server and storage medium Download PDF

Info

Publication number
CN112181442B
CN112181442B CN201910522559.3A CN201910522559A CN112181442B CN 112181442 B CN112181442 B CN 112181442B CN 201910522559 A CN201910522559 A CN 201910522559A CN 112181442 B CN112181442 B CN 112181442B
Authority
CN
China
Prior art keywords
page
client
application
grouping
configuration file
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
CN201910522559.3A
Other languages
Chinese (zh)
Other versions
CN112181442A (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201910522559.3A priority Critical patent/CN112181442B/en
Publication of CN112181442A publication Critical patent/CN112181442A/en
Application granted granted Critical
Publication of CN112181442B publication Critical patent/CN112181442B/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/61Installation
    • G06F8/62Uninstallation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

Landscapes

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

Abstract

The embodiment of the application discloses an unloading page display method, an unloading page display device, a terminal, a server and a storage medium, and belongs to the field of man-machine interaction. The method comprises the following steps: when receiving an application uninstalling instruction, acquiring a channel number and grouping parameters of an application client; accessing an application server according to the channel number and the grouping parameter; obtaining a hypertext markup language (HTML) page and a target configuration file from an application server; and displaying the unloading page according to the HTML page and the target configuration file. In the embodiment of the application, when a new unloading page needs to be tested, the application client can acquire the configuration file corresponding to the unloading page to be tested in the unloading process only by releasing the configuration file corresponding to the unloading page to be tested to the application server, so that the unloading page to be tested is displayed; and when the installed application client is uninstalled, the configuration file of the page to be tested is obtained with probability, so that the test data volume of the uninstalled page to be tested is increased, and the accuracy of the test result is improved.

Description

Unloading page display method, device, terminal, server and storage medium
Technical Field
The embodiment of the application relates to the field of man-machine interaction, in particular to an unloading page display method, device, terminal, server and storage medium.
Background
When the user selects to uninstall the application program, the application program displays a corresponding uninstall page, and the uninstall page can comprise a continuous uninstall control and an uninstall saving control. The user can finish the unloading of the application program by clicking the unloading continuing control, and can stop the unloading of the application program by clicking the unloading saving control.
In order to improve the uninstalling and saving effect of the application program, developers usually design saving contents in an uninstalling page and design corresponding saving function logic for an uninstalling and saving control. For example, a developer sets pictures and characters related to the gift box picking up in an unloading page, designs functional logic for picking up the gift box for an unloading saving control, and a user can stop unloading and pick up the gift box by clicking the unloading saving control.
In the related art, since an uninstalled page is written in an application in advance, when a developer wants to test the saving effect of a new uninstalled page, it needs to be packaged into an application installation package. When the user reinstalls or upgrades the application program and uninstalls the application program, the saving effect of the newly uninstalled page can be tested, so that the test data is less, and the accuracy of the test result is affected.
Disclosure of Invention
The embodiment of the application provides an unloading page display method, device, terminal, server and storage medium, which can solve the problem that the accuracy of a test result is affected due to less test data. The technical scheme is as follows:
in one aspect, there is provided an uninstalled page display method for a terminal in which an application client is installed, the method including:
when an application unloading instruction is received, channel numbers and grouping parameters of the application clients are obtained, and the grouping parameters are used for determining client grouping corresponding to the application clients;
accessing an application server according to the channel number and the grouping parameter, wherein the application server is a background server of the application client;
obtaining a hypertext markup language (Hyper Text Markup Language, HTML) page and a target configuration file from the application server, wherein the HTML page is an uninstalled page, the target configuration file is used for configuring page elements displayed in the HTML page, and different configuration files correspond to different client groups;
and displaying the unloading page according to the HTML page and the target configuration file.
In one aspect, there is provided an unloading page display method for an application server, the method comprising:
receiving an access request sent by a terminal, wherein the access request is sent when an application unloading instruction of an application client is received, the access request comprises a channel number and a grouping parameter, and the grouping parameter is used for determining a client grouping corresponding to the application client;
acquiring an HTML page and a target configuration file corresponding to the application client, wherein the HTML page is an unloading page, the target configuration file is used for configuring page elements displayed in the HTML page, and different configuration files correspond to different client groups;
and sending the HTML page and the target configuration file to the terminal, wherein the terminal is used for displaying the unloading page according to the HTML page and the target configuration file.
In another aspect, there is provided an uninstalled page display apparatus for a terminal in which an application client is installed, the apparatus including:
the first acquisition module is used for acquiring channel numbers and grouping parameters of the application clients when receiving an application unloading instruction, wherein the grouping parameters are used for determining client groupings corresponding to the application clients;
The access module is used for accessing an application server according to the channel number and the grouping parameter, wherein the application server is a background server of the application client;
the second acquisition module is used for acquiring a hypertext markup language (HTML) page and a target configuration file from the application server, wherein the HTML page is an unloading page, the target configuration file is used for configuring page elements displayed in the HTML page, and different configuration files correspond to different client groups;
and the page display module is used for displaying the unloading page according to the HTML page and the target configuration file.
In another aspect, there is provided an unloading page display device for an application server, the device comprising:
the system comprises a request receiving module, a request sending module and a receiving module, wherein the request receiving module is used for receiving an access request sent by a terminal, the access request is sent when an application unloading instruction of an application client is received, the access request comprises a channel number and a grouping parameter, and the grouping parameter is used for determining a client grouping corresponding to the application client;
the third acquisition module is used for acquiring an HTML page and a target configuration file corresponding to the application client, wherein the HTML page is an unloading page, the target configuration file is used for configuring page elements displayed in the HTML page, and different configuration files correspond to different client groups;
And the sending module is used for sending the HTML page and the target configuration file to the terminal, and the terminal is used for displaying the unloading page according to the HTML page and the target configuration file.
In another aspect, a terminal is provided that includes a processor and a memory; the memory stores at least one instruction for execution by the processor to implement the offload page display method as described in the above aspects.
In another aspect, a server is provided, wherein the server includes a processor and a memory; the memory stores at least one instruction for execution by the processor to implement the offload page display method as described in the above aspects.
In another aspect, a computer-readable storage medium is provided that stores at least one instruction for execution by a processor to implement an offload page display method as described in the above aspects.
In another aspect, there is provided a computer program product storing at least one instruction that is loaded and executed by the processor to implement the offload page display method of the above aspect.
In the embodiment of the application, when the terminal receives an application unloading instruction, the terminal accesses the application server according to the channel number and the grouping parameters, acquires the HTML page and the target configuration file from the application server, and displays different unloading pages according to the HTML page and the target configuration file; and when the installed application client is uninstalled, the configuration file of the page to be tested is obtained with probability, so that the test data volume of the uninstalled page to be tested is increased, and the accuracy of the test result is improved.
Drawings
FIG. 1 is a schematic illustration of an implementation environment provided by an exemplary embodiment of the present application;
FIG. 2 illustrates a flowchart of a method for offloading page display provided in one exemplary embodiment of the present application;
FIG. 3 illustrates an interface diagram of an offload page display method provided by an exemplary embodiment of the present application;
FIG. 4 illustrates a schematic diagram of an offload page display method provided in another exemplary embodiment of the present application;
FIG. 5 illustrates a flowchart of a method for offloading page display provided in another exemplary embodiment of the present application;
FIG. 6 is a flow chart of a process for determining client groupings based on channel numbers and grouping parameters;
FIG. 7 illustrates a flowchart of a method for offloading page display provided in another exemplary embodiment of the present application;
FIG. 8 illustrates a block diagram of an unloading page display device provided in an exemplary embodiment of the present application;
FIG. 9 shows a block diagram of an unloading page display device according to another exemplary embodiment of the present application;
fig. 10 is a block diagram illustrating a structure of a terminal according to an exemplary embodiment of the present application;
fig. 11 shows a schematic structural diagram of a server according to an exemplary embodiment of the present application.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the present invention more apparent, the embodiments of the present invention will be described in further detail with reference to the accompanying drawings.
References herein to "a plurality" means two or more. "and/or", describes an association relationship of an association object, and indicates that there may be three relationships, for example, a and/or B, and may indicate: a exists alone, A and B exist together, and B exists alone. The character "/" generally indicates that the context-dependent object is an "or" relationship.
Referring to fig. 1, a schematic diagram of an implementation environment provided in one embodiment of the present application is shown. The implementation environment may include: the terminal 10 and the application server 20.
The terminal 10 may be an electronic device such as a personal computer, a mobile phone, a tablet computer, a smart television, a multimedia player device, etc. In this embodiment, an application client is installed and operated in the terminal 10, and the application client displays a corresponding uninstall page in the uninstalling process, where the uninstall page is used to trigger to complete uninstall the application or stop uninstalling the application. Alternatively, the application client may be a housekeeping client, a multimedia playing client, an instant messaging client, a game client, a social client, a news reading client, a shopping client, and the like, which is not limited in the embodiment of the present application.
The terminal 10 and the application server 20 may communicate with each other via a network, which may be a wired network or a wireless network.
The application server 20 is a background server of the application client in the terminal 10. The application server 20 may be a server, a server cluster formed by a plurality of servers, or a cloud computing service center. Optionally, in the embodiment of the present application, the application server 20 stores HTML pages and configuration files required for displaying the uninstalled pages. Upon uninstalling the application client, the terminal 10 obtains the HTML page and the corresponding configuration file from the application server 20, so as to display the uninstalled page according to the HTML page and the configuration file.
Referring to fig. 2, a flowchart of an unloading page display method according to an exemplary embodiment of the present application is shown. The embodiment is described taking the example that the unloading page display method is used in the implementation environment shown in fig. 1 as an example, and the method includes:
step 201, when receiving an application uninstalling instruction, the terminal obtains a channel number and grouping parameters of an application client.
Optionally, the terminal is provided with an application client, and in a foreground running state, the terminal displays an application client interface, and when receiving an operation signal of an unloading control in the application client interface, the terminal determines that an application unloading instruction triggered in the application client is received, thereby obtaining a channel number and a grouping parameter of the application client.
In one possible implementation, the installation package of the application client is from a different network channel, and the channel number of the application client is used to indicate the channel source of the installation package of the application client, and the channel number is written into the installation package when the installation package of the application client is generated by packaging.
In an illustrative example, both terminal a and terminal B are provided with a computer manager client, wherein, terminal a obtains a computer manager application installation package from a certain game application through a download link and installs the package, and then the channel number of the computer manager client in terminal a is 1000; and the terminal B downloads and installs the computer manager application installation package from the application official network, and then the channel number of the computer manager client in the terminal B is 1001.
The grouping parameter is used for determining a client grouping corresponding to the application client. In one possible implementation, the client group includes a control group and an experimental group when the drop page is tested for a retention effect. When the application client belongs to the comparison group, the unloading page of the comparison group is displayed when the application client is unloaded, and when the application client belongs to the experiment group, the unloading page of the experiment group is displayed when the application client is unloaded.
And 202, the terminal accesses the application server according to the channel number and the grouping parameters.
The application server is a background server of the application client, and the terminal obtains related files required by displaying the unloading page according to the purpose of accessing the application server by the channel number and the grouping parameters.
In step 203, the application server receives an access request sent by the terminal.
The access request is sent by the terminal when receiving an application uninstalling instruction to the application client, and the access request comprises a channel number and a grouping parameter.
In step 204, the application server obtains the HTML page and the target configuration file corresponding to the application client.
In one possible implementation manner, the application server stores HTML pages and a plurality of configuration files, and different configuration files correspond to different client groups and are used for configuring different unloading pages, and the target configuration files acquired by the application server are matched with the client groups corresponding to the application clients. The configuration file stored in the application server adopts a preset file format, and the preset file format can be json format.
The HTML page is an unloading page, and is stored at the application server in the form of an HTML file for controlling the page layout of the unloading page, and the configuration file is used for configuring page elements displayed in the HTML page. Optionally, the page element includes at least a presentation picture, a title, a text, and a button, and correspondingly, the configuration file includes at least a picture address of the presentation picture, a title content, a text displayed on the button, and a button command line (for indicating the functional logic after the button is clicked).
In one illustrative example, the target configuration file obtained by the application server is shown in Table one. The contents shown in table one include: channel number, client grouping, picture address, title content, text content, button text, and button command line.
List one
Channel number 1001
Client grouping Experimental group
Picture address //s.pc.qq.com/guanjia/images/84/4e/844e46a52b674e9b883c.png
Title content Special game gift bag for computer manager
Content of the document Multiple games welfare and other benefits are picked up
Button text Gift bag for game
Button command line QQPCMgr.exe/personalCenter showGameFrame(4)
In one possible implementation, the application clients of different client groups correspond to the same HTML page, i.e. each application client points to the same HTML page, while the application clients of different client groups correspond to different configuration files, i.e. the page elements displayed in the unload page at the application clients of different client groups are different.
In one possible implementation, the application server determines a client group of the application client based on the channel number and the grouping parameter in the access request, so that the HTML page and the target configuration file stored in the application server are obtained based on the client group.
In step 205, the application server sends the HTML page and the target configuration file to the terminal.
In step 206, the terminal obtains the HTML page and the target configuration file from the application server.
And step 207, the terminal displays the unloading page according to the HTML page and the target configuration file.
Optionally, after the terminal obtains the HTML page and the target configuration file from the application server, the HTML page and the target configuration file are parsed by the built-in browser of the application client, so that the corresponding uninstalled page is displayed.
In one possible implementation, the terminal first parses the HTML page through the built-in browser, and then reads the target configuration file through the HTML page, so as to display each configuration item indicated by the target configuration file in the uninstalled page. When the target configuration file contains a page element address (such as a display picture address) corresponding to the configuration item, the terminal acquires the page element from the application server according to the page element address so as to display the page element in the uninstalled page.
In one possible implementation, the client group includes a control group and an experimental group under the same channel number, and the control group and the experimental group correspond to different offload pages. When the acquired target configuration file is the configuration file of the comparison group, the terminal analyzes the HTML page and the target configuration file through the built-in browser, so that an unloading page corresponding to the comparison group is displayed; when the target configuration file is the configuration file of the experiment group, the terminal analyzes the HTML page and the target configuration file through the built-in browser, and displays an unloading page corresponding to the experiment group.
Schematically, as shown in fig. 3, clients corresponding to the computer manager client in the terminal a are grouped into experimental groups, and according to the obtained configuration file corresponding to the experimental group, the computer manager client displays a first unloading page 300, where the first unloading page 300 includes a first picture 301, a first title 302, a first document 303, a first unloading button 304, and a first save button 305 displaying the button text "get game gift bag"; the clients corresponding to the computer manager clients in the terminal B are grouped into a comparison group, and according to the obtained configuration file corresponding to the comparison group, the computer manager clients display a second unloading page 310, wherein the second unloading page 310 comprises a second picture 311, a second title 312, a second document 313, a second unloading button 314 and a second saving button 315 displaying the button text "clean garbage". The content of the configuration file corresponding to the experimental group obtained by the computer manager client in the terminal a is the table-one content, the computer manager client in the terminal a downloads the configuration file from a game application through a download link, the channel number of the computer manager client downloaded through the channel is 1001, the first picture 301 in fig. 3 can be obtained according to the picture address in the table-one, the first title 302 in fig. 3 can be obtained according to the title content "computer manager dedicated game gift package" in the table-one, the first text 303 in fig. 3 can be obtained according to the text content "multi-money game benefit" in the table-one or the like, the first save button 305 in fig. 3 can be obtained according to the button text "collar game gift package" in the table-one, and when the click information of the first save button 305 is received, the corresponding function logic (such as jumping to a new page) can be executed through the button command line in the table-one.
In the embodiment of the application, when the terminal receives an application unloading instruction, the terminal accesses the application server according to the channel number and the grouping parameters, acquires the HTML page and the target configuration file from the application server, and displays different unloading pages according to the HTML page and the target configuration file; and when the installed application client is uninstalled, the configuration file of the page to be tested is obtained with probability, so that the test data volume of the uninstalled page to be tested is increased, and the accuracy of the test result is improved.
In one possible implementation, the judgment logic of the client packet is implemented by an HTML page, where the packet parameter is a packet value calculated by the application client from the globally unique identifier (Globally Unique Identifier, GUID) of the terminal. And the HTML page determines a client grouping of the application client according to the grouping value and the channel number, and further acquires a target configuration file corresponding to the client grouping from the application server side.
Illustratively, as shown in fig. 4, a developer of the application client adds a channel number to the installation package, and when the user computer (or other terminal) downloads and installs the installation package, the channel number in the installation package can be obtained. When the user computer receives an instruction of unloading operation, the application client obtains the GUID of the terminal, and calculates the grouping value according to the GUID. After the user computer accesses the application server according to the channel number and the packet number to obtain the HTML page, the HTML page determines the client group of the application client according to the packet number and the channel number, and further obtains a target configuration file corresponding to the client group from a plurality of configuration files configured by operators. Further, the application client displays the uninstalled page according to the target configuration file and the HTML page, wherein the uninstalled page 41 of the experimental group is displayed when the client is grouped into the experimental group, and the uninstalled page 42 of the control group is displayed when the client is grouped into the control group.
Referring to fig. 5, a flowchart of an unloading page display method according to another exemplary embodiment of the present application is shown. The embodiment is described taking the example that the unloading page display method is used in the implementation environment shown in fig. 1 as an example, and the method includes:
Step 501, when the terminal receives an application uninstalling instruction, a channel number and grouping parameters of an application client are obtained.
The implementation of this step may refer to step 201, and this embodiment is not described herein.
In step 502, the terminal obtains a preset uniform resource locator (Uniform Resource Locator, URL) address.
Wherein the preset URL address is an address of an HTML page (corresponding to an HTML file) at the application server. For example, the preset URL address is http:// s.pcmgr.qq.com/xxx/xxx.html.
Optionally, the preset URL address is written in the application client in advance, and different application clients correspond to the same preset URL address (i.e., different application clients point to the same HTML page).
In step 503, the terminal generates a target URL address according to the preset URL address, the channel number and the grouping parameter.
Optionally, the terminal adds the channel number and the grouping parameter to a preset URL address, so as to generate a target URL address, where when the grouping parameter is a grouping value, the grouping value is calculated by the application client according to the GUID of the terminal.
In one possible implementation, when the terminal installs the application client, the application client reads the GUID of the terminal (the GUID of a different terminal is very unlikely to be repeated and can be basically considered as unique), and then takes the last digit of the GUID value and modulo the last digit to obtain the packet value.
In an illustrative example, the last digit of the GUID of the application client reading terminal is e (hexadecimal), and the decimal number corresponding to the last digit is 14. The application developer or operator divides the application clients under the same channel number into 8 groups, then performs a modulo operation on the last digit 14 about 8, and the result of the modulo operation shows that the remainder is 6, then determines that the grouping number of the application client is 7 (the grouping number is the remainder plus 1), and specifies that the target clients of the application clients with the grouping numbers of 1, 2, 3 and 4 are grouped into a comparison group, and the target clients of the application clients with the grouping numbers of 5, 6, 7 and 8 are grouped into an experiment group.
For example, the destination URL address generated by the terminal is http:// s.pcmgr.qq.com/xxx/xxx.html id=1001 & group=1, the channel number representing the application client is 1001 (the value of the side parameter), and the packet number is 1 (the value of the group parameter).
And step 504, the terminal accesses the application server according to the target URL address.
In one possible implementation, after receiving the uninstall instruction, the terminal accesses the application server according to the generated target URL address, so as to obtain the HTML page and the target configuration file according to the channel number and the packet number carried in the target URL address.
In step 505, the application server receives an access request sent by the terminal.
The implementation of this step may refer to step 203, and this embodiment is not described herein.
In step 506, the terminal pulls the HTML page from the application server according to the target URL address.
In this embodiment, since the HTML page includes the judgment logic of the client packet, after the HTML page is pulled from the application server, the HTML page reads the channel number and the packet value in the target URL address, so as to determine the target client packet of the application client according to the channel number and the packet value.
Illustratively, after the application client accesses the application server to obtain the HTML page according to the channel number and the packet number, the HTML page determines the client packet according to the packet number and the channel number as shown in fig. 6. Firstly, an HTML page judges whether a corresponding configuration file exists in a channel number according to the channel number, if the corresponding configuration file does not exist, the HTML page determines that client side groups of an application client side are a comparison group (or a default group); if the client grouping exists, further judging the client grouping according to the grouping value, wherein if the grouping value hits the value of the comparison group, the HTML page determines the client grouping as the comparison group, and then the comparison group unloading page is displayed; if the grouping value hits the value of the experimental group, the HTML page determines that the client groups the experimental group, and then the unloading page of the experimental group is displayed.
In step 507, the application server obtains the HTML page at the preset URL address.
In step 508, the application server obtains the target client packet determined by the HTML page.
In one possible implementation, after the HTML page determines the target client packet according to the channel number and the packet number, a profile acquisition request including the target client packet is sent to the application server, and accordingly, the application server acquires the target client packet from the request.
In step 509, the application server obtains the target configuration file according to the target client group.
In one possible implementation manner, the application server stores the correspondence between the client group and the configuration file, and after obtaining the target client group, the application server obtains the target configuration file according to the target client group.
And 510, acquiring a target configuration file from the application server according to the target client group determined by the HTML page.
Optionally, if it is determined that the target client group of the application client is the comparison group according to the HTML page, the terminal obtains a target configuration file corresponding to the comparison group from the application server; and if the target client groups of the application clients are determined to be the experimental groups according to the HTML page, the terminal acquires the target configuration files corresponding to the experimental groups from the application server.
In an illustrative example, the terminal obtains the target configuration file from the application server according to the determined target client group "experimental group" as shown in table one.
In step 511, the terminal displays the uninstalled page according to the HTML page and the target profile.
The implementation of this step may refer to step 107, and this embodiment is not described herein.
And step 512, when receiving the operation instruction triggered in the uninstall page, the terminal sends the operation information to the application server according to the operation instruction.
In one possible implementation, the operation instruction is triggered by clicking a button in the uninstall page, where the button includes at least a save button and an uninstall button.
Schematically, as shown in fig. 3, the clients corresponding to the computer manager client in the terminal B are grouped into a comparison group, and according to the obtained configuration file corresponding to the comparison group, the computer manager client displays a second unloading page 310, where the second unloading page 310 includes a second unloading button 314 for indicating to continue unloading and a second saving button 315 displaying the button text "clear garbage".
Optionally, the operation information includes unloading success information and saving success information. If the unloading interface receives the triggering operation of the unloading button, sending unloading success information of the application client to the application server; and if the uninstall interface receives the trigger operation of the save button, sending the save success information about the application client to the application server.
Illustratively, as shown in fig. 3, when a click operation of the second uninstall button 314 in the second uninstall page 310 is received, uninstall success information for the comparison group application client is sent to the application server; when a click operation of the second save button 315 in the second unload page 310 is received, then save success information for the control group application client is sent to the application server.
In step 513, the application server receives the operation information sent by the terminal.
The operation information is sent when the terminal receives an operation instruction triggered in the unloading page.
Optionally, under the same channel number, the application clients under different unloading interfaces belong to different client groups, the application server receives the operation information sent by the terminal, and if the operation information is from the application clients of which the client groups are the comparison groups, the application server records the operation information in the comparison groups; if the operation information originates from application clients grouped into experimental groups by clients, the application server records the operation information in the experimental groups.
In step 514, the application server updates the saving rate of the unloading page corresponding to the client group according to the operation information.
Under the same channel number, the application server counts the times that the operation information in the comparison group is the saving success information, counts the times that the operation information in the experiment group is the saving success information, and respectively calculates the saving rate.
In an illustrative example, under the channel number 1001, when the application server receives 100 pieces of operation information sent by application clients belonging to the comparison group, wherein the operation information includes 5 pieces of saving success information and 95 pieces of unloading success information, as shown in table two, the saving rate of the comparison group is 5%; when the application server receives the operation information sent by 100 application clients belonging to the experimental group, wherein the operation information comprises 20 pieces of saving success information and 80 pieces of unloading success information, as shown in table two, the saving rate of the experimental group is 20%.
Watch II
Client grouping Rate of recovery
Control group 5%
Experimental group 20%
In the embodiment of the application, when the terminal receives the application uninstalling instruction, the HTML page is pulled from the application server through the target URL address, and the target client group corresponding to the application client is determined by the HTML page according to the channel number and the grouping parameter, so that the target configuration file is acquired from the application server according to the target client group, and the processing pressure of the application server can be reduced because the client group is judged by the HTML page and does not need to be executed by the application server; in addition, the terminal sends corresponding operation information to the application server according to different operation instructions triggered in the unloading page, so that the application server calculates the saving rate of different unloading pages according to the received operation information.
In another possible implementation manner, the judgment logic of the client grouping is implemented by an application server side, the grouping parameter is the GUID of the terminal, and the application server determines the client grouping of the application client according to the channel number and the GUID transmitted from the application client, so that an HTML page and a target configuration file corresponding to the client grouping are acquired and fed back to the application client. The following description uses illustrative examples.
Referring to fig. 7, a flowchart of an unloading page display method according to another exemplary embodiment of the present application is shown. The embodiment is described taking the example that the unloading page display method is used in the implementation environment shown in fig. 1 as an example, and the method includes:
in step 701, when the terminal receives an application uninstalling instruction, a channel number and grouping parameters of an application client are obtained.
Step 702, the terminal obtains a preset URL address.
In step 703, the terminal generates a target URL address according to the preset URL address, the channel number and the grouping parameter.
In step 704, the terminal accesses the application server according to the target URL address.
Step 705, the application server receives an access request sent by the terminal.
In step 706, the terminal pulls the HTML page from the application server according to the target URL address.
In step 707, the application server obtains the HTML page under the preset URL address.
The embodiments of steps 701 to 707 may refer to steps 501 to 507, and this embodiment is not repeated here.
The terminal communicates 708 the channel number and GUID to the application server.
Unlike the above embodiment, the logical judgment of the target client packet is implemented at the application server, i.e. the packet value of the application client is calculated at the application server from the GUID, so the terminal directly passes the channel number and GUID to the application server.
In step 709, the application server calculates the grouping value corresponding to the application client according to the GUID, and determines the target client grouping according to the channel number and the grouping value.
The method for calculating the packet value corresponding to the application client by the application server according to the GUID may refer to step 503, and the process for determining the packet of the target client may refer to the process for determining the packet of the target client by the HTML page according to the channel number and the packet value in step 506, which is not described herein.
In step 710, the application server obtains the target configuration file according to the target client group.
For the application clients under the same channel number, when the application server determines that the target clients are grouped into a comparison group, acquiring a target configuration file under the comparison group; and when the application server determines that the target client groups are the experiment group, acquiring a target configuration file under the experiment group.
In step 711, the application server sends the HTML page and the target configuration file to the terminal.
In one possible implementation manner, after determining the target client group at the application server, the application server sends the HTML page and the target configuration file to the terminal together, and the terminal can directly receive the HTML page and the target configuration file and analyze the HTML page and the target configuration file through the built-in browser, so that the corresponding uninstalled page is displayed at the terminal.
And step 712, the terminal displays the unloading page according to the HTML page and the target configuration file.
In step 713, when receiving the operation instruction triggered in the uninstall page, the terminal sends the operation information to the application server according to the operation instruction.
Step 714, operation information sent by the terminal is received.
Step 715, updating the saving rate of the unloading page corresponding to the client group according to the operation information.
The embodiments of steps 712 to 715 can refer to the above steps 511 to 514, and this embodiment will not be repeated here.
In this embodiment, when the terminal receives the application uninstalling instruction, by transmitting the channel number and the GUID to the application server, the application server determines the target client group according to the channel number and the GUID, and compared with the method in the above embodiment that the HTML page determines the client group according to the preset logic, the method provided in this embodiment is beneficial to developing and flexibly configuring the grouping policy by the operator, so that the flow distribution is more flexible (for example, when the experimental group flow is less, more application clients can be distributed to the experimental group by modifying the grouping policy, thereby increasing the experimental group flow).
Referring to fig. 8, a block diagram of an unloading page display device according to an embodiment of the present application is shown. The apparatus may be implemented as all or part of a computer device by software, hardware, or a combination of both. The device comprises:
a first obtaining module 801, configured to obtain, when an application uninstalling instruction is received, a channel number and a grouping parameter of an application client, where the grouping parameter is used to determine a client grouping corresponding to the application client;
an access module 802, configured to access an application server according to the channel number and the grouping parameter, where the application server is a background server of the application client;
a second obtaining module 803, configured to obtain, from an application server, an HTML page and a target configuration file, where the HTML page is an unloading page, the target configuration file is used to configure page elements displayed in the HTML page, and different configuration files correspond to different client packets;
the page display module 804 is configured to display an unloading page according to the HTML page and the target configuration file.
Optionally, the first obtaining module 801 includes:
the address acquisition sub-module is used for acquiring a preset Uniform Resource Locator (URL) address, wherein the preset URL address is the address of the HTML page at the application server;
The address generation sub-module is used for generating a target URL address according to a preset URL address, a channel number and grouping parameters;
and the access sub-module is used for accessing the application server according to the target URL address.
Optionally, the grouping parameter is a grouping value, and the grouping value is obtained by calculating the application client according to the global unique identifier GUID of the terminal;
the second obtaining module 803 includes:
the first page pulling submodule is used for pulling an HTML page from the application server according to the target URL address, wherein the HTML page is used for reading the channel number and the packet number in the target URL address and determining a target client packet according to the channel number and the packet number;
and the first file acquisition sub-module is used for acquiring the target configuration file from the application server according to the target client group determined by the HTML page.
Optionally, the grouping parameter is a GUID of the terminal;
the second obtaining module 803 includes:
the second page pulling submodule is used for pulling the HTML page from the application server according to the target URL address;
the transmission sub-module is used for transmitting the channel number and the GUID to the application server, the application server is used for calculating the grouping value corresponding to the application client according to the GUID, determining the grouping of the target client according to the channel number and the grouping value, and acquiring the target configuration file according to the grouping of the target client;
And the receiving sub-module is used for receiving the target configuration file sent by the application server.
Optionally, the apparatus further includes:
the information sending module is used for sending operation information to the application server according to the operation instruction when the operation instruction triggered in the unloading page is received, and the application server is used for updating the saving rate of the unloading page corresponding to the client group according to the operation information, wherein the operation information comprises unloading success information and saving success information.
Referring to fig. 9, a block diagram of an unloading page display device according to another embodiment of the present application is shown. The apparatus may be implemented as all or part of a computer device by software, hardware, or a combination of both. The device comprises:
a request receiving module 901, configured to receive an access request sent by a terminal, where the access request is sent when an application uninstalling instruction for an application client is received, and the access request includes a channel number and a packet parameter, where the packet parameter is used to determine a client packet corresponding to the application client;
a third obtaining module 902, configured to obtain an HTML page and a target configuration file corresponding to the application client, where the HTML page is an unloading page, the target configuration file is used to configure page elements displayed in the HTML page, and different configuration files correspond to different client groups;
The file sending module 903 is configured to send the HTML page and the target configuration file to the terminal, where the terminal is configured to display the unloading page according to the HTML page and the target configuration file.
Optionally, the grouping parameter is a grouping value, and the grouping value is obtained by the application client side according to GUID calculation of the terminal;
the third obtaining module 902 includes:
the first page acquisition sub-module is used for acquiring an HTML page under a preset URL address;
the grouping acquisition sub-module is used for acquiring target client groupings determined by the HTML page, wherein the target client groupings are determined by the HTML page according to the channel number and the grouping value;
and the second file acquisition sub-module is used for acquiring the target configuration file according to the target client group.
Optionally, the grouping parameter is a GUID of the terminal;
the file sending module 903 includes:
the second page acquisition sub-module is used for acquiring an HTML page under a preset URL address;
the numerical value calculation sub-module is used for calculating grouping numerical values corresponding to the application clients according to the GUID, and determining target client grouping according to the channel numbers and the grouping numerical values;
and the third file acquisition sub-module is used for acquiring the target configuration file according to the target client group.
Optionally, the apparatus further includes:
the information receiving module is used for receiving operation information sent by the terminal, wherein the operation information is sent when the terminal receives an operation instruction triggered in an unloading page, and the operation information comprises unloading success information and saving success information;
and the information updating module is used for updating the saving rate of the unloading page corresponding to the client group according to the operation information.
Referring to fig. 10, a block diagram of a terminal 1000 according to an exemplary embodiment of the present application is shown. The terminal 1000 can be a portable mobile terminal such as: smart phones, tablet computers, MP3 players (Moving Picture Experts Group Audio Layer III, mpeg 3), MP4 (Moving Picture Experts Group Audio Layer IV, mpeg 4) players. Terminal 1000 can also be referred to as a user device, a portable terminal, etc.
In general, terminal 1000 can include: a processor 1001 and a memory 1002.
The processor 1001 may include one or more processing cores, such as a 4-core processor, an 8-core processor, and so on. The processor 1001 may be implemented in at least one hardware form of DSP (Digital Signal Processing ), FPGA (Field-Programmable Gate Array, field programmable gate array), PLA (Programmable Logic Array ). The processor 1001 may also include a main processor, which is a processor for processing data in an awake state, also referred to as a CPU (Central Processing Unit ), and a coprocessor; a coprocessor is a low-power processor for processing data in a standby state. In some embodiments, the processor 1001 may integrate a GPU (Graphics Processing Unit, image processor) for rendering and drawing of content required to be displayed by the display screen. In some embodiments, the processor 1001 may also include an AI (Artificial Intelligence ) processor for processing computing operations related to machine learning.
Memory 1002 may include one or more computer-readable storage media, which may be tangible and non-transitory. Memory 1002 may also include high-speed random access memory, as well as non-volatile memory, such as one or more magnetic disk storage devices, flash memory storage devices. In some embodiments, a non-transitory computer readable storage medium in memory 1002 is configured to store at least one instruction for execution by processor 1001 to implement the offload page display method of terminal 1000 provided herein.
In some embodiments, terminal 1000 can optionally further include: a peripheral interface 1003, and at least one peripheral. Specifically, the peripheral device includes: at least one of radio frequency circuitry 1004, touch display 1005, camera 1006, audio circuitry 1007, positioning component 1008, and power supply 1009.
Peripheral interface 1003 may be used to connect I/O (Input/Output) related at least one peripheral to processor 1001 and memory 1002. In some embodiments, processor 1001, memory 1002, and peripheral interface 1003 are integrated on the same chip or circuit board; in some other embodiments, either or both of the processor 1001, memory 1002, and peripheral interface 1003 may be implemented on a separate chip or circuit board, which is not limited in this embodiment.
Radio Frequency circuit 1004 is used to receive and transmit RF (Radio Frequency) signals, also known as electromagnetic signals. Radio frequency circuitry 1004 communicates with a communication network and other communication devices via electromagnetic signals. The radio frequency circuit 1004 converts an electrical signal into an electromagnetic signal for transmission, or converts a received electromagnetic signal into an electrical signal. Optionally, the radio frequency circuit 1004 includes: antenna systems, RF transceivers, one or more amplifiers, tuners, oscillators, digital signal processors, codec chipsets, subscriber identity module cards, and so forth. Radio frequency circuitry 1004 may communicate with other terminals via at least one wireless communication protocol. The wireless communication protocol includes, but is not limited to: the world wide web, metropolitan area networks, intranets, generation mobile communication networks (2G, 3G, 4G, and 5G), wireless local area networks, and/or WiFi (Wireless Fidelity ) networks. In some embodiments, the radio frequency circuitry 1004 may also include NFC (Near Field Communication ) related circuitry, which is not limited in this application.
The touch display 1005 is used to display a UI (User Interface). The UI may include graphics, text, icons, video, and any combination thereof. The touch display 1005 also has the ability to capture touch signals at or above the surface of the touch display 1005. The touch signal may be input to the processor 1001 as a control signal for processing. Touch display 1005 is used to provide virtual buttons and/or virtual keyboards, also known as soft buttons and/or soft keyboards. In some embodiments, touch display 1005 may be one, providing a front panel of terminal 1000; in other embodiments, at least two touch display screens 1005 may be provided on different surfaces of terminal 1000 or in a folded configuration; in still other embodiments, touch display 1005 may be a flexible display disposed on a curved surface or a folded surface of terminal 1000. Even more, the touch display 1005 may be arranged in an irregular pattern other than rectangular, i.e., a shaped screen. The touch display 1005 may be made of LCD (Liquid Crystal Display ), OLED (Organic Light-Emitting Diode) or other materials.
The camera assembly 1006 is used to capture images or video. Optionally, camera assembly 1006 includes a front camera and a rear camera. In general, a front camera is used for realizing video call or self-photographing, and a rear camera is used for realizing photographing of pictures or videos. In some embodiments, the number of the rear cameras is at least two, and the rear cameras are any one of a main camera, a depth camera and a wide-angle camera, so as to realize fusion of the main camera and the depth camera to realize a background blurring function, and fusion of the main camera and the wide-angle camera to realize a panoramic shooting function and a Virtual Reality (VR) shooting function. In some embodiments, camera assembly 1006 may also include a flash. The flash lamp can be a single-color temperature flash lamp or a double-color temperature flash lamp. The dual-color temperature flash lamp refers to a combination of a warm light flash lamp and a cold light flash lamp, and can be used for light compensation under different color temperatures.
Audio circuitry 1007 is used to provide an audio interface between the user and terminal 1000. The audio circuit 1007 may include a microphone and a speaker. The microphone is used for collecting sound waves of users and environments, converting the sound waves into electric signals, and inputting the electric signals to the processor 1001 for processing, or inputting the electric signals to the radio frequency circuit 1004 for voice communication. For purposes of stereo acquisition or noise reduction, the microphone may be multiple, each located at a different portion of terminal 1000. The microphone may also be an array microphone or an omni-directional pickup microphone. The speaker is used to convert electrical signals from the processor 1001 or the radio frequency circuit 1004 into sound waves. The speaker may be a conventional thin film speaker or a piezoelectric ceramic speaker. When the speaker is a piezoelectric ceramic speaker, not only the electric signal can be converted into a sound wave audible to humans, but also the electric signal can be converted into a sound wave inaudible to humans for ranging and other purposes. In some embodiments, audio circuit 1007 may also include a headphone jack.
The location component 1008 is used to locate the current geographic location of terminal 1000 to enable navigation or LBS (Location Based Service, location-based services). The positioning component 1008 may be a positioning component based on the united states GPS (Global Positioning System ), the beidou system of china, or the galileo system of russia.
Power supply 1009 is used to power the various components in terminal 1000. The power source 1009 may be alternating current, direct current, disposable battery or rechargeable battery. When the power source 1009 includes a rechargeable battery, the rechargeable battery may be a wired rechargeable battery or a wireless rechargeable battery. The wired rechargeable battery is a battery charged through a wired line, and the wireless rechargeable battery is a battery charged through a wireless coil. The rechargeable battery may also be used to support fast charge technology.
In some embodiments, terminal 1000 can further include one or more sensors 1010. The one or more sensors 1010 include, but are not limited to: acceleration sensor 1011, gyroscope sensor 1012, pressure sensor 1013, fingerprint sensor 1014, optical sensor 1015, and proximity sensor 1016.
The acceleration sensor 1011 can detect the magnitudes of accelerations on three coordinate axes of the coordinate system established with the terminal 1000. For example, the acceleration sensor 1011 may be used to detect components of gravitational acceleration in three coordinate axes. The processor 1001 may control the touch display 1005 to display a user interface in a landscape view or a portrait view according to the gravitational acceleration signal acquired by the acceleration sensor 1011. The acceleration sensor 1011 may also be used for the acquisition of motion data of a game or a user.
The gyro sensor 1012 may detect the body direction and the rotation angle of the terminal 1000, and the gyro sensor 1012 may collect the 3D motion of the user to the terminal 1000 in cooperation with the acceleration sensor 1011. The processor 1001 may implement the following functions according to the data collected by the gyro sensor 1012: motion sensing (e.g., changing UI according to a tilting operation by a user), image stabilization at shooting, game control, and inertial navigation.
Pressure sensor 1013 may be disposed on a side frame of terminal 1000 and/or on an underlying layer of touch display 1005. When the pressure sensor 1013 is provided at a side frame of the terminal 1000, a grip signal of the terminal 1000 by a user can be detected, and a right-left hand recognition or a quick operation can be performed based on the grip signal. When the pressure sensor 1013 is disposed at the lower layer of the touch display 1005, control of the operability control on the UI interface can be achieved according to the pressure operation of the user on the touch display 1005. The operability controls include at least one of a button control, a scroll bar control, an icon control, and a menu control.
The fingerprint sensor 1014 is used to collect a fingerprint of a user to identify the identity of the user based on the collected fingerprint. Upon recognizing that the user's identity is a trusted identity, the processor 1001 authorizes the user to perform relevant sensitive operations including unlocking the screen, viewing encrypted information, downloading software, paying for and changing settings, etc. Fingerprint sensor 1014 may be provided on the front, back or side of terminal 1000. When a physical key or vendor Logo is provided on terminal 1000, fingerprint sensor 1014 may be integrated with the physical key or vendor Logo.
The optical sensor 1015 is used to collect ambient light intensity. In one embodiment, the processor 1001 may control the display brightness of the touch display 1005 based on the ambient light intensity collected by the optical sensor 1015. Specifically, when the intensity of the ambient light is high, the display brightness of the touch display screen 1005 is turned up; when the ambient light intensity is low, the display brightness of the touch display screen 1005 is turned down. In another embodiment, the processor 1001 may dynamically adjust the shooting parameters of the camera module 1006 according to the ambient light intensity collected by the optical sensor 1015.
Proximity sensor 1016, also referred to as a distance sensor, is typically located on the front side of terminal 1000. Proximity sensor 1016 is used to collect the distance between the user and the front of terminal 1000. In one embodiment, when proximity sensor 1016 detects a gradual decrease in the distance between the user and the front face of terminal 1000, processor 1001 controls touch display 1005 to switch from the bright screen state to the off screen state; when proximity sensor 1016 detects a gradual increase in the distance between the user and the front face of terminal 1000, processor 1001 controls touch display 1005 to switch from the off-screen state to the on-screen state.
Those skilled in the art will appreciate that the structure shown in fig. 10 is not limiting and that terminal 1000 can include more or fewer components than shown, or certain components can be combined, or a different arrangement of components can be employed.
Referring to fig. 11, a schematic structural diagram of a server according to an embodiment of the present application is shown. The server is used for implementing the unloading page display method provided by the embodiment. Specifically, the present invention relates to a method for manufacturing a semiconductor device.
The server 1100 includes a Central Processing Unit (CPU) 1101, a system memory 1104 including a Random Access Memory (RAM) 1102 and a Read Only Memory (ROM) 1103, and a system bus 1105 connecting the system memory 1104 and the central processing unit 1101. The server 1100 also includes a basic input/output system (I/O system) 1106, which facilitates the transfer of information between the various devices within the computer, and a mass storage device 1107 for storing an operating system 1113, application programs 1114, and other program modules 1115.
The basic input/output system 1106 includes a display 1108 for displaying information and an input device 1109, such as a mouse, keyboard, etc., for a user to input information. Wherein the display 1108 and the input device 1109 are both coupled to the central processing unit 1101 through an input-output controller 1110 coupled to the system bus 1105. The basic input/output system 1106 may also include an input/output controller 1110 for receiving and processing input from a number of other devices, such as a keyboard, mouse, or electronic stylus. Similarly, the input output controller 1110 also provides output to a display screen, a printer, or other type of output device.
The mass storage device 1107 is connected to the central processing unit 1101 through a mass storage controller (not shown) connected to the system bus 1105. The mass storage device 1107 and its associated computer-readable media provide non-volatile storage for the server 1100. That is, the mass storage device 1107 may include a computer-readable medium (not shown) such as a hard disk or CD-ROM drive.
The computer readable medium may include computer storage media and communication media without loss of generality. Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Computer storage media includes RAM, ROM, EPROM, EEPROM, flash memory or other solid state memory technology, CD-ROM, DVD or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices. Of course, those skilled in the art will recognize that the computer storage medium is not limited to the one described above. The system memory 1104 and mass storage device 1107 described above may be collectively referred to as memory.
The server 1100 may also operate via a network, such as the internet, connected to a remote computer on the network, according to various embodiments of the present application. That is, the server 1100 may be connected to the network 1112 through a network interface unit 1111 connected to the system bus 1105, or the network interface unit 1111 may be used to connect to other types of networks or remote computer systems.
The memory stores at least one instruction, at least one program, code set, or instruction set configured to be executed by one or more processors to implement the functions of the various steps in the offload page display method described above.
Embodiments of the present application also provide a computer readable storage medium having stored therein at least one instruction, at least one program, a code set, or an instruction set, where the at least one instruction, the at least one program, the code set, or the instruction set is loaded and executed by the processor to implement the offload page display method provided in the foregoing embodiments.
Alternatively, the computer-readable storage medium may include: read Only Memory (ROM), random access Memory (RAM, random Access Memory), solid state disk (SSD, solid State Drives), or optical disk, etc. The random access memory may include resistive random access memory (ReRAM, resistance Random Access Memory) and dynamic random access memory (DRAM, dynamic Random Access Memory), among others. The foregoing embodiment numbers of the present application are merely for describing, and do not represent advantages or disadvantages of the embodiments. The foregoing description of the preferred embodiments of the present application is not intended to limit the invention to the particular embodiments of the present application, but to limit the scope of the invention to the particular embodiments of the present application.

Claims (15)

1. A method for uninstalling a page display, the method being used for a terminal installed with an application client, the method comprising:
when an application unloading instruction is received, channel numbers and grouping parameters of the application clients are obtained, and the grouping parameters are used for determining client grouping corresponding to the application clients;
accessing an application server according to the channel number and the grouping parameter, wherein the application server is a background server of the application client;
acquiring a hypertext markup language (HTML) page and a target configuration file from the application server, wherein the HTML page is an unloading page, the target configuration file is used for configuring page elements displayed in the HTML page, and different configuration files correspond to different client groups;
and displaying the unloading page according to the HTML page and the target configuration file.
2. The method of claim 1, wherein said accessing an application server based on said channel number and said grouping parameter comprises:
acquiring a preset Uniform Resource Locator (URL) address, wherein the preset URL address is the address of the HTML page at the application server;
Generating a target URL address according to the preset URL address, the channel number and the grouping parameter;
and accessing the application server according to the target URL address.
3. The method according to claim 2, characterized in that the grouping parameter is a grouping value, which is calculated by the application client from a globally unique identifier GUID of the terminal;
the obtaining the HTML page and the target configuration file from the application server includes:
pulling the HTML page from the application server according to the target URL address, wherein the HTML page is used for reading the channel number and the grouping value in the target URL address, and determining a target client grouping according to the channel number and the grouping value;
and acquiring the target configuration file from the application server according to the target client group determined by the HTML page.
4. The method according to claim 2, characterized in that the grouping parameter is the GUID of the terminal;
the obtaining the HTML page and the target configuration file from the application server includes:
pulling the HTML page from the application server according to the target URL address;
Transmitting the channel number and the GUID to the application server, wherein the application server is used for calculating a grouping value corresponding to the application client according to the GUID, determining a target client grouping according to the channel number and the grouping value, and acquiring the target configuration file according to the target client grouping;
and receiving the target configuration file sent by the application server.
5. The method of any one of claims 1 to 4, wherein after the displaying the offload page according to the HTML page and the target profile, the method further comprises:
when an operation instruction triggered in the unloading page is received, sending operation information to the application server according to the operation instruction, wherein the application server is used for updating the saving rate of the unloading page corresponding to the client group according to the operation information, and the operation information comprises unloading success information and saving success information.
6. A method for offloading page displays, the method for an application server, the method comprising:
receiving an access request sent by a terminal, wherein the access request is sent when an application unloading instruction of an application client is received, the access request comprises a channel number and a grouping parameter, and the grouping parameter is used for determining a client grouping corresponding to the application client;
Acquiring an HTML page and a target configuration file corresponding to the application client, wherein the HTML page is an unloading page, the target configuration file is used for configuring page elements displayed in the HTML page, and different configuration files correspond to different client groups;
and sending the HTML page and the target configuration file to the terminal, wherein the terminal is used for displaying the unloading page according to the HTML page and the target configuration file.
7. The method according to claim 6, wherein the grouping parameter is a grouping value, and the grouping value is calculated by the application client according to the GUID of the terminal;
the obtaining the HTML page and the target configuration file corresponding to the application client includes:
acquiring the HTML page under a preset URL address;
acquiring a target client group determined by the HTML page, wherein the target client group is determined by the HTML page according to the channel number and the group value;
and acquiring the target configuration file according to the target client group.
8. The method according to claim 6, wherein the grouping parameter is a GUID of the terminal;
The obtaining the HTML page and the target configuration file corresponding to the application client includes:
acquiring the HTML page under a preset URL address;
calculating a grouping value corresponding to the application client according to the GUID, and determining a target client grouping according to the channel number and the grouping value;
and acquiring the target configuration file according to the target client group.
9. The method according to any one of claims 6 to 8, wherein after said sending the HTML page and the target profile to the terminal, the method further comprises:
receiving operation information sent by the terminal, wherein the operation information is sent when the terminal receives an operation instruction triggered in the unloading page, and the operation information comprises unloading success information and saving success information;
and updating the saving rate of the unloading page corresponding to the client group according to the operation information.
10. An uninstalled page display device for a terminal having an application client installed therein, the device comprising:
the first acquisition module is used for acquiring channel numbers and grouping parameters of the application clients when receiving an application unloading instruction, wherein the grouping parameters are used for determining client groupings corresponding to the application clients;
The access module is used for accessing an application server according to the channel number and the grouping parameter, wherein the application server is a background server of the application client;
the second acquisition module is used for acquiring a hypertext markup language (HTML) page and a target configuration file from the application server, wherein the HTML page is an unloading page, the target configuration file is used for configuring page elements displayed in the HTML page, and different configuration files correspond to different client groups;
and the page display module is used for displaying the unloading page according to the HTML page and the target configuration file.
11. An offload page display device for an application server, the device comprising:
the system comprises a request receiving module, a request sending module and a receiving module, wherein the request receiving module is used for receiving an access request sent by a terminal, the access request is sent when an application unloading instruction of an application client is received, the access request comprises a channel number and a grouping parameter, and the grouping parameter is used for determining a client grouping corresponding to the application client;
the third acquisition module is used for acquiring an HTML page and a target configuration file corresponding to the application client, wherein the HTML page is an unloading page, the target configuration file is used for configuring page elements displayed in the HTML page, and different configuration files correspond to different client groups;
And the sending module is used for sending the HTML page and the target configuration file to the terminal, and the terminal is used for displaying the unloading page according to the HTML page and the target configuration file.
12. A terminal, the terminal comprising a processor and a memory; the memory stores at least one instruction for execution by the processor to implement the offload page display method of any of claims 1-5.
13. A server, wherein the server comprises a processor and a memory; the memory stores at least one instruction for execution by the processor to implement the offload page display method of any of claims 6 to 9.
14. A computer readable storage medium storing at least one instruction for execution by a processor to implement the offload page display method of any one of claims 1 to 5.
15. A computer readable storage medium storing at least one instruction for execution by a processor to implement the offload page display method of any of claims 6 to 9.
CN201910522559.3A 2019-06-17 2019-06-17 Unloading page display method, device, terminal, server and storage medium Active CN112181442B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910522559.3A CN112181442B (en) 2019-06-17 2019-06-17 Unloading page display method, device, terminal, server and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910522559.3A CN112181442B (en) 2019-06-17 2019-06-17 Unloading page display method, device, terminal, server and storage medium

Publications (2)

Publication Number Publication Date
CN112181442A CN112181442A (en) 2021-01-05
CN112181442B true CN112181442B (en) 2023-05-16

Family

ID=73914244

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910522559.3A Active CN112181442B (en) 2019-06-17 2019-06-17 Unloading page display method, device, terminal, server and storage medium

Country Status (1)

Country Link
CN (1) CN112181442B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112988177B (en) * 2021-04-16 2023-08-01 腾讯科技(深圳)有限公司 Application installation package release method, application program operation method, server and terminal
CN114168078A (en) * 2021-12-09 2022-03-11 中国建设银行股份有限公司 Data unloading method, device, system, equipment and medium

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008099848A1 (en) * 2007-02-14 2008-08-21 Kabushiki Kaisha Win The Web Application analysis support system and program
CN102253885A (en) * 2010-05-19 2011-11-23 微软公司 User interface snalysis management
US8196112B1 (en) * 2008-02-15 2012-06-05 Amazon Technologies, Inc. Systems and methods for testing widgets in computer environments
WO2012125193A1 (en) * 2011-03-17 2012-09-20 Toyota Motor Engineering & Manufacturing North America, Inc. Vehicle maneuver application interface
WO2014161455A1 (en) * 2013-04-01 2014-10-09 Zhang Shiyi Browser-based data access control method and apparatus
CN106776213A (en) * 2016-12-12 2017-05-31 深圳铂睿智恒科技有限公司 The factory testing method of intelligent terminal, system and factory testing equipment
WO2017097262A1 (en) * 2015-12-11 2017-06-15 北京奇虎科技有限公司 Data exchange method and apparatus, computer program, and computer-readable medium
WO2018036337A1 (en) * 2016-08-26 2018-03-01 腾讯科技(深圳)有限公司 Method and device for displaying uninstall interface
CN107908543A (en) * 2017-07-26 2018-04-13 平安壹钱包电子商务有限公司 Applied program testing method, device, computer equipment and storage medium
CN108200092A (en) * 2018-02-08 2018-06-22 赛特斯信息科技股份有限公司 Accelerate the method and system of message ACL matching treatments based on NFV technologies
CN108334330A (en) * 2018-02-13 2018-07-27 广东欧珀移动通信有限公司 Using discharging method, device, storage medium and electronic equipment
WO2018153207A1 (en) * 2017-02-23 2018-08-30 腾讯科技(深圳)有限公司 Data processing method, server, terminal, and system
CN109460276A (en) * 2018-10-25 2019-03-12 北京字节跳动网络技术有限公司 The page and page configuration document generating method, device, terminal device and medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2696532A4 (en) * 2011-05-18 2014-03-19 Huawei Tech Co Ltd Method, server and system for starting application
US20130139139A1 (en) * 2011-11-28 2013-05-30 Wyse Technology Inc. Automatic updating of an application or a driver on a client device using a deployment configuration file
EP2996366B1 (en) * 2014-03-19 2020-03-11 Huawei Technologies Co., Ltd. Application recommendation method, system and server

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008099848A1 (en) * 2007-02-14 2008-08-21 Kabushiki Kaisha Win The Web Application analysis support system and program
US8196112B1 (en) * 2008-02-15 2012-06-05 Amazon Technologies, Inc. Systems and methods for testing widgets in computer environments
CN102253885A (en) * 2010-05-19 2011-11-23 微软公司 User interface snalysis management
WO2012125193A1 (en) * 2011-03-17 2012-09-20 Toyota Motor Engineering & Manufacturing North America, Inc. Vehicle maneuver application interface
WO2014161455A1 (en) * 2013-04-01 2014-10-09 Zhang Shiyi Browser-based data access control method and apparatus
WO2017097262A1 (en) * 2015-12-11 2017-06-15 北京奇虎科技有限公司 Data exchange method and apparatus, computer program, and computer-readable medium
WO2018036337A1 (en) * 2016-08-26 2018-03-01 腾讯科技(深圳)有限公司 Method and device for displaying uninstall interface
CN106776213A (en) * 2016-12-12 2017-05-31 深圳铂睿智恒科技有限公司 The factory testing method of intelligent terminal, system and factory testing equipment
WO2018153207A1 (en) * 2017-02-23 2018-08-30 腾讯科技(深圳)有限公司 Data processing method, server, terminal, and system
CN107908543A (en) * 2017-07-26 2018-04-13 平安壹钱包电子商务有限公司 Applied program testing method, device, computer equipment and storage medium
CN108200092A (en) * 2018-02-08 2018-06-22 赛特斯信息科技股份有限公司 Accelerate the method and system of message ACL matching treatments based on NFV technologies
CN108334330A (en) * 2018-02-13 2018-07-27 广东欧珀移动通信有限公司 Using discharging method, device, storage medium and electronic equipment
CN109460276A (en) * 2018-10-25 2019-03-12 北京字节跳动网络技术有限公司 The page and page configuration document generating method, device, terminal device and medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
基于XML的移动终端网络浏览方案;唐飞,汪秉文;兵工自动化(第02期);全文 *
安装、卸载测试思路;Loadrunn;《https://blog.csdn.net/Loadrunn/article/details/7242215》;全文 *

Also Published As

Publication number Publication date
CN112181442A (en) 2021-01-05

Similar Documents

Publication Publication Date Title
CN110674022B (en) Behavior data acquisition method and device and storage medium
CN108093307B (en) Method and system for acquiring playing file
CN109327608B (en) Song sharing method, terminal, server and system
CN109948087B (en) Webpage resource obtaining method and device and terminal
CN108959361B (en) Form management method and device
CN113127130B (en) Page jump method, device and storage medium
CN110362366B (en) Application interface display method and device
CN108717365B (en) Method and device for executing function in application program
CN110032384B (en) Resource updating method, device, equipment and storage medium
CN110740340A (en) Video live broadcast method and device and storage medium
CN108734662B (en) Method and device for displaying icons
CN111383175A (en) Picture acquisition method and electronic equipment
CN112257006A (en) Page information configuration method, device, equipment and computer readable storage medium
CN112181442B (en) Unloading page display method, device, terminal, server and storage medium
CN111625315A (en) Page display method and device, electronic equipment and storage medium
CN113609358B (en) Content sharing method, device, electronic equipment and storage medium
CN113051015B (en) Page rendering method and device, electronic equipment and storage medium
CN113032590B (en) Special effect display method, device, computer equipment and computer readable storage medium
CN111008083B (en) Page communication method and device, electronic equipment and storage medium
CN110971840B (en) Video mapping method and device, computer equipment and storage medium
CN110889060A (en) Webpage display method and device, computer equipment and storage medium
CN111241451A (en) Webpage processing method and device, computer equipment and storage medium
CN111275607A (en) Interface display method and device, computer equipment and storage medium
CN112597417B (en) Page updating method and device, electronic equipment and storage medium
CN110390065B (en) Webpage acquisition method, device and system

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