CN105893016A - Log recording system and method based on MVC (Model View Controller) framework - Google Patents

Log recording system and method based on MVC (Model View Controller) framework Download PDF

Info

Publication number
CN105893016A
CN105893016A CN201510919783.8A CN201510919783A CN105893016A CN 105893016 A CN105893016 A CN 105893016A CN 201510919783 A CN201510919783 A CN 201510919783A CN 105893016 A CN105893016 A CN 105893016A
Authority
CN
China
Prior art keywords
note
course
key
field
service
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
CN201510919783.8A
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.)
LeTV Information Technology Beijing Co Ltd
Original Assignee
LeTV Information Technology Beijing 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 LeTV Information Technology Beijing Co Ltd filed Critical LeTV Information Technology Beijing Co Ltd
Priority to CN201510919783.8A priority Critical patent/CN105893016A/en
Publication of CN105893016A publication Critical patent/CN105893016A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/313Logic programming, e.g. PROLOG programming language
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Abstract

The invention discloses a log recording system and method based on a MVC (Model View Controller) framework, only needs to add certain notes to finish recording log information on the basis of keeping source program codes, wherein the recorded information is far richer than the recorded information of an AOP (Aspect Oriented Programming) way. The system comprises a control layer processing module and a service layer processing module, wherein the control layer processing module is used for calling the business logic of the note to extract user information when a program executes a method that the note is arranged before codes in the control layer in a process that the control layer processes a received user request; and the service layer processing module is used for calling the business logic of the note to record log parameters when the program executes the method that the note is arranged in front of codes in the service layer, and stores the log parameters and the user information in a log storage module.

Description

Diary record system based on MVC framework and method
Technical field
The present invention relates to areas of information technology, in particular it relates to one diary record system based on MVC (Model View Controller, model-view-controller) framework and method.
Background technology
In order to understand the running status of system, diary record system need to record the operation causing data variation, Key to History include who, when, where (such as, IP address), done what operation, call that method, cause which object, content there occurs what change etc..At present daily record is recorded and mainly use following two mode: hard coded and tangent plane.
For hard coded, need to be hard-coded in program code log recording program.But, log recording program belongs to auxiliary logic, not main logic, if be hard-coded in code, can cause program code logic maintenance chaotic, bad.During program code upgrading, need code is recompilated, pollute code.
For tangent plane, its purpose mainly realized is to extract for the tangent plane in business procession, it faced by be certain step in processing procedure or stage, to obtain in logical process the isolation effect of lower coupling between each several part.But, this tangent plane method is after switching to concrete method, it is possible to the information ratio of record is relatively limited.
Summary of the invention
It is an object of the invention to provide a kind of diary record system based on MVC framework and method, it can be on the basis of not changing source program code, it is only necessary to adds some liner resolutions, can complete the record of log information, and the information recorded is enriched more than tangent plane.
To achieve these goals, the present invention provides a kind of diary record system based on MVC framework, described MVC framework comprises key-course and service layer, described key-course receives user's request, and ask to perform the method in this key-course according to this user, the method of this key-course is performed by the method called in described service layer, it is provided with note before wherein needing the code corresponding to method intercepted in described key-course and service layer, described system comprises: key-course processing module, during received user's request being processed at described key-course, when being provided with the code corresponding to method of note in program goes to described key-course before it, call the service logic of this note, to extract user profile;And service layer's processing module, when being provided with the code corresponding to method of note in going to described service layer in program before it, call the service logic of this note, with log parameter, and by stored along in daily record memory module to this log parameters and described user profile.
Wherein, the service logic of set before the code corresponding to method in described key-course note may be used to indicate described user asks the field of interior storage user profile and stores the user profile in this field.
Wherein, the service logic of set before the code corresponding to method in described service layer note can be used for recording the Parameters variation that the execution of the method is caused.
Wherein, the service logic of set before the code corresponding to method in described service layer note can be used for recording the parameter operated by execution of the method.
Wherein, also can contain a note in the service logic of the note of the parameter operated by the described execution for recording described method, the service logic of this note may be used to indicate the relation between field and the described field of required record.
Wherein, which field is the relation between described field can comprise is for set membership between major key field and/or which field.
Correspondingly, the present invention also provides for a kind of log recording method based on MVC framework, described MVC framework comprises key-course and service layer, described key-course receives user's request, and ask to perform the method in this key-course according to this user, the method of this key-course is performed by the method called in described service layer, it is provided with note before wherein needing the code corresponding to method intercepted in described key-course and service layer, described method comprises: during received user's request is processed by described key-course, when being provided with the code corresponding to method of note in program goes to described key-course before it, call the service logic of this note, to extract user profile;And when being provided with the code corresponding to method of note in program goes to described service layer before it, call the service logic of this note, with log parameter, and by stored along in daily record memory module to this log parameters and described user profile.
Wherein, the service logic of set before the code corresponding to method in described key-course note may be used to indicate described user asks the field of interior storage user profile and stores the user profile in this field.
Wherein, the service logic of set before the code corresponding to method in described service layer note can be used for recording the Parameters variation that the execution of the method is caused.
Wherein, the service logic of set before the code corresponding to method in described service layer note can be used for recording the parameter operated by execution of the method.
Wherein, also can contain a note in the service logic of the note of the parameter operated by the described execution for recording described method, the service logic of this note may be used to indicate the relation between field and the described field of required record.
Wherein, which field is the relation between described field can comprise is for set membership between major key field and/or which field.
The present invention by explain mark in related program code (i.e., before needing the method intercepted in key-course and service layer), intercepted by tangent plane and explain, and the log parameters that should be recorded recorded by the service logic calling this note, and by stored along in daily record memory module to this log parameters and user profile, the record (who do what in which time at where) of Operation Log information can be completed.The present invention is not on the basis of changing source program code, it is only necessary to adds some and explains, and can complete the record of log information, and the information recorded is enriched more than tangent plane.Additionally, the data structure of the different systems needing log can be different, and pass through the present invention, have only to the service logic to explaining correspondingly adjust, just native system can be made to be adapted to the different systems needing log, so drastically increase the extensibility of the present invention, be adaptable to the various different system needing log.
Other features and advantages of the present invention will be described in detail in detailed description of the invention part subsequently.
Accompanying drawing explanation
Accompanying drawing is used to provide a further understanding of the present invention, and constitutes the part of specification, is used for explaining the present invention, but is not intended that limitation of the present invention together with detailed description below.In the accompanying drawings:
The structural representation of the diary record system based on MVC framework that Fig. 1 provides for the present invention;
The flow chart of the log recording method based on MVC framework that Fig. 2 provides for the present invention.
Description of reference numerals
100 MVC framework 110 Controller layers
120 Service layer 200 diary record systems
210 key-course processing module 220 service layer processing modules
Detailed description of the invention
Below in conjunction with accompanying drawing, the detailed description of the invention of the present invention is described in detail.It should be appreciated that detailed description of the invention described herein is merely to illustrate and explains the present invention, it is not limited to the present invention.
Before to invention is introduced herein, first introduce MVC framework.MVC is a kind of Software for Design model, the method tissue code separated by a kind of service logic, data, interface display, service logic is gathered an inside components, while improvement is mutual with personalized customization interface and user, it is not necessary to again write service logic.MVC is grown up for mapping traditional input, process and output function in the structure of the graphic user interface of a logic by unique.
MVC framework generally comprises: View layer, Controller layer are (i.e., " key-course " that the application mentions), Service layer (i.e., " service layer " that the application mentions) and DAO layer, what the diary record system of the present invention was related generally to is then controller layer and service layer.Wherein,
View layer is mainly responsible for providing User interface, and this view interface only need to be operated by user, is not required to be concerned about how backstage processes.
Controller layer its combine closely with View layer, be responsible for the control of concrete business module flow process, the interface at this layer of the inside Service to be called layer controls operation flow.
Service layer is mainly responsible for the Logic application design of business module, and its controller layer to upper strata provides interface, and uses the interface that Dao layer provides.The service logic of Service layer is conducive to independence and the reusing of general service logic, and program seems the most succinct.
Dao layer is mainly responsible for getting in touch with database.He is only responsible for conducting interviews data, and regardless of other service logic, to be completed inside Dao layer is data access logic and the access to data.Data are operated by data access in most cases exactly.The Service layer that Dao layer is upper strata provides interface.Dao layer, after operation completes, if inquiry, then returning an object value, if additions and deletions change, then needs only to return a Boolean value and represents the most unsuccessfully.
nullTo achieve these goals,The present invention provides a kind of diary record system based on MVC framework 100 200,Described MVC framework 100 comprises Controller layer 110 and Service layer 120,Described Controller layer 110 receives user's request,And ask to perform the method in this Controller layer 110 according to this user,The method of this Controller layer 110 is performed (i.e. by the method called in described Service layer 120,Business operation is realized) by the method called in Service layer 120,It is provided with note before wherein needing the code corresponding to method intercepted in described Controller layer 110 and Service layer 120,Described system comprises: key-course processing module 210,During received user's request being processed at described Controller layer 110,When being provided with the code corresponding to method of note in program goes to described Controller layer 110 before it,Call the service logic of this note,To extract user profile;And service layer's processing module 220, the service logic of this note is called when being provided with the code corresponding to method of note in going to described Service layer 120 in program before it, with log parameter, and by stored along in daily record memory module to this log parameters and described user profile.The present invention is based on explaining definition tangent plane, and the service logic being indicated user profile and note resolves the related service information (that is, log parameters) obtained and integrates to be formed Operation Log, and record preserves, and uses for analytic statistics.
Specifically, in order to record user profile, available tangent plane intercepts the correlation technique in Controller layer, it is thus achieved that user profile is saved in thread variable ThreadLocal.In needing the method for Service layer kept a diary, the operation can done by the method in tangent plane record Service layer.Advice about Service layer is divided into two kinds: one is AroundAdvice, is i.e. used for the change recorded before and after operation.The method obtaining the front state of operation for inconvenience, can carry out the parameter of recording method operation by AfterAdvice.After getting daily record details, by the JDBCAppeder of the Logback of extension, log information can be saved in database.After log recording completes, record in thread variable ThreadLocal can be removed by the After advice of Controller.The present invention indicates the method needing log in described Control layer with note, in the service logic extraction user profile being correlated with in conjunction with this note the thread variable stored;Indicate with note in Service layer and need the operational approach of log, obtain, in conjunction with the service logic that note parameter and this note are relevant, the business change that the method performs to be caused, afterwards user profile and business change are integrated to form Operation Log and recorded preservation.
Hereinafter the note in Controller layer and Service layer and service logic thereof are described in detail.
1) the note@RequestLoggable in Controller layer
The method explained in the Controller layer that@RequestLoggable intercepts can be used, i.e. before this note@RequestLoggable can be placed on the method needing to intercept, as follows:
@RequestLoggable
@RequestMapping(“publishSubscribeltem”)
@ResponseBody
public ResultMsgBean PublishSubscribeltem(@RquestParam int albumld)
When program performs to code corresponding to the method, by calling and perform to explain the service logic of@RequestLoggable, to obtain user profile and this user profile is saved in ThreadLocal.The service logic of this note RequestLoggable may be used to indicate described user and asks the field of interior storage user profile and store the user profile in this field.The business logic codes of this note RequestLoggable can be as follows, specifies user and ask the field of interior storage user profile in it.
2) note in Service layer
2.1 explain@AroundLoggable
This note@AroundLoggable is for the method explaining the Service layer needing Around advice to intercept, i.e. before this note@AroundLoggable can be placed on the method needing to intercept, as follows:
@AroundLoggable (type=OperationTypeEnum.INSERT, targetClass=ZtdiySubject.class)
@Override
public void addZtdiySubject(ZtdiySubject ztdiySubject,int copyFromld,Boolean sync)throws SQLException
When program performs to code corresponding to the method, will call and perform to explain the service logic of@AroundLoggable.The service logic of this note@AroundLoggable can be used for recording the Parameters variation that the execution of the method is caused.The business logic codes of this note@AroundLoggable can be as follows, and it needs two parameters: 1) log object class, i.e. targetClass;And 2) action type, i.e. the enumerated value in OpereteTypeEnum.
2.2 explain@AfterLoggable
This note@AfterLoggable is for explaining the method for the Service layer of state before inconvenience obtains operation, i.e. before this note@AroundLoggable can be placed on the method needing to intercept, as follows:
@AfterLoggable (type=OperationTypeEnum.DELETE, targetClass=SubscribeRuleContent.class)
@Override
Public void deleteSubscribeByAlbumld (@ModifyParam (isPK=ture, paramName=" albumld ") int albumld)
When program performs to code corresponding to the method, will call and perform to explain the service logic of@AfterLoggable.The service logic of this note@AfterLoggable can be used for recording the parameter operated by execution of the method.The business logic codes of this note@AfterLoggable can be as follows, and it must provide log information with the use of explaining@ModifyParam.
2.3 explain@ModifyParam
This note@ModifyParam is for providing the log information for explaining@AfterLoggable, and it coordinates above-mentioned note@AfterLoggable to be used, and specifically used mode is as follows:
The service logic of this note@ModifyParam may be used to indicate the relation between field and this field of required record (such as, which field is for set membership between major key field and/or which field), its business logic codes can be as follows:
Wherein parameter paramName is the title of parameter, and isPk indicates whether this parameter is major key, and pkField is used for indicating when parameter is object, the field name of major key.
In order to obtain log information from log object, in addition it is also necessary to some are used for the note of field, as follows:
1) explain@UnMonitorField, be used for indicating this field and need not keep a diary
2) explaining@PKField, being used for indicating this field is major key field
3) explaining@PIDField, for being labeled with the parent object of set membership, this field is PID
4) explaining@SubIDField, for being labeled with the subobject of set membership, this field is that the above-mentioned occupation mode for the note of field of SubID is as follows:
@Entity
@Table (name=" CMS_SUBSCRIBE_CONTENT ")
public class SubscribeRuleContent implements Serializable{
Private static final long serialVersionUID=2929087382057975094L;
@PKField
@SubIDField
private int id;
private int category;
@PIDField
private int albumld;
private String albumName;
private float currentEpisode;
private int playStatus;// more new state
private Inter updateType;34 scheduled dates every other week weekly // 1 every day 2
private float cycleEpisodes;
private String beginTime;
private String endTime;
private Timestamp ctime;
private Timestamp mtime;
private String indicateDate;
private String updateDay;
private String playtime;
private int indicate_playtime;
@UnMonitorField
private String releDesc;
@UnMonitorField
private String scope;
@UnMonitorField
private int no;// sequence number
For to sum up, the use explaining@AroundLoggable needs to carry out arranged below:
1)@RequestLoggable is used to explain the method in corresponding Controller layer;
2)@AroundLoggable is used to explain the method in corresponding Service layer;And
3)@UnMonitrFiled ,@PKField ,@PIDField ,@SubIDField is used to explain the field of related object.
The use explaining@AfterLoggable needs to carry out arranged below:
1)@RequestLoggable is used to explain the method in corresponding Controller layer;
2)@AfterLoggable is used to explain the method in corresponding Service layer;And
3)@ModifyLoggable is used to explain the parameter of the method in corresponding Service layer.
The flow chart of the log recording method based on MVC framework that Fig. 2 provides for the present invention.nullAs shown in Figure 2,Correspondingly,The present invention also provides for a kind of log recording method based on MVC framework,Described MVC framework comprises Controller layer and Service layer,Described Controller layer receives user's request,And ask to perform the method in this Controller layer according to this user,The method of this Controller layer is performed by the method called in described Service layer,It is provided with note before wherein needing the code corresponding to method intercepted in described Controller layer and Service layer,Described method comprises: during received user's request is processed by described Controller layer,When being provided with the code corresponding to method of note in program goes to described Controller layer before it,Call the service logic of this note,To extract user profile;And when being provided with the code corresponding to method of note in program goes to described Service layer before it, call the service logic of this note, with log parameter, and by stored along in daily record memory module to this log parameters and described user profile.Details and benefit about the method are identical with above-mentioned diary record system, repeat no more in this.
The present invention by explain mark in related program code (i.e., before needing the method intercepted in key-course and service layer), intercepted by tangent plane and explain, and the log parameters that should be recorded recorded by the service logic calling this note, and by stored along in daily record memory module to this log parameters and user profile.The present invention is not on the basis of changing source program code, it is only necessary to adds some and explains, and can complete the record of log information, and the information recorded is enriched more than tangent plane.Additionally, the data structure of the different systems needing log can be different, and pass through the present invention, have only to the service logic to explaining correspondingly adjust, just native system can be made to be adapted to the different systems needing log, so drastically increase the extensibility of the present invention, be adaptable to the various different system needing log.
The preferred embodiment of the present invention is described in detail above in association with accompanying drawing; but; the present invention is not limited to the detail in above-mentioned embodiment; in the technology concept of the present invention; technical scheme can be carried out multiple simple variant, these simple variant belong to protection scope of the present invention.
It is further to note that each the concrete technical characteristic described in above-mentioned detailed description of the invention, in the case of reconcilable, can be combined by any suitable means.In order to avoid unnecessary repetition, various possible combinations are illustrated by the present invention the most separately.
Additionally, can also be combined between the various different embodiment of the present invention, as long as it is without prejudice to the thought of the present invention, it should be considered as content disclosed in this invention equally.

Claims (12)

1. a diary record system based on MVC framework, described MVC framework comprises key-course And service layer, described key-course receives user's request, and asks to perform in this key-course according to this user Method, the method for this key-course is performed by the method called in described service layer, it is characterised in that It is provided with note, institute before needing the code corresponding to method intercepted in described key-course and service layer The system of stating comprises:
Key-course processing module, for process received user's request at described key-course During, in program goes to described key-course, it is provided with the code corresponding to method of note before it Time, call the service logic of this note, to extract user profile;And
Service layer's processing module, for being provided with note before it in program goes to described service layer During code corresponding to method, call the service logic of this note, with log parameter, and by this day Will parameter is stored along in daily record memory module with described user profile.
Diary record system the most according to claim 1, it is characterised in that in described key-course The code corresponding to method before the service logic of set note be used for indicating described user to ask The field of interior storage user profile also stores the user profile in this field.
Diary record system the most according to claim 1 and 2, it is characterised in that described service The service logic of note set before the code corresponding to method in Ceng is for recording the method Perform the Parameters variation caused.
Diary record system the most according to claim 1 and 2, it is characterised in that described service The service logic of note set before the code corresponding to method in Ceng is for recording the method Parameter operated by execution.
Diary record system the most according to claim 4, it is characterised in that described for record Explain possibly together with one in the service logic of the note of the parameter operated by the execution of described method, this note Service logic relation between field and the described field indicating required record.
Diary record system the most according to claim 5, it is characterised in that between described field Relation to comprise which field be for set membership between major key field and/or which field.
7. a log recording method based on MVC framework, described MVC framework comprises key-course And service layer, described key-course receives user's request, and asks to perform in this key-course according to this user Method, the method for this key-course is performed by the method called in described service layer, it is characterised in that Note institute it is provided with before needing the code corresponding to method intercepted in described key-course and service layer The method of stating comprises:
During received user's request is processed by described key-course, go in program When being provided with the code corresponding to method of note in described key-course before it, call the business of this note Logic, to extract user profile;And
When being provided with the code corresponding to method of note in program goes to described service layer before it, Call the service logic of this note, with log parameter, and by this log parameters and described user profile Stored along in daily record memory module.
Log recording method the most according to claim 7, it is characterised in that in described key-course The code corresponding to method before the service logic of set note be used for indicating described user to ask The field of interior storage user profile also stores the user profile in this field.
9. according to the log recording method described in claim 7 or 8, it is characterised in that described service The service logic of note set before the code corresponding to method in Ceng is for recording the method Perform the Parameters variation caused.
10. according to the log recording method described in claim 7 or 8, it is characterised in that described service The service logic of note set before the code corresponding to method in Ceng is for recording the method Parameter operated by execution.
11. log recording methods according to claim 10, it is characterised in that described for remembering Possibly together with a note in the service logic of the note recording parameter operated by the execution of described method, this note Service logic relation between field and the described field indicating required record.
12. log recording methods according to claim 11, it is characterised in that described field it Between relation to comprise which field be for set membership between major key field and/or which field.
CN201510919783.8A 2015-12-11 2015-12-11 Log recording system and method based on MVC (Model View Controller) framework Pending CN105893016A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510919783.8A CN105893016A (en) 2015-12-11 2015-12-11 Log recording system and method based on MVC (Model View Controller) framework

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510919783.8A CN105893016A (en) 2015-12-11 2015-12-11 Log recording system and method based on MVC (Model View Controller) framework

