CN106776803A - The update method and device of a kind of log recording - Google Patents

The update method and device of a kind of log recording Download PDF

Info

Publication number
CN106776803A
CN106776803A CN201611050298.2A CN201611050298A CN106776803A CN 106776803 A CN106776803 A CN 106776803A CN 201611050298 A CN201611050298 A CN 201611050298A CN 106776803 A CN106776803 A CN 106776803A
Authority
CN
China
Prior art keywords
daily record
log
content
database
log content
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201611050298.2A
Other languages
Chinese (zh)
Inventor
张涛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Ruian Technology Co Ltd
Original Assignee
Beijing Ruian 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 Beijing Ruian Technology Co Ltd filed Critical Beijing Ruian Technology Co Ltd
Priority to CN201611050298.2A priority Critical patent/CN106776803A/en
Publication of CN106776803A publication Critical patent/CN106776803A/en
Pending legal-status Critical Current

Links

Classifications

    • 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/23Updating

Landscapes

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

Abstract

The embodiment of the invention discloses the update method and device of a kind of log recording, methods described includes:When target program runs to daily record to be marked, log content is obtained according to the corresponding default journal format of daily record mark;The log content is added in renewal list, performance objective program is returned;Log content in the renewal list is updated to log database.By technical scheme, can realize simplifying exploitation operation so that do not interfere with the execution of program regular traffic logic when log recording makes a mistake.

Description

