CN107168757A - A kind of Android ends prevent View controls from clicking on the method and device of shake - Google Patents

A kind of Android ends prevent View controls from clicking on the method and device of shake Download PDF

Info

Publication number
CN107168757A
CN107168757A CN201710206802.1A CN201710206802A CN107168757A CN 107168757 A CN107168757 A CN 107168757A CN 201710206802 A CN201710206802 A CN 201710206802A CN 107168757 A CN107168757 A CN 107168757A
Authority
CN
China
Prior art keywords
click
time
function
current
view
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
CN201710206802.1A
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.)
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 CN201710206802.1A priority Critical patent/CN107168757A/en
Publication of CN107168757A publication Critical patent/CN107168757A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • G06F8/427Parsing

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Devices For Executing Special Programs (AREA)

Abstract

Prevent View controls from clicking on the method and device of shake the invention discloses a kind of Android ends, this method includes:The click function and object function are compiled by AspectJ, wherein, the object function is the note function that function carries out self-defined note of clicking on to View controls;The click function is run, detection obtains the current click time that user is clicked on to View controls;The object function obtains the current click time, whether the time interval between nearest click time and the current time before judging the current point in time is less than time critical values, if the time interval is less than the time critical values, it is determined that currently click on it is invalid, do not trigger it is described click function perform currently click on corresponding event.By above-mentioned technical proposal, the technical problem that project development workload is big, development efficiency is low for preventing that View controls from shaking in the prior art is solved, development amount is reduced, improves development efficiency.

Description