Publications (1)

Publication Number Publication Date
CN105893016A true CN105893016A (en) 2016-08-24

Family

ID=57002939

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510919783.8A Pending CN105893016A (en) 2015-12-11 2015-12-11 Log recording system and method based on MVC (Model View Controller) framework

Country Status (1)

Country Link
CN (1) CN105893016A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106528391A (en) * 2016-12-16 2017-03-22 郑州云海信息技术有限公司 Recording method of operating log by management platform on SSR
CN106777026A (en) * 2016-12-08 2017-05-31 用友网络科技股份有限公司 Support method, the apparatus and system of micro services framework affairs final consistency
CN106970789A (en) * 2017-03-07 2017-07-21 武汉斗鱼网络科技有限公司 A kind of Android end groups bury point methods and system automatically in AOP and AspectJ daily record
CN108319506A (en) * 2017-01-17 2018-07-24 贵州白山云科技有限公司 A kind of data hierarchy processing method and processing device
CN109828784A (en) * 2019-02-03 2019-05-31 普信恒业科技发展(北京)有限公司 A kind of task grasping means and device
CN112861059A (en) * 2021-03-17 2021-05-28 平安消费金融有限公司 Visual component generation method and device, computer equipment and readable storage medium
CN113742300A (en) * 2020-08-11 2021-12-03 北京沃东天骏信息技术有限公司 Log management method, device, server and system

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020032873A1 (en) * 2000-09-14 2002-03-14 Lordemann David A. Method and system for protecting objects distributed over a network
US20050204344A1 (en) * 2004-03-12 2005-09-15 Hideaki Shinomi Program analysis device, analysis method and program of same
CN101276271A (en) * 2007-03-29 2008-10-01 北京邮电大学 Method and interceptor system facing to tangent plane programming
CN102508702A (en) * 2011-10-20 2012-06-20 北京金和软件股份有限公司 Method for processing common service logic by performing interception based on AOP (aspect-oriented programming) technology
CN102810057A (en) * 2011-05-30 2012-12-05 中国银联股份有限公司 Log recording method
CN103559118A (en) * 2013-10-12 2014-02-05 福建亿榕信息技术有限公司 Security auditing method based on aspect oriented programming (AOP) and annotation information system
CN104881284A (en) * 2015-05-22 2015-09-02 国云科技股份有限公司 Efficient log operating method

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020032873A1 (en) * 2000-09-14 2002-03-14 Lordemann David A. Method and system for protecting objects distributed over a network
US20050204344A1 (en) * 2004-03-12 2005-09-15 Hideaki Shinomi Program analysis device, analysis method and program of same
CN101276271A (en) * 2007-03-29 2008-10-01 北京邮电大学 Method and interceptor system facing to tangent plane programming
CN102810057A (en) * 2011-05-30 2012-12-05 中国银联股份有限公司 Log recording method
CN102508702A (en) * 2011-10-20 2012-06-20 北京金和软件股份有限公司 Method for processing common service logic by performing interception based on AOP (aspect-oriented programming) technology
CN103559118A (en) * 2013-10-12 2014-02-05 福建亿榕信息技术有限公司 Security auditing method based on aspect oriented programming (AOP) and annotation information system
CN104881284A (en) * 2015-05-22 2015-09-02 国云科技股份有限公司 Efficient log operating method

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
CONFIRMANAME: ""基于Annotation的Spring AOP:@Around"", 《HTTPS://BLOG.CSDN.NET/CONFIRMANAME/ARTICLE/DETAILS/9735975》 *
CZMCHEN: ""SpringAOP拦截Controller,Service实现日志管理(自定义注解的方式)"", 《HTTPS://BLOG.CSDN.NET/CZMCHEN/ARTICLE/DETAILS/42392985》 *
M. GOMATHY 等: ""Developing an Error Logging Framework for Ruby on Rails Application using AOP"", 《2014 WORLD CONGRESS ON COMPUTING AND COMMUNICATION TECHNOLOGIES》 *
丁振凡: "《基于注解方式的Spring面向切面编程研究》", 《计算机时代》 *
张友生 等: "《系统分析师技术指南》", 31 August 2009, 北京:清华大学出版社 *
张文胜: "《基于Annotation的Spring AOP日志处理的设计与实现》", 《价值工程》 *

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106777026A (en) * 2016-12-08 2017-05-31 用友网络科技股份有限公司 Support method, the apparatus and system of micro services framework affairs final consistency
CN106777026B (en) * 2016-12-08 2019-12-20 用友网络科技股份有限公司 Method, device and system for supporting final consistency of micro-service architecture transaction
CN106528391A (en) * 2016-12-16 2017-03-22 郑州云海信息技术有限公司 Recording method of operating log by management platform on SSR
CN108319506A (en) * 2017-01-17 2018-07-24 贵州白山云科技有限公司 A kind of data hierarchy processing method and processing device
CN108319506B (en) * 2017-01-17 2019-04-02 北京数安鑫云信息技术有限公司 A kind of data hierarchy processing method and processing device
CN106970789A (en) * 2017-03-07 2017-07-21 武汉斗鱼网络科技有限公司 A kind of Android end groups bury point methods and system automatically in AOP and AspectJ daily record
CN106970789B (en) * 2017-03-07 2020-06-16 武汉斗鱼网络科技有限公司 Automatic log point burying method and system based on AOP and AspectJ at Android end
CN109828784A (en) * 2019-02-03 2019-05-31 普信恒业科技发展(北京)有限公司 A kind of task grasping means and device
CN109828784B (en) * 2019-02-03 2022-04-26 普信恒业科技发展(北京)有限公司 Task grabbing method and device
CN113742300A (en) * 2020-08-11 2021-12-03 北京沃东天骏信息技术有限公司 Log management method, device, server and system
CN112861059A (en) * 2021-03-17 2021-05-28 平安消费金融有限公司 Visual component generation method and device, computer equipment and readable storage medium

