CN112016009A - Data processing method, balance obtaining method, device, equipment and storage medium - Google Patents

Data processing method, balance obtaining method, device, equipment and storage medium Download PDF

Info

Publication number
CN112016009A
CN112016009A CN202010900389.0A CN202010900389A CN112016009A CN 112016009 A CN112016009 A CN 112016009A CN 202010900389 A CN202010900389 A CN 202010900389A CN 112016009 A CN112016009 A CN 112016009A
Authority
CN
China
Prior art keywords
balance
period
cycle
account
time
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010900389.0A
Other languages
Chinese (zh)
Other versions
CN112016009B (en
Inventor
李建生
侯俊丞
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Baiguoyuan Information Technology Co Ltd
Original Assignee
Guangzhou Baiguoyuan Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangzhou Baiguoyuan Information Technology Co Ltd filed Critical Guangzhou Baiguoyuan Information Technology Co Ltd
Priority to CN202010900389.0A priority Critical patent/CN112016009B/en
Priority claimed from CN202010900389.0A external-priority patent/CN112016009B/en
Publication of CN112016009A publication Critical patent/CN112016009A/en
Application granted granted Critical
Publication of CN112016009B publication Critical patent/CN112016009B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9537Spatial or temporal dependent retrieval, e.g. spatiotemporal queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The embodiment of the invention discloses a data processing method, a balance obtaining method, a device, equipment and a storage medium, wherein the data processing method comprises the following steps: when the balance of the account is changed, acquiring the balance change time when the balance is changed and the balance value after the balance is changed; and determining the cycle starting time of the balance cycle to which the balance change time belongs, updating the balance value of the account in the cycle starting time in the cycle balance table to be the balance value, wherein the account and the cycle starting time are used for taking the balance of the account at the specified cycle starting time, and taking the balance value at the cycle starting time before the specified cycle starting time as the balance value of the account at the specified cycle starting time. The balance table does not need to be locked, other services related to the balance table are not influenced, a real instantaneous balance value can be obtained through the table lookup of the periodic balance table, all running water of an account does not need to be reserved, the time and space complexity of the table lookup operation of the periodic balance table is low, and the efficiency of obtaining the instantaneous balance is improved.

Description

Data processing method, balance obtaining method, device, equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of data processing, in particular to a data processing method, a balance obtaining device, equipment and a storage medium.
Background
With the popularization of social application programs such as short videos and live broadcasts, in order to better realize social activities through the social application programs, the social application programs provide a recharging function, and users can enjoy more personalized social services after recharging.
In order to meet the business requirements of data statistics, marketing, balance inquiry and the like, the instantaneous balance of a user at a certain time point is generally required to be acquired, the system only records the changed balance when the balance is changed and does not record the specified balance of the user at the certain time point, so that the balance of the user at the specified time point cannot be directly acquired, and in the prior art, the balance of the user at the specified time point is acquired in two ways. The first way is to lock the balance at a specified point in time by traversing the balance to determine the balance of the user at the specified point in time, but during the locking of the balance, rendering the services associated with the balance unavailable; the second mode is that the balance of the user at the designated time point is determined by paging and traversing all data after pulling the balance table, and because the balance of the account may change during the period of certain time required for pulling the balance table, the pulled balance table data cannot contain all data before the designated time point, so that the real instantaneous balance of the designated time point cannot be obtained; and in the third mode, the last running water data before the specified time point is traced through running water backtracking to be used as the instantaneous balance of the specified time point, for n users, the running water of each user has m running water, the time of each running water is inconsistent, all historical running water of the users needs to be stored, the time and space complexity is high, and the efficiency of counting the instantaneous balance of all the users is low.
In summary, the prior art cannot quickly obtain the real instant balance of the user at a specified time point without affecting other services.
Disclosure of Invention
Embodiments of the present invention provide a data processing method, a balance obtaining method, an apparatus, a device, and a storage medium, so as to solve the problem that a real instantaneous balance of a user at a specified time point cannot be obtained quickly without affecting other services in the prior art.
In a first aspect, an embodiment of the present invention provides a data processing method, including:
when the balance of an account is changed, acquiring the balance change time when the balance is changed and the balance value after the balance is changed;
determining the cycle starting time of the balance saving cycle to which the balance change time belongs;
and updating the balance value of the account at the period starting time in a preset period balance table to be the balance value, wherein in the preset period balance table, when the account and the period starting time are used for acquiring the balance of the account at the appointed period starting time, the balance value at the starting time of the period before the appointed period starting time is used as the balance value of the account at the appointed period starting time.
In a second aspect, an embodiment of the present invention provides a balance obtaining method, including:
receiving a balance acquisition request sent by a client, wherein the balance acquisition request is used for acquiring the balance of an account at the starting time of a specified period;
determining a previous cycle start time to the specified cycle start time;
searching a balance value of the account at the starting time of the previous period in a preset period balance table;
returning the balance value as a balance acquisition result to the client;
wherein the preset periodic balance table is obtained by processing data by the data processing method of the first aspect of the present invention.
In a third aspect, an embodiment of the present invention provides a data processing apparatus, including:
the balance change time and balance value acquisition module is used for acquiring the balance change time when the balance of the account is changed and the balance value after the balance is changed;
the period starting time determining module is used for determining the period starting time of the balance saving period to which the balance change time belongs;
and the balance value updating module is used for updating the balance value of the account at the period starting time in a preset period balance table to the balance value, and in the preset period balance table, when the account and the period starting time are used for acquiring the balance of the account at the appointed period starting time, the balance value at the period starting time before the appointed period starting time is used as the balance value of the account at the appointed period starting time.
In a fourth aspect, an embodiment of the present invention provides a balance obtaining apparatus, including:
the balance acquisition request receiving module is used for receiving a balance acquisition request sent by a client, wherein the balance acquisition request is used for acquiring the balance of an account at the starting time of a specified period;
a previous cycle start time determination module for determining a previous cycle start time of the specified cycle start time;
the balance value searching module is used for searching the balance value of the account at the starting time of the previous period in a preset period balance table;
a balance acquisition result sending module, configured to return the balance value to the client as a balance acquisition result;
wherein the preset periodic balance table is obtained by processing data by the data processing method of the first aspect of the present invention.
In a fifth aspect, an embodiment of the present invention provides an electronic device, where the electronic device includes:
one or more processors;
a storage device 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 implement the data processing method and/or the balance obtaining method according to any embodiment of the present invention.
In a sixth aspect, an embodiment of the present invention provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements a data processing method and/or a balance obtaining method according to any embodiment of the present invention.
The embodiment of the invention sets a period balance table, the period starting time in the period balance table is the starting time of each balance period, when the balance of an account is changed, the balance change time when the balance is changed and the balance value after the balance is changed are obtained, after the period starting time of the balance period which the balance change time belongs to is determined, the balance value of the account at the period starting time in the preset period balance table is updated to the balance value, thereby when the balance of the account at the appointed period starting time is obtained, the balance value of the previous period starting time of the appointed period starting time is used as the balance value of the account at the appointed period starting time by looking up the period balance table, the balance table does not need to be locked, other services related to the balance table are not influenced, and the balance value of the corresponding period starting time in the period balance table is changed after the balance of the account is monitored, the real instantaneous balance value of the account at the starting time of the appointed period can be quickly obtained through the table look-up of the periodic balance table, all running water of the account is not required to be reserved to determine the balance value of the account through the running water backtracking, the time and space complexity of the table look-up operation of the periodic balance table is low, and the efficiency of obtaining the instantaneous balance is improved.
Drawings
Fig. 1 is a flowchart illustrating steps of a data processing method according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating steps of a data processing method according to a second embodiment of the present invention;
FIG. 3 is a flowchart illustrating steps of a data processing method according to a third embodiment of the present invention;
fig. 4 is a flowchart illustrating steps of a balance obtaining method according to a fourth embodiment of the present invention;
fig. 5 is a block diagram of a data processing apparatus according to a fifth embodiment of the present invention;
fig. 6 is a block diagram of a balance obtaining apparatus according to a sixth embodiment of the present invention;
fig. 7 is a schematic structural diagram of an electronic device according to a seventh 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. The embodiments and features of the embodiments in the present application may be combined with each other without conflict.
Example one
Fig. 1 is a flowchart of steps of a data processing method according to an embodiment of the present invention, where the method is applicable to a situation of counting an instantaneous balance of a user at a specified time point, and the method may be executed by a data processing apparatus according to an embodiment of the present invention, where the data processing apparatus may be implemented by hardware or software and is integrated in an electronic device according to an embodiment of the present invention, and specifically, as shown in fig. 1, the data processing method according to an embodiment of the present invention may include the following steps:
s101, when the balance of the account is changed, obtaining the balance change time when the balance is changed and the balance value after the balance is changed.
In the embodiment of the invention, the balance of the account can be a currency balance, or a virtual gold coin balance after the currency is exchanged into the virtual gold coin. For the balance of the account, when a user of the account consumes or charges the account, the balance of the account changes, and the system records the time when the balance changes and the changed balance value.
In a preferred embodiment, a balance table may be established for the account, where the balance table may be a table that records the balance change time and the changed balance value of the account, the balance is changed when a new record is added to the balance table, and the balance change time and the changed balance value when the balance is changed may be obtained from the balance table.
Of course, in practical applications, those skilled in the art may use different methods to obtain the balance change time and the balance value after the balance change according to the manner of recording the change of the balance when the balance changes.
And S102, determining the cycle starting time of the balance saving cycle to which the balance change time belongs.
In the embodiment of the present invention, the balance saving period may be a period of performing balance saving operation on the balance of the account, and the balance saving period may be in units of month, day, and hour, and may be, for example, 1 month, 1 day, or 1 hour.
The period starting time is the starting time of each balance period, or may be the deadline of the user for obtaining the account balance, in an example, the balance period is 1 month, when the balance of the account needs to be obtained at 00:00:00 every 1 day of the month, the period starting time is 00:00:00 every 1 day of the month, similarly, the balance period is 1 day, the period starting time is 00:00:00 every day, and the balance period is 1 hour, the period starting time is 0 minute and 0 second of each hour.
When the balance of the account is changed, the cycle start time of the balance saving cycle to which the balance change time when the balance is changed belongs can be determined. In one example, the balance cycle is 1 day, for example, for the balance cycle of 8/25/2020, when the balance of an account a changes at 07:15:23 on 8/25/2020, the cycle start time of the balance cycle to which 07:15:23 belongs on 8/25/2020 is 00:00:00 on 8/25/2020, and when the balance of an account a changes at 17:10:03 on 8/25/2020, the cycle start time of the balance cycle to which 17:10:03 belongs on 25/8/2020 is also 00:00: 00:00 on 8/25/2020.
In an optional embodiment of the present invention, the balance change time may be a balance change timestamp generated when the balance is changed, a time difference between a cycle start timestamp of a first balance period and the balance change timestamp may be calculated first, a ratio of the time difference to a preset cycle duration is calculated and rounded down to obtain a cycle number, a product of the cycle number and the preset cycle duration is calculated, a sum of the product and the start timestamp of the first balance period is summed to obtain a cycle start time of the balance change timestamp, and the cycle start time is a cycle start time of the balance change period to which the balance change time belongs.
And S103, updating the balance value of the account at the period starting time in a preset period balance table into the balance value, wherein in the preset period balance table, when the account and the period starting time are used for acquiring the balance of the account at the appointed period starting time, the balance value at the period starting time before the appointed period starting time is used as the balance value of the account at the appointed period starting time.
Specifically, the period balance table may be a table in which accounts, period start time, and balance values are recorded, in an example, one period balance table may be generated for each account, and the period balance table records the balance values of the account at the period start time of each balance period, of course, one period balance table may also record the balance values of a plurality of accounts at the period start time of each balance period. After the cycle start time of the balance period to which the balance change time belongs is determined, the balance value can be replaced by the balance value corresponding to the cycle start time in the cycle balance table. Of course, if there is no balance value for the account at the start time of the cycle in the cycle balance table, the cycle start time and balance value may be inserted in the cycle balance table to obtain the balance value for the account at the start time of the cycle.
In practical applications, when the balance of the account at the specified period starting time needs to be acquired in response to the balance acquisition request, the balance of the account at the specified period starting time is updated, the balance of the account at the previous period starting time of the specified period starting time is taken as the balance acquisition result, the balance period is 1 day, and when the balance of the account a at 25/2020/25/00 (the specified period starting time) needs to be acquired, the balance of the account a at 00: 00/00 (the previous period starting time) at 24/2020/8/25/00/2020 in the period balance table can be taken as the balance of the account a at 25/00/2020/00.
In another example, when balance of all accounts at the starting time of the specified period needs to be acquired for balance operation, the balance values of all accounts at the starting time of the period before the starting time of the specified period in the period balance table are summed to obtain the balance value.
When the balance of the account is changed, the balance change time when the balance is changed and the balance value after the balance is changed are obtained, after the cycle start time of the balance cycle to which the balance change time belongs is determined, the balance value of the account in the preset cycle balance table at the cycle start time is updated to the balance value, so that when the balance of the account at the appointed cycle start time is obtained, the balance value of the account at the previous cycle start time of the appointed cycle start time is used as the balance value of the account at the appointed cycle start time by searching the cycle balance table, the balance table does not need to be locked, other services related to the balance table are not influenced, the balance value of the corresponding cycle start time in the cycle balance table is changed after the balance change of the account is monitored, the real instant balance value of the account at the appointed cycle start time can be quickly obtained by searching the cycle balance table, all running water of the account does not need to be reserved to determine the balance value of the account through running water backtracking, the time and space complexity of table look-up operation on the periodic balance table is low, and the efficiency of obtaining the instantaneous balance is improved.
Example two
Fig. 2 is a flowchart of steps of a data processing method according to a second embodiment of the present invention, where the embodiment of the present invention is optimized based on the first embodiment, specifically, as shown in fig. 2, the data processing method according to the embodiment of the present invention may include the following steps:
s201, monitoring the balance of the account to determine whether the balance of the account changes.
In practical application, when consumption or recharging operation exists in an account, the balance of the account changes, and the balance of the account can be monitored in real time. Those skilled in the art may monitor the account balance in any manner to determine whether the account balance has changed, execute S202 when the account balance has changed, and otherwise continue to monitor the account balance.
S202, obtaining the balance value after the balance change and a balance change time stamp generated when the balance is changed.
In the embodiment of the invention, when the balance of the account changes, the system records the changed balance value and generates a time stamp, wherein the time stamp is the balance change time stamp which is the time when the balance changes. In one example, a running water is generated after the balance of the account is changed, and the running water at least comprises the changed balance value and a time stamp of the balance change when the balance is changed.
S203, calculating the cycle starting time of the balance saving cycle to which the balance change timestamp belongs by adopting the cycle starting timestamp of the first balance saving cycle, the balance change timestamp and the preset cycle duration.
In an optional embodiment of the present invention, the balance change time is a balance change timestamp generated when the balance is changed, a time difference from a cycle start timestamp of a first balance period to the balance change timestamp may be calculated, a ratio of the time difference to a preset cycle duration is calculated and rounded down to obtain a cycle number, a product of the cycle number and the cycle duration is calculated, and the cycle start time of the balance change timestamp is obtained by summing the product and a start timestamp of the first balance period.
Specifically, assume that the cycle start timestamp of the first balance cycle is S0If the cycle duration is T and the balance change timestamp is n, the cycle start time Stime of the balance change timestamp belonging to the balance save cycle can be calculated by the following formula:
Stime=int((n-S0)/T)×T+S0
where int () is a floor function.
The process of calculating the cycle start time is illustrated below with a balance cycle of 1 day, assuming that user a is running at 08 months of 2020 as the following balance table:
user ID Time stamp for balance change Balance value
A 08 month and 01 day 09:30:01 in 2020 100
A Year 2020, 08 month, 01 day 19:00 50
A 08 month and 02 day 10:01:08 in 2020 70
A 20:07:08 at 03/2020/08/month 80
A Year 2020, month 08, 03, 23:01:08 100
The cycle start timestamp S of the first balance cycle0When the preset period duration T is 24 hours, which is 08/01/00: 00:00 in 2020, the following steps are performed:
when the balance change time stamp n is 09:30:01, 08 month/01, 2020, it is compared with the cycle start time stamp S of the first balance period0The time difference (00: 00:00 of 01 d.08/01/2020) is 9.5 hours, the ratio of the time difference to the preset cycle time is 9.5/24, the ratio is rounded down by the number of cycles to be 0, and the cycle start time Stime of the balance saving cycle to which the balance change timestamp n belongs is 09:30:01 d.08/2020 is 00:00:00 of 01 d.08/2020;
when the balance change time stamp n is 19:00:00 on 08/01/2020, it is compared with the cycle start time stamp S of the first balance period0The time difference (01/00: 00/08/2020) is 19 hours, the ratio of the time difference to the preset cycle time is 19/24, the number of cycles is rounded down to 0, and the cycle start time Stime of the balance change timestamp n belonging to the balance saving cycle is 2020, 08/01/00;
when the balance change time stamp n is 08 months, 02 days 10:01:08 in 2020, it is compared with the cycle start time stamp S of the first balance period0(08/00) at 34 hours, the ratio of the time difference to the preset cycle duration is 34/24, the ratio is rounded down by 1, 1 × 24+ S cycles0The second balance period starting time after the first balance period starting time, namely the period starting time Stime of the balance period when the balance change timestamp n is 10:01:08 on 08/2020 and is 00:00:00 on 02/00: 00 on 08/2020;
by analogy, the balance change timestamp n is 20:07:08 on 03/08/2020, and the cycle start time Stime of the balance cycle is 00:00: 00:00 on 03/08/2020, and the balance change timestamp n is 23:01: 08/2020, 03/00: 00: 00/2020.
The balance period is in days, and can be 1 month, 1 week and the like in practical application, the period duration of the balance period is not limited by the embodiment of the invention, in addition, the technicians in the field can also set the cycle starting time of the balance period according to the actual requirement, if the starting time of the period is set to be 18:00:00 of each day, the balance saving period to which the balance change time stamp belongs can be directly determined through time logic, the cycle start time is determined by the associated balance cycle, which as in the above example is 20:07:08 on month 03 of 2020 as a balance cycle of 08 month 03 of 2020, the period start time is 03, 00 of 08-month-2020, and the period start time of the balance change time stamp is not limited in the embodiment of the present invention.
S204, judging whether the balance value of the account at the period starting time exists in the preset period balance table.
In an optional embodiment of the present invention, a periodic balance table may be preset, and the preset periodic balance table is initialized, where the initialization may be to initialize each field in the periodic balance table and determine an initial value of each field, and in an example, a table structure of the periodic balance table is as follows:
name of field Meaning of a field
Uid User ID
Stime Time of cycle start
Count Balance
During initialization, an account, the cycle start time of the first balance cycle, and the initial balance value may be written in the cycle balance table, in one example, the balance tables of all existing users may be pulled, and the account and the balance value in the balance tables may be imported into the preset cycle balance table to complete initialization. Inserting new cycle starting time and updating the balance value along with the lapse of time, judging whether the preset cycle balance table has the balance value of the account at the determined cycle starting time or not after the balance is changed and the cycle starting time of the balance cycle to which the balance change timestamp belongs is determined, if so, executing S205, and if not, executing S206.
S205, updating the balance value of the account at the period starting time in the preset period balance table to the balance value.
And for the period starting time of the balance period to which the balance change timestamp belongs, if the balance value of the account at the period starting time exists in the preset period balance table, replacing the balance value of the account at the period starting time in the preset period balance table by the currently monitored changed balance value.
S206, inserting the balance value into the preset period balance table to serve as the balance value of the account at the period starting time.
And for the cycle starting time of the balance cycle to which the balance change timestamp belongs, if the balance value of the account at the cycle starting time does not exist in the preset cycle balance table, inserting the cycle starting time into the preset cycle balance table, and setting the balance value of the inserted cycle starting time as the monitored changed balance value.
In order to make the embodiment of the present invention more clearly understood, the following describes the updating process of the balance by way of example:
taking account a as an example, the balance period is 1 day, the period start time of each balance period is 00:00:00 of each day, and the part of user a runs as follows (balance change):
the balance of 01:00:00 in 01/08 is 18 yuan in 2020;
the balance of 07:00:00 at 01/08/2020 is 108 yuan;
the balance of 12:00:00 at 01/08/2020 is 100 Yuan;
the balance of 21:00:00 at 01/08/2020 is 30 Yuan;
the balance of 23:00:00 on 01/08/2020 is 40 Yuan;
the balance of 02:00:00 of 08 and 02 of 2020 is 60 yuan,
The balance of 10:00:00 at 02/08 in 2020 is 80 yuan,
The balance of 21:00:00 on month 02 of 08 in 2020 is 101 yuan,
the balance is unchanged at 03 month 08 in 2020;
the balance of the account at 04: 00:00 is 10 yuan in 2020, 08 and 04 months.
The process of updating the preset periodic balance table is as follows:
day 01:00:00 on month 08, Uid ═ a, time ═ 1 day 00:00:00, count 18;
08/month 01, 07:00:00, Uid ═ a, Stime ═ 1 day 00:00:00, count 108;
day 01, 08 month 12:00:00, Uid ═ a, Stime ═ 1 day 00:00:00, count is 100;
21:00:00 on month 08, Uid ═ a, Stime ═ 1, day 00:00:00, count is 30;
23:00:00 on month 08, Uid ═ a, Stime ═ 1, day 00:00:00, count 40;
from the above process, for 08 months, day 01, 00:00: 00:00-24: 00:00, with a period start time of 1 day 00:00:00, 1 day 00:00: the updating process of the balance value count of 00 is 18, 108, 100, 30 and 40 in sequence.
By analogy, for the balance change of 2 days, the process of updating the preset periodic balance table is as follows:
02/08/00, Uid ═ a, Stime ═ 2/00: 00:00, count 60;
10:00:00 on month 08, Uid ═ a, Stime ═ 2, day 00:00:00, count 80;
21:00:00 on month 08, Uid ═ a, Stime ═ 2, day 00:00:00, count 101;
i.e., time 00 on 2 days: 00: the updating process of the balance value count of 00 is 60, 80 and 101 in sequence.
Similarly, the balance on day 03 on month 08 was unchanged, Uid is a, time is 3 day 00:00:00, count 101;
08 month 04, 10:00:00, Uid ═ a, Stime ═ 4, 00:00:00, count 10.
The final preset periodic balance table at 04 days 08 month 10:00:00 is as follows:
Uid Stime Count
A 1 day 00:00 40
A 2 day 00:00 101
A 3 days 00:00 101
A 4 days 00:00 10
As can be seen from the above example, when the balance of the account a changes, that is, the balance count of the corresponding cycle start time Stime is updated, and when the balance of the account a is to be obtained on 2 days 00:00:00 in 8 months, since the balance count of 00:00:00 in 1 day 00 in 8 months is 40 of the last balance of the account a before 00:00:00 in 2 days 00:00 in 8 months in the preset cycle balance table, 40 of the balance count of 00:00:00 in 1 day 00 in 8 months in the preset cycle balance table is the real instantaneous balance of the account a on 2 days 00:00:00 in 8 months. Therefore, the periodic balance table is set and updated according to the balance change, when the balance of the account at the starting time of the appointed period is obtained, the balance value of the starting time of the period before the starting time of the designated period is used as the balance value of the account at the starting time of the designated period by searching the period balance table, the balance table does not need to be locked, other services related to the balance table are not influenced, and the balance value of the balance table of the period corresponding to the period starting time is changed after the balance of the account is monitored to be changed, the real instant balance value of the account at the appointed period starting time can be quickly obtained through the table look-up of the period balance table, all running water of the account is not required to be reserved to determine the balance value of the account through the running water backtracking, the time and space complexity of the table look-up operation of the periodic balance table is low, and the efficiency of obtaining the instantaneous balance is improved.
EXAMPLE III
Fig. 3 is a flowchart of steps of a data processing method according to a third embodiment of the present invention, where the first embodiment of the present invention is optimized, and specifically, as shown in fig. 3, the data processing method according to the third embodiment of the present invention may include the following steps:
s301, when the balance of the account is changed, obtaining the balance change time when the balance is changed and the balance value after the balance is changed.
In the practice of the present invention, S301 can refer to S101 in the first embodiment, or refer to S201-S202 in the second embodiment, and will not be described in detail herein to avoid repetition.
S302, determining the cycle starting time of the balance saving cycle to which the balance change time belongs.
And S303, updating the balance value of the account at the period starting time in a preset period balance table to the balance value, wherein in the preset period balance table, when the account and the period starting time are used for acquiring the balance of the account at the appointed period starting time, the balance value at the period starting time before the appointed period starting time is used as the balance value of the account at the appointed period starting time.
In the practice of the present invention, reference is made to S102-S103 in the first embodiment or S203-S206 in the second embodiment, and the detailed description thereof is omitted here for the sake of avoiding redundancy.
S304, if the current time is the cycle starting time of the current balance period, and when the balance of the account in the current balance period is not changed, taking the balance value of the cycle starting time of the last balance period as the balance value of the cycle starting time of the current balance period.
In an optional embodiment of the present invention, the current time is inserted into the period balance table as the period start time of the current balance period, and the balance value of the period start time of the previous balance period is used as the balance value of the period start time of the current balance period.
Specifically, the current time may refer to a current time of the system, and if the current time is a cycle start time of the current balance cycle, the current time may be inserted into the preset cycle balance table as the cycle start time of the current balance cycle, and if no change occurs in the balance of the account within the current balance cycle, the balance value of the previous balance cycle may be used as the balance value of the current balance cycle, for example, in the example provided in step S206 of embodiment two, when the current time is 08 month 03 day 00:00:00, the cycle start time Stime is inserted into the preset cycle balance table as 3 day 00:00:00, and if the balance of the account a is unchanged within 08 month 03 day, the period start time is 2 day 00:00: the sum of 00 is 101 as the balance value of 3 days 00:00:00, namely, the new added balance of the preset periodic balance table is 3 days 00:00:00, count 101, thereby avoiding account a being rated on a time of 1 on Stime 3 day 00:00:00 has no balance, account A can not be acquired in 3 days 00:00: 00.
When the current time is the cycle starting time of the current balance cycle and the balance of the account in the current balance cycle is not changed, the balance value of the cycle starting time of the last balance cycle is used as the balance value of the cycle starting time of the current balance cycle, so that the problem that the balance value of the account in the balance cycle cannot be acquired due to the fact that the account in a certain balance cycle has no balance change and cannot be acquired due to the fact that the account in the balance cycle is not changed can be solved, the account has the balance value at the cycle starting time of each balance cycle, and the balance value of the account in each cycle starting time can be acquired.
S305, counting the number of cycles contained in the preset cycle balance table.
In one example, the number of cycle start times of the account in the preset cycle balance table may be counted as the number of cycles.
And S306, clearing the balance.
In one example, the preset threshold may be 2, that is, the balance value of the last 2 balance cycles is retained in the preset cycle balance table, and the balance value of the first N balance cycles before the start time of the cycle is deleted, so that the balance value of the last 2 balance cycles is always retained in the preset cycle balance table. Assuming that the number of the accounts is n, storing data of the last two balance periods, the time complexity of table lookup is O (n × log (n)), the space complexity is O (2n), and compared with n users, the number of running water of each user is m, and the time of each running water is inconsistent, so that the time and space complexity of acquiring the balance value is further reduced, the balance of the account at the starting time of the designated period can be quickly acquired by inquiring a preset period balance table, and the efficiency of acquiring the balance of the account is improved.
It should be noted that steps S304-S306 may be optional execution steps after S206 in the second embodiment, and of course, steps S304-S306 may also be executed before or simultaneously with any one of the steps in the first embodiment, the second embodiment, or the third embodiment, and the implementation of the present invention does not limit when steps S304-S306 are executed.
When the balance of the account is changed, the balance change time when the balance is changed and the balance value after the balance is changed are obtained, and after the cycle start time of the balance cycle to which the balance change time belongs is determined, the balance value of the account at the cycle start time in the preset cycle balance table is updated to the balance value. Therefore, when the balance of the account at the appointed period starting time is obtained, the balance value at the previous period starting time of the appointed period starting time is used as the balance value of the account at the appointed period starting time through the search period balance table, the table locking of the balance table is not needed, other services related to the balance table are not affected, the balance value of the balance table at the corresponding period starting time is changed after the balance of the account is monitored, the real instant balance value of the account at the appointed period starting time can be quickly obtained through the period balance table look-up, all running water of the account is not needed to be reserved to determine the balance value of the account through the running water backtracking, the time and space complexity of the table look-up operation of the period balance table are low, and the efficiency of obtaining the instant balance is improved.
Further, when the current time is the cycle start time of the current balance cycle and the balance of the account in the current balance cycle is not changed, the balance value at the cycle start time of the last balance cycle is used as the balance value at the cycle start time of the current balance cycle, so that the problem that the balance value of the account in the balance cycle cannot be acquired due to the fact that the account in a certain balance cycle has no balance change can be avoided, and the account has the balance value at the cycle start time of each balance cycle.
Furthermore, the number of cycles contained in the preset cycle balance table is counted, and when the number of cycles is greater than the preset threshold, balance values of the first N balance cycles before the cycle starting time are cleared, so that the time and space complexity of table lookup is further reduced, the balance of the account at the starting time of the specified cycle can be quickly obtained by inquiring the cycle balance table, and the efficiency of obtaining the account balance is improved.
Example four
Fig. 4 is a flowchart of steps of a balance obtaining method according to a fourth embodiment of the present invention, where the method according to the fourth embodiment of the present invention is applicable to a situation where a balance of a user at a specified time point is obtained, and the method may be executed by a balance obtaining apparatus according to the fourth embodiment of the present invention, where the balance obtaining apparatus may be implemented by hardware or software and is integrated in an electronic device according to the fourth embodiment of the present invention, and specifically, as shown in fig. 4, the balance obtaining method according to the fourth embodiment of the present invention may include the following steps:
s401, a balance obtaining request sent by a client is received, wherein the balance obtaining request is used for obtaining the balance of an account at the starting time of a specified period.
In an application scenario of the present invention, the client may receive a request for generating a balance inquiry by a user operation, for example, if the user inquires the balance of the account a in 8 months and 3 days, 00:00:00 in 8 months and 3 days may be used as a specified period start time, so as to generate a balance acquisition request including the account a and the specified period start time, so as to request the server to return the balance of the account a in 8 months and 3 days, 00:00: 00.
In another application scenario, a marketer or a manager needs to obtain the balances of all accounts at the beginning time of a specified period, for example, if a financial staff operates a financial system to perform daily clearing and saving operations on the balances of all accounts, a balance obtaining request can be generated by the financial system, a server is requested to obtain the balance values of all accounts at 00:00:00 per day through the balance obtaining request, and the sum obtained by accumulating the balance values of all accounts at 00:00:00 per day is used as a daily clearing and saving result.
S402, determining the starting time of the previous period of the starting time of the appointed period.
In an alternative embodiment, the difference between the cycle start time of the designated balance cycle and the cycle duration of the balance cycle may be calculated as the previous cycle start time. Specifically, the cycle duration of each balance cycle is T, and for a specified cycle start time, the previous cycle start time is a difference between the specified cycle start time and the cycle duration T, in one example, the specified cycle start time is 8 months and 2 days 00:00:00, and the cycle duration T is 1 day or 24 hours, then the previous cycle start time is 8 months and 1 day 00:00: 00.
S403, searching the balance value of the account at the starting time of the previous period in a preset period balance table.
Specifically, the preset period balance table of the embodiment of the present invention is obtained by processing the balance data of the account by the data processing method provided in the first embodiment, the second embodiment, or the third embodiment, in the preset period balance table, the period start time of each balance saving period is a specified deadline for a user to obtain the balance of the account, where the balance saving period may be a period for performing balance saving operation on the balance of the account, the balance saving period may be in units of month, day, and hour, for example, the balance saving period may be 1 month, may also be 1 day, and may also be 1 hour, and in one example, the balance saving period is 1 month, when the balance of the account needs to be obtained in 1 day 00:00:00 of each month, the period start time is 00:00: 00:00 of each day of each month, and similarly, the balance saving period is 1 day, the period start time is 00:00:00 of each day, the hold period is 1 hour, and the period start time is 0 minutes and 0 seconds per hour.
In the preset period balance table, when the account and the period start time are used to obtain the balance of the account at the designated period start time, the balance value at the period start time before the designated period start time is used as the balance value of the account at the designated period start time, wherein the generation of the preset period balance table may refer to embodiment one, embodiment two or embodiment three, and details are not described here.
S404, the balance value is used as a balance acquisition result to be returned to the client.
Specifically, the balance value of the previous period starting time of the specified period starting time is used as the balance value of the account at the specified period starting time to return to the client, so that balance of all accounts is carried out at the client.
In order to make the balance acquisition method more clearly understood by those skilled in the art, the balance acquisition method is described below by way of example:
assume that the periodic balance table for account A is as follows:
Uid Stime Count
A 1 day 00:00 40
A 2 day 00:00 101
A 3 days 00:00 101
A 4 days 00:00 10
When the balance value of the account A at 2 days 00:00:00 is acquired, since the last balance value of the account A at 2 days 00:00:00 before the account A at 2 days 00:00:00 is recorded at 1 day 00:00, the balance value 40 of the account A at 1 day 00:00:00 can be used as the balance value of the account A at 2 days 00:00: 00.
After a balance acquisition request sent by a client is received, the previous period starting time of the appointed period starting time in the balance acquisition request is determined, the balance value of the account at the previous period starting time is searched in the period balance table and returned to the client as a balance acquisition result, the balance table is not required to be locked, other services related to the balance table are not influenced, the real instant balance value of the account at the appointed period starting time can be quickly obtained through the table lookup of the period balance table, all running water of the account is not required to be reserved to determine the balance value of the account through the running water backtracking, the time and space complexity of the table lookup operation of the period balance table is low, and the efficiency of acquiring the instant balance is improved.
EXAMPLE five
Fig. 5 is a block diagram of a data processing apparatus according to a fifth embodiment of the present invention, and as shown in fig. 5, the data processing apparatus according to the fifth embodiment of the present invention may specifically include the following modules:
a balance change time and balance value obtaining module 501, configured to obtain, when a balance of an account changes, a balance change time when the balance changes and a balance value after the balance changes;
a period start time determining module 502, configured to determine a period start time of an inventory period to which the balance change time belongs;
a balance value updating module 503, configured to update the balance value of the account at the cycle start time in a preset cycle balance table to the balance value, where in the preset cycle balance table, when the account and the cycle start time are used to obtain the balance of the account at a specified cycle start time, the balance value at a cycle start time before the specified cycle start time is used as the balance value of the account at the specified cycle start time.
The data processing device provided by the embodiment of the invention can execute the data processing method provided by any one of the first embodiment to the third embodiment of the invention, and has corresponding functional modules and beneficial effects of the execution method.
EXAMPLE six
Fig. 6 is a block diagram of a structure of a balance obtaining apparatus according to a sixth embodiment of the present invention, and as shown in fig. 6, the balance obtaining apparatus according to the sixth embodiment of the present invention may specifically include the following modules:
a balance acquisition request receiving module 601, configured to receive a balance acquisition request sent by a client, where the balance acquisition request is used to acquire a balance of an account at a start time of a specified period;
a previous period start time determining module 602, configured to determine a previous period start time of the specified period start time;
a balance value searching module 603, configured to search, in a preset period balance table, a balance value of the account at the start time of the previous period;
a balance acquisition result sending module 604, configured to return the balance value to the client as a balance acquisition result;
the preset period balance table is obtained by processing data through the data processing method provided by the first embodiment, the second embodiment or the third embodiment.
The balance acquisition device provided by the embodiment of the invention can execute the balance acquisition method provided by the fourth embodiment of the invention, and has corresponding functional modules and beneficial effects of the execution method.
EXAMPLE seven
Referring to fig. 7, a schematic diagram of the structure of an apparatus in one example of the invention is shown. As shown in fig. 7, the apparatus may specifically include: a processor 701, a storage device 702, a display screen 703 with touch functionality, an input device 704, an output device 705, and a communication device 706. The number of the processors 701 in the device may be one or more, and one processor 701 is taken as an example in fig. 7. The processor 701, the storage means 702, the display 703, the input means 704, the output means 705 and the communication means 706 of the apparatus may be connected by a bus or other means, as exemplified by the bus connection in fig. 7. The device is used for executing the data processing method and/or the balance acquisition method provided by any embodiment of the invention.
Embodiments of the present invention further provide a computer-readable storage medium, where instructions in the storage medium, when executed by a processor of a device, enable the device to perform the data processing method and/or the balance obtaining method according to the foregoing method embodiments.
It should be noted that, as for the embodiments of the apparatus, the device, and the storage medium, since they are basically similar to the embodiments of the method, the description is relatively simple, and in relevant places, reference may be made to the partial description of the embodiments of the method.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
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 described herein, but is capable of various obvious modifications, 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 (15)

1. A data processing method, comprising:
when the balance of an account is changed, acquiring the balance change time when the balance is changed and the balance value after the balance is changed;
determining the cycle starting time of the balance saving cycle to which the balance change time belongs;
and updating the balance value of the account at the period starting time in a preset period balance table to be the balance value, wherein in the preset period balance table, when the account and the period starting time are used for acquiring the balance of the account at the appointed period starting time, the balance value at the starting time of the period before the appointed period starting time is used as the balance value of the account at the appointed period starting time.
2. The data processing method according to claim 1, wherein when the balance of the account changes, before obtaining the time when the balance changes and the balance value after the balance changes, the method further comprises:
monitoring the balance of an account to determine if the balance of the account has changed;
if yes, the step of obtaining the balance change time when the balance is changed and the balance value after the balance is changed is executed.
3. The data processing method according to claim 1, wherein when the balance of the account changes, acquiring a balance change time when the balance changes and a balance value after the balance changes, includes:
when the balance of the account is changed, the balance value after the balance is changed and a balance change timestamp generated when the balance is changed are obtained.
4. The data processing method according to any one of claims 1 to 3, wherein the balance change time is a balance change timestamp generated when the balance is changed, and the determining a cycle start time of an inventory cycle to which the balance change time belongs includes:
and calculating the cycle starting time of the balance saving cycle to which the balance change timestamp belongs by adopting the cycle starting timestamp of the first balance saving cycle, the balance change timestamp and the preset cycle duration.
5. The data processing method according to claim 4, wherein the calculating the cycle start time of the balance saving cycle to which the balance change timestamp belongs by using the cycle start timestamp of the first balance saving cycle, the balance change timestamp and a preset cycle duration includes:
calculating the time difference from the cycle start timestamp of the first balance period to the balance change timestamp;
calculating the ratio of the time difference to the preset period duration and rounding down to obtain the period number;
calculating the product of the number of cycles and the cycle duration;
and summing the product and the starting timestamp of the first balance period to obtain the period starting time of the balance period to which the balance change timestamp belongs.
6. The data processing method according to any one of claims 1 to 3, further comprising, before updating the balance value of the account at the cycle start time in a preset cycle balance table to the balance value:
judging whether a balance value of the account at the period starting time exists in the preset period balance table or not;
if yes, updating the balance value of the account at the period starting time in the preset period balance table to the balance value;
and if not, inserting the balance value into the preset period balance table as a balance value of the account at the period starting time.
7. The data processing method according to any one of claims 2 to 3, further comprising, after updating the balance of the account at the cycle start time in a preset cycle balance table to the balance value:
and if the current time is the cycle starting time of the current balance period, and when the balance of the account is not changed in the current balance period, taking the balance value of the cycle starting time of the last balance period as the balance value of the cycle starting time of the current balance period.
8. The data processing method of claim 7, wherein if the current time is the cycle start time of the current balance cycle and the balance of the account is not changed in the current balance cycle, taking the balance value of the cycle start time of the previous balance cycle as the balance value of the cycle start time of the current balance cycle, comprises:
inserting the current time into the preset period balance table as the period starting time of the current balance period;
and taking the balance value of the cycle starting time of the last balance saving cycle as the balance value of the cycle starting time of the current balance saving cycle.
9. The data processing method according to any one of claims 1 to 3, further comprising, after updating the balance value of the account at the cycle start time in a preset cycle balance table to the balance value:
counting the number of cycles contained in the preset cycle balance table;
and when the period number is larger than a preset threshold value, clearing the balance value of the first N balance periods before the beginning time of the period.
10. A balance acquisition method, comprising:
receiving a balance acquisition request sent by a client, wherein the balance acquisition request is used for acquiring the balance of an account at the starting time of a specified period;
determining a previous cycle start time to the specified cycle start time;
searching a balance value of the account at the starting time of the previous period in a preset period balance table;
returning the balance value as a balance acquisition result to the client;
wherein, the preset period balance table is obtained after data is processed by the data processing method of any one of claims 1 to 9.
11. The balance acquisition method according to claim 10, wherein said determining a previous cycle start time of said specified cycle start time comprises:
and calculating the difference value of the starting time of the appointed period and the preset period duration as the starting time of the previous period.
12. A data processing apparatus, comprising:
the balance change time and balance value acquisition module is used for acquiring the balance change time when the balance of the account is changed and the balance value after the balance is changed;
the period starting time determining module is used for determining the period starting time of the balance saving period to which the balance change time belongs;
and the balance value updating module is used for updating the balance value of the account at the period starting time in a preset period balance table to the balance value, and in the preset period balance table, when the account and the period starting time are used for acquiring the balance of the account at the appointed period starting time, the balance value at the period starting time before the appointed period starting time is used as the balance value of the account at the appointed period starting time.
13. A balance acquisition apparatus, comprising:
the balance acquisition request receiving module is used for receiving a balance acquisition request sent by a client, wherein the balance acquisition request is used for acquiring the balance of an account at the starting time of a specified period;
a previous cycle start time determination module for determining a previous cycle start time of the specified cycle start time;
the balance value searching module is used for searching the balance value of the account at the starting time of the previous period in a preset period balance table;
a balance acquisition result sending module, configured to return the balance value to the client as a balance acquisition result;
wherein, the preset period balance table is obtained after data is processed by the data processing method of any one of claims 1 to 9.
14. An electronic device, characterized in that the electronic device comprises:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement a data processing method as claimed in any one of claims 1 to 9, and/or a balance acquisition method as claimed in any one of claims 10 to 11.
15. A computer-readable storage medium, on which a computer program is stored, which program, when being executed by a processor, carries out the data processing method of any one of claims 1 to 9 and/or the balance acquisition method of any one of claims 10 to 11.
CN202010900389.0A 2020-08-31 Data processing method, balance acquisition device, equipment and storage medium Active CN112016009B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010900389.0A CN112016009B (en) 2020-08-31 Data processing method, balance acquisition device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010900389.0A CN112016009B (en) 2020-08-31 Data processing method, balance acquisition device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112016009A true CN112016009A (en) 2020-12-01
CN112016009B CN112016009B (en) 2024-05-31

Family

ID=

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113409147A (en) * 2021-07-20 2021-09-17 百果园技术(新加坡)有限公司 Account data processing method and device, electronic equipment and storage medium
CN113807939A (en) * 2021-10-21 2021-12-17 吉林亿联银行股份有限公司 Account processing method and device

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008040932A (en) * 2006-08-09 2008-02-21 Hitachi Kokusai Electric Inc Profit and loss calculation system
CN103955854A (en) * 2014-04-28 2014-07-30 华为技术有限公司 Account management device and method
CN104778576A (en) * 2015-03-13 2015-07-15 上海灵兮信息科技有限公司 Method for automatically initializing accounting data set by using account balance report
CN106952158A (en) * 2017-03-17 2017-07-14 证通股份有限公司 Solve the problems, such as the bookkeeping methods and equipment of focus account
CN107016604A (en) * 2017-02-22 2017-08-04 阿里巴巴集团控股有限公司 Buffer method, device and the equipment of book keeping operation
CN109034493A (en) * 2018-08-22 2018-12-18 阿里巴巴集团控股有限公司 A kind of account balance prediction technique and device
CN110070350A (en) * 2019-03-25 2019-07-30 中金支付有限公司 A kind of payment transaction settlement processing method and system

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008040932A (en) * 2006-08-09 2008-02-21 Hitachi Kokusai Electric Inc Profit and loss calculation system
CN103955854A (en) * 2014-04-28 2014-07-30 华为技术有限公司 Account management device and method
CN104778576A (en) * 2015-03-13 2015-07-15 上海灵兮信息科技有限公司 Method for automatically initializing accounting data set by using account balance report
CN107016604A (en) * 2017-02-22 2017-08-04 阿里巴巴集团控股有限公司 Buffer method, device and the equipment of book keeping operation
CN106952158A (en) * 2017-03-17 2017-07-14 证通股份有限公司 Solve the problems, such as the bookkeeping methods and equipment of focus account
CN109034493A (en) * 2018-08-22 2018-12-18 阿里巴巴集团控股有限公司 A kind of account balance prediction technique and device
CN110070350A (en) * 2019-03-25 2019-07-30 中金支付有限公司 A kind of payment transaction settlement processing method and system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113409147A (en) * 2021-07-20 2021-09-17 百果园技术(新加坡)有限公司 Account data processing method and device, electronic equipment and storage medium
CN113807939A (en) * 2021-10-21 2021-12-17 吉林亿联银行股份有限公司 Account processing method and device

Similar Documents

Publication Publication Date Title
CN104520815B (en) A kind of method and device of task schedule
CN105447724B (en) Content item recommendation method and device
CN108494703A (en) A kind of access frequency control method, device and storage medium
CN107395697A (en) Push Channel Selection, information push method, device and equipment, computer-readable recording medium
CN103714133A (en) Data operation and maintenance management method and device
CN111400482B (en) Method and device for establishing question-answer pairs
CN107038620A (en) Based on user call a taxi preference information push and device
CN110334059A (en) Method and apparatus for handling file
CN111582955A (en) Promotion information display method and device, electronic equipment and storage medium
CN107040576A (en) Information-pushing method and device, communication system
CN111400356A (en) Data query method, device and equipment
CN114356692A (en) Visual processing method and device for application monitoring link and storage medium
CN110852559A (en) Resource allocation method and device, storage medium and electronic device
CN111768174A (en) Activity management method, apparatus, device and medium
CN111901405B (en) Multi-node monitoring method and device, electronic equipment and storage medium
CN109241450A (en) The recommended method and device of screen locking content
CN110019131A (en) A kind of method and apparatus of discs business
CN108710687A (en) A kind of acquisition methods and device of service identification sequence
CN112016009B (en) Data processing method, balance acquisition device, equipment and storage medium
CN112016009A (en) Data processing method, balance obtaining method, device, equipment and storage medium
CN116028696A (en) Resource information acquisition method and device, electronic equipment and storage medium
CN115829579A (en) Resource data processing method, device, server and storage medium
CN113377604B (en) Data processing method, device, equipment and storage medium
CN113409147A (en) Account data processing method and device, electronic equipment and storage medium
CN113722141A (en) Method and device for determining delay reason of data task, electronic equipment and medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant