CN112732382A - Page display method, device and system, electronic equipment and storage medium - Google Patents

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

Info

Publication number
CN112732382A
CN112732382A CN202011628800.XA CN202011628800A CN112732382A CN 112732382 A CN112732382 A CN 112732382A CN 202011628800 A CN202011628800 A CN 202011628800A CN 112732382 A CN112732382 A CN 112732382A
Authority
CN
China
Prior art keywords
real disk
data
page
real
user
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011628800.XA
Other languages
Chinese (zh)
Inventor
孙亮
陈晓建
王芳
刘思琪
邱成
张驰
马吉祥
胡小锋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
JD Digital Technology Holdings Co Ltd
Original Assignee
JD Digital Technology Holdings 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 JD Digital Technology Holdings Co Ltd filed Critical JD Digital Technology Holdings Co Ltd
Priority to CN202011628800.XA priority Critical patent/CN112732382A/en
Publication of CN112732382A publication Critical patent/CN112732382A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The embodiment of the invention discloses a page display method, a device, a system, electronic equipment and a storage medium, wherein the method comprises the following steps: when detecting the real disk page display triggering operation, sending a real disk page display request to a server; receiving real disk page data returned by the server, wherein the real disk page data comprises at least one piece of real disk data issued by a user, and the real disk data comprises product related data of a business product related to the user; and displaying each real disk data in a real disk page, wherein the real disk page belongs to a real disk display function module of the current application, and the real disk display function module is independent from a business product function module and a community interaction function module of the current application. Through the technical scheme of the embodiment of the invention, the real disk data display is realized through the page of the third-party module independent of the service product function module and the community interaction function module, the flexibility of page display is improved, and the user activity is improved.

Description

