CN110717130B - Dotting method, dotting device, dotting terminal and storage medium - Google Patents

Dotting method, dotting device, dotting terminal and storage medium Download PDF

Info

Publication number
CN110717130B
CN110717130B CN201810678619.6A CN201810678619A CN110717130B CN 110717130 B CN110717130 B CN 110717130B CN 201810678619 A CN201810678619 A CN 201810678619A CN 110717130 B CN110717130 B CN 110717130B
Authority
CN
China
Prior art keywords
dotting
target event
key
record table
target
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810678619.6A
Other languages
Chinese (zh)
Other versions
CN110717130A (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.)
Wuhan Douyu Network Technology Co Ltd
Original Assignee
Wuhan Douyu Network 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 Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201810678619.6A priority Critical patent/CN110717130B/en
Publication of CN110717130A publication Critical patent/CN110717130A/en
Application granted granted Critical
Publication of CN110717130B publication Critical patent/CN110717130B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The embodiment of the invention discloses a dotting method, a dotting device, a dotting terminal and a storage medium, and relates to the technical field of computer application. The dotting method comprises the following steps: when a target event is detected, inquiring and acquiring a key corresponding to the target event in a locally stored dotting record table, and acquiring a value corresponding to the key, wherein the key comprises an attribute field corresponding to the target event; and calling a pre-constructed dotting function by taking the key and the value as parameters to report the dotting information corresponding to the target event to at least one target server. According to the technical scheme of the embodiment of the invention, complex code maintenance can be avoided, and convenient dotting is realized; and only need to check the record table and maintain when later maintenance, it is very simple and convenient, saved maintenance time, improved maintenance efficiency.

Description