A kind of Android ends prevent View controls from clicking on the method and device of shake
Technical field
The present invention relates to software technology field, more particularly to a kind of Android ends prevent View controls from clicking on the side of shake Method and device.
Background technology
During current Android ends use, such situation is frequently encountered, a button can Pop-up message after clicking on Point out Toast or dialog box Dialog, if quickly repeatedly clicked on, message notifying Toast or dialog box Dialog Then can repeatedly occur.But in fact, this quick repeatedly click on is many times maloperation, it is not necessary to carry out repeating sound Should.Toast, Dialog isometric drawing control are repeating for View controls, can cause the shake of View controls, Consumer's Experience compared with Difference.
In the prior art, the problem of being shaken for View controls, it usually needs re-start the project development of View controls, View control written in code is re-started, development amount is larger, development efficiency is low.It can be seen that, prevent in the prior art There is the technical problem that workload is big, development efficiency is low in the project development of View controls shake.
The content of the invention
The embodiment of the present invention, which provides a kind of Android ends, prevents View controls from clicking on the method and device of shake, for solving The technical problem that project development workload is big, development efficiency is low for certainly preventing View controls from shaking in the prior art, reduction is opened Send out workload, improve development efficiency.
The embodiment of the present application provides a kind of method that Android ends prevent View controls from clicking on shake, including:
The click function and object function are compiled by AspectJ, wherein, the object function is to View controls Click on the note function that function carries out self-defined note;
The click function is run, detection obtains the current click time that user is clicked on to View controls;
The object function obtains the current click time, the nearest click time before judging the current point in time Whether the time interval between the current time is less than time critical values, if the time interval is critical less than the time Value, it is determined that currently click on it is invalid, do not trigger it is described click function perform currently click on corresponding event.
Optionally, the click function and object function are compiled by AspectJ, including:
The point of penetration Pointcut of the object function is obtained, incites somebody to action described when compiling the click function by AspectJ The execution code of object function injects the click function from the point of penetration Pointcut.
Optionally, between the nearest click time before the judgement current point in time and the current time Whether time interval is less than before time critical values, and methods described also includes:
The View of the View controls is obtained by tie point joinPoint;
Whether judge the View is empty;
If the View is not sky, the nearest click time before performing the judgement current point in time works as with described Whether the time interval between the preceding time is less than the operation of time critical values.
Optionally, corresponding parameter type of the nearest click time is local variable, at the beginning of the nearest click time Initial value is zero.
Optionally, between the nearest click time before the judgement current point in time and the current time Whether time interval is less than after time critical values, and methods described includes:The nearest click time is updated to described current Time.
Optionally, the click function is:Click function, double-click function or again by function.
The embodiment of the present application, which also provides a kind of Android ends, prevents View controls from clicking on the device of shake, and the device includes:
Compilation unit, for compiling the click function and the corresponding object function of self-defined note by AspectJ, its In, the object function is the note function that function carries out self-defined note of clicking on to View controls;
Detection unit, for running the click function, detection obtains the current point that user is clicked on to View controls Hit the time;
Judging unit, for obtaining the current click time by the object function, judges the current point in time Whether the time interval between nearest click time before and the current time is less than time critical values, if between the time Every less than the time critical values, it is determined that currently clicking on invalid, the click function is not triggered perform and currently click on corresponding thing Part.
Optionally, the compilation unit, is used for:The point of penetration Pointcut of the object function is obtained, passes through AspectJ The execution code of the object function is injected into the click letter from the point of penetration Pointcut when compiling the click function Number.
Optionally, described device also includes:Acquiring unit, for nearest before the judgement current point in time Whether the time interval between click time and the current time is less than before time critical values, passes through tie point JoinPoint obtains the View of the View controls;
The judging unit is additionally operable to:Whether judge the View is empty;If the View is not sky, the judgement is performed It is critical whether the time interval between nearest click time and the current time before the current point in time is less than the time The operation of value.
Optionally, the click function is:Click function, double-click function or again by function.
Said one or multiple technical schemes in the embodiment of the present application, are at least imitated with following one or more technologies Really:
The embodiment of the present application provides a kind of method that Android ends prevent View controls from clicking on shake, by being controlled to View The click function of part carries out self-defined explain;Then, the click function is compiled by AspectJ and self-defined note is corresponding Object function;Then, operation clicks on function check and obtains the current click time that user is clicked on to View controls;Then, Current click between time, the nearest click time and current time before judging current point in time is obtained by object function Whether time interval is less than time critical values, if time interval is less than time critical values, it is determined that currently clicking on invalid, not trigger point Hit function execution and currently click on corresponding event, repeat to cause shake to produce so as to avoid View controls.Prevent In the development process of View controls shake, it only need to be that stabilization function is developed to the object function of self-defined note, pass through Self-defined note and AspectJ compilings can realize View controls by the execution code injection of object function to clicking in function Stabilization function, it is to avoid exploitation again to View controls, and then solve prevents View controls from shaking in the prior art The technical problem that project development workload is big, development efficiency is low, reduce development amount, improve development efficiency.
Brief description of the drawings
Fig. 1 prevents View controls from clicking on the flow of the method for shake for a kind of Android ends that the embodiment of the present application is provided Figure;
Fig. 2 prevents View controls from clicking on the structure of the device of shake for a kind of Android ends that the embodiment of the present application is provided Block diagram.
Embodiment
In the technical scheme that the embodiment of the present application is provided, compiled by self-defined note and AspectJ by stabilization side The execution code injection of method realizes the stabilization function of View controls to clicking in function, it is to avoid to View controls again Exploitation, and then solve the skill that project development workload is big, development efficiency is low for preventing that View controls from shaking in the prior art Art problem, reduces development amount, improves development efficiency.
The technical term that the application is related to is illustrated below:
AOP:Towards tangent plane programming, realize that the unified of program function is safeguarded by precompile mode and runtime dynamic proxy A kind of technology.
Aspectj:It is a framework towards tangent plane, it extends Java language, defines various Pointcuts Realize AOP.AspectJ provides a special compiler and is used for generating the Class files in accordance with Java byte code specifications.
Advice (notice):Typical Advice types have before, after and around, are illustrated respectively in target side Method perform before, perform after and completely substitute goal approach perform code.
Joint point (tie point):Possibly as the specific point and entrance of code injection object in program.
Pointcut (point of penetration):Code injection instrument is told, the expression formula of one section of particular code is wherein injected.
Aspect (tangent plane):Tangent plane is regarded in Pointcut and Advice combination as.
It is self-defined to explain:Automatically java.lang.annotation.Annotation interfaces are inherited, by compiler certainly It is dynamic to complete other details.In self-defined note, a note can be stated with@interface, each in its note Method is actually to state a configuration parameter.
Below in conjunction with the accompanying drawings to the main realization principle of the embodiment of the present application technical scheme, embodiment and its correspondingly The beneficial effect that can be reached is explained in detail.
Embodiment
Fig. 1 is refer to, the embodiment of the present application provides a kind of method that Android ends prevent View controls from clicking on shake, should Method includes:
S11:The click function and object function are compiled by AspectJ, wherein, the object function is that View is controlled The note function for clicking on the self-defined note of function progress of part;
S12:The click function is run, detection obtains the current click time that user is clicked on to View controls;
S13:The object function obtains the current click time, when judging the nearest click before the current time Between time interval between the current time whether be less than time critical values, if the time interval is faced less than the time Dividing value, it is determined that currently click on it is invalid, do not trigger it is described click function perform currently click on corresponding event.
In specific implementation process, a kind of Android ends that the embodiment of the present application is provided prevent View controls from clicking on shake side Method, can apply to clicking stabilization, hitting stabilization, again by stabilization etc. for View controls, and corresponding click function can be with For SingleClick, DoubleClick, HeavilyPress.Specific implementation exemplified by clicking stabilization to the application below Process is described in detail.
Before S11 is performed, self-defined note is carried out to the click function of View controls, following 3 steps are included:
Step 1, the object for defining self-defined note and effect period
Self-defined explain of@interface can be used to click on function SingleClick.Specifically, using@interface When, it is necessary to define that to explain the target that can act on be functional based method METHOD:@Target (ElementType.METHOD), and The effect period that definition is explained is to explain CLASS in compiling:@Retention(RetentionPolicy.CLASS).
For example, as follows using the self-defined example codes for explaining click function SingleClick of@interface:
@Retention(RetentionPolicy.CLASS)
@Target(ElementType.METHOD)
public@interface SingleClick{
}
Wherein it is the object function of self-defined note, i.e. the self-defining data method to be performed in { }.
Step 2, write object function
Object function can be realized by AspectJ tangent planes program code.Specifically, needing to will click on function in object function It is used as the Pointcut points of penetration of object function so that by the execution generation of object function during the AspectJ compilings click function Function is clicked in code injection.For example, pointcut points of penetration matched rule can be following method point of penetration:
@Pointcut("execution(@com.app.aop.annotation.SingleClick**(..))")//
The method to be performed to object function is needed to write after point of penetration, including:
A. a global variable MIN_CLICK_DELAY_TIME is defined, to quickly click interlude critical for identifying Value.
B. the click View for the View controls for being currently needed for detection is obtained by joinPoint.getArgs () [0], and is sentenced Whether disconnected View is sky NULL.It is determined that View performs the judgement of click time when being not NULL.
C. define local variable lastClickTime, the record last time click time be current time before it is nearest The click time.The nearest click time is initialized as 0, and is preserved by View.setTag () function.
D. judged every time before the triggering click time, judge lastClickTime and the current time currently clicked on it Between time interval whether be less than time critical values, if less than time critical values, confirming that current click on is invalid clicks, not touching Hair clicks on function execution and currently clicks on corresponding event, conversely, then corresponding event is currently clicked in triggering execution.
Wherein, the execution method of object function can be realized by Advice (notice).Advice is in Join The action performed on Point, is called, the code injected to tie point by blocker.For example, can be by Advice Around functions to achieve the objective execution method, main code is as follows:
Complete after the self-defined note to clicking on function, the click letter of self-defined note can be directly used in the project Number.Specifically ,@SingleClick can be added on View OnClickListener onClick () overloaded method The automatic click function with note can be used, for example:
Complete after self-defined note, it is corresponding with self-defined note that execution S11 compiles the click function by AspectJ Object function, realize by object function be braided into object function i.e. click function in, reach non-intrusion type AOP mesh 's.Wherein, third party's AspectJ integrated plugins gradle-android-aspectj-plugin can be used in compiling.
After the completion of compiling, you can perform S12:Function is clicked in operation, and detection obtains what user was clicked on to View controls It is current to click on the time.There is the execution code of object function due to clicking on compiling in function, execution S13 can be triggered.
Perform S13 object functions and obtain current when clicking on the time, nearest click time before judging current point in time and Whether the time interval between current time is less than time critical values.If time interval is less than time critical values, show current point Hit the maloperation for user, it is determined that it is invalid currently to click on, click function is not triggered perform and currently click on corresponding event and such as disappear Breath prompting, dialog box ejection.If time interval is more than or equal to time critical values, it is not the maloperation of user to show current click, Then determine currently to click on effectively, triggering clicks on function execution and currently clicks on corresponding event.Wherein, time critical values can be 0.5s, 1s, 2s etc..
, can be to current time in order to avoid the invalid judgement in object function running in specific implementation process Before being judged, the View of View controls is obtained by tie point joinPoint;Whether judge View is empty.If View is not For sky, whether time interval between nearest click time and the current time before judging the current point in time is performed Less than the operation of time critical values.If conversely, View is sky, directly determining that current click on is invalid clicks, the point not triggered Hit function execution and currently click on corresponding event.
Further, the time interval between the nearest click time before judging current point in time and current time is It is no to be less than after time critical values, the nearest click time is updated to current time, it is ensured that click on the ageing of time recently, with It is easy to lower judge secondary clicking operation validity.
Fig. 2 is refer to, a kind of Android ends provided based on above-described embodiment prevent View controls from clicking on the side of shake Method, the embodiment of the present application, which is also corresponded to, provides the device that a kind of Android ends prevent the click of View controls from shaking, and the device includes:
Compilation unit 21, for compiling the click function and object function by AspectJ, wherein, the target letter Number is the note function that function carries out self-defined note of clicking on to View controls;
Detection unit 22, for running the click function, it is current that detection acquisition user is clicked on to View controls The click time;
Judging unit 23, for obtaining the current click time by the object function, judges the current time Whether the time interval between nearest click time and the current time before point is less than time critical values, if the time Interval be less than the time critical values, it is determined that currently click on it is invalid, do not trigger it is described click function perform currently click on it is corresponding Event.
Wherein, the click function is:Click function, double-click function or again by function.
As an alternative embodiment, the compilation unit 21 is used in compiling:Obtain the object function Point of penetration Pointcut, cuts the execution code of the object function from described when compiling the click function by AspectJ Access point Pointcut injects the click function.
In specific implementation process, described device also includes:Acquiring unit 24, for judging the current time described Whether the time interval between nearest click time and the current time before point is less than before time critical values, by even Contact joinPoint obtains the View of the View controls;The judging unit 23 is additionally operable to:Judge the View whether be It is empty;If the View is not sky, perform it is described judge the current point in time before the nearest click time with it is described current when Between between time interval whether be less than time critical values operation.
On the device in above-described embodiment, concrete mode when wherein unit is performed is in relevant this method It is described in detail in embodiment, explanation will be not set forth in detail herein.
Pass through one or more of the embodiment of the present application technical scheme, it is possible to achieve following one or more technology effects Really:
Self-defined explain is carried out by the click function to View controls;Then, the click letter is compiled by AspectJ Number and the corresponding object function of self-defined note;Then, operation clicks on function check acquisition user and View controls is clicked on The current click time;Then, current click time, the nearest click before judging current point in time are obtained by object function Whether the time interval between time and current time is less than time critical values, if time interval is less than time critical values, it is determined that It is invalid currently to click on, and click function execution is not triggered and currently clicks on corresponding event, is repeated so as to avoid View controls Shake is caused to produce.Prevent in the development process that View controls are shaken, only need to be stabilization to the object function of self-defined note Dynamic function is developed, can be by the execution code injection of object function to click by self-defined note and AspectJ compilings In function, the stabilization function of View controls is realized, it is to avoid exploitation again to View controls, and then solve prior art In prevent View controls shake the technical problem that project development workload is big, development efficiency is low, reduce development amount, Improve development efficiency.
It should be understood by those skilled in the art that, embodiments of the invention can be provided as method, system or computer program Product.Therefore, the present invention can be using the reality in terms of complete hardware embodiment, complete software embodiment or combination software and hardware Apply the form of example.Moreover, the present invention can be used in one or more computers for wherein including computer usable program code The computer program production that usable storage medium is implemented on (including but is not limited to magnetic disk storage, CD-ROM, optical memory etc.) The form of product.
The present invention is the flow with reference to method according to embodiments of the present invention, equipment (system) and computer program product Figure and/or block diagram are described.It should be understood that can be by every first-class in computer program instructions implementation process figure and/or block diagram Journey and/or the flow in square frame and flow chart and/or block diagram and/or the combination of square frame.These computer programs can be provided The processor of all-purpose computer, special-purpose computer, Embedded Processor or other programmable data processing devices is instructed to produce A raw machine so that produced by the instruction of computer or the computing device of other programmable data processing devices for real The device for the function of being specified in present one flow of flow chart or one square frame of multiple flows and/or block diagram or multiple square frames.
These computer program instructions, which may be alternatively stored in, can guide computer or other programmable data processing devices with spy Determine in the computer-readable memory that mode works so that the instruction being stored in the computer-readable memory, which is produced, to be included referring to Make the manufacture of device, the command device realize in one flow of flow chart or multiple flows and/or one square frame of block diagram or The function of being specified in multiple square frames.
These computer program instructions can be also loaded into computer or other programmable data processing devices so that in meter Series of operation steps is performed on calculation machine or other programmable devices to produce computer implemented processing, thus in computer or The instruction performed on other programmable devices is provided for realizing in one flow of flow chart or multiple flows and/or block diagram one The step of function of being specified in individual square frame or multiple square frames.
, but those skilled in the art once know basic creation although preferred embodiments of the present invention have been described Property concept, then can make other change and modification to these embodiments.So, appended claims are intended to be construed to include excellent Select embodiment and fall into having altered and changing for the scope of the invention.
Obviously, those skilled in the art can carry out the essence of various changes and modification without departing from the present invention to the present invention God and scope.So, if these modifications and variations of the present invention belong to the scope of the claims in the present invention and its equivalent technologies Within, then the present invention is also intended to comprising including these changes and modification.