Page display method, device and system, electronic equipment and storage medium
Technical Field
The present invention relates to computer technologies, and in particular, to a page display method, device, system, electronic device, and storage medium.
Background
In the community interaction function module of the client, communication and content sharing can be performed, and the community interaction function module can comprise functions of circles, videos, live broadcasts, topics and the like. And the service product function module at the client can perform the relevant operation of the service product.
In the prior art, the community interaction function module and the service product function module are separately arranged in two mutually independent Tab items of an APP home page, after a user clicks a Tab control corresponding to the community interaction function module, a community interaction page is displayed, and after the user clicks the Tab control corresponding to the service product function module, a service product related page is displayed.
In the process of implementing the invention, at least the following technical problems are found in the prior art:
the flexibility of the page display scheme is poor and needs to be improved.
Disclosure of Invention
The invention provides a method, a device, a system, electronic equipment and a storage medium for realizing page display, so as to realize the display of real disk data in a real disk page and enhance the flexibility of page display.
In a first aspect, an embodiment of the present invention provides a page display method, which is applied to a client, and the method includes:
when detecting the real disk page display triggering operation, sending a real disk page display request to a server;
receiving real disk page data returned by the server, wherein the real disk page data comprises at least one piece of real disk data issued by a user, and the real disk data comprises product related data of a business product related to the user;
and displaying each real disk data in a real disk page, wherein the real disk page belongs to a real disk display function module of the current application, and the real disk display function module is independent from a business product function module and a community interaction function module of the current application.
In a second aspect, an embodiment of the present invention further provides a page display method, which is applied to a server, and the method includes:
receiving a real disk page display request sent by a client;
acquiring real disk page data, wherein the real disk page data comprises at least one piece of real disk data issued by a user, and the real disk data comprises product related data of a service product related to the user;
and sending the real disk page data to the client so that the client displays each piece of real disk data in a real disk page, wherein the real disk page belongs to a currently applied real disk display function module, and the real disk display function module is independent from a currently applied business product function module and a community interaction function module.
In a third aspect, an embodiment of the present invention further provides a page display apparatus configured at a client, where the apparatus includes:
the real disk page display triggering operation module is used for triggering the real disk page display operation;
a data receiving module, configured to receive real disk page data returned by the server, where the real disk page data includes at least one piece of real disk data issued by a user, and the real disk data includes product-related data of a service product associated with the user;
and the display data module is used for displaying each real disk data in a real disk page, wherein the real disk page belongs to the real disk display function module of the current application, and the real disk display function module is independent from the business product function module and the community interaction function module of the current application.
In a fourth aspect, an embodiment of the present invention further provides a page display apparatus, configured at a server, where the apparatus includes:
the receiving request module is used for receiving a real disk page display request sent by a client;
the data acquisition module is used for acquiring real disk page data, wherein the real disk page data comprises at least one piece of real disk data issued by a user, and the real disk data comprises product related data of a service product related to the user;
and the data sending module is used for sending the real disk page data to the client so as to enable the client to display each real disk data in a real disk page, wherein the real disk page belongs to a real disk display function module of the current application, and the real disk display function module is independent from a business product function module and a community interaction function module of the current application.
In a fifth aspect, an embodiment of the present invention further provides a page display system, including a client and a server, where:
the client is used for sending a real disk page display request to the server when detecting the real disk page display triggering operation; receiving real disk page data returned by the server, wherein the real disk page data comprises at least one piece of real disk data issued by a user, and the real disk data comprises product related data of a business product related to the user; displaying each real disk data in a real disk page, wherein the real disk page belongs to a real disk display function module of the current application, and the real disk display function module is independent from a business product function module and a community interaction function module of the current application;
the server is used for receiving a real disk page display request sent by the client; and acquiring real disk page data and sending the real disk page data to the client.
In a sixth aspect, an embodiment of the present invention further provides an electronic device, where the electronic device includes: one or more processors; a memory for storing one or more programs; when the one or more programs are executed by the one or more processors, the one or more processors are caused to implement the page display method according to any one of the first and second aspects.
In a seventh aspect, an embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program is executed by a processor to implement the page display method according to any one of the first aspect and the second aspect.
The embodiment of the invention has the following advantages or beneficial effects:
when detecting the real disk page display triggering operation, the embodiment of the invention sends a real disk page display request to a server; receiving real disk page data returned by the server, wherein the real disk page data comprises at least one piece of real disk data issued by a user, and the real disk data comprises product related data of a business product related to the user; and displaying each real disk data in a real disk page, wherein the real disk page belongs to a currently applied real disk display function module, and the real disk display function module is independent from a currently applied business product function module and a community interaction function module, so that the real disk data is displayed through a page of a third party module independent from the business product function module and the community interaction function module, the flexibility of page display is improved, and the user activity is improved.
Drawings
Fig. 1 is a flowchart of a page display method according to an embodiment of the present invention;
fig. 2 is a schematic diagram of a real disk display function module, a service product function module, and a community interaction function module in a page display method according to an embodiment of the present invention;
fig. 3 is a schematic diagram of an interactive interface control in a real disk page in a page display method according to an embodiment of the present invention;
fig. 4 is a flowchart of a page display method according to a second embodiment of the present invention;
fig. 5 is a flowchart of a page display method according to a third embodiment of the present invention;
fig. 6 is a flowchart of a page display method according to a fourth embodiment of the present invention;
fig. 7 is a schematic flowchart of a page display method according to a fifth embodiment of the present invention;
fig. 8 is a schematic structural diagram of a page display device according to a sixth embodiment of the present invention;
fig. 9 is a schematic structural diagram of a page display device according to a seventh embodiment of the present invention;
fig. 10 is a schematic structural diagram of a page display system according to an eighth embodiment of the present invention;
fig. 11 is a schematic structural diagram of an electronic device according to a ninth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Before discussing exemplary embodiments in more detail, it should be noted that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart may describe the operations (or steps) as a sequential process, many of the operations can be performed in parallel, concurrently or simultaneously. In addition, the order of the operations may be re-arranged. The process may be terminated when its operations are completed, but may have additional steps not included in the figure. The processes may correspond to methods, functions, procedures, subroutines, and the like. In addition, the embodiments and features of the embodiments in the present invention may be combined with each other without conflict.
Example one
Fig. 1 is a flowchart of a page display method according to an embodiment of the present invention, which can be applied to a client and is suitable for a situation where real disk data needs to be displayed. The method may be performed by a page display apparatus, which may be implemented by software and/or hardware. Optionally, the application testing apparatus may be configured in a user terminal, and the user terminal may be an electronic device such as a notebook computer, an intelligent tablet, a mobile phone, and the like. As shown in fig. 1, the method specifically includes the following steps:
and S110, sending a real disk page display request to the server when the real disk page display triggering operation is detected.
In order to realize the viewing and interaction of the real disk data in the same page, a real disk page can be newly added for displaying the real disk data and realizing the interaction processing operation. The prior art can not realize interactive processing of service products, users can not communicate with each other according to the service products, and the activity of the users is not high. In order to solve the technical problem and further improve the activity of the user, the client according to the embodiment of the present invention may send a real disk page display request to the server when detecting the real disk page display trigger operation. Specifically, the triggering operation may include a click operation, and may also include a search operation, for example, a real disk is searched in a search box of the client and the click operation is performed, so that a real disk page display request may be sent to the server. Specifically, the client and the server can be connected in communication, and data, requests, instructions and the like can be transmitted between the client and the server.
S120, receiving real disk page data returned by the server, wherein the real disk page data comprises at least one piece of real disk data issued by the user, and the real disk data comprises product related data of a business product related to the user.
In the embodiment of the present invention, after sending the real disk page display request to the server, the client may receive real disk page data returned by the server, where the real disk page data includes at least one piece of real disk data issued by the user. When the real disk page data includes two or more real disk data issued by the user, the real disk data issued by the two or more users can be displayed in a sequence according to a preset arrangement mode.
In addition, the real disk data includes product-related data of the user service product and the service product associated with the user, such as the service product yield, the service product trend curve, and the like.
Optionally, the real disk data further includes: at least one item of real disk name, issuing user identification, issuing time and product service strategy description data. The real disk name can be edited when a user publishes real disk data; the publishing user identifier may include head portrait information and nickname information of the user, and the publishing user identifier may be consistent with the user identifier in the client, or may be preset based on real disk data; the release time may represent the release time of real disk data, and may include the release time accurate to seconds; the product business strategy description data can comprise the operation strategy of the real disk data input by the user through the client. When the publishing user publishes the real disk data, the real disk data may include at least one of a user service product, a product-related data real disk name of a service product associated with the user, and publishing user identification, publishing time, and product service policy description data.
After the publishing user publishes the real disk data, the arrangement order of the current real disk data can be determined according to the specific information of the current real disk data and the specific information of other real disk data contained in the real disk page data. Then, the real disk data in the real disk pages may be arranged according to the above arrangement order.
Optionally, the business product includes a financial product, the business product associated with the user includes a business product purchased by the user, and the product-related data includes income data and/or trend data. Among other things, financial products may include funds, financing, gold, and stocks. The business products purchased by the user can be published as real disk data and then displayed in a real disk page.
S130, displaying each real disk data in a real disk page, wherein the real disk page belongs to a real disk display function module of the current application, and the real disk display function module is independent from a business product function module and a community interaction function module of the current application.
Specifically, each real disk data may be displayed in the real disk page according to the arrangement sequence determined by the preset arrangement mode, so that all users entering the real disk page may view the real disk data according to the arrangement sequence. Of course, the real disk page may belong to a real disk display function module, which may be obtained by searching, and which is independent from the currently applied service product function module and the community interaction function module.
Fig. 2 is a schematic diagram of a real disk display function module, a service product function module, and a community interaction function module in a page display method according to an embodiment of the present invention, where as shown in fig. 2, the real disk display function module, the service product function module, and the community interaction function module may be independently arranged.
The business product function module can be used for displaying the business products related to the user, namely the business products purchased by the user, and information such as total assets and latest profits of the user. Business products can be bought and sold in the business product function module, and the business products can be learned, for example, a consultation and service sub-module can be included for fund investment consultation and service, and a wealth service function sub-module can be included for providing financing teaching. The business product function module may also show the top ten funds of the return rate in all the funds that can be purchased by the current application, show the top ten funds of the number of buyers in all the funds that can be purchased by the current application, and show the top ten funds of the bid index in all the funds that can be purchased by the current application. In the embodiment of the invention, the service product function module can store the service product, and after the service product in the service product function module is updated, the real disk data in the corresponding real disk display function module can be correspondingly updated. In addition, in the embodiment of the invention, the product related data of the service product contained in the real disk data and the service product related to the user are respectively stored in the real disk display function module and the service product function module, so that the occurrence of data loss is reduced. If a packet loss event occurs in at least one of the real disk display function module or the service product in the service product function module and the product-related data of the service product associated with the user, the data in the other function module can be called to perform data supplementation on the function module in which the packet loss event occurs.
The community interaction function module can comprise an attention submodule, a recommendation submodule, a circle submodule, a video submodule and a live broadcast submodule, wherein the attention submodule can be used for displaying community interaction information released by a concerned user, the recommendation submodule can be used for displaying the community interaction information released by a released user, the community interaction information can be a service product displayed by at least one screenshot information, and the community interaction information can contain the service product purchased by the released user, yesterday income, held income, the held income rate and the accumulated income of the service product, income trend or real-time estimation. However, the community interaction information published in the community interaction function module cannot contain the purchase and sale information of any service data of the publishing user and the real-time information of the service product of the publishing user, and the published community interaction information cannot be displayed and comprehensively recommended according to a preset sequence, so that the user activity is influenced.
It should be noted that the real disk display function module may include an attention page, a list page, and a user page, in addition to the real disk page. The concerned page is used for displaying concerned page data, the concerned page data can include real disk data of at least one user concerned by the current user, and if the current user does not have a concerned user, the concerned page is displayed to be empty; the list page is used for displaying list page data, and the list page data can comprise a preset number of real disk data arranged according to a preset arrangement sequence; the user page is used for displaying user page data, the user page data may include service product data and interaction data of the user, and the interaction data may include comment content, praise data, collection data, and the like. The user can issue the real disk data aiming at the self-associated service product on the user page.
Fig. 3 is a schematic diagram of an interactive interface control in a real disk page in a page display method according to an embodiment of the present invention, and as shown in fig. 3, optionally, when each piece of real disk data is displayed in a real disk page of a current application, an interactive interface control corresponding to each piece of real disk data may be displayed in the real disk page. Optionally, the interactive interface control includes: at least one of a comment control, a like control, a favorite control, and an attention control. The interactive interface control can be used for realizing interaction between a user and the real disk data, and the user can trigger the interactive interface control to realize comment, praise, collection, attention and the like on any real disk data.
The interactive behavior data corresponding to the comment control comprises comment content data, and the interactive processing operation corresponding to the comment control comprises storing the comment content; the interactive behavior data corresponding to the praise control comprises praise behavior data, and the interactive processing operation corresponding to the praise control comprises storing the praise behavior data; the interactive behavior data corresponding to the collection control comprises collection behavior data, and the interactive processing operation corresponding to the collection control comprises recording the corresponding user real disk data as the collection data of the current login user and displaying the collection data in the user sub-module; and the interactive behavior data corresponding to the attention control comprises the attention behavior data, and the interactive processing operation corresponding to the attention control comprises recording the publishing user of the corresponding user real disk data as the attention user of the current login user, and displaying the user real disk data in the user sub-module.
Optionally, after the interactive interface control corresponding to each real disk data is displayed in the real disk page, when the trigger operation on the interactive interface control is detected, the interactive behavior data corresponding to the trigger operation may be obtained, and the interactive behavior data is sent to the server, so that the server executes the corresponding interactive processing operation by calling a preset application program interface API. The trigger operation may include a click operation, an input operation, and the like of the user. When a user clicks a praise control, a collection control or an attention control, the interactive behavior data corresponding to the trigger operation can be acquired and comprise praise, collection and attention; when the user inputs comments on the current real disk data through the comment control, the acquired interactive behavior data corresponding to the trigger operation includes the comments. The user can comment, like, collect or pay attention to each real disk data through the interactive interface control, and the publishing user can also self-comment or adjust the real disk strategy on the published real disk data based on at least one of the comment, like, collect and pay attention to the published real disk data.
It should be noted that the interaction behavior data can be stored in the real disk display function module and the community interaction function module, thereby reducing the occurrence of data loss. If at least one of the interactive behavior data in the real disk display function module or the community interactive function module has a packet loss event, the data in the other function module can be called to perform data supplementation on the function module having the packet loss event.
On the basis of the embodiment, when the comment search triggering operation acting on the comment search page is detected, a comment search request is sent to the server; receiving and displaying each comment content returned by the server, and sending a real disk data acquisition request to the server when detecting a trigger operation on any displayed comment content; and receiving and displaying real disk data corresponding to any comment content returned by the server. The comment search page may be a search page of the community interaction function module. After triggering the comment search based on the keyword, the user can receive all comment contents related to the keyword returned by the server. The user can also trigger any comment content to further obtain the real disk data corresponding to any comment content, and the obtained real disk data are displayed, so that the user can search the corresponding real disk data according to the comment content, and the user can conveniently mark the real disk data. For example, in the real disk display function module, the user triggers the comment control to input the preset comment content to mark the real disk data. And then, the marked real disk data can be further searched and obtained according to the preset comment content in the community interaction function module.
The page display method provided by the embodiment of the invention comprises the following steps: when detecting the real disk page display triggering operation, sending a real disk page display request to a server; receiving real disk page data returned by the server, wherein the real disk page data comprises at least one piece of real disk data issued by a user, and the real disk data comprises product related data of a business product related to the user; and displaying each real disk data in a real disk page, wherein the real disk page belongs to a real disk display function module of the current application, and the real disk display function module is independent from a business product function module and a community interaction function module of the current application. Through the technical scheme of the embodiment of the invention, the real disk data can be displayed through the page of the third-party module independent of the business product function module and the community interaction function module, so that a user can check the real disk data on the real disk page, the flexibility of page display is improved, and the user activity is improved.
Example two
Fig. 4 is a flowchart of a page display method according to a second embodiment of the present invention, which is applicable to a client and is suitable for a situation where real disk data needs to be displayed. On the basis of the embodiment, after each piece of real disk data is displayed in a real disk page, the embodiment of the invention adds 'receiving bullet screen data issued by the server in real time'; the bullet screen data comprises update information of product related data and/or behavior operation information of a user for a business product. And displaying the bullet screen data in the real disk page. And explanations of terms identical to or corresponding to the above-mentioned embodiments are omitted here. Referring to fig. 4, the page display method provided by the embodiment of the present invention includes:
and S410, when the real disk page display triggering operation is detected, sending a real disk page display request to the server.
S420, receiving real disk page data returned by the server, wherein the real disk page data comprises at least one piece of real disk data issued by the user, and the real disk data comprises product related data of a business product related to the user.
S430, displaying each real disk data in a real disk page, wherein the real disk page belongs to a real disk display function module of the current application, and the real disk display function module is independent from a business product function module and a community interaction function module of the current application.
S440, receiving barrage data issued by the server in real time; the bullet screen data comprises update information of product related data and/or behavior operation information of a user for a business product.
As shown in fig. 3, specifically, the bullet screen data may include behavior operation information of any random user on the business product in the current application, such as a real disk publishing behavior and a purchasing behavior of the business product. The method can further include update information of product related data corresponding to the business product of any random user, for example, the profitability of the business product in a preset time period, such as the profitability reaching 60% in the last month.
In this embodiment of the present invention, the service product function module may include a bullet screen data generation sub-module, configured to obtain, in the service product, real disk data that can be displayed in a real disk page in a bullet screen data form.
S450, displaying the bullet screen data in the real disk page.
Specifically, the barrage data can be displayed on the top of the real disk page in a barrage mode. Of course, in practical application, the barrage data can also be displayed at any position of the real disk page in the form of a barrage.
The page display method provided by the embodiment of the invention comprises the following steps: when detecting the real disk page display triggering operation, sending a real disk page display request to a server; receiving real disk page data returned by the server, wherein the real disk page data comprises at least one piece of real disk data issued by a user, and the real disk data comprises product related data of a business product related to the user; and displaying each real disk data in a real disk page, wherein the real disk page belongs to a real disk display function module of the current application, and the real disk display function module is independent from a business product function module and a community interaction function module of the current application. By the technical scheme of the embodiment of the invention, the real disk data can be displayed, so that a user can check the real disk data on the real disk page, and the activity of the user is improved.
In addition, in the embodiment of the invention, the update information of the product related data and/or the behavior operation information of the user aiming at the service product can be displayed in the real disk page in the form of bullet screen data, so that the user can check other update information and behavior operation information in real time, and the user activity is further improved.
EXAMPLE III
Fig. 5 is a flowchart of a page display method provided in the third embodiment of the present invention, and the third embodiment of the present invention is applicable to a server and is suitable for a situation where real disk data needs to be displayed. The method may be performed by a page display apparatus, which may be implemented by software and/or hardware. Optionally, the page display device may be configured in a server. As shown in fig. 5, the method specifically includes the following steps:
and S510, receiving a real disk page display request sent by a client.
Specifically, the client and the server can be in communication connection, and are used for transmitting real disk page display requests.
S520, acquiring real disk page data, wherein the real disk page data comprises at least one piece of real disk data issued by a user, and the real disk data comprises product related data of a business product related to the user.
The server may include a memory storing a database, and may obtain real disk page data from the database of the server, where the real disk data may be stored in the database in a table form, so as to determine corresponding real disk page data according to login information of a user.
In the embodiment of the present invention, the real disk page data acquired by the server from the memory thereof may include recommended page data, list page data, focused page data, and user page data as described in the first embodiment, where the recommended page data specifically may include a service product of the publishing user and product-related data of a service product associated with the publishing user.
Optionally, the obtaining of real disk page data includes: reading real disk data issued by each user from a preset information association table; according to the login user identification and the preset authority table contained in the real disk page display request, determining real disk data with viewing authority of the current login user from the read real disk data; and generating real disk page data based on the determined real disk data. The preset information association table may be stored in a memory of the server, the preset information association table may correspond to the users one to one, and the preset information association table may include real disk data issued by the users, and specifically may include at least one of a real disk name, an issuing user identifier, issuing time, and product service policy description data. In addition, after the user logs in the current application based on the user information, the triggered real disk page display request may include a login user identifier, or may include a preset authority table corresponding to the login user identifier, where the preset authority table may include real disk data with viewing authority of the publishing user that can be viewed by the current user, for example, for a preset publishing user, the preset authority table of the current user may include a real disk name, a publishing user identifier, and publishing time, and then the current user may view the real disk name, the publishing user identifier, and publishing time of the preset publishing user, and cannot view other information of the product service policy description data, the transaction record, the held fund, the comment, and the like of the preset publishing user.
It should be noted that the publishing user may set the viewing right for any user, that is, the publishing user may set the viewing right for the published real disk data, for example, the level is greater than the preset level, and the publishing user has the viewing right, otherwise, the publishing user does not have the viewing right. The preset authority list of the current user may include viewing authority information of all publishing users to the current user, and if the publishing users of the real disk data in the current application are increased, the corresponding preset authority list of the current user may be updated correspondingly.
After the viewing rights of the current user to any publishing user are determined, real disk page data corresponding to the current page may be generated.
In the embodiment of the present invention, the service product function module may include a real disk data storage sub-module and a preset information association table, the real disk data storage sub-module may be configured to store data related to the service product in real disk data issued by an issuing user, and the preset information association table may be configured to store real disk data issued by each user in the preset information association table. The service product function module can also comprise a timing processing submodule which is used for processing real disk data required by the real disk display function module periodically and updating the real disk data periodically.
Optionally, the business product includes a financial product, the business product associated with the user includes a business product purchased by the user, and the product-related data includes income data and/or trend data. The financial products may further include funds, financing, gold, and stocks, among others. In the embodiment of the invention, the user can specifically include financial products and related data of the financial products through the real disk data.
In the embodiment of the invention, the data of the real disk page can be acquired from the storage of the server side according to the acquired user login identification.
S530, sending the real disk page data to the client, so that the client displays each real disk data in a real disk page, wherein the real disk page belongs to a currently applied real disk display function module, and the real disk display function module is independent from a currently applied business product function module and a community interaction function module.
Specifically, after the real disk page data is acquired, the real disk page data may be sent to the client. The client may expose the real disk page data in the real disk page.
Optionally, after the real disk page data is sent to the client, interactive behavior data sent by the client may be received; the interactive behavior data is the interactive behavior data corresponding to the trigger operation acquired by the client after the client detects the trigger operation on the interactive interface control displayed on the real disk page; and executing the interactive processing operation corresponding to the interactive behavior data by calling a preset API. Specifically, after detecting a trigger operation on an interactive interface control displayed on a real disk page, a client may acquire interactive behavior data corresponding to the trigger operation and further send the interactive behavior data to a server, and after receiving the interactive behavior data, the server may call a preset API to execute an interactive processing operation corresponding to the interactive behavior data, so as to send comment content data, praise behavior data, collection behavior data, and attention behavior data to the server for storage.
Optionally, the interactive interface control includes a comment control, and the interactive behavior data includes comment content; correspondingly, the interactive processing operation corresponding to the interactive behavior data is executed by calling a preset API, and the interactive processing operation comprises the following steps: and storing the comment content in a preset search engine by calling a preset API. Specifically, the comment content may be stored in a preset search engine, so that when the client detects a comment search trigger operation acting on a comment search page, the client sends a comment search request to the server, and after receiving the comment search request, the server may search the preset search engine for comment content corresponding to the keyword.
Further, the method may further include: receiving a comment searching request sent by a client; the comment search request is generated by the client after a comment search trigger operation acting on a comment search page is detected; searching comment contents from the preset search engine according to the comment search request, sending the searched comment contents to the client so that the client displays the received comment contents, and sending a real disk data acquisition request to the server when detecting a trigger operation on any displayed comment content; and receiving the real disk data acquisition request sent by the client, acquiring real disk data corresponding to any comment content, and sending the real disk data to the client so that the client can display the received real disk data. In the embodiment of the invention, the comment search request can comprise a keyword, corresponding comment content can be obtained in a preset search engine according to the keyword search, and then the comment content can be sent to the client, and the client can display the comment content. After receiving a real disk data acquisition request corresponding to the comment content sent by the client, the real disk data corresponding to the comment content can be sent to the client for display.
Optionally, the method may further include: receiving a real disk release request sent by a client; the real disk publishing request is generated by the client after detecting a real disk publishing trigger operation acting on a real disk publishing page; acquiring a service product identifier and a release user identifier contained in the real disk release request, acquiring service related data of a service product corresponding to the service product identifier sent by a service product function module, and storing the service related data and the release user identifier as real disk data in the preset information association table. The real disk publishing request can be triggered by any user of the client, and the user triggering the real disk publishing request can become a publishing user. The real disk publishing request may include a publishing user identifier and a service product identifier of a service product published by a publishing user, and further may obtain corresponding service related data according to the publishing user identifier and the service product identifier of the service product published by the publishing user, where the publishing user identifier, the service product identifier of the service product published by the publishing user, and the corresponding service related data may all be stored in a preset information association table.
Optionally, before the real disk page data is sent to the client, sorting each real disk data in the real disk page data according to preset reference data; the preset reference data comprises at least one item of product related data in the real disk data, the number of comments corresponding to the real disk data and release time. When the preset reference data comprises product related data in the real disk data, sorting the real disk data according to the yield rate in the real disk data; when the preset reference data comprises the number of comments corresponding to the real disk data, sorting the real disk data from high to low according to the number of comments of the real disk data; when the preset reference data includes the release time of the real disk data, the real disk data may be sorted in reverse order according to the release time of the real disk data. In addition, the preset reference data may further include product-related data, a comment number and release time, and the real disk data may be subjected to decay function comprehensive sorting based on the product-related data, the comment number and the release time to determine an arrangement order of the real disk data.
The page display method provided by the embodiment of the invention comprises the following steps: receiving a real disk page display request sent by a client; acquiring real disk page data, wherein the real disk page data comprises at least one piece of real disk data issued by a user, and the real disk data comprises product related data of a service product related to the user; and sending the real disk page data to the client so that the client displays each piece of real disk data in a real disk page, wherein the real disk page belongs to a currently applied real disk display function module, and the real disk display function module is independent from a currently applied business product function module and a community interaction function module. Through the technical scheme of the embodiment of the invention, the real disk data can be displayed through the page of the third-party module independent of the business product function module and the community interaction function module, so that a user can check the real disk data on the real disk page, the flexibility of page display is improved, and the user activity is improved.
Example four
Fig. 6 is a flowchart of a page display method according to a fourth embodiment of the present invention, which is applicable to a server and is suitable for a situation where real disk data needs to be displayed. On the basis of the embodiment, the embodiment of the invention adds' obtaining the update information of the product related data pushed by the service product function module and/or the behavior operation information of the user aiming at the service product. "," based on the update information of the product-related data and/or the behavior operation information of the user for the business product, the bullet screen data is generated. And sending the bullet screen data to the client side, so that the client side displays the received bullet screen data in the real disk page. And explanations of terms identical to or corresponding to the above-mentioned embodiments are omitted here. Referring to fig. 6, the page display method provided by the embodiment of the present invention includes:
s610, receiving a real disk page display request sent by a client.
S620, real disk page data are obtained, wherein the real disk page data comprise at least one piece of real disk data issued by a user, and the real disk data comprise product related data of a business product related to the user.
And S630, sending the real disk page data to the client, so that the client displays each real disk data in a real disk page, wherein the real disk page belongs to a real disk display function module of the current application, and the real disk display function module is independent from a business product function module and a community interaction function module of the current application.
And S640, acquiring the update information of the product related data pushed by the service product function module and/or the behavior operation information of the user aiming at the service product.
Specifically, the service product function module may randomly select update information of any user and/or behavior operation information of any user on the service product, and push the update information to the real disk display function module, and the real disk display function module may further operate the information.
S650, generating bullet screen data based on the update information of the product related data and/or the behavior operation information of the user aiming at the service product.
Specifically, the bullet screen data may include behavior operation information of any random user on the business product in the current application, such as real disk publishing behavior, purchasing behavior of the business product, and the like. The method can further include update information of product related data corresponding to the business product of any random user, for example, the profitability of the business product in a preset time period, such as the profitability reaching 60% in the last month.
And S660, sending the bullet screen data to the client so that the client can display the received bullet screen data in the real disk page.
In the embodiment of the invention, the barrage data can be sent to the client according to the update information of the product related data and/or the update time sequence of the behavior operation information of the user aiming at the service product. If the bullet screen data comprises the update information of the product related data, the bullet screen data can be sent to the client from high to low according to the yield rate in the update information of the product related data.
The page display method provided by the embodiment of the invention comprises the following steps: receiving a real disk page display request sent by a client; acquiring real disk page data, wherein the real disk page data comprises at least one piece of real disk data issued by a user, and the real disk data comprises product related data of a service product related to the user; and sending the real disk page data to the client so that the client displays each piece of real disk data in a real disk page, wherein the real disk page belongs to a currently applied real disk display function module, and the real disk display function module is independent from a currently applied business product function module and a community interaction function module. Through the technical scheme of the embodiment of the invention, the real disk data can be displayed through the page of the third-party module independent of the business product function module and the community interaction function module, so that a user can check the real disk data on the real disk page, the flexibility of page display is improved, and the user activity is improved.
In addition, in the embodiment of the invention, the barrage data can be generated according to the update information of the product related data and/or the behavior operation information of the user aiming at the service product, and the barrage data is sent to the client side for displaying, so that the user can check other update information and behavior operation information in real time, and the user activity is further improved.
EXAMPLE five
Fig. 7 is a schematic flowchart of a page display method according to a fifth embodiment of the present invention, which is applicable to a situation that real disk data needs to be displayed in the embodiment of the present invention. On the basis of the above embodiments, the embodiments of the present invention mainly embody the interaction process between the client and the server in the page display method. As shown in fig. 7, the method specifically includes the following steps:
and S710, when detecting the real disk page display triggering operation, the client sends a real disk page display request to the server.
And S711, the server receives the real disk page display request sent by the client to acquire real disk page data.
And S712, the server sorts each real disk data in the real disk page data according to preset reference data.
And S713, the server side sends the real disk page data to the client side.
And S714, after receiving the real disk page data returned by the server, the client displays the real disk data in a preset sequence.
And S715, the client displays the interactive interface control corresponding to each real disk data in a real disk page.
S716, when the client detects the trigger operation of the interactive interface control, acquiring interactive behavior data corresponding to the trigger operation, and sending the interactive behavior data to the server, so that the server executes corresponding interactive processing operation by calling a preset Application Program Interface (API).
And S717, the server receives the interactive behavior data sent by the client, and executes interactive processing operation corresponding to the interactive behavior data by calling a preset API.
S718, the server side obtains the update information of the product related data pushed by the service product function module and/or the behavior operation information of the user aiming at the service product.
And S719, the server generates bullet screen data based on the update information of the product related data and/or the behavior operation information of the user for the business product.
S720, the server sends the bullet screen data to the client, so that the client displays the received bullet screen data in the real disk page.
And S721, the client receives the barrage data issued by the server in real time, and displays the barrage data in the real disk page.
The embodiment of the invention realizes the display of the real disk data through the page of the third-party module independent of the service product function module and the community interaction function module, so that a user can check the real disk data on the real disk page, the flexibility of page display is improved, and the user activity is improved.
EXAMPLE six
Fig. 8 is a schematic structural diagram of a page display apparatus according to a sixth embodiment of the present invention, where the page display apparatus may be configured in a client. The device and the page display method of each embodiment belong to the same inventive concept, and details which are not described in detail in the embodiment of the page display device can refer to the embodiment of the page display method.
The specific structure of the page display device is shown in fig. 8, and includes:
the sending request module 810 is configured to send a real disk page display request to the server when detecting a real disk page display triggering operation.
A data receiving module 820, configured to receive real disk page data returned by the server, where the real disk page data includes at least one piece of real disk data issued by a user, and the real disk data includes product-related data of a service product associated with the user.
And a data display module 830, configured to display each piece of real disk data in a real disk page, where the real disk page belongs to a real disk display function module of the current application, and the real disk display function module is independent from a business product function module and a community interaction function module of the current application.
On the basis of the foregoing embodiment, the data displaying module 830 is further configured to display the interactive interface control corresponding to each piece of real disk data in the real disk page.
Optionally, the interactive interface control includes: at least one of a comment control, a like control, a favorite control, and an attention control.
Optionally, the data displaying module 830 includes:
and the comment search request sending unit is used for sending a comment search request to the server when a comment search trigger operation acting on a comment search page is detected.
And the first receiving and displaying unit is used for receiving and displaying each comment content returned by the server and sending a real disk data acquisition request to the server when the triggering operation on any displayed comment content is detected.
And the second receiving and displaying unit is used for receiving and displaying the real disk data corresponding to any comment content returned by the server.
On the basis of the above embodiment, the apparatus further includes:
and the interactive behavior data acquisition module is used for acquiring interactive behavior data corresponding to the trigger operation when the trigger operation on the interactive interface control is detected, and sending the interactive behavior data to the server, so that the server executes corresponding interactive processing operation by calling a preset Application Program Interface (API).
On the basis of the above embodiment, the apparatus further includes:
the bullet screen data receiving module is used for receiving bullet screen data issued by the server in real time; the bullet screen data comprises update information of product related data and/or behavior operation information of a user for a business product.
And the bullet screen data display module is used for displaying the bullet screen data in the real disk page.
Optionally, the real disk data further includes: at least one item of real disk name, issuing user identification, issuing time and product service strategy description data.
Optionally, the business product includes a financial product, the business product associated with the user includes a business product purchased by the user, and the product-related data includes income data and/or trend data.
The page display device provided by the embodiment of the invention can execute the method provided by any embodiment of the invention, and has the corresponding functional module and beneficial effect of the execution method.
It should be noted that, in the embodiment of the page display apparatus, the units and modules included in the embodiment are only divided according to the functional logic, but are not limited to the above division as long as the corresponding functions can be implemented; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
EXAMPLE seven
Fig. 9 is a schematic structural diagram of a page display apparatus according to a seventh embodiment of the present invention, where the page display apparatus is configurable in a server. The device and the page display method of each embodiment belong to the same inventive concept, and details which are not described in detail in the embodiment of the page display device can refer to the embodiment of the page display method.
The specific structure of the page display device is shown in fig. 9, and includes:
a request receiving module 910, configured to receive a real disk page display request sent by a client.
The data obtaining module 920 is configured to obtain real disk page data, where the real disk page data includes at least one piece of real disk data issued by a user, and the real disk data includes product-related data of a service product associated with the user.
A data sending module 930, configured to send the real disk page data to the client, so that the client displays each piece of real disk data in a real disk page, where the real disk page belongs to a currently applied real disk display function module, and the real disk display function module is independent from a currently applied business product function module and a community interaction function module.
On the basis of the above embodiment, the data acquisition device includes:
and the first reading unit is used for reading the real disk data issued by each user from the preset information association table.
And the second reading unit is used for determining the real disk data of which the current login user has the viewing authority from the read real disk data according to the login user identification and the preset authority table contained in the real disk page display request.
And the generating unit is used for generating real disk page data based on the determined real disk data.
On the basis of the above embodiment, the apparatus further includes:
a receiving request unit which is to receive a real disk release request sent by a client; the real disk publishing request is generated by the client after detecting a real disk publishing trigger operation acting on a real disk publishing page.
The first execution module is configured to acquire a service product identifier and a publishing user identifier included in the real disk publishing request, acquire service-related data of a service product corresponding to the service product identifier sent by a service product function module, and store the service-related data and the publishing user identifier in the preset information association table as real disk data.
On the basis of the above embodiment, the apparatus further includes:
the interactive behavior data receiving module is used for receiving interactive behavior data sent by the client; and the interactive behavior data is the interactive behavior data corresponding to the trigger operation acquired by the client after the client detects the trigger operation on the interactive interface control displayed on the real disk page.
And the interactive processing execution operation module is used for executing the interactive processing operation corresponding to the interactive behavior data by calling a preset API.
Optionally, the interactive interface control includes a comment control, and the interactive behavior data includes comment content; correspondingly, the interactive processing operation executing module is specifically used for storing the comment content in a preset search engine by calling a preset API;
the device also includes:
the comment search request receiving module is used for receiving a comment search request sent by a client; the comment search request is generated by the client after a comment search trigger operation acting on a comment search page is detected.
And the comment content searching and sending module is used for searching comment contents from the preset search engine according to the comment search request, sending the searched comment contents to the client so as to enable the client to display the received comment contents, and sending a real disk data acquisition request to the server when detecting a trigger operation on any displayed comment content.
And the real disk data acquisition and sending module is used for receiving the real disk data acquisition request sent by the client, acquiring real disk data corresponding to any comment content, and sending the real disk data to the client so that the client can display the received real disk data.
On the basis of the above embodiment, the apparatus further includes:
and the second execution module is used for acquiring the update information of the product related data pushed by the service product function module and/or the behavior operation information of the user aiming at the service product.
And the bullet screen data generation module is used for generating bullet screen data based on the update information of the product related data and/or the behavior operation information of the user aiming at the service product.
And the bullet screen data sending module is used for sending the bullet screen data to the client so that the client can display the received bullet screen data in the real disk page.
On the basis of the above embodiment, the apparatus further includes:
the sorting module is used for sorting all real disk data in the real disk page data according to preset reference data;
the preset reference data comprises at least one item of product related data in the real disk data, the number of comments corresponding to the real disk data and release time.
Optionally, the business product includes a financial product, the business product associated with the user includes a business product purchased by the user, and the product-related data includes income data and/or trend data.
The page display device provided by the embodiment of the invention can execute the method provided by any embodiment of the invention, and has the corresponding functional module and beneficial effect of the execution method.
It should be noted that, in the embodiment of the page display apparatus, the units and modules included in the embodiment are only divided according to the functional logic, but are not limited to the above division as long as the corresponding functions can be implemented; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
Example eight
Fig. 10 is a schematic structural diagram of a page display system according to an eighth embodiment of the present invention, which belongs to the same inventive concept as the page display methods according to the foregoing embodiments, and reference may be made to the above-mentioned page display method for details that are not described in detail in the embodiments of the page display system.
The specific structure of the page display system is shown in fig. 10, and includes: client 1010, server 1020.
The client 1010 is used for sending a real disk page display request to the server when detecting a real disk page display triggering operation; receiving real disk page data returned by the server, wherein the real disk page data comprises at least one piece of real disk data issued by a user, and the real disk data comprises product related data of a business product related to the user; and displaying each real disk data in a real disk page, wherein the real disk page belongs to a real disk display function module of the current application, and the real disk display function module is independent from a business product function module and a community interaction function module of the current application.
The server 1020 is configured to receive a real disk page display request sent by the client; and acquiring real disk page data and sending the real disk page data to the client.
The page display system provided by the embodiment of the invention can execute the method provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method.
Example nine
Fig. 11 is a schematic structural diagram of an electronic device according to a ninth embodiment of the present invention. FIG. 11 illustrates a block diagram of an exemplary electronic device 11 suitable for use in implementing embodiments of the present invention. The electronic device 11 shown in fig. 11 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiment of the present invention.
As shown in fig. 11, the electronic device 11 is represented in the form of a general-purpose computing electronic device. The components of electronic device 12 may include, but are not limited to: one or more processors or processing units 16, a system memory 28, and a bus 18 that couples various system components including the system memory 28 and the processing unit 16.
Bus 18 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, Industry Standard Architecture (ISA) bus, micro-channel architecture (MAC) bus, enhanced ISA bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Electronic device 12 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by electronic device 12 and includes both volatile and nonvolatile media, removable and non-removable media.
The system memory 28 may include computer system readable media in the form of volatile memory, such as Random Access Memory (RAM)30 and/or cache memory 32. The electronic device 12 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 34 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 11, and commonly referred to as a "hard drive"). Although not shown in FIG. 11, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical media) may be provided. In these cases, each drive may be connected to bus 18 by one or more data media interfaces. System memory 28 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
A program/utility 40 having a set (at least one) of program modules 42 may be stored, for example, in system memory 28, such program modules 42 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each of which examples or some combination thereof may comprise an implementation of a network environment. Program modules 42 generally carry out the functions and/or methodologies of the described embodiments of the invention.
Electronic device 12 may also communicate with one or more external devices 14 (e.g., keyboard, pointing device, display 24, etc.), with one or more devices that enable a user to interact with electronic device 12, and/or with any devices (e.g., network card, modem, etc.) that enable electronic device 12 to communicate with one or more other computing devices. Such communication may be through an input/output (I/O) interface 22. Also, the electronic device 12 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the Internet) via the network adapter 20. As shown in FIG. 11, the network adapter 20 communicates with the other modules of the electronic device 12 via the bus 18. It should be appreciated that although not shown in FIG. 11, other hardware and/or software modules may be used in conjunction with electronic device 12, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
The processing unit 16 executes various functional applications and page displays, such as implementing the page display method provided by the present embodiment,
when the method is applied to the client, the method comprises the following steps:
when detecting the real disk page display triggering operation, sending a real disk page display request to a server;
receiving real disk page data returned by the server, wherein the real disk page data comprises at least one piece of real disk data issued by a user, and the real disk data comprises product related data of a business product related to the user;
and displaying each real disk data in a real disk page, wherein the real disk page belongs to a real disk display function module of the current application, and the real disk display function module is independent from a business product function module and a community interaction function module of the current application.
When the method is applied to a server, the method comprises the following steps:
receiving a real disk page display request sent by a client;
acquiring real disk page data, wherein the real disk page data comprises at least one piece of real disk data issued by a user, and the real disk data comprises product related data of a service product related to the user;
and sending the real disk page data to the client so that the client displays each piece of real disk data in a real disk page, wherein the real disk page belongs to a currently applied real disk display function module, and the real disk display function module is independent from a currently applied business product function module and a community interaction function module.
Of course, those skilled in the art can understand that the processor can also implement the technical solution of the page display method provided by any embodiment of the present invention.
Example ten
An embodiment of the present invention provides a computer-readable storage medium, on which a computer program is stored, which, when executed by a processor, implements a page display method such as that provided by the embodiment of the present invention,
when the method is applied to the client, the method comprises the following steps:
when detecting the real disk page display triggering operation, sending a real disk page display request to a server;
receiving real disk page data returned by the server, wherein the real disk page data comprises at least one piece of real disk data issued by a user, and the real disk data comprises product related data of a business product related to the user;
and displaying each real disk data in a real disk page, wherein the real disk page belongs to a real disk display function module of the current application, and the real disk display function module is independent from a business product function module and a community interaction function module of the current application.
When the method is applied to a server, the method comprises the following steps:
receiving a real disk page display request sent by a client;
acquiring real disk page data, wherein the real disk page data comprises at least one piece of real disk data issued by a user, and the real disk data comprises product related data of a service product related to the user;
and sending the real disk page data to the client so that the client displays each piece of real disk data in a real disk page, wherein the real disk page belongs to a currently applied real disk display function module, and the real disk display function module is independent from a currently applied business product function module and a community interaction function module.
Computer storage media for embodiments of the invention may employ any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. The computer-readable storage medium may be, for example but not limited to: an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination thereof. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + +, or the like, as well as conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It will be understood by those skilled in the art that the modules or steps of the invention described above may be implemented by a general purpose computing device, they may be centralized on a single computing device or distributed across a network of computing devices, and optionally they may be implemented by program code executable by a computing device, such that it may be stored in a memory device and executed by a computing device, or it may be separately fabricated into various integrated circuit modules, or it may be fabricated by fabricating a plurality of modules or steps thereof into a single integrated circuit module. Thus, the present invention is not limited to any specific combination of hardware and software.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments illustrated herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (21)