Dotting method, dotting device, terminal and storage medium
Technical Field
The embodiment of the invention relates to the technical field of computer application, in particular to a dotting method, a dotting device, a dotting terminal and a storage medium.
Background
With the development of network technology and the need of service expansion, the collection and analysis of user behavior data are becoming more and more important. Dotting is one of the commonly used data statistics ways, and is an action of reporting data for counting the operation behavior of a user on an interested area to a server on a client. The server can carry out statistics according to the data reported by the client so as to carry out data mining according to the statistical data.
At present, a commonly used dotting scheme is to directly perform dotting in a service code of an application program, that is, a dotting code is nested in a descendant code of a target event, and when the target event is triggered, a packaged data packet is reported to a server through a dotting code packet corresponding to the target event, so as to complete dotting of the target event. Since each target event needs to set a dotting code, code data redundancy is easily caused. Moreover, once data points are added or deleted, buried points need to be correspondingly added or deleted, maintenance is quite troublesome, development and testing are troublesome, and errors are prone to happening.
Disclosure of Invention
The embodiment of the invention provides a dotting method device, a terminal and a storage medium, aiming at solving the technical problems of redundant dotting codes, inconvenience in maintenance, high possibility of errors and the like in the conventional dotting method, avoiding complex code maintenance and realizing convenient dotting.
In a first aspect, an embodiment of the present invention provides a dotting method, where the method includes:
when a target event is detected, inquiring and acquiring a key corresponding to the target event in a locally stored dotting record table, and acquiring a value corresponding to the key, wherein the key comprises an attribute field corresponding to the target event;
and calling a pre-constructed dotting function by taking the key and the value as parameters to report the dotting information corresponding to the target event to at least one target server.
Further, before querying and acquiring the key corresponding to the target event in the locally stored dotting record table, the method includes:
and pre-establishing a dotting record table according to a dotting configuration file issued by at least one server, and storing the dotting record table in the local.
Further, the method further comprises the following steps:
and acquiring the current dotting configuration file of the at least one server periodically or aperiodically, and updating the dotting record table according to the current dotting configuration file.
Further, the method also comprises the following steps:
and when prompt information that the report of the dotting information of the target event fails is received, modifying the entry corresponding to the target event in the dotting record table according to the prompt information, wherein the modification comprises addition, change or deletion.
Further, before reporting the dotting information corresponding to the target event to at least one target server, the method further includes:
and determining a target server corresponding to the target event according to the corresponding relation between each target event and each target server.
In a second aspect, an embodiment of the present invention provides a dotting apparatus, including:
the system comprises a detection module, a processing module and a processing module, wherein the detection module is used for inquiring and acquiring a key corresponding to a target event in a locally stored dotting record table and acquiring a value corresponding to the key when the target event is detected, and the key comprises an attribute field corresponding to the target event;
and the reporting module is used for calling a pre-constructed dotting function to report the dotting information corresponding to the target event to at least one target server by taking the key and the value as parameters.
Further, the device also comprises:
and the dotting record table establishing module is used for establishing a dotting record table in advance according to a dotting configuration file issued by at least one server before inquiring and acquiring the key corresponding to the target event in the locally stored dotting record table, and storing the dotting record table in the local.
Further, the device also comprises:
and the modification module is used for modifying the table entry corresponding to the target event in the dotting record table according to the prompt information when the prompt information that the reporting of the dotting information of the target event fails is received, wherein the modification comprises addition, change or deletion.
In a third aspect, an embodiment of the present invention further provides a terminal, where the terminal includes:
one or more processors;
a memory for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement a dotting method according to any embodiment of the present invention.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the dotting method according to any embodiment of the present invention.
According to the technical scheme of the embodiment of the invention, when a target event is detected, a key corresponding to the target event is inquired and obtained in a locally stored dotting record table, and a value corresponding to the key is obtained; the key and the value are used as parameters, a pre-constructed dotting function is called to report the dotting information corresponding to the target event to at least one target server, namely, the operation of setting a dotting code in each target event can be avoided directly by inquiring a dotting record table, the technical problems of redundant dotting codes, inconvenience in maintenance, high possibility of errors and the like in the conventional dotting method are solved, complex code maintenance is avoided, and convenient dotting is realized; and only need maintain the record table of dotting when later maintenance, very simple and convenient has saved maintenance time, has improved maintenance efficiency.
Drawings
In order to more clearly illustrate the technical solution of the exemplary embodiment of the present invention, a brief introduction will be made to the drawings required for describing the embodiment. It is clear that the described figures are only figures of a part of the embodiments of the invention to be described, not all figures, and that for a person skilled in the art, without inventive effort, other figures can also be derived from them.
FIG. 1 is a flowchart of a dotting method according to an embodiment of the present invention;
fig. 2 is a structural diagram of a dotting device provided in the third embodiment of the present invention;
fig. 3 is a schematic structural diagram of a terminal in a fourth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not to be construed as limiting the invention. It should be further noted that, for the convenience of description, only some structures related to the present invention are shown in the drawings, not all of them.
Example one
Fig. 1 is a flowchart of a dotting method according to an embodiment of the present invention, where this embodiment is applicable to not only a case of offline a single database instance but also a case of offline multiple database instances in batch, and the method may be executed by a dotting device, and the device may be implemented by hardware and/or software, and generally, the method of this embodiment may be implemented by a terminal and a server in cooperation.
Specifically, the method of the embodiment includes:
s110, when the target event is detected, inquiring and acquiring a key corresponding to the target event in a locally stored dotting record table, and acquiring a value corresponding to the key.
Illustratively, the target event may be a click event of the target area, and specifically may be a click event of a button or a link within the target area by a user. The target area may be an area required by big data statistics or an area in which a user is interested, and taking a web interface or an interface of an application program as an example, the target area may be an avatar area, a title area, different partitions in the interface, or the like. It should be noted that the specific manner of triggering the target event may be set according to actual requirements, such as hovering of a mouse, and is not limited herein.
Wherein the key includes an attribute field corresponding to the target event. The attribute field is used to characterize what the target event is, and may be a preset specified field. To meet personalized statistical requirements, the keys may also include dotting-related parameters, such as position, ID, and/or user name, user _ name, etc. And the dotting record table is used for storing keys corresponding to the target events.
Taking the key and value in the map set as an example, the method for obtaining the value corresponding to the key may be to directly find the value according to the key, or to find the key and value according to the key-value object. Specifically, finding the key and value according to the key-value pair object may be to create a set object, then create an element and add to the set, and obtain a set of all key-value pair objects; traversing the set of key-value pair objects to obtain each key-value pair object; a key and a value are obtained from the key-value pair object.
And S120, calling a pre-constructed dotting function by taking the key and the value as parameters, and reporting the dotting information corresponding to the target event to at least one target server.
Optionally, a dotting function is constructed in advance, and the dotting function is packaged and then stored in a packaging tool library. And then, taking the key and the value corresponding to the target event as parameters, calling the dotting function from the packaging tool library through a dotting interface, and reporting the dotting information corresponding to the target event. It is understood that the dotting function can be personalized by the user according to actual needs.
Considering that one, two or more servers may need to count the same dotting information, that is, the dotting information required by each server and corresponding to the target event is sent to the server for storage. Therefore, when reporting, the target server corresponding to the target event can be determined according to the corresponding relation between each target event and each target server. It is understood that the number of target servers may be one, two or more.
In addition, considering that the data formats corresponding to the servers may be different, before reporting the dotting information to the target server, the method may further include: and converting the data format of the dotting information into a data format corresponding to the target server. It can be understood that, when the same dotting information needs to be reported to two or more target servers, the data formats of the target servers need to be determined respectively to perform data format conversion. Therefore, there may be a case that the same dotting information needs to be encapsulated into multiple data formats and reported to different servers respectively.
According to the technical scheme of the embodiment of the invention, when a target event is detected, a key corresponding to the target event is inquired and obtained in a locally stored dotting record table, and a value corresponding to the key is obtained; the key and the value are used as parameters, a pre-constructed dotting function is called to report the dotting information corresponding to the target event to at least one target server, namely, the operation of setting a dotting code in each target event can be avoided directly by inquiring a dotting record table, the technical problems of redundant dotting codes, inconvenience in maintenance, high possibility of errors and the like in the conventional dotting method are solved, complex code maintenance is avoided, and convenient dotting is realized; and only need maintain the record table of dotting when later maintenance, very simple and convenient has saved maintenance time, has improved maintenance efficiency.
It can be understood that, before looking up and retrieving the key corresponding to the target event in the locally stored dotting record table, the method further includes: and establishing a dotting record table, and storing the dotting record table in the local. In order to better match the dotting record table with the data to be counted by the server, optionally, the dotting record table is pre-established according to a dotting configuration file issued by at least one server, and is stored in the local. The setting can also realize the automatic updating of the dotting recording table. Of course, the dotting record table can be manually established according to actual requirements.
On the basis, in order to ensure the real-time performance of the dotting record table, the current dotting configuration file of the at least one server can be acquired regularly or irregularly, and the dotting record table is updated according to the current dotting configuration file. Or, the dotting information processing method may also be implemented by cooperation of a terminal and a server, for example, when the server detects a change request of the dotting information, a change configuration file is generated according to the change request, the change configuration file is issued to the terminal, and when the terminal receives the change configuration file, the dotting record table is updated according to the change configuration file.
When the server needs to count the data or the reported parameter changes, the technical solution of the embodiment of the present invention may further include: and when prompt information that the report of the dotting information of the target event fails is received, modifying the entry corresponding to the target event in the dotting record table according to the prompt information, wherein the modification comprises addition, change or deletion. The method has the advantages that once the report fails, the list item can be timely and automatically modified for normal use, so that the maintenance of the dotting recording list is more intelligent.
On the basis of the above technical solution, the modification of the entry corresponding to the target event in the dotting record table according to the prompt message may specifically be that an error code of the prompt message is received and identified to determine a misalignment type and key content information, and then the entry corresponding to the target event in the dotting record table is modified according to the misalignment type and the key content information; or, obtaining a current configuration table from a server, and updating the dotting record table according to the current configuration table. By adopting the technical scheme, the dotting recording list can be conveniently and quickly modified, so that the dotting function can be quickly recovered and used.
Example two
Fig. 2 is a schematic structural diagram of a dotting device according to a second embodiment of the present invention, where the dotting device may be implemented in a hardware and/or software manner, and the method of this embodiment may be generally implemented by a terminal and a server in cooperation. As shown in fig. 2, the dotting device of the present embodiment includes a detecting module 210 and a reporting module 220.
The detection module 210 is configured to, when a target event is detected, query and acquire a key corresponding to the target event in a locally stored dotting record table, and acquire a value corresponding to the key, where the key includes an attribute field corresponding to the target event; a reporting module 220, configured to call a pre-constructed dotting function to report the dotting information corresponding to the target event to at least one target server by using the key and the value as parameters.
According to the technical scheme of the embodiment of the invention, when a target event is detected, a key corresponding to the target event is inquired and obtained in a locally stored dotting record table, and a value corresponding to the key is obtained; the key and the value are used as parameters, a pre-constructed dotting function is called to report the dotting information corresponding to the target event to at least one target server, namely, the operation of setting a dotting code in each target event can be avoided directly by inquiring a dotting record table, the technical problems of redundant dotting codes, inconvenience in maintenance, high possibility of errors and the like in the conventional dotting method are solved, complex code maintenance is avoided, and convenient dotting is realized; and only need maintain the record table of dotting when later maintenance, very simple and convenient has saved maintenance time, has improved maintenance efficiency. On the basis of the above technical solution, the dotting device may further include:
and the dotting record table establishing module is used for establishing a dotting record table in advance according to a dotting configuration file issued by at least one server before inquiring and acquiring the key corresponding to the target event in the locally stored dotting record table, and storing the dotting record table in the local.
On the basis of the above technical solution, the dotting device may further include:
and acquiring the current dotting configuration file of the at least one server periodically or aperiodically, and updating the dotting record table according to the current dotting configuration file.
On the basis of the above technical solutions, the dotting device may further include:
and the modification module is used for modifying the table entry corresponding to the target event in the dotting record table according to the prompt information when the prompt information that the reporting of the dotting information of the target event fails is received, wherein the modification comprises addition, change or deletion.
On the basis of the above technical solutions, the dotting device may further include:
and the target server determining module is used for determining the target server corresponding to the target event according to the corresponding relation between each target event and each target server before reporting the dotting information corresponding to the target event to at least one target server.
The dotting device can execute the dotting method provided by the embodiment of the invention, and has corresponding functional modules and beneficial effects for executing the method. For details of the technology that is not described in detail in this embodiment, reference may be made to the dotting method provided in the first embodiment of the present invention.
Example four
Fig. 3 is a schematic structural diagram of a terminal according to a fourth embodiment of the present invention. Fig. 3 illustrates a block diagram of an exemplary terminal 312 suitable for use in implementing embodiments of the present invention. The terminal 312 shown in fig. 3 is only an example, and should not bring any limitation to the functions and the scope of the application of the embodiments of the present invention.
As shown in fig. 3, the terminal 312 is in the form of a general purpose computing device. The components of the terminal 312 may include, but are not limited to: one or more processors or processors 316, a storage device 328, and a bus 318 connecting the various system components (including the storage device 328 and the processors 316) for storing one or more programs. When executed by the one or more processors 316, cause the one or more processors 316 to implement the dotting method according to any embodiment of the present invention.
Bus 318 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, industry Standard Architecture (ISA) bus, micro-channel architecture (MAC) bus, enhanced ISA bus, video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Terminal 312 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by terminal 312 and includes both volatile and nonvolatile media, removable and non-removable media.
Storage 328 may include computer system readable media in the form of volatile memory, such as Random Access Memory (RAM) 330 and/or cache memory 332. The terminal 312 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 334 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 3, and commonly referred to as a "hard drive"). Although not shown in FIG. 3, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical media) may be provided. In these cases, each drive may be connected to bus 318 by one or more data media interfaces. Memory 328 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
A program/utility 340 having a set (at least one) of program modules 342 may be stored, for example, in memory 328, such program modules 342 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each of which examples or some combination thereof may comprise an implementation of a network environment. Program modules 342 generally perform the functions and/or methodologies of the described embodiments of the invention.
The terminal 312 may also communicate with one or more external devices 314 (e.g., keyboard, pointing device, display 324, etc.), one or more devices that enable a user to interact with the terminal 312, and/or any devices (e.g., network card, modem, etc.) that enable the terminal 312 to communicate with one or more other computing devices. Such communication may occur via input/output (I/O) interfaces 322. Also, the terminal 312 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the internet) via the network adapter 320. As shown, the network adapter 320 communicates with the other modules of the terminal 312 via the bus 318. It should be appreciated that although not shown, other hardware and/or software modules may be used in conjunction with the terminal 312, including but not limited to: microcode, device drivers, redundant processors, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
Processor 316 executes programs stored in storage 328 to perform various functional applications and data processing, such as implementing dotting methods provided by embodiments of the present invention.
In addition, an embodiment of the present invention further provides a storage medium readable by a computer, and having a computer program stored thereon, where the computer program is used to execute a dotting method when executed by a processor, and the method includes:
when a target event is detected, inquiring and acquiring a key corresponding to the target event in a locally stored dotting record table, and acquiring a value corresponding to the key, wherein the key comprises an attribute field corresponding to the target event;
and calling a pre-constructed dotting function by taking the key and the value as parameters to report dotting information corresponding to the target event to at least one target server.
Optionally, the computer executable instruction, when executed by a computer processor, may also be used to implement the technical solution of the dotting method provided by any embodiment of the present invention.
The logic and/or steps represented in the flowcharts or otherwise described herein, such as an ordered listing of executable instructions that can be considered to implement logical functions, can be embodied in any computer-readable storage medium for use by or in connection with an instruction execution system, apparatus, or device, such as a computer-based system, processor-containing system, or other system that can fetch the instructions from the instruction execution system, apparatus, or device and execute the instructions. For the purposes of this description, a "computer-readable storage medium" can be any means that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection (electronic device) having one or more wires, a portable computer diskette (magnetic device), a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber device, and a portable compact disc read-only memory (CDROM). Further, the computer readable storage medium could even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via for instance optical scanning of the paper or other medium, then compiled, interpreted or otherwise processed in a suitable manner if necessary, and then stored in a computer memory.
It should be understood that portions of the present invention may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, various steps or methods may be implemented in software or firmware stored in a memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
In the description of the specification, reference to the description of "one embodiment," "some embodiments," "an example," "a specific example," or "some examples" or the like means 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 changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in some detail by the above embodiments, the invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the invention, and the scope of the invention is determined by the scope of the appended claims.