Claims (10)

1. a kind of Android ends prevent the method that View controls click on shake, it is characterised in that including:
The click function and object function are compiled by AspectJ, wherein, the object function is the click to View controls Function carries out the note function of self-defined note;
The click function is run, detection obtains the current click time that user is clicked on to View controls;
The object function obtains the current click time, nearest click time and institute before judging the current point in time State whether the time interval between current time is less than time critical values, if the time interval is less than the time critical values, It is determined that currently click on it is invalid, do not trigger it is described click function perform currently click on corresponding event.
2. the method as described in claim 1, it is characterised in that described that the click function and target are compiled by AspectJ Function, including:
The point of penetration Pointcut of the object function is obtained, by the target when compiling the click function by AspectJ The execution code of function injects the click function from the point of penetration Pointcut.
3. the method as described in claim 1, it is characterised in that it is described judge the current time before nearest click when Between time interval between the current time whether be less than before time critical values, methods described also includes:
The View of the View controls is obtained by tie point joinPoint;
Whether judge the View is empty;
If the View is not sky, perform it is described judge the current point in time before the nearest click time with it is described current when Between between time interval whether be less than time critical values operation.
4. the method as described in claim 1, it is characterised in that nearest click time, corresponding parameter type became to be local Amount, the initial value of the nearest click time is zero.
5. method as claimed in claim 4, it is characterised in that the nearest click before the judgement current point in time Whether the time interval between time and the current time is less than after time critical values, and methods described includes:By described in most The near point time of hitting is updated to the current time.
6. the method as described in Claims 1 to 4 is any, it is characterised in that the click function is:Click function, double-click letter Number presses function again.
7. a kind of Android ends prevent View controls from clicking on the device of shake, it is characterised in that including:
Compilation unit, for compiling the click function and object function by AspectJ, wherein, the object function for pair The note function for clicking on the self-defined note of function progress of View controls;
Detection unit, for running the click function, when detection obtains the current click that user is clicked on to View controls Between;
Judging unit, for obtaining current click time by the object function, before judging the current point in time The nearest click time and the current time between time interval whether be less than time critical values, if the time interval is small In the time critical values, it is determined that currently click on it is invalid, do not trigger it is described click function perform currently click on corresponding event.
8. device as claimed in claim 7, it is characterised in that the compilation unit, is used for:
The point of penetration Pointcut of the object function is obtained, by the target when compiling the click function by AspectJ The execution code of function injects the click function from the point of penetration Pointcut.
9. device as claimed in claim 7, it is characterised in that described device also includes:
Acquiring unit, between the nearest click time before the judgement current point in time and the current time Time interval whether be less than before time critical values, pass through the View that tie point joinPoint obtains the View controls;
The judging unit is additionally operable to:Whether judge the View is empty;If the View is not sky, perform described in the judgement Whether the time interval between nearest click time and the current time before current point in time is less than time critical values Operation.
10. the device as described in claim 7~9 is any, it is characterised in that the click function is:Click function, double-click letter Number presses function again.
CN201710206802.1A 2017-03-31 2017-03-31 A kind of Android ends prevent View controls from clicking on the method and device of shake Pending CN107168757A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710206802.1A CN107168757A (en) 2017-03-31 2017-03-31 A kind of Android ends prevent View controls from clicking on the method and device of shake

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710206802.1A CN107168757A (en) 2017-03-31 2017-03-31 A kind of Android ends prevent View controls from clicking on the method and device of shake