1. A page display method is applied to a client side, and comprises the following steps:
when detecting the real disk page display triggering operation, sending a real disk page display request to a server;
receiving real disk page data returned by the server, wherein the real disk page data comprises at least one piece of real disk data issued by a user, and the real disk data comprises product related data of a business product related to the user;
and displaying each real disk data in a real disk page, wherein the real disk page belongs to a real disk display function module of the current application, and the real disk display function module is independent from a business product function module and a community interaction function module of the current application.
2. The method of claim 1, wherein when each of the real disk data is exposed in a real disk page of a current application, the method further comprises:
and displaying the interactive interface control corresponding to each real disk data in the real disk page.
3. The method of claim 2, wherein after the interactive interface control corresponding to each real disk data is displayed in the real disk page, the method further comprises:
when the trigger operation of the interactive interface control is detected, acquiring interactive behavior data corresponding to the trigger operation, and sending the interactive behavior data to the server, so that the server executes corresponding interactive processing operation by calling a preset Application Program Interface (API).
4. The method of claim 2, wherein the interactive interface control comprises: at least one of a comment control, a like control, a favorite control, and an attention control.
5. The method of claim 4, further comprising:
when a comment search triggering operation acting on a comment search page is detected, sending a comment search request to the server;
receiving and displaying each comment content returned by the server, and sending a real disk data acquisition request to the server when detecting a trigger operation on any displayed comment content;
and receiving and displaying real disk data corresponding to any comment content returned by the server.
6. The method of claim 1, wherein after each of the real disk data is exposed in a real disk page, the method further comprises:
receiving bullet screen data issued by the server in real time; the bullet screen data comprises update information of product related data and/or behavior operation information of a user for a business product;
and displaying the bullet screen data in the real disk page.
7. The method of claim 1, wherein the real disk data further comprises: at least one item of real disk name, issuing user identification, issuing time and product service strategy description data.
8. The method according to any of claims 1-7, wherein the business product comprises a financial product, the user-associated business product comprises a business product purchased by a user, and the product-related data comprises revenue data and/or trend data.
9. A page display method is applied to a server side, and comprises the following steps:
receiving a real disk page display request sent by a client;
acquiring real disk page data, wherein the real disk page data comprises at least one piece of real disk data issued by a user, and the real disk data comprises product related data of a service product related to the user;
and sending the real disk page data to the client so that the client displays each piece of real disk data in a real disk page, wherein the real disk page belongs to a currently applied real disk display function module, and the real disk display function module is independent from a currently applied business product function module and a community interaction function module.
10. The method of claim 9, wherein the obtaining real disk page data comprises:
reading real disk data issued by each user from a preset information association table;
according to the login user identification and the preset authority table contained in the real disk page display request, determining real disk data with viewing authority of the current login user from the read real disk data;
and generating real disk page data based on the determined real disk data.
11. The method of claim 10, further comprising:
receiving a real disk release request sent by a client; the real disk publishing request is generated by the client after detecting a real disk publishing trigger operation acting on a real disk publishing page;
acquiring a service product identifier and a release user identifier contained in the real disk release request, acquiring service related data of a service product corresponding to the service product identifier sent by a service product function module, and storing the service related data and the release user identifier as real disk data in the preset information association table.
12. The method of claim 9, wherein after sending the real disk page data to the client, the method further comprises:
receiving interactive behavior data sent by a client; the interactive behavior data is the interactive behavior data corresponding to the trigger operation acquired by the client after the client detects the trigger operation on the interactive interface control displayed on the real disk page;
and executing the interactive processing operation corresponding to the interactive behavior data by calling a preset API.
13. The method of claim 12, wherein the interactive interface control comprises a comment control, and the interactive behavior data comprises comment content; correspondingly, the interactive processing operation corresponding to the interactive behavior data is executed by calling a preset API, and the interactive processing operation comprises the following steps: storing the comment content in a preset search engine by calling a preset API;
the method further comprises the following steps:
receiving a comment searching request sent by a client; the comment search request is generated by the client after a comment search trigger operation acting on a comment search page is detected;
searching comment contents from the preset search engine according to the comment search request, sending the searched comment contents to the client so that the client displays the received comment contents, and sending a real disk data acquisition request to the server when detecting a trigger operation on any displayed comment content;
and receiving the real disk data acquisition request sent by the client, acquiring real disk data corresponding to any comment content, and sending the real disk data to the client so that the client can display the received real disk data.
14. The method of claim 9, further comprising:
acquiring update information of product related data pushed by a service product function module and/or behavior operation information of a user aiming at a service product;
generating bullet screen data based on the update information of the product related data and/or the behavior operation information of the user aiming at the service product;
and sending the bullet screen data to the client so that the client can display the received bullet screen data in the real disk page.
15. The method of claim 9, wherein before sending the real disk page data to the client, the method further comprises:
sorting all real disk data in the real disk page data according to preset reference data;
the preset reference data comprises at least one item of product related data in the real disk data, the number of comments corresponding to the real disk data and release time.
16. A method according to any of claims 9 to 15, wherein the business product comprises a financial product, the user-associated business product comprises a business product purchased by a user, and the product-related data comprises benefit data and/or trend data.
17. A page display apparatus, configured at a client, the apparatus comprising:
the real disk page display triggering operation module is used for triggering the real disk page display operation;
a data receiving module, configured to receive real disk page data returned by the server, where the real disk page data includes at least one piece of real disk data issued by a user, and the real disk data includes product-related data of a service product associated with the user;
and the display data module is used for displaying each real disk data in a real disk page, wherein the real disk page belongs to the real disk display function module of the current application, and the real disk display function module is independent from the business product function module and the community interaction function module of the current application.
18. A page display apparatus, configured to a server, the apparatus comprising:
the receiving request module is used for receiving a real disk page display request sent by a client;
the data acquisition module is used for acquiring real disk page data, wherein the real disk page data comprises at least one piece of real disk data issued by a user, and the real disk data comprises product related data of a service product related to the user;
and the data sending module is used for sending the real disk page data to the client so as to enable the client to display each real disk data in a real disk page, wherein the real disk page belongs to a real disk display function module of the current application, and the real disk display function module is independent from a business product function module and a community interaction function module of the current application.
19. A page display system is characterized by comprising a client and a server, wherein:
the client is used for sending a real disk page display request to the server when detecting the real disk page display triggering operation; receiving real disk page data returned by the server, wherein the real disk page data comprises at least one piece of real disk data issued by a user, and the real disk data comprises product related data of a business product related to the user; displaying each real disk data in a real disk page, wherein the real disk page belongs to a real disk display function module of the current application, and the real disk display function module is independent from a business product function module and a community interaction function module of the current application;
the server is used for receiving a real disk page display request sent by the client; and acquiring real disk page data and sending the real disk page data to the client.
20. An electronic device, characterized in that the device comprises:
one or more processors;
a memory for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement the page display method of any of claims 1-16.
21. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out a page display method according to any one of claims 1 to 16.
CN202011628800.XA 2020-12-31 2020-12-31 Page display method, device and system, electronic equipment and storage medium Pending CN112732382A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011628800.XA CN112732382A (en) 2020-12-31 2020-12-31 Page display method, device and system, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011628800.XA CN112732382A (en) 2020-12-31 2020-12-31 Page display method, device and system, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112732382A true CN112732382A (en) 2021-04-30