The update method and device of a kind of log recording
Technical field
The present embodiments relate to computer technology, more particularly to a kind of log recording update method and device.
Background technology
With developing rapidly for various intelligent terminals, various application software also emerge in an endless stream.Almost all of application software In be required for recording the operation behavior of user, it is therefore an objective to as the foundation for operating audit in the future or from user operation records The operating habit and operating feature of middle digging user.Therefore, the method for how simplifying exploitation log recording function in application software As an important topic.
The update method of traditional logs record is usually in the code for wanting log, to be added by way of logic coding Enter to need the code of log.Disadvantage of this is that log recording code is scattered in whole software, if will be to daily record The logic of record has modification, it is necessary to the related code of daily record is searched in whole codes and is modified one by one, complex operation.Again Person, journalizing typically can all be related to the storage of daily record, and usual daily record data storage is in database, and the generation of journalizing Code is serial relation with service logic, and log recording is carried out after usually finishing main logic, once the logic of log recording goes out During existing mistake (for example:Log database connects exception error) can then cause the main logic cannot normally to perform.
The content of the invention
The embodiment of the present invention provides the update method and device of a kind of log recording, to realize simplifying exploitation operation so that The execution of program regular traffic logic is not interfered with when log recording makes a mistake.
In a first aspect, a kind of update method of log recording is the embodiment of the invention provides, including:
When target program runs to daily record to be marked, daily record is obtained according to the corresponding default journal format of daily record mark Content;
The log content is added in renewal list, performance objective program is returned;
Log content in the renewal list is updated to log database.
Second aspect, the embodiment of the present invention additionally provides a kind of updating device of log recording, and the device includes:
Log content acquisition module, for when target program runs to daily record and marks, correspondence being marked according to the daily record Default journal format obtain log content;
Log content add module, for the log content to be added in renewal list, returns to performance objective program;
Database update module, for the log content in the renewal list to be updated to log database.
The log content that the embodiment of the present invention will be obtained returns to performance objective program added to rear in renewal list, in addition The log content that will can be updated in list while performance objective program is returned is updated in log database, and then is solved existing Have in technology because record logic code is placed directly in target program, caused by change record logic code operation complicated and go out The problem of the execution of regular traffic logic can be influenceed after mistake, simplified daily record exploitation operation is reached, and when log recording occurs mistake Mistake and do not interfere with the effect of target program service logic execution, improve the stability that target program is performed.
Brief description of the drawings
Fig. 1 is a kind of schematic flow sheet of the update method of log recording that the embodiment of the present invention one is provided;
Fig. 2 is a kind of schematic flow sheet of the update method of log recording that the embodiment of the present invention two is provided;
Fig. 3 is a kind of schematic flow sheet of the update method of log recording that the embodiment of the present invention three is provided;
Fig. 4 is a kind of schematic flow sheet of the update method of log recording that the embodiment of the present invention four is provided;
Fig. 5 is the internal structure schematic diagram in the preferred diary record system that the embodiment of the present invention four is provided;
Fig. 6 is a kind of structural representation of the updating device of log recording that the embodiment of the present invention five is provided.
Specific embodiment
The present invention is described in further detail with reference to the accompanying drawings and examples.It is understood that this place is retouched The specific embodiment stated is used only for explaining the present invention, rather than limitation of the invention.It also should be noted that, in order to just Part rather than entire infrastructure related to the present invention is illustrate only in description, accompanying drawing.
Embodiment one
Fig. 1 is a kind of schematic flow sheet of the update method of log recording that the embodiment of the present invention one is provided.The method can Situation suitable for developing log recording function, the method can perform by the updating device of log recording, and the device can be by Hardware and/or software are constituted, and can be typically integrated in computer and all intelligent terminals comprising software-development function.Specifically Including as follows:
S110, when target program runs to daily record and marks, day is obtained according to the corresponding default journal format of daily record mark Will content.
Wherein, daily record mark can use AOP (Aspect Oriented Programming, towards tangent plane programming) skill Art.Specifically, daily record mark can be AOP explaining, AOP is explained and is referred to that using one kind of AOP technologies procedure identification can be allowed Identifier out, for example, character string " AOP " can be explained as a kind of AOP, further, daily record mark includes at least one Type AOP explain, annotation type according to needed for daily record recording parameters it is different and different.Different types of daily record mark correspondence In different default journal formats, default journal format can be the content in the journal format configuration file for pre-setting, and use To define the content of log recording.For example, default journal format can be defined as " user name ", " time " and " operation content " Combination, specifically default journal format can be " operation that ' user name ' has carried out ' operation content ' in ' time ' ", wherein " user Name ", " time ", " operation content " are variable element.
S120, by log content be added to renewal list in, return performance objective program.
Specifically, it can be chained list, or array to update list, as the storage organization of log content.It is multiple The log content that program is produced can update list to cache by one, and to save internal memory, and all log contents can be according to elder generation Enter to the principle caching for first entering and update list.It is that can carry out day by the purpose that log content is added to renewal list Will returns to performance objective program before being stored in database, even if daily record makes a mistake when being stored in database, does not also interfere with program The execution of regular traffic logic.
S130, the log content that will be updated in list are updated to log database.
Specifically, be buffered in the log content updated in list can be updated to daily record number by default daily record saving interface At least one action type in including addition, rewrite according to the type in storehouse, updating operation.For example, in working as log database not There is correlation log content, then by log content added to the relevant position in log database;When having been deposited in log database In correlation log content, then log content is rewritten to the relevant position in log database.
Wherein, log database could be arranged to the database of acquiescence, it is also possible to be set to customized database.Daily record Saving interface can be a data storage function, and the function includes the relevant information of database, for example, daily record saving interface It is the data storage function of the user name comprising database, password and associated storage logical code.
The log content that the embodiment of the present invention will be obtained returns to performance objective program added to rear in renewal list, in addition The log content that will can be updated in list while performance objective program is returned is updated in log database, and then is solved existing Have in technology because record logic code is placed directly in target program, caused by change record logic code operation complicated and go out The problem of the execution of regular traffic logic can be influenceed after mistake, simplified daily record exploitation operation is reached, and when log recording occurs mistake Mistake and do not interfere with the effect of target program service logic execution, improve the stability that target program is performed.
Embodiment two
Fig. 2 is a kind of schematic flow sheet of the update method of log recording that the embodiment of the present invention two is provided.The present embodiment Optimized based on above-described embodiment, there is provided the update method of preferred log recording, specifically, will be according to daily record mark Corresponding default journal format acquisition log content is noted further to be optimized for, including:Obtain corresponding with the type that daily record is marked Daily record data;According to the corresponding default journal format generation log content of daily record data and daily record mark.
S210, when target program runs to daily record and marks, obtain the corresponding daily record data of type with daily record mark.
Specifically, when target program run to daily record mark it is local when, acquisition pre-set with daily record mark The corresponding daily record data of type, wherein, daily record data can be including the relevant parameter needed for log.Preferably, pass through The corresponding relation between daily record marking types and daily record data is pre-set to realize class to determine corresponding relation between the two.Example Such as, AOP1 corresponds to daily record data A, and the parameter that daily record data A is included is " user name ", " time " and " browsing content ";AOP2 Corresponding to daily record data A, the parameter that daily record data A is included is " user name ", " time " and " current network parameter ".Obtain daily record The purpose of data is for the follow-up log content generated according to default journal format provides corresponding relevant parameter, for example, " to use Family ", " time ", " event ".
S220, according to daily record data and the corresponding default journal format generation log content of daily record mark.
Specifically, mark corresponding default journal format according to daily record data and daily record being combined into corresponding daily record Hold.For example:" user name " has browsed " browsing content " in " time ", wherein, " user name ", " time ", " browsing content " they are day Three parameters included in will data, it is different according to the place that daily record is marked, it may occur however that change;And default journal format is then It is that these three parameters in daily record data have been combined according to the mode of " ' user name ' has been browsed ' browsing content ' in ' time ' " Come, generate log content.Preferably, different daily record datas can correspond to different default journal formats, i.e., according to daily record number The type of daily record mark is determined according to the inner parameter species for including, so that it is determined that the corresponding default daily record of each daily record marking types Form.
S230, by log content be added to renewal list in, return performance objective program.
S240, the log content that will be updated in list are updated to log database.
The technical scheme of the present embodiment, by obtaining daily record data corresponding with the type of daily record mark, and according to daily record Data and the corresponding default journal format generation log content of daily record mark, so that without the weight in log recording logical code Log content is write again, has reached simplified daily record exploitation operation, and it is normal that program is not interfered with when log recording makes a mistake The effect of the execution of service logic, improves the stability that target program is performed.
Embodiment three
Fig. 3 is a kind of schematic flow sheet of the update method of log recording that the embodiment of the present invention three is provided.The present embodiment Optimized based on the various embodiments described above, there is provided the update method of preferred log recording, specifically, list will be updated In log content update further be optimized for log database, including:Obtain and update target journaling content correspondence in list Target journaling database;By target journaling content update to target journaling database.
S310, when target program runs to daily record and marks, day is obtained according to the corresponding default journal format of daily record mark Will content.
S320, by log content be added to renewal list in, return performance objective program.
S330, acquisition update the corresponding target journaling database of target journaling content in list.
Specifically, according to the length or type of log content, different log contents may need storage in different days In will database, so that the information of the corresponding log database of different daily record saving interfaces is obtained, so that depositing for daily record Storage provides diversified database selection.For example, A log databases are corresponding to A daily record saving interfaces, and A daily record saving interfaces It is the data storage function of the user name comprising A databases, the password of A databases and associated storage logical code.
S340, by target journaling content update to target journaling database.
Specifically, log content different in can updating list, by different daily record saving interfaces, updates to difference Log database in, wherein, update operation type include addition, rewrite at least one action type.For example, working as mesh Do not exist correlation log content in mark log database, then by target journaling content added to corresponding in target journaling database Position;When existing correlation log content in target journaling database, then target journaling content is rewritten to target journaling data Relevant position in storehouse.
The technical scheme of the present embodiment, by the corresponding target journaling data of target journaling content in acquisition renewal list Storehouse, by target journaling content update to target journaling database, operates so as to be developed in simplified daily record, and log recording mistake The execution of program regular traffic logic is not influenceed, while improving the stability that target program is performed, for the storage of daily record is provided Diversified database selection, improves Consumer's Experience.
Example IV
Fig. 4 is a kind of schematic flow sheet of the update method of log recording that the embodiment of the present invention four is provided.The present embodiment Optimized based on the various embodiments described above, there is provided the update method of preferred log recording, specifically, in by daily record Before appearance is added in renewal list, further it is optimized for including:Daily record monitoring thread is created, daily record monitoring thread is used to monitor Whether there is log content in renewal list;Accordingly, the log content in list will be updated and is updated and enter one to log database Step is optimized for including:When daily record monitoring thread is listened to there is log content in renewal list, the daily record in list will be updated Content update is to log database.
S410, when target program runs to daily record and marks, day is obtained according to the corresponding default journal format of daily record mark Will content.
S420, establishment daily record monitoring thread, daily record monitoring thread are used to whether there is log content during monitoring updates list.
Wherein, daily record monitoring thread can be created that when main program brings into operation, it is also possible to identify daily record in first time Created during mark.Daily record monitoring thread since create be constantly in listening state to all program end of runs, for monitoring Whether there is log content in renewal list.Set daily record monitoring thread to be advantageous in that, service logic journey can not influenceed While sequence, listen in time in renewal list with the presence or absence of log content, so as in time take out log content, prevent daily record Contents lost.
S430, by log content be added to renewal list in, return performance objective program.
S440, when daily record monitoring thread listen to renewal list in there is log content when, will update list in daily record Content update is to log database.
Specifically, daily record monitoring thread is listened in renewal list when there is log content, according to the principle of FIFO, Take out log content of the storage in list is updated in turn, and the log content that will be taken out is updated in log database.
Based on above-mentioned S430 and S440, there is provided a daily record storage implementation mode for preferred diary record system, As shown in figure 5, log content 510 is stored in chained list 530 by receiving the order of log interface 520, when daily record monitoring thread 540 is supervised Hear when there is log content 510 in chained list 530, log content 510 is taken out from chained list 530, and call daily record to preserve and connect Mouthfuls 550, last daily record saving interface 550 realizes class 560 by call daily record saving interface, and log content 510 is updated to In corresponding log database.
The technical scheme of the present embodiment, by creating daily record monitoring thread, monitoring whether there is in daily record in updating list Hold, once listen to update list in there is log content if log content taken out and update log database so that Operated daily record exploitation is simplified, and log recording mistake does not influence the execution of program regular traffic logic, improves target program and holds While capable stability, prevent log content from losing, improve the reliability of log recording.
On the basis of the various embodiments described above, before target program runs to daily record mark, more preferably also wrap Include:In the log recording point addition daily record mark of target program.
Wherein, the configuration curriculum offering of daily record mark is in log system, and log system is preferably with third party's class libraries Form it is integrated in a program, after the log recording point of target program can be arranged on before method is performed and/or method is performed and/ Or method needs the place of log when performing abnormal etc. in program.
Embodiment five
Fig. 6 is a kind of structural representation of the updating device of log recording that the embodiment of the present invention five is provided.The device can Situation suitable for developing log recording function, the device can be made up of hardware and/or software, and can typically be integrated in computer with And in all intelligent terminals comprising software-development function.With reference to Fig. 6, the updating device of log recording includes:Log content is obtained Modulus block 610, log content add module 620, database update module 630, are specifically described to each module below.
Log content acquisition module 610, for when target program runs to daily record and marks, it to be right to be marked according to the daily record The default journal format answered obtains log content;
Log content add module 620, for the log content to be added in renewal list, returns to performance objective journey Sequence;
Database update module 630, for the log content in the renewal list to be updated to log database.
Optionally, log content acquisition module 610 includes:
Daily record data acquiring unit 611, for obtaining daily record data corresponding with the type of daily record mark;
Log content generation unit 612, for marking corresponding default day according to the daily record data and the daily record Will form generates log content.
Optionally, database update module 630 includes:
Database acquiring unit 631, for obtain it is described renewal list in the corresponding target journaling number of target journaling content According to storehouse;
Database update unit 632, for by the target journaling content update to the target journaling database.
Optionally, also include:
Monitoring thread creation module 640, for before the log content is added in renewal list, creating daily record Monitoring thread, the daily record monitoring thread is used to monitoring in the renewal list with the presence or absence of log content;
Accordingly, database update module 630 specifically for:
When the daily record monitoring thread is listened to there is log content in the renewal list, by the renewal list The log content update to log database.
Optionally, also include:
Daily record marks add module 650, for before target program runs to daily record mark, in the daily record of target program Measuring point addition daily record mark.
The said goods can perform the method that any embodiment of the present invention is provided, and possess the corresponding functional module of execution method And beneficial effect.
Note, above are only presently preferred embodiments of the present invention and institute's application technology principle.It will be appreciated by those skilled in the art that The invention is not restricted to specific embodiment described here, can carry out for a person skilled in the art various obvious changes, Readjust and substitute without departing from protection scope of the present invention.Therefore, although the present invention is carried out by above example It is described in further detail, but the present invention is not limited only to above example, without departing from the inventive concept, also More other Equivalent embodiments can be included, and the scope of the present invention is determined by scope of the appended claims.

