CN106528261A - Application page initialization compiling and controlling device and method - Google Patents

Application page initialization compiling and controlling device and method Download PDF

Info

Publication number
CN106528261A
CN106528261A CN201611099716.7A CN201611099716A CN106528261A CN 106528261 A CN106528261 A CN 106528261A CN 201611099716 A CN201611099716 A CN 201611099716A CN 106528261 A CN106528261 A CN 106528261A
Authority
CN
China
Prior art keywords
page
maker
variable
bulk
compiler
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
CN201611099716.7A
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 CN201611099716.7A priority Critical patent/CN106528261A/en
Publication of CN106528261A publication Critical patent/CN106528261A/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

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses an application page initialization compiling and controlling device and method. The application page initialization compiling and controlling device comprises a compiler, a generator and an injector. The compiler is used for searching for variables marked with view notes in advance during the application page initialization compiling process; the generator is used for leading in all the variables marked with the view notes in the page, and calling a generation function to generate an initialization code of the page; and the injector is used for injecting the initialization code into the page. According to the invention, the code compiling amount can be reduced, and the application exploitation efficiency can be improved.

Description

The initialized way of compiling control device and method of five application page
Technical field
The present invention relates to computer software technical field, and in particular to a kind of initialized way of compiling control device of five application page And method.
Background technology
A application program (hereinafter referred to as " applying ") generally has a large amount of pages and subpage frame, each page and subpage frame The correlative code of " initialization-operation-destroy " will be write in programming.
During five application page is initialized, it is related to the substantial amounts of work being compiled to source code, how simplifies, excellent It is those skilled in the art's technical problem urgently to be resolved hurrily that the size of code of application program is write in change.
The content of the invention
In view of the above problems, it is proposed that the present invention so as to provide one kind overcome the problems referred to above or at least in part solve on State the initialized way of compiling control device and method of five application page of problem.
According to one aspect of the present invention, there is provided a kind of initialized way of compiling control device of five application page, including compiler, Maker and infusion appliance, wherein, the compiler, in the initialized compilation process of five application page, finding out mark in advance The variable of view note is noted;The maker, for importing all variables for being labelled with view note of the page, and adjusts The setup code of the page is generated with generating function;The infusion appliance, it is described for the setup code is injected into The page.
Preferably, the view is explained includes single annotation type and bulk annotation type, and the maker includes single Explain maker and bulk annotation maker.
Preferably, the compiler is additionally operable to:The view note for analyzing the variable is single annotation type or criticizes Amount annotation type.
Preferably, the compiler is additionally operable to:For single annotation type, inquiry container function is called to obtain the variable Page Name, create the corresponding maker of the Page Name, and by the variable incoming maker;For batch is noted Solution type, calls inquiry container function to obtain the Page Name of the variable, creates the corresponding maker of the Page Name, and By the incoming maker of several view identifications stored in the variable and the bulk annotation.
Preferably, the compiler is additionally operable to the source code by the setup code together with the application program and is supplied to Application development instrument, generates precompile file;The infusion appliance is directed to precompile file described in the page invocation, completes The initialization of the page.
According to another aspect of the present invention, there is provided a kind of initialized way of compiling control method of five application page, including:Compiling Device finds out the variable for being labelled with view note in advance in the initialized compilation process of five application page;The compiler is by institute All variable imports for being labelled with view note of the page are stated to maker, the maker calls generating function to generate the page The setup code in face;The setup code that the maker is generated is injected into the page by infusion appliance.
Preferably, the view is explained includes single annotation type and bulk annotation type;The maker includes single Explain maker and bulk annotation maker;The maker calls generating function to generate the setup code bag of the page Include:The single note maker calls generating function, generates the initialization of the page for the variable of single annotation type Code, and/or, the bulk annotation maker calls generating function, generates the page for the variable of bulk annotation type Setup code.
Preferably, methods described also includes:It is single note class that the compiler analyzes the view of the variable and explains Type or bulk annotation type.
Preferably, methods described also includes:For single annotation type, the compiler calls inquiry container function to obtain The Page Name of the variable, creates the corresponding maker of the Page Name, and by the variable incoming maker;It is right In bulk annotation type, the compiler calls inquiry container function to obtain the Page Name of the variable, creates the page The corresponding maker of title, and by the incoming generation of several view identifications stored in the variable and the bulk annotation Device.
Preferably, methods described also includes:The compiler by the setup code together with the application program source Code is supplied to application development instrument, generates precompile file;The initialization that the maker is generated by the infusion appliance Code injection includes to the page:The infusion appliance is directed to precompile file described in the page invocation, completes the page Initialization.
It can be seen that, the present invention is based on precompilation techniques, intercepts the compilation process of simultaneously pretreatment application source code, by pre- First for view explain the page generate setup code, can the reduced code amount of writing, improve the code speed of service, also, will note Solution is divided into single note and bulk annotation type, convenient, flexible.In a word, the invention can ensure that application program realizes same work( Can, but written in code amount and time will greatly reduce, in the page, view is more, and development efficiency can improve more.
Described above is only the general introduction of technical solution of the present invention, in order to better understand the technological means of the present invention, And can be practiced according to the content of description, and in order to allow the above and other objects of the present invention, feature and advantage can Become apparent, below especially exemplified by the specific embodiment of the present invention.
Description of the drawings
By the detailed description for reading hereafter preferred implementation, various other advantages and benefit are common for this area Technical staff will be clear from understanding.Accompanying drawing is only used for the purpose for illustrating preferred implementation, and is not considered as to the present invention Restriction.And in whole accompanying drawing, it is denoted by the same reference numerals identical part.In the accompanying drawings:
Fig. 1 shows the initialized way of compiling control apparatus structure schematic diagram of five application page according to embodiments of the present invention;
Fig. 2 shows the initialized way of compiling control method flow diagram of five application page according to embodiments of the present invention.
Specific embodiment
The exemplary embodiment of the disclosure is more fully described below with reference to accompanying drawings.Although the disclosure is shown in accompanying drawing Exemplary embodiment, it being understood, however, that may be realized in various forms the disclosure and should not be by embodiments set forth here Limited.On the contrary, there is provided these embodiments are able to be best understood from the disclosure, and can be by the scope of the present disclosure Complete conveys to those skilled in the art.
Before describing in detail to the embodiment of the present invention, some terms first to being related to are explained as follows.
Developer:The personnel of exploitation Android application program.
IDE (Integrated Development Environment, IDE) is opened for providing program The instrument in hair ring border, can be used to write, debugs and perform code.
Compiling:One kind makes ARIXTRA source code (Java) be changed into the process of machine code (dex).One Android application program from Source code can become an independent installation kit after the compiling of ARIXTRA IDE, and may be mounted at makes on the equipment such as mobile phone, flat board With.
Precompile:During being compiled, developer can quote one (or multiple) certainly in application source code The compiler (Processor) that oneself (or other people) develops, intercepts this process, does some process in advance to source code, then The source code for doing process is continued payment ARIXTRA IDE again carries out subsequent compilation.
Compiler:The instrument that a kind of ARIXTRA redaction IDE is introduced, can intercept the compiling of IDE, to making in application source code Change the process looked into some additions and deletions being done where explaining (Annotation), then transfer to IDE to carry out the source code for processing Subsequent compilation.
Explain (Annotation):The instrument that a kind of ARIXTRA redaction IDE is introduced, can some be specific by developer's labelling Code so that during precompile, compiler can identify these labeled codes, be done according to different annotation tags Different process.
The embodiment of the present invention constructs the view annotation tool of based on ARIXTRA IDE, can intercept the compiling of ARIXTRA IDE Process, the view analyzed in page source code are explained, and according to the view type being marked, automatically generate corresponding view generation Code, completes the initialization of the page.
Referring to Fig. 1, it is the initialized way of compiling control apparatus structure schematic diagram of five application page provided in an embodiment of the present invention.Should Device includes compiler 101, maker 102 and infusion appliance.Wherein:
Compiler 101, is labelled with view note in advance for, in the initialized compilation process of five application page, finding out Variable;
Maker 102, for importing all variables for being labelled with view note of the page, and calls generating function to generate page The setup code in face;
Infusion appliance 103, for setup code is injected into the page.
Wherein, view is explained includes single annotation type and bulk annotation type, and this can be analyzed by compiler 101 and be obtained Know, therefore, it is single annotation type or bulk annotation type that compiler 101 is additionally operable to analyze the view note of variable.
Further, compiler 101 is additionally operable to:For single annotation type, inquiry container function is called to obtain the page of variable Face title, creates the corresponding maker 102 of Page Name, and by the variable incoming maker 102;For bulk annotation type, Call inquiry container function to obtain the Page Name of variable, create the corresponding maker 102 of Page Name, and by variable and criticize Amount explain in the incoming maker of several view identifications (id) for storing 102.
Accordingly, maker 103 includes single note maker and bulk annotation maker, i.e. for comprising single note The page of solution variable, creates single note maker, generates corresponding page setup code by the single note maker;It is right In the page comprising bulk annotation variable, bulk annotation maker is created, the corresponding page is generated by the bulk annotation maker Setup code.
After maker 102 generates setup code, compiler 101 is additionally operable to setup code together with application program Source code be supplied to IDE, generate precompile file;Hereafter, infusion appliance 103 is directed to page invocation precompile file, completes this The initialization procedure of the page.
After device provided in an embodiment of the present invention is introduced in application development process, implementation process is as follows:
1st, ARIXTRA IDE can trigger this device automatically in compiling, by all variables that mark is explained by view in source code Incoming compiler.
2nd, a global maker caching can be created.
3rd, compiler analyzes the view annotation type of each variable one by one.
Specifically, view annotation type is divided into single annotation type and bulk annotation type, and compiler can become each Amount Put on file, e.g., button button1 and button2 belong to page activity1, then can create one with The corresponding makers of activity1, button1 and button2 is stored in the maker.
Single annotation type:
(1) the inquiry container function (for example, getEnclosingElement ()) of compiler itself is called, the change is obtained The title of the residing page of amount;
(2) Page Name is searched in global maker caching, take out corresponding single note of the Page Name and generate Device, if not then a single note maker is created, it is put in global maker caching;
(3) by the variable incoming maker.
Batch labeling type:
(1) the inquiry container function of compiler itself is called, the title of the page residing for the variable is obtained;
(2) Page Name is searched in global maker caching, take out the corresponding bulk annotation of the Page Name and generate Device, if not then a bulk annotation maker is created, it is stored in global maker caching;
(3) incoming makers of several view id stored by the variable and in explaining.
4th, maker calls generating function, generates the setup code of each page.
One page one maker of correspondence, needs initialized all changes inside a maker in having the page Amount.Maker generates a java file associated with the page, the auto-initiation java files of such as page activity1 associations For activity1 $ $ Injector.java.
Single note maker:
Maker processes each initialized variable of needs in the page one by one, imitates developer and writes hereof, just Under permanent current journey, developer needs the code write, and has two buttons Button1 and button2 in such as page activity1, then Maker can automatically generate similar code in activity1 $ $ Injector.java, for example:
Batch labeling maker:
Maker processes each initialized variable of needs in the page one by one, imitates developer and writes hereof, just Under permanent current journey, developer needs the code write.
5th, the code that all makers are automatically generated by compiler, transfers to ARIXTRA IDE to enter together with the source code of application itself Row subsequent compilation, and an installation kit is packed into automatically by ARIXTRA IDE.
6th, during application program actual motion, when Android system will initialize a certain page, developer calls infusion appliance, Page Name incoming infusion appliance, such as infusion appliance can be called into the Class.forName () function of Android system itself, according to Page Name is automatically found corresponding, the automatic raw and compiled code in the 4th, 5 steps.
For example, developer by page activity1 incoming infusion appliance, infusion appliance can be automatically found the good file of precompile activity1$$Injector。
7th, automatically by the page incoming corresponding precompile file, Android system will be called the generation in precompile file infusion appliance Code, completes the initialization of the page.
Below with two specific examples, the effect using apparatus of the present invention is illustrated.
Example 1, single note
If not taking this device, it is assumed that developer needs a button is searched on the application program page (Activity) (Button), and preserve to a button variable (Button button1), it is necessary to write following steps code:
Step 1, the id that the target button is determined in the corresponding topology file in application page face, such as " button1 ";
Step 2, according to the id of the target button, state a corresponding button variable Button button1;
Step 3, function findViewById () for calling Activity itself, obtain one by the id of this button and regard Figure (View);
Step 4, using Java type unsteady state operation function, the view unsteady state operation that the first step is obtained is button;
Step 5, this button variable is given by the button that unsteady state operation is obtained.
For the button that each requires to look up, it is required for writing the code of these three steps of step 3-5, it is indispensable. If button negligible amounts are still, but quantity it is more when, be each button write these codes will spend the flood tide time and Energy.
Using after this device, the quantity and time of writing code will be greatly saved, and only need to perform following steps:
Step 1, the id that the target button is determined in the corresponding topology file in application page face, such as " button1 ";
Step 2, one button variable Button button1 of statement;
Step 3, (@InjectView) the labelling variable is explained using view.
When the source code is compiled, this device can intercept the compilation process of ARIXTRA IDE automatically, be comprising this The code of the step of page of individual button variable is added into above-mentioned traditional process automatically 3-5, then again by the page generation changed Code transfers to IDE to carry out subsequent compilation.
Example 2, bulk annotation
Developer needs several buttons are searched on the page, is then saved in a button array, it is necessary to write Following steps code:
Step 1, one button array Button [] buttons=new Button [] of establishment;
Step 2, the button required to look up to each, perform following steps:
(1) id of the target button is determined in the corresponding topology file in application page face, such as " button1 ";
(2) id according to the target button, states a corresponding button variable Button button1;
(3) function findViewById () of Activity itself is called, a view is obtained by the id of this button (View);
(4) using Java type unsteady state operation function, the view unsteady state operation that the first step is obtained is button;
(5) this button variable is given by the button that unsteady state operation is obtained;
(6) this button variable is added into into button array.
Using after this device, following steps need to be performed only:
Step 1, the id that all the target buttons are determined in the corresponding topology file in application page face, such as " button1 ", “button2”、“button3”;
Step 2, one button array Button [] buttons of statement;
Step 3, the InjectView labellings button arrays is explained using view, and the id of required button is write successively Explain pass ginseng in@InjectView ([" button1 ", " button2 ", " button3 "]).
When the source code is compiled, this device can intercept the compilation process of ARIXTRA IDE, be comprising this by The page of button array is automatically added to the code of above-mentioned traditional process second step, and the page code changed is transferred to IDE again then Carry out subsequent compilation.
It can be seen that, the present invention is based on precompilation techniques, intercepts the compilation process of simultaneously pretreatment application source code, by pre- First for view explain the page generate setup code, can the reduced code amount of writing, improve the code speed of service, also, will note Solution is divided into single note and bulk annotation type, convenient, flexible.In a word, the invention can ensure that application program realizes same work( Can, but written in code amount and time will greatly reduce, in the page, view is more, and development efficiency can improve more.
Also there is another kind of initialization page tool based on reflection technology in Android system at present, run in application program Cheng Zhong, runs the application program in device scan internal memory by ARIXTRA, analyzes view annotation tag in real time and lookup is regarded in internal memory Figure.But due to the characteristic of Android system, reflection technology extremely consumes cpu resource.But for this device, as application program exists Initialization is would have been completed when compiling, is explained completely without real time scan memory analysis view in actual moving process , there is no any performance loss in labelling.
Corresponding with said apparatus, the embodiment of the present invention also provides a kind of five application page initialized coding control method. Referring to Fig. 2, the device comprises the steps:
S101:Compiler finds out the change for being labelled with view note in advance in the initialized compilation process of five application page Amount.
S102:All variable imports for being labelled with view note of the page to maker, maker are called life by compiler The setup code of the page is generated into function.
S103:The setup code that maker is generated is injected into the page by infusion appliance.
Preferably, the view is explained includes single annotation type and bulk annotation type;The maker includes single Maker and/or bulk annotation maker are explained, the maker calls generating function to generate the setup code of the page Including:The single note maker calls generating function, generates the initial of the page for the variable of single annotation type Change code, and/or, the bulk annotation maker calls generating function, generates institute for the variable of bulk annotation type State the setup code of the page.
Preferably, methods described also includes:It is single note class that the compiler analyzes the view of the variable and explains Type or bulk annotation type.
Preferably, methods described also includes:For single annotation type, the compiler calls inquiry container function to obtain The Page Name of the variable, creates the corresponding maker of the Page Name, and by the variable incoming maker;It is right In bulk annotation type, the compiler calls inquiry container function to obtain the Page Name of the variable, creates the page The corresponding maker of title, and by the incoming generation of several view identifications stored in the variable and the bulk annotation Device.
Preferably, methods described also includes:The compiler by the setup code together with the application program source Code is supplied to application development instrument, generates precompile file;The initialization that the maker is generated by the infusion appliance Code injection includes to the page:The infusion appliance is directed to precompile file described in the page invocation, completes the page Initialization.
Algorithm and display be not inherently related to any certain computer, virtual system or miscellaneous equipment provided herein. Various general-purpose systems can also be used together based on teaching in this.As described above, construct required by this kind of system Structure be obvious.Additionally, the present invention is also not for any certain programmed language.It is understood that, it is possible to use it is various Programming language realizes the content of invention described herein, and the description done to language-specific above is to disclose this Bright preferred forms.
The present invention all parts embodiment can be realized with hardware, or with one or more processor operation Software module realize, or with combinations thereof realize.It will be understood by those of skill in the art that can use in practice Microprocessor or digital signal processor (DSP) are realizing in the system of user's variable body control according to embodiments of the present invention The some or all functions of some or all parts.The present invention is also implemented as performing method as described herein Some or all equipment or program of device (for example, computer program and computer program).Such reality The program of the existing present invention can be stored on a computer-readable medium, or can have the form of one or more signal. Such signal can be downloaded from internet website and be obtained, or provide on carrier signal, or with any other form There is provided.
It should be noted that above-described embodiment the present invention will be described rather than limits the invention, and ability Field technique personnel can design alternative embodiment without departing from the scope of the appended claims.In the claims, Any reference markss between bracket should not be configured to limitations on claims.Word "comprising" is not excluded the presence of not Element listed in the claims or step.Word "a" or "an" before element does not exclude the presence of multiple such Element.The present invention can come real by means of the hardware for including some different elements and by means of properly programmed computer It is existing.If in the unit claim for listing equipment for drying, several in these devices can be by same hardware branch To embody.The use of word first, second, and third does not indicate that any order.These words can be explained and be run after fame Claim.

Claims (10)

1. the initialized way of compiling control device of a kind of five application page, it is characterised in that including compiler, maker and infusion appliance, Wherein,
The compiler, in the initialized compilation process of five application page, finding out the change for being labelled with view note in advance Amount;
The maker, for importing all variables for being labelled with view note of the page, and calls generating function to generate The setup code of the page;
The infusion appliance, for the setup code is injected into the page.
2. device as claimed in claim 1, it is characterised in that the view is explained includes single annotation type and bulk annotation Type, the maker include single note maker and bulk annotation maker.
3. device as claimed in claim 2, it is characterised in that the compiler is additionally operable to:Analyze the view of the variable Note is single annotation type or bulk annotation type.
4. device as claimed in claim 3, it is characterised in that the compiler is additionally operable to:
For single annotation type, call inquiry container function to obtain the Page Name of the variable, create the Page Name Corresponding maker, and by the variable incoming maker;
For bulk annotation type, call inquiry container function to obtain the Page Name of the variable, create the Page Name Corresponding maker, and by the incoming maker of several view identifications stored in the variable and the bulk annotation.
5. device as claimed in claim 1, it is characterised in that the compiler is additionally operable to the setup code together with institute The source code for stating application program is supplied to application development instrument, generates precompile file;The infusion appliance is directed to the page The precompile file is called in face, completes the initialization of the page.
6. a kind of initialized way of compiling control method of five application page, it is characterised in that include:
Compiler finds out the variable for being labelled with view note in advance in the initialized compilation process of five application page;
By all variable imports for being labelled with view note of the page to maker, the maker is called the compiler Generating function generates the setup code of the page;
The setup code that the maker is generated is injected into the page by infusion appliance.
7. method as claimed in claim 6, it is characterised in that
The view is explained includes single annotation type and bulk annotation type;The maker includes single note maker And/or bulk annotation maker;
The maker calls the setup code that generating function generates the page to include:The single note maker is called Generating function, generates the setup code of the page for the variable of single annotation type, and/or, the bulk annotation life Grow up to be a useful person and call generating function, the setup code of the page is generated for the variable of bulk annotation type.
8. method as claimed in claim 7, it is characterised in that methods described also includes:
It is single annotation type or bulk annotation type that the compiler analyzes the view of the variable and explains.
9. method as claimed in claim 8, it is characterised in that methods described also includes:
For single annotation type, the compiler calls inquiry container function to obtain the Page Name of the variable, creates institute State the corresponding maker of Page Name, and by the variable incoming maker;
For bulk annotation type, the compiler calls inquiry container function to obtain the Page Name of the variable, creates institute State the corresponding maker of Page Name, and by the incoming institute of several view identifications stored in the variable and the bulk annotation State maker.
10. method as claimed in claim 6, it is characterised in that
Methods described also includes:The setup code is supplied to together with the source code of the application program and is answered by the compiler With program development tools, precompile file is generated;
The setup code that the maker is generated is injected into the page by the infusion appliance to be included:The infusion appliance is directed to institute Precompile file described in page invocation is stated, the initialization of the page is completed.
CN201611099716.7A 2016-12-02 2016-12-02 Application page initialization compiling and controlling device and method Pending CN106528261A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611099716.7A CN106528261A (en) 2016-12-02 2016-12-02 Application page initialization compiling and controlling device and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611099716.7A CN106528261A (en) 2016-12-02 2016-12-02 Application page initialization compiling and controlling device and method

Publications (1)

Publication Number Publication Date
CN106528261A true CN106528261A (en) 2017-03-22

Family

ID=58354652

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611099716.7A Pending CN106528261A (en) 2016-12-02 2016-12-02 Application page initialization compiling and controlling device and method

Country Status (1)

Country Link
CN (1) CN106528261A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107450922A (en) * 2017-07-27 2017-12-08 武汉斗鱼网络科技有限公司 Method, storage medium, equipment and the system that barrage event is registered automatically in Android
CN107817972A (en) * 2017-11-03 2018-03-20 泰康保险集团股份有限公司 Cache code process method, apparatus, storage medium and electronic equipment
CN109933326A (en) * 2017-12-15 2019-06-25 北京奇虎科技有限公司 Rewrite Compilation Method, device and the corresponding terminal of code
CN110704050A (en) * 2019-10-10 2020-01-17 北京无限光场科技有限公司 Module initialization method, device, electronic equipment and computer readable storage medium
CN111309323A (en) * 2020-01-19 2020-06-19 北京无限光场科技有限公司 Parameter initialization method and device and electronic equipment
CN111596906A (en) * 2020-05-18 2020-08-28 上海微盟企业发展有限公司 Android application development method, device, equipment and medium based on MVPVM
CN111736806A (en) * 2020-05-14 2020-10-02 广州三七网络科技有限公司 Control injection method and device and terminal equipment
CN112230914A (en) * 2019-07-15 2021-01-15 腾讯科技(深圳)有限公司 Method and device for producing small program, terminal and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103020064A (en) * 2011-09-20 2013-04-03 佳都新太科技股份有限公司 Method and configuration for generating query condition in annotation way
CN104102574A (en) * 2013-04-07 2014-10-15 腾讯科技(深圳)有限公司 Method and device for testing application program
CN104462959A (en) * 2014-12-04 2015-03-25 北京奇虎科技有限公司 Reinforcement protection method, sever and system for android app
CN105824611A (en) * 2015-10-20 2016-08-03 广东亿迅科技有限公司 Rapid development system based on Android intelligent operation platform
CN105988923A (en) * 2015-02-09 2016-10-05 株式会社理光 Method and system for recording user operation of Android program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103020064A (en) * 2011-09-20 2013-04-03 佳都新太科技股份有限公司 Method and configuration for generating query condition in annotation way
CN104102574A (en) * 2013-04-07 2014-10-15 腾讯科技(深圳)有限公司 Method and device for testing application program
CN104462959A (en) * 2014-12-04 2015-03-25 北京奇虎科技有限公司 Reinforcement protection method, sever and system for android app
CN105988923A (en) * 2015-02-09 2016-10-05 株式会社理光 Method and system for recording user operation of Android program
CN105824611A (en) * 2015-10-20 2016-08-03 广东亿迅科技有限公司 Rapid development system based on Android intelligent operation platform

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
JOKAR-: ""Android注解-编译时生成代码 (APT)"", 《HTTPS://BLOG.CSDN.NET/A1018875550/ARTICLE/DETAILS/52166916》 *
RUKEY7: ""浅析ButterKnife的实现 (三) —— BindView"", 《HTTPS://BLOG.CSDN.NET/GITHUB_35180164/ARTICLE/DETAILS/52208691》 *
RUKEY7: ""自定义注解之编译时注解(RetentionPolicy.CLASS)(一)"", 《HTTPS://BLOG.CSDN.NET/GITHUB_35180164/ARTICLE/DETAILS/52121038》 *

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107450922A (en) * 2017-07-27 2017-12-08 武汉斗鱼网络科技有限公司 Method, storage medium, equipment and the system that barrage event is registered automatically in Android
WO2019019683A1 (en) * 2017-07-27 2019-01-31 武汉斗鱼网络科技有限公司 Method for automatically registering bullet screen event in android, storage medium, device and system
CN107450922B (en) * 2017-07-27 2020-01-03 武汉斗鱼网络科技有限公司 Method, storage medium, device and system for automatically registering popup events in android
CN107817972A (en) * 2017-11-03 2018-03-20 泰康保险集团股份有限公司 Cache code process method, apparatus, storage medium and electronic equipment
CN109933326A (en) * 2017-12-15 2019-06-25 北京奇虎科技有限公司 Rewrite Compilation Method, device and the corresponding terminal of code
CN112230914A (en) * 2019-07-15 2021-01-15 腾讯科技(深圳)有限公司 Method and device for producing small program, terminal and storage medium
CN112230914B (en) * 2019-07-15 2023-09-15 腾讯科技(深圳)有限公司 Method, device, terminal and storage medium for producing small program
CN110704050A (en) * 2019-10-10 2020-01-17 北京无限光场科技有限公司 Module initialization method, device, electronic equipment and computer readable storage medium
CN110704050B (en) * 2019-10-10 2023-10-03 北京有竹居网络技术有限公司 Module initializing method and device, electronic equipment and computer readable storage medium
CN111309323A (en) * 2020-01-19 2020-06-19 北京无限光场科技有限公司 Parameter initialization method and device and electronic equipment
CN111309323B (en) * 2020-01-19 2023-12-12 北京有竹居网络技术有限公司 Parameter initialization method and device and electronic equipment
CN111736806A (en) * 2020-05-14 2020-10-02 广州三七网络科技有限公司 Control injection method and device and terminal equipment
CN111596906A (en) * 2020-05-18 2020-08-28 上海微盟企业发展有限公司 Android application development method, device, equipment and medium based on MVPVM
CN111596906B (en) * 2020-05-18 2023-07-07 上海微盟企业发展有限公司 MVPVM-based Android application development method, device, equipment and medium

Similar Documents

Publication Publication Date Title
CN106528261A (en) Application page initialization compiling and controlling device and method
CN108733988B (en) Method for protecting executable program on android platform
CN103064721A (en) Sharing of first class objects across multiple interpreted programming languages
CN104298534B (en) Programmed method and device based on Lua language
CN107480476B (en) Android native layer instruction compiling virtualization shell adding method based on ELF infection
CN109614103A (en) A kind of code completion method and system based on character
US20120331450A1 (en) System and method for applying a sequence of operations code to program configurable logic circuitry
CN106326099B (en) A kind of method, apparatus and electronic equipment for program tracking
CN115080055A (en) Reconfigurable system chip compiler and automatic compiling method for information security
CN107133502A (en) A kind of processing method and processing device of application program
CN108170430A (en) A kind of method and system of showing interface
CN107015840B (en) Quick execution method and quick execution system of resolver
US8683439B2 (en) System and process for debugging object-oriented programming code leveraging preprocessors
CN104321774B (en) For the anti-reversing engineering and/or method alterred program, system and equipment
US9524153B1 (en) Optimized compiling of a template function
Kang Function call interception techniques
US8769498B2 (en) Warning of register and storage area assignment errors
CN106598573A (en) Method and device for simplifying application program language
CN109086038A (en) Big data development approach and device, terminal based on Spark
Zheng et al. Comprehensive multiplatform dynamic program analysis for java and android
Alizadehsani et al. Modern integrated development environment (ides)
Dantas et al. Towards aspect-oriented programming for context-aware systems: A comparative study
Guo et al. A survey of obfuscation and deobfuscation techniques in android code protection
Thomsen et al. From safety critical Java programs to timed process models
Schütte et al. lios: Lifting ios apps for fun and profit

Legal Events

Date Code Title Description
C06 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
RJ01 Rejection of invention patent application after publication

Application publication date: 20170322