Claims (6)

1. A dotting method, comprising:
when a target event is detected, inquiring and acquiring a key corresponding to the target event in a locally stored dotting record table, and acquiring a value corresponding to the key, wherein the key comprises an attribute field corresponding to the target event;
taking the key and the value as parameters, calling a pre-constructed dotting function to report dotting information corresponding to the target event to at least one target server;
before querying and acquiring the key corresponding to the target event in the locally stored dotting record table, the method includes:
the method comprises the steps that a dotting record table is established in advance according to a dotting configuration file issued by at least one server, and the dotting record table is stored in the local;
the dotting method further comprises the following steps:
and when prompt information that the report of the dotting information of the target event fails is received, automatically modifying the entry corresponding to the target event in the dotting record table according to the prompt information, wherein the modification comprises addition, change or deletion.
2. The method of claim 1, further comprising:
and acquiring the current dotting configuration file of the at least one server periodically or aperiodically, and updating the dotting record table according to the current dotting configuration file.
3. The method of claim 1, wherein before reporting the dotting information corresponding to the target event to at least one target server, the method further comprises:
and determining a target server corresponding to the target event according to the corresponding relation between each target event and each target server.
4. A dotting device, comprising:
the detection module is used for inquiring and acquiring a key corresponding to a target event in a locally stored dotting record table when the target event is detected, and acquiring a value corresponding to the key, wherein the key comprises an attribute field corresponding to the target event;
a reporting module, configured to call a pre-constructed dotting function to report dotting information corresponding to the target event to at least one target server by using the key and the value as parameters;
a dotting record table establishing module, configured to pre-establish a dotting record table according to a dotting configuration file issued by at least one server before querying and acquiring a key corresponding to the target event in the locally stored dotting record table, and store the dotting record table in the local;
the dotting device further comprises: and the modification module is used for automatically modifying the items corresponding to the target event in the dotting record table according to the prompt information when the prompt information that the reporting of the dotting information of the target event fails is received, wherein the modification comprises addition, change or deletion.
5. A terminal, characterized in that the terminal comprises:
one or more processors;
a memory for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement the dotting method as recited in any of claims 1-3.
6. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the dotting method according to any one of claims 1-3.
CN201810678619.6A 2018-06-27 2018-06-27 Dotting method, dotting device, dotting terminal and storage medium Active CN110717130B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810678619.6A CN110717130B (en) 2018-06-27 2018-06-27 Dotting method, dotting device, dotting terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810678619.6A CN110717130B (en) 2018-06-27 2018-06-27 Dotting method, dotting device, dotting terminal and storage medium