Claims (10)

1. a kind of update method of log recording, it is characterised in that including:
When target program runs to daily record to be marked, obtained in daily record according to the corresponding default journal format of daily record mark Hold;
The log content is added in renewal list, performance objective program is returned;
Log content in the renewal list is updated to log database.
2. method according to claim 1, it is characterised in that described that corresponding default daily record lattice are marked according to the daily record Formula obtains log content to be included:
Obtain daily record data corresponding with the type that the daily record is marked;
According to the corresponding default journal format generation log content of the daily record data and daily record mark.
3. method according to claim 1, it is characterised in that the log content by the renewal list updates and arrives Log database includes:
Obtain the corresponding target journaling database of target journaling content in the renewal list;
By the target journaling content update to the target journaling database.
4. method according to claim 1, it is characterised in that the log content is added to update list in it Before, also include:
Create daily record monitoring thread, the daily record monitoring thread is used to monitoring in the renewal list with the presence or absence of log content;
Accordingly, the log content by the renewal list updates includes to log database:
When the daily record monitoring thread is listened to there is log content in the renewal list, by the institute in the renewal list Log content is stated to update to log database.
5. the method according to any one of claim 1-4, it is characterised in that run to daily record in target program and mark it Before, also include:
In the log recording point addition daily record mark of target program.
6. a kind of updating device of log recording, it is characterised in that including:
Log content acquisition module, for when target program runs to daily record and marks, being marked according to the daily record corresponding pre- If journal format obtains log content;
Log content add module, for the log content to be added in renewal list, returns to performance objective program;
Database update module, for the log content in the renewal list to be updated to log database.
7. device according to claim 6, it is characterised in that the log content acquisition module includes:
Daily record data acquiring unit, for obtaining daily record data corresponding with the type of daily record mark;
Log content generation unit, for according to the corresponding default journal format life of the daily record data and daily record mark Into log content.
8. device according to claim 6, it is characterised in that the database update module includes:
Database acquiring unit, for obtain it is described renewal list in the corresponding target journaling database of target journaling content;
Database update unit, for by the target journaling content update to the target journaling database.
9. device according to claim 6, it is characterised in that also include:
Monitoring thread creation module, for before the log content is added in renewal list, creating daily record monitoring line Journey, the daily record monitoring thread is used to monitoring in the renewal list with the presence or absence of log content;
Accordingly, the database update module specifically for:
When the daily record monitoring thread is listened to there is log content in the renewal list, by the institute in the renewal list Log content is stated to update to log database.
10. the device according to any one of claim 6-9, it is characterised in that also include:
Daily record marks add module, for before target program runs to daily record mark, in the log recording point of target program Addition daily record mark.
CN201611050298.2A 2016-11-24 2016-11-24 The update method and device of a kind of log recording Pending CN106776803A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611050298.2A CN106776803A (en) 2016-11-24 2016-11-24 The update method and device of a kind of log recording

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611050298.2A CN106776803A (en) 2016-11-24 2016-11-24 The update method and device of a kind of log recording