Similar Documents

Publication Publication Date Title
CN105893016A (en) Log recording system and method based on MVC (Model View Controller) framework
US11080493B2 (en) Translation review workflow systems and methods
CN103177068B (en) According to the system and method for existence compatible rule merging source record
CN103093334A (en) Method of activity notice text recognition and transforming automatically into calendar term
CN105528418B (en) A kind of design documentation generation method and device
CN103902717A (en) System and method for personalizing internal portals of enterprises
US8527540B2 (en) Augmenting a report with metadata for export to a non-report document
US8306946B2 (en) Deployment manager for master data management
CN104361140A (en) Dynamically generated data model configuration device and method
CN103186541A (en) Generation method and device for mapping relationship
WO2012088769A1 (en) Data filtering system and method
CN107784026A (en) A kind of ETL data processing methods and device
CN103903086A (en) Method and system for developing management information system based on service model driving
CN104461743A (en) Device and method for automatically generating resources and configuration
CN109947399A (en) Code structure generation method, device, computer installation and readable storage medium storing program for executing
US20070288119A1 (en) Automatic Data Configuration Strategy, Such as For Storing and Manipulating Product Manufacturing Data
CN107103035A (en) This earth's surface data-updating method and device
CN104915193A (en) Flow engine processing method and device
US20070050420A1 (en) Method and apparatus for transferring data between databases
CN108268615A (en) A kind of data processing method, device and system
CN105718468A (en) Method and device for building ODS layer of data warehouse
CN102999488B (en) Transcription platform system and its implementation
CN103984554B (en) The generation method and device of Software for Design document
CN101324844A (en) Method for making rich text control with intelligent apperception
CN107193951A (en) WEB data visualization methods based on relational database

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20160824

WD01 Invention patent application deemed withdrawn after publication