Publications (2)

Publication Number Publication Date
CN110717130A CN110717130A (en) 2020-01-21
CN110717130B true CN110717130B (en) 2022-11-11

Family

ID=69208133

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810678619.6A Active CN110717130B (en) 2018-06-27 2018-06-27 Dotting method, dotting device, dotting terminal and storage medium

Country Status (1)

Country Link
CN (1) CN110717130B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112333233B (en) * 2020-09-23 2023-11-24 北京达佳互联信息技术有限公司 Event information reporting method and device, electronic equipment and storage medium
CN112214504A (en) * 2020-10-12 2021-01-12 上海酷量信息技术有限公司 Dotting event statistical method, device and storage medium
CN116708063A (en) * 2022-12-23 2023-09-05 荣耀终端有限公司 Log reporting method, electronic equipment, cloud server and storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104750693A (en) * 2013-12-26 2015-07-01 阿里巴巴集团控股有限公司 Method and device for realizing dotting
CN105306555A (en) * 2015-09-30 2016-02-03 北京奇虎科技有限公司 Convenient dotting method and device
CN106161519A (en) * 2015-04-01 2016-11-23 阿里巴巴集团控股有限公司 A kind of information getting method and device
CN106294101A (en) * 2015-05-19 2017-01-04 阿里巴巴集团控股有限公司 The page gets method of testing and device ready
CN106990955A (en) * 2017-03-09 2017-07-28 武汉斗鱼网络科技有限公司 A kind of method and system got ready application program
CN107341033A (en) * 2017-06-30 2017-11-10 百度在线网络技术(北京)有限公司 A kind of data statistical approach, device, electronic equipment and storage medium
CN108108286A (en) * 2018-01-03 2018-06-01 上海众人网络安全技术有限公司 Method of data capture and device, server, storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104750693A (en) * 2013-12-26 2015-07-01 阿里巴巴集团控股有限公司 Method and device for realizing dotting
CN106161519A (en) * 2015-04-01 2016-11-23 阿里巴巴集团控股有限公司 A kind of information getting method and device
CN106294101A (en) * 2015-05-19 2017-01-04 阿里巴巴集团控股有限公司 The page gets method of testing and device ready
CN105306555A (en) * 2015-09-30 2016-02-03 北京奇虎科技有限公司 Convenient dotting method and device
CN106990955A (en) * 2017-03-09 2017-07-28 武汉斗鱼网络科技有限公司 A kind of method and system got ready application program
CN107341033A (en) * 2017-06-30 2017-11-10 百度在线网络技术(北京)有限公司 A kind of data statistical approach, device, electronic equipment and storage medium
CN108108286A (en) * 2018-01-03 2018-06-01 上海众人网络安全技术有限公司 Method of data capture and device, server, storage medium