Publications (1)

Publication Number Publication Date
CN106776803A true CN106776803A (en) 2017-05-31

Family

ID=58911312

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611050298.2A Pending CN106776803A (en) 2016-11-24 2016-11-24 The update method and device of a kind of log recording

Country Status (1)

Country Link
CN (1) CN106776803A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107844706A (en) * 2017-12-07 2018-03-27 郑州云海信息技术有限公司 Security baseline log processing method and state methods of exhibiting
CN110096419A (en) * 2019-04-22 2019-08-06 厦门网宿有限公司 Acquisition methods, interface log management server and the service server of interface log
CN113590166A (en) * 2021-08-02 2021-11-02 腾讯数码(深圳)有限公司 Application program updating method and device and computer readable storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102279857A (en) * 2010-06-11 2011-12-14 阿里巴巴集团控股有限公司 Method and system for realizing data reproduction
CN103873601A (en) * 2012-12-11 2014-06-18 百度在线网络技术(北京)有限公司 Addressing class query word mining method and system
CN104636246A (en) * 2015-03-18 2015-05-20 成都市卓睿科技有限公司 Recording method for software business system log
CN104657366A (en) * 2013-11-18 2015-05-27 深圳市腾讯计算机系统有限公司 Method and device for writing mass logs in database and log disaster-tolerant system
CN105912455A (en) * 2016-04-27 2016-08-31 努比亚技术有限公司 Business execution method and server

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102279857A (en) * 2010-06-11 2011-12-14 阿里巴巴集团控股有限公司 Method and system for realizing data reproduction
CN103873601A (en) * 2012-12-11 2014-06-18 百度在线网络技术(北京)有限公司 Addressing class query word mining method and system
CN104657366A (en) * 2013-11-18 2015-05-27 深圳市腾讯计算机系统有限公司 Method and device for writing mass logs in database and log disaster-tolerant system
CN104636246A (en) * 2015-03-18 2015-05-20 成都市卓睿科技有限公司 Recording method for software business system log
CN105912455A (en) * 2016-04-27 2016-08-31 努比亚技术有限公司 Business execution method and server

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
雷东升等: "基于EZproxy日志的电子资源异常访问行为研究", 《现代情报》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107844706A (en) * 2017-12-07 2018-03-27 郑州云海信息技术有限公司 Security baseline log processing method and state methods of exhibiting
CN110096419A (en) * 2019-04-22 2019-08-06 厦门网宿有限公司 Acquisition methods, interface log management server and the service server of interface log
CN113590166A (en) * 2021-08-02 2021-11-02 腾讯数码(深圳)有限公司 Application program updating method and device and computer readable storage medium
CN113590166B (en) * 2021-08-02 2024-03-26 腾讯数码(深圳)有限公司 Application program updating method and device and computer readable storage medium

