CN113377643A - SDK monitoring and tracking method and device and readable storage medium - Google Patents

SDK monitoring and tracking method and device and readable storage medium Download PDF

Info

Publication number
CN113377643A
CN113377643A CN202110753021.0A CN202110753021A CN113377643A CN 113377643 A CN113377643 A CN 113377643A CN 202110753021 A CN202110753021 A CN 202110753021A CN 113377643 A CN113377643 A CN 113377643A
Authority
CN
China
Prior art keywords
sdk
monitoring
general
service system
sdks
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
CN202110753021.0A
Other languages
Chinese (zh)
Other versions
CN113377643B (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.)
Sichuan XW Bank Co Ltd
Original Assignee
Sichuan XW Bank 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 Sichuan XW Bank Co Ltd filed Critical Sichuan XW Bank Co Ltd
Priority to CN202110753021.0A priority Critical patent/CN113377643B/en
Publication of CN113377643A publication Critical patent/CN113377643A/en
Application granted granted Critical
Publication of CN113377643B publication Critical patent/CN113377643B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3466Performance evaluation by tracing or monitoring
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3051Monitoring arrangements for monitoring the configuration of the computing system or of the computing system component, e.g. monitoring the presence of processing resources, peripherals, I/O links, software programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Computing Systems (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • Mathematical Physics (AREA)
  • Computer Security & Cryptography (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a monitoring and tracking method and a monitoring and tracking device for an SDK (software development kit) and a readable storage medium. The SDK monitoring and tracking method comprises the following steps: t1: defining a monitoring SDK; t2: defining one or more generic SDKs; each general SDK introduces a monitoring SDK during definition; t3: introducing a monitoring SDK and introducing one or more general SDKs in a development stage of a service system; the service system acquires key information of all general SDKs in the system by monitoring the SDKs and tracking the SDKs at regular time; t4: and the service system reports all the key information of the general SDK to the server. The SDK is monitored, so that the version change condition of the SDK is tracked and counted, the distribution condition of the general SDK of the high-risk version in a service system can be timely and accurately found, the general SDK is timely repaired before a bug is triggered, production accidents are avoided, and losses of enterprises and clients are avoided.

Description

SDK monitoring and tracking method and device and readable storage medium
Technical Field
The invention relates to an information system technology in the field of computers, in particular to a monitoring and tracking method and a monitoring and tracking device for an SDK (software development kit) and a readable storage medium.
Background
When a service system is developed, engineering codes usually need to introduce some general SDKs, such as an object storage SDK, a cache SDK, an audio/video SDK, and the like. After the service systems are online, when a major defect causing a production accident is found in an SDK of a certain version, the influence range of the SDK of the version cannot be rapidly and accurately mastered (it cannot be known which service systems use the versions with the major defect), and the defect cannot be rapidly repaired, so that the production accident is finally caused, and a loss is caused to enterprises and clients.
Disclosure of Invention
In order to timely and accurately master the service condition of the SDK and master the distribution condition of the SDK of the defect version in real time, the scheme provides a technical means for regularly collecting the version, name and other information of the general SDK used in the service system and reporting the information to the monitoring server.
In one aspect, the present application provides a monitoring and tracking method for an SDK, including the following steps:
t1: developer A defines a monitoring SDK;
t2: developer B defines one or more generic SDKs; each general SDK introduces a monitoring SDK during definition;
t3: the developer C introduces one or more general SDKs in the development phase of the business system; the service system acquires key information of all general SDKs in the system by monitoring the SDKs and tracking the SDKs at regular time;
t4: and the monitoring SDK reports the key information of all the general SDKs to the server.
On the basis of the scheme, the method further comprises the following steps:
in the step T1, defining a monitoring SDK specifically includes: an abstract interface is defined in the monitoring SDK, and an abstract method which comprises the steps of obtaining the name of the current general SDK and defining the version number of the general SDK is defined in the abstract interface.
On the basis of the scheme, the method further comprises the following steps:
in the step T1, the introducing of the monitoring SDK by the general SDK during the definition specifically includes: and realizing an abstract interface in the general SDK, and acquiring the name of the current general SDK and defining the version number of the current general SDK.
On the basis of the scheme, the method further comprises the following steps:
in the step T1, defining a monitoring SDK specifically includes: defining a timing task in the monitoring SDK, and searching the timing task at regular time to realize a general SDK of an abstract interface;
on the basis of the scheme, the method further comprises the following steps:
in step T3, the service system tracks and obtains the names and version numbers of all generic SDKs in the service system through the indirectly introduced monitoring SDK.
On the basis of the scheme, the method further comprises the following steps:
in step T4, the service system reports the service system ID and the name and version number of the general SDK to the server.
On the basis of the scheme, the method further comprises the following steps:
the server side receives the reported information from a plurality of service systems simultaneously, and the method also comprises the following steps:
t5: the server receives the monitoring data reported by the monitoring SDK of each service system and stores the monitoring data in a database; and (4) inquiring the name and the version number of the target general SDK at the server side to obtain the corresponding service system ID.
On the basis of the scheme, the method further comprises the following steps:
the server side receives reported information from a plurality of service systems in different terminals at the same time;
each service system reports the name and the version number of the current terminal IP, the service system ID and the general SDK to a service end;
in step T5, the service end queries the name and version number of the target generic SDK, and obtains the corresponding service system ID and terminal IP.
In a second aspect, the present application provides a monitoring and tracking device for an SDK, comprising a memory and a processor;
the memory for storing a computer program;
the processor is configured to execute the program to implement the steps of the monitoring and tracking method for the SDK.
In a third aspect, the present application provides a computer-readable storage medium storing a computer program, which when executed by a processor, implements the steps of the above-mentioned monitoring and tracking method for an SDK.
Compared with the prior art, the invention has the following advantages and beneficial effects:
the method realizes the tracking statistics of the version use condition of the SDK by monitoring the introduction of the SDK, can timely and accurately find the distribution condition of the general SDK of the high-risk version in a service system, and timely repairs the general SDK before triggering a bug, thereby avoiding production accidents and avoiding the loss of enterprises and clients.
Drawings
In order to more clearly illustrate the technical solutions of the exemplary embodiments of the present invention, the drawings that are required to be used in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present invention and therefore should not be considered as limiting the scope, and for those skilled in the art, other related drawings may be obtained based on these drawings without inventive effort. In the drawings:
FIG. 1 is a functional schematic of a monitoring SDK;
FIG. 2 is a schematic diagram of an SDK within the business SYSTEM BIZ-SYSTEM-A;
FIG. 3 is a diagram of an SDK within the business SYSTEM BIZ-SYSTEM-B;
fig. 4 is a schematic diagram of the relationship between a terminal, a service system, and a server.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail below with reference to examples and accompanying drawings, and the exemplary embodiments and descriptions thereof are only used for explaining the present invention and are not used as limitations of the present invention.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It will be understood by those skilled in the art that all or part of the steps of the above-described facts and methods can be implemented by hardware related to instructions of a program, and the related program or the program can be stored in a computer readable storage medium, and when executed, the program includes the following steps: corresponding method steps are introduced here, and the storage medium may be a ROM/RAM, a magnetic disk, an optical disk, etc.
Example (b):
as shown in fig. 1, in the present embodiment, two general SDKs are provided inside the enterprise, the first is an object storage SDK, name: "oss-sdk", current version number: 0.1; second is audio processing SDK, name: "voice-sdk", has two versions: 1.1 and 1.2.
The Role of Role1 design and develop the function of monitoring SDK, as shown in fig. 1, mainly includes: the method comprises the steps of obtaining an abstract interface of key information of the general SDK, and performing timing search and reporting functions, wherein the interface comprises an abstract method: and acquiring the name and the version number of the general SDK.
The development Role2 introduces the monitoring SDK in the development phase of the 0.1 version of the object storage SDK, and realizes two abstract methods in the monitoring SDK: name of the object store SDK: "oss-sdk" and get object store sdk version number: 0.1;
the development Role2 introduces the monitoring SDK at the development stage of the 1.1 version of the audio processing SDK, and realizes two abstract methods in the monitoring SDK: obtain the name of the audio processing SDK: voice-SDK and get audio processing SDK version number: "1.1";
in the development stage of the 1.2 version of the audio processing SDK, the monitoring SDK is introduced, and two methods in the monitoring SDK are realized: obtain the name of the audio processing SDK: voice-SDK and get audio processing SDK version number: 1.2;
as shown in fig. 2, the development Role3 introduces the first audio processing SDK version 1.1 and the first object storage SDK version 0.1 in the BIZ-SYSTEM-a development phase of the service SYSTEM, and the monitoring SDK is also indirectly introduced to start the service SYSTEM on the first terminal 192.168.0.1. When the monitoring SDK executes the searching task at regular time, scanning the general SDK used by the current service system: the first object stores the SDK and the first audio processing SDK, and respectively calls two abstract methods which are respectively realized: the first object stores the method that the SDK obtains the SDK name and returns the os-SDK version number, and the method that the SDK obtains the version number returns 0.1; the method for acquiring the SDK name and the method for acquiring the version number return to 'voice-SDK', the method for acquiring the version number returns to '1.1' to monitor the SDK, and the results (BIZ-SYSTEM-A, terminal IP: 192.168.0.1, voice-SDK,1.1) and (BIZ-SYSTEM-A, 192.168.0.1, oss-SDK,0.1) are reported to the monitoring server.
As shown in fig. 3, the development Role3 introduces the 1.2 version of the second audio processing SDK and the 0.1 version of the second object storage SDK at the BIZ-SYSTEM-B development stage of the service SYSTEM, and at this time, the monitoring SDK is also introduced, as shown in fig. 4, to start the service SYSTEM on the second terminal 192.168.0.2 and the first terminal 192.168.0.1, respectively. When monitoring SDKs on two terminals to execute searching tasks in fixed time, scanning general SDKs used by the current service system: the second object storage SDK and the second audio processing SDK respectively call two abstract methods which are respectively realized: the second object stores the SDK and calls the method for obtaining the SDK name to return to 'oss-SDK', calls the method for obtaining the version number to return to '0.1'; the second audio processing SDK calls the get SDK name method to return "voice-SDK", and calls the get version number method to return "1.2". The monitoring SDK at 192.168.0.2 will result (BIZ-SYSTEM-B, terminal IP: 192.168.0.2, oss-SDK, 0.1). The monitoring SDK of 192.168.0.1 reports the result (BIZ-SYSTEM-B, 192.168.0.1, oss-SDK,0.1) and (BIZ-SYSTEM-B, 192.168.0.1, voice-SDK,1.2) to the monitoring server.
The monitoring server receives the data reported by the monitoring SDK, and persists the data to a database, and records the following:
Figure BDA0003145778970000041
Figure BDA0003145778970000051
when the 0.1 version of oss-sdk was found to be defective, the server UI page is conditioned on "oss-sdk" and "0.1" to search for which business systems used 0.1 of oss-sdk.
BIZ-SYSTEM-A 192.168.0.1 oss-sdk 0.1
BIZ-SYSTEM-B 192.168.0.2 oss-sdk 0.1
BIZ-SYSTEM-B 192.168.0.1 oss-sdk 0.1
When the 1.2 version of voice-sdk is found to be defective, the service UI page is searched for which business systems use 1.2 voice-sdk on the condition of "voice-sdk" and "1.2".
BIZ-SYSTEM-B 192.168.0.2 voice-sdk 1.2
BIZ-SYSTEM-B 192.168.0.1 voice-sdk 1.2
And informing a responsible person of the system to correct and modify in time. The above-mentioned embodiments, objects, technical solutions and advantages of the present invention are further described in detail, it should be understood that the above-mentioned embodiments are only examples of the present invention, and are not intended to limit the scope of the present invention, and all equivalent structures or equivalent processes performed by the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (9)

1. A monitoring and tracking method for an SDK is characterized by comprising the following steps:
t1: defining a monitoring SDK;
t2: defining one or more generic SDKs; each general SDK introduces a monitoring SDK during definition;
t3: introducing one or more general SDKs into a service system in a development stage; the service system acquires key information of all general SDKs in the system by monitoring the SDKs and tracking the SDKs at regular time;
t4: and the monitoring SDK reports the key information of all the general SDKs to the server.
2. The method for monitoring and tracking an SDK according to claim 1, wherein in the step T1, defining a monitoring SDK specifically includes: and defining an abstract interface in the monitoring SDK, and defining an abstract method comprising the name of the current general SDK and the version number of the general SDK in the abstract interface.
3. The method for monitoring and tracking an SDK according to claim 2, wherein in step T1, the step of introducing a monitoring SDK into the SDK during definition includes: and realizing an abstract interface in the general SDK, and acquiring the name of the current general SDK and defining the version number of the current general SDK.
4. The SDK monitoring and tracking method of claim 2,
in the step T1, defining a monitoring SDK specifically includes: defining a timing task in the monitoring SDK, and searching the timing task at regular time to realize a general SDK of an abstract interface;
in step T3, the service system tracks and obtains the names and version numbers of all generic SDKs in the service system through the indirectly introduced monitoring SDK.
5. The method as claimed in claim 4, wherein in step T4, the service system reports the service system ID and the name and version number of the generic SDK to the server.
6. The SDK monitoring and tracking method of claim 5, wherein the server receives the reported information from a plurality of service systems simultaneously, further comprising the steps of:
t5: the server receives the monitoring data reported by the monitoring SDK of each service system and stores the monitoring data in a database; and inquiring the name and the version number of the target general SDK at the server side to obtain the corresponding service system ID.
7. The SDK monitoring and tracking method of claim 6, wherein the server receives the reported information from multiple service systems in different terminals at the same time;
each service system reports the current terminal IP, the service system ID and the name and the version number of the general SDK to the server;
in step T5, the service end queries the name and version number of the target generic SDK, and obtains the corresponding service system ID and terminal IP.
8. A monitoring and tracking device for an SDK, comprising a memory and a processor;
the memory for storing a computer program;
the processor, configured to execute the program, implements the steps of a monitoring and tracking method for an SDK according to any one of claims 1-7.
9. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of a method for supervised tracking of SDKs as claimed in any one of claims 1 to 7.
CN202110753021.0A 2021-07-02 2021-07-02 SDK monitoring and tracking method and device and readable storage medium Active CN113377643B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110753021.0A CN113377643B (en) 2021-07-02 2021-07-02 SDK monitoring and tracking method and device and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110753021.0A CN113377643B (en) 2021-07-02 2021-07-02 SDK monitoring and tracking method and device and readable storage medium

Publications (2)

Publication Number Publication Date
CN113377643A true CN113377643A (en) 2021-09-10
CN113377643B CN113377643B (en) 2023-08-25

Family

ID=77580891

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110753021.0A Active CN113377643B (en) 2021-07-02 2021-07-02 SDK monitoring and tracking method and device and readable storage medium

Country Status (1)

Country Link
CN (1) CN113377643B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017005037A1 (en) * 2015-07-03 2017-01-12 中兴通讯股份有限公司 Data usage control and control processing method, device and terminal
CN106557691A (en) * 2016-10-12 2017-04-05 北京奇虎科技有限公司 The device of third party's SDK methods, device and reinforcing installation kit in monitoring application
US20180181482A1 (en) * 2016-12-22 2018-06-28 SafeDK Mobile Ltd. Monitoring Activity of Software Development Kits Using Stack Trace Analysis
CN108235308A (en) * 2017-12-27 2018-06-29 广东欧珀移动通信有限公司 data reporting method, device, mobile terminal and computer-readable medium
CN108289118A (en) * 2017-12-12 2018-07-17 北京奇艺世纪科技有限公司 A kind of management method and device of distributed message stream
WO2018153207A1 (en) * 2017-02-23 2018-08-30 腾讯科技(深圳)有限公司 Data processing method, server, terminal, and system
CN110022307A (en) * 2019-03-08 2019-07-16 视联动力信息技术股份有限公司 A kind of control method of monitoring device and monitoring access server
CN111124891A (en) * 2019-12-02 2020-05-08 腾讯科技(深圳)有限公司 Access state detection method and device, storage medium and electronic device
CN112799925A (en) * 2021-01-25 2021-05-14 北京嘀嘀无限科技发展有限公司 Data acquisition method and device, electronic equipment and readable storage medium

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017005037A1 (en) * 2015-07-03 2017-01-12 中兴通讯股份有限公司 Data usage control and control processing method, device and terminal
CN106557691A (en) * 2016-10-12 2017-04-05 北京奇虎科技有限公司 The device of third party's SDK methods, device and reinforcing installation kit in monitoring application
US20180181482A1 (en) * 2016-12-22 2018-06-28 SafeDK Mobile Ltd. Monitoring Activity of Software Development Kits Using Stack Trace Analysis
WO2018153207A1 (en) * 2017-02-23 2018-08-30 腾讯科技(深圳)有限公司 Data processing method, server, terminal, and system
CN108289118A (en) * 2017-12-12 2018-07-17 北京奇艺世纪科技有限公司 A kind of management method and device of distributed message stream
CN108235308A (en) * 2017-12-27 2018-06-29 广东欧珀移动通信有限公司 data reporting method, device, mobile terminal and computer-readable medium
CN110022307A (en) * 2019-03-08 2019-07-16 视联动力信息技术股份有限公司 A kind of control method of monitoring device and monitoring access server
CN111124891A (en) * 2019-12-02 2020-05-08 腾讯科技(深圳)有限公司 Access state detection method and device, storage medium and electronic device
CN112799925A (en) * 2021-01-25 2021-05-14 北京嘀嘀无限科技发展有限公司 Data acquisition method and device, electronic equipment and readable storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
袁博;梁怡林;: "STM32主控的GPS/GPRS移动终端定位跟踪系统", 南阳理工学院学报, no. 02, pages 1 - 3 *

Also Published As

Publication number Publication date
CN113377643B (en) 2023-08-25

Similar Documents

Publication Publication Date Title
CN110413634B (en) Data query method, system, device and computer readable storage medium
CN108255620B (en) Service logic processing method, device, service server and system
CN109617745B (en) Alarm prediction method, device, system and storage medium
CN107016019B (en) Database index creation method and device
CN107016018B (en) Database index creation method and device
CN112486640B (en) Service processing method, device, electronic equipment and computer readable storage medium
CN110347888B (en) Order data processing method and device and storage medium
CN106878038B (en) Fault positioning method and device in communication network
US20150169669A1 (en) Method and a Consistency Checker for Finding Data Inconsistencies in a Data Repository
CN110647562A (en) Data query method and device, electronic equipment and storage medium
CN110795471B (en) Data matching method and device, computer readable storage medium and electronic equipment
CN113377643A (en) SDK monitoring and tracking method and device and readable storage medium
CN106980617B (en) Method and system for operating database based on JSON statement
CN104599092A (en) Order business monitoring method and equipment
CN111597355A (en) Information processing method and device
CN111427736A (en) Log monitoring method, device, equipment and computer readable storage medium
CN112783980B (en) Data synchronous processing method, device, electronic equipment and computer readable medium
CN106022909B (en) Account information maintenance method and device
US11157367B1 (en) Promotional logic during database differential backup
CN105718550B (en) Media information publishing method and system
CN111782641B (en) Data error repairing method and system
CN106095875B (en) Method and device for improving ID of live broadcast terminal
CN113656210A (en) Processing method and device for error reporting information, server and readable storage medium
US20060253426A1 (en) Identifying duplicate entries in a historical database
CN111881082A (en) Snapshot generation 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
GR01 Patent grant
GR01 Patent grant