Also Published As

Publication number Publication date
CN110717130A (en) 2020-01-21

Similar Documents

Publication Publication Date Title
CN107506451B (en) Abnormal information monitoring method and device for data interaction
CN110309030A (en) Log analysis monitoring system and method based on ELK and Zabbix
CN110717130B (en) Dotting method, dotting device, dotting terminal and storage medium
JP6996812B2 (en) How to process data blocks in a distributed database, programs, and devices
US11221785B2 (en) Managing replication state for deleted objects
CN109885453B (en) Big data platform monitoring system based on stream data processing
CN110162512B (en) Log retrieval method, device and storage medium
WO2022252512A1 (en) Root cause analysis method and apparatus, electronic device, medium, and program
CN109710439B (en) Fault processing method and device
US11082494B2 (en) Cross storage protocol access response for object data stores
CN109165143A (en) Database detection method, system, server and storage medium
CN113505044B (en) Database warning method, device, equipment and storage medium
CN114154035A (en) Data processing system for dynamic loop monitoring
CN112306833A (en) Application program crash statistical method and device, computer equipment and storage medium
CN110018932B (en) Method and device for monitoring container magnetic disk
CN107656999B (en) Call history tracing method and device, electronic equipment and storage medium
CN112543127A (en) Monitoring method and device of micro-service architecture
CN111209138A (en) Operation and maintenance method and device of data storage system
CN115640310A (en) Method and device for business data aggregation, electronic equipment and storage medium
CN108459942A (en) A kind of data processing method, device and storage medium
CN1192308C (en) Method for quickly eliminating different information in database
CN113760856A (en) Database management method and device, computer readable storage medium and electronic device
CN117421337B (en) Data acquisition method, device, equipment and computer readable medium
CN114301893B (en) Log management method, system and readable storage medium
CN116149969B (en) Database model matching anomaly monitoring and processing method

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