Family

ID=75608089

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011628800.XA Pending CN112732382A (en) 2020-12-31 2020-12-31 Page display method, device and system, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112732382A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130311440A1 (en) * 2012-05-15 2013-11-21 International Business Machines Corporation Comparison search queries
US20150032511A1 (en) * 2013-07-24 2015-01-29 Pecabu, Inc. Method and system for demographic, environmental, business and/or operational information collection and processing
CN104375746A (en) * 2014-10-27 2015-02-25 北京金和软件股份有限公司 Interactive data processing method for displaying APP content in classified mode
US9395883B1 (en) * 2011-08-29 2016-07-19 Anametrix, Inc. Systems and method for integration of business analytics and business networking
CN110363666A (en) * 2018-04-11 2019-10-22 腾讯科技(深圳)有限公司 Information processing method, calculates equipment and storage medium at device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9395883B1 (en) * 2011-08-29 2016-07-19 Anametrix, Inc. Systems and method for integration of business analytics and business networking
US20130311440A1 (en) * 2012-05-15 2013-11-21 International Business Machines Corporation Comparison search queries
US20150032511A1 (en) * 2013-07-24 2015-01-29 Pecabu, Inc. Method and system for demographic, environmental, business and/or operational information collection and processing
CN104375746A (en) * 2014-10-27 2015-02-25 北京金和软件股份有限公司 Interactive data processing method for displaying APP content in classified mode
CN110363666A (en) * 2018-04-11 2019-10-22 腾讯科技(深圳)有限公司 Information processing method, calculates equipment and storage medium at device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
杨坚争,杨云鹏主编: "电子商务企业模式创新典型案例分析 第3辑", 30 April 2018, 中国商务出版社, pages: 58 - 63 *