Publications (1)

Publication Number Publication Date
CN107168757A true CN107168757A (en) 2017-09-15

Family

ID=59849348

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710206802.1A Pending CN107168757A (en) 2017-03-31 2017-03-31 A kind of Android ends prevent View controls from clicking on the method and device of shake

Country Status (1)

Country Link
CN (1) CN107168757A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108491122A (en) * 2018-02-07 2018-09-04 平安科技(深圳)有限公司 A kind of click event response method, computer readable storage medium and terminal device
CN109284046A (en) * 2018-09-18 2019-01-29 广州虎牙信息科技有限公司 A kind of method, apparatus, terminal and storage medium controlling control
CN109783333A (en) * 2018-12-13 2019-05-21 平安普惠企业管理有限公司 It repeats to click filter method, device, computer equipment and storage medium
CN111460350A (en) * 2020-04-07 2020-07-28 上海熙菱信息技术有限公司 Anti-shake and throttling packaging method and system
CN112860279A (en) * 2021-02-20 2021-05-28 网易传媒科技(北京)有限公司 Method, device, equipment and medium for generating application installation package
CN113126971A (en) * 2021-04-07 2021-07-16 粒子文化科技集团(杭州)股份有限公司 Data embedding point processing method, device and system, electronic device and storage medium
CN113254067A (en) * 2021-05-25 2021-08-13 四川虹魔方网络科技有限公司 Method for preventing function jitter based on Rx framework
CN113867553A (en) * 2020-06-15 2021-12-31 武汉斗鱼鱼乐网络科技有限公司 Quick click processing method and device, storage medium and electronic equipment
CN114385266A (en) * 2022-01-13 2022-04-22 厦门市思芯微科技有限公司 Android application rapid click prevention processing method based on ASM framework

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102508702A (en) * 2011-10-20 2012-06-20 北京金和软件股份有限公司 Method for processing common service logic by performing interception based on AOP (aspect-oriented programming) technology
CN103136335A (en) * 2013-01-31 2013-06-05 北京千分点信息科技有限公司 Data control method based on data platforms
CN103618762A (en) * 2013-11-08 2014-03-05 中标软件有限公司 System and method for enterprise service bus state pretreatment based on AOP

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102508702A (en) * 2011-10-20 2012-06-20 北京金和软件股份有限公司 Method for processing common service logic by performing interception based on AOP (aspect-oriented programming) technology
CN103136335A (en) * 2013-01-31 2013-06-05 北京千分点信息科技有限公司 Data control method based on data platforms
CN103618762A (en) * 2013-11-08 2014-03-05 中标软件有限公司 System and method for enterprise service bus state pretreatment based on AOP

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
佚名: "安卓AOP实战:面向切片编程", 《HTTPS://JUEJIN.IM/ENTRY/587C4C1561FF4B006500A265》 *

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019153502A1 (en) * 2018-02-07 2019-08-15 平安科技(深圳)有限公司 Method for responding to click event, readable storage medium, terminal device, and apparatus
CN108491122A (en) * 2018-02-07 2018-09-04 平安科技(深圳)有限公司 A kind of click event response method, computer readable storage medium and terminal device
CN108491122B (en) * 2018-02-07 2020-02-18 平安科技(深圳)有限公司 Click event response method, computer readable storage medium and terminal equipment
CN109284046B (en) * 2018-09-18 2021-04-27 广州虎牙信息科技有限公司 Method, device, terminal and storage medium for controlling control
CN109284046A (en) * 2018-09-18 2019-01-29 广州虎牙信息科技有限公司 A kind of method, apparatus, terminal and storage medium controlling control
CN109783333A (en) * 2018-12-13 2019-05-21 平安普惠企业管理有限公司 It repeats to click filter method, device, computer equipment and storage medium
CN111460350A (en) * 2020-04-07 2020-07-28 上海熙菱信息技术有限公司 Anti-shake and throttling packaging method and system
CN111460350B (en) * 2020-04-07 2023-06-09 上海熙菱信息技术有限公司 Anti-shake and throttling packaging method and system
CN113867553A (en) * 2020-06-15 2021-12-31 武汉斗鱼鱼乐网络科技有限公司 Quick click processing method and device, storage medium and electronic equipment
CN113867553B (en) * 2020-06-15 2023-09-26 武汉斗鱼鱼乐网络科技有限公司 Quick click processing method and device, storage medium and electronic equipment
CN112860279A (en) * 2021-02-20 2021-05-28 网易传媒科技(北京)有限公司 Method, device, equipment and medium for generating application installation package
CN113126971A (en) * 2021-04-07 2021-07-16 粒子文化科技集团(杭州)股份有限公司 Data embedding point processing method, device and system, electronic device and storage medium
CN113254067A (en) * 2021-05-25 2021-08-13 四川虹魔方网络科技有限公司 Method for preventing function jitter based on Rx framework
CN114385266A (en) * 2022-01-13 2022-04-22 厦门市思芯微科技有限公司 Android application rapid click prevention processing method based on ASM framework