Similar Documents

Publication Publication Date Title
CN105808284B (en) A kind of method for updating increment and the server using it
CN100478944C (en) Automatic task generator method and system
CN102810057B (en) A kind of method of log
US8335981B2 (en) Metadata creation
CN108509209A (en) A kind of generation method, device, computer equipment and the storage medium of resource packet
CN110515912A (en) Log processing method, device, computer installation and computer readable storage medium
CA2684225A1 (en) Selective delta validation of a shared artifact
US7499900B2 (en) Device, method and computer program product for situation monitoring
CN105512044B (en) Update method and system for the library of object of keyword driving test
CN103559231B (en) A kind of file system quota management method, apparatus and system
CN106104495A (en) Information processor and the method for supervision
JP5279979B2 (en) How to manage object properties
CN102067106A (en) Data quality tracking by determining metric values for child nodes and a parent node
JP2005056361A5 (en)
CN107800757B (en) User behavior recording method and device
CN110069264A (en) Construct method, apparatus, computer equipment and the storage medium of resource packet
CN106611345A (en) A method and apparatus for acquiring user behavior data
US20170139725A1 (en) Dynamic configuration system for distributed services
CN114791846B (en) Method for realizing observability aiming at cloud-originated chaos engineering experiment
CN106776803A (en) The update method and device of a kind of log recording
CN108681556A (en) The access method and its system of distributed instruction numeric field data
CN103946794A (en) Cross-reference and priority claim to related applications
CN103646049A (en) Method and system for automatically generating data report
CN107360265A (en) A kind of equipment exclusive identification code acquisition methods, device and mobile terminal
CN104461621B (en) A kind of method and device of Update attribute information

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20170531

RJ01 Rejection of invention patent application after publication