Similar Documents

Publication Publication Date Title
US20170011418A1 (en) System and method for account ingestion
US8359285B1 (en) Generating item recommendations
US10630794B2 (en) Multi computing device network based conversion determination based on computer network traffic
US11243992B2 (en) System and method for information recommendation
WO2020088058A1 (en) Information generating method and device
US20100293490A1 (en) Apparatuses, Methods and Systems For An Information Comparator Comparison Engine
CN101496403A (en) Associating advertisements with on-demand media content
CN109255037B (en) Method and apparatus for outputting information
US8630915B1 (en) System, method, and computer readable medium for item feed classification
CN111127051B (en) Multi-channel dynamic attribution method, device, server and storage medium
US11803536B2 (en) Real time system for ingestion, aggregation, and identity association of data from user actions performed on websites or applications
US20100094899A1 (en) System for assembling and providing problem solving frameworks
CN113792039B (en) Data processing method and device, electronic equipment and storage medium
CN113010791B (en) Search result display processing method and device and computer readable storage medium
CN110674404A (en) Link information generation method, device, system, storage medium and electronic equipment
CN111309428B (en) Information display method, information display device, electronic apparatus, and storage medium
CN110377891B (en) Method, device and equipment for generating event analysis article and computer readable storage medium
CN112785363A (en) Order sharing, displaying and managing method, system, electronic equipment and medium
CN112732382A (en) Page display method, device and system, electronic equipment and storage medium
US8473358B1 (en) Generating a data feed of items for a referral network site
CN112307029B (en) Bill data storage and bill generation methods, devices, server and storage medium
CN113377604B (en) Data processing method, device, equipment and storage medium
CN114510185A (en) Virtual object recommendation method, medium, device and computing equipment
US10187251B1 (en) Event processing architecture for real-time member engagement
CN112288452A (en) Advertisement preview method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: Room 221, 2 / F, block C, 18 Kechuang 11th Street, Daxing District, Beijing, 100176

Applicant after: Jingdong Technology Holding Co.,Ltd.

Address before: Room 221, 2 / F, block C, 18 Kechuang 11th Street, Daxing District, Beijing, 100176

Applicant before: Jingdong Digital Technology Holding Co., Ltd