Similar Documents

Publication Publication Date Title
CN107168757A (en) A kind of Android ends prevent View controls from clicking on the method and device of shake
Jensen et al. Automated testing with targeted event sequence generation
CN105843734B (en) A kind of automated testing method, device and calculate equipment
Amalfitano et al. A general framework for comparing automatic testing techniques of Android mobile apps
Slowinska et al. Howard: A Dynamic Excavator for Reverse Engineering Data Structures.
McNally et al. Fuzzing: The State of the Art.
JP5458184B2 (en) System and method for aggressive automatic correction in a dynamic function call system
US9195810B2 (en) Identifying factorable code
US8938729B2 (en) Two pass automated application instrumentation
Liang et al. Deepfuzzer: Accelerated deep greybox fuzzing
CN110603527B (en) Method, system and apparatus for conditional debugging of server-side production code
Kothari et al. Deriving state machines from TinyOS programs using symbolic execution
US8875111B2 (en) Intermediate language representation and modification
Kalysch et al. VMAttack: Deobfuscating virtualization-based packed binaries
Rubinov et al. What are we missing when testing our android apps?
La Torre et al. Sequentializing parameterized programs
Zhang et al. A hybrid symbolic execution assisted fuzzing method
US8949103B2 (en) Program code simulator
EP2713277B1 (en) Latent defect identification
Na et al. Comparative Analysis of Mobile App Reverse Engineering Methods on Dalvik and ART.
Jääskelä Genetic algorithm in code coverage guided fuzz testing
Eom et al. Automated crash filtering for arm binary programs
Bose et al. Columbus: Android app testing through systematic callback exploration
Ghaleb The role of open source software in program analysis for reverse engineering
Neu Automatic application performance improvements through VM parameter modification after runtime behavior analysis

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: 20170915

RJ01 Rejection of invention patent application after publication