CN107193622A - Processing method, device and the terminal of code compilation - Google Patents

Processing method, device and the terminal of code compilation Download PDF

Info

Publication number
CN107193622A
CN107193622A CN201710342999.1A CN201710342999A CN107193622A CN 107193622 A CN107193622 A CN 107193622A CN 201710342999 A CN201710342999 A CN 201710342999A CN 107193622 A CN107193622 A CN 107193622A
Authority
CN
China
Prior art keywords
code
file
subfile
list
code file
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.)
Granted
Application number
CN201710342999.1A
Other languages
Chinese (zh)
Other versions
CN107193622B (en
Inventor
邢旺
张晓亮
张建春
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Xiaomi Mobile Software Co Ltd
Original Assignee
Beijing Xiaomi Mobile Software Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Xiaomi Mobile Software Co Ltd filed Critical Beijing Xiaomi Mobile Software Co Ltd
Priority to CN201710342999.1A priority Critical patent/CN107193622B/en
Publication of CN107193622A publication Critical patent/CN107193622A/en
Application granted granted Critical
Publication of CN107193622B publication Critical patent/CN107193622B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/43Checking; Contextual analysis
    • G06F8/433Dependency analysis; Data or control flow analysis

Abstract

The disclosure is directed to a kind of processing method of code compilation, device and terminal, wherein, this method includes:Each code file of each development of user is obtained, a code file includes at least one code subfile;For each code file, according to each code subfile, it is determined that list of file names corresponding with code file, list of file names includes each being relied on by least one code subfile and being not belonging to the code subfile of code file;For each code file, according to list of file names, it is determined that code file list corresponding with code file, code file list includes at least one other code file, other code files are the code file corresponding to the code subfile in list of file names, and other code files are in open state.The dependence of source code can be safely and conveniently obtained, exploitation and debugging failed problem caused by code dependence complexity is solved, improves the operating efficiency of developer.

Description

Processing method, device and the terminal of code compilation
Technical field
This disclosure relates to field of computer technology, more particularly to code compilation processing method, device and terminal.
Background technology
The Android system used with the development of terminal technology, many terminals.Developer needs to be directed to using Android system The terminal of system, develops and is adapted to each application program of Android system, or be adapted to whole terminal system of Android system etc.. The either exploitation of system level code, or application level code development, be all to need multiple developers to be collectively responsible for Same project.The code that different developers are developed, the dependence generally all can with context;Then to generation Code is when be compiled, only this it is multiple have the code of dependence and pass through while being compiled and could compile, otherwise compile Failure.
, it is necessary to, it is necessary to which which exploit person relied on when developer wants oneself very familiar code compilation in correlation technique The code of member, and relied on by the code of which developer;Then when being compiled to code, developer's hand Dynamic goes configuration dependence, the code that manual adjustment is relied on.
But in correlation technique, code typically has more responsible dependence, due to needing developer manual Adjust the dependence of code, it may appear that the situation of error, and then debugging, the situation of exploitation failure occur;And it is this manual The mode of adjustment is less efficient, have impact on the development time of whole code.
The content of the invention
The dependence appearance of the adjustment code of developer manually is needed to debug, open present in correlation technique to overcome Send out the situation of failure;The mode manually adjusted is less efficient, the problem of have impact on the development time of whole code, and the disclosure is provided A kind of processing method of code compilation, device and terminal.
According to the first aspect of the embodiment of the present disclosure there is provided a kind of processing method of code compilation, including:
Each code file of each development of user is obtained, wherein, a code file includes at least one code File;
For each code file, according to each code subfile, it is determined that file corresponding with code file is ranked Table, wherein, the list of file names includes each being relied on by code subfile at least one described and being not belonging to code text The code subfile of part;
For each code file, according to the list of file names, it is determined that code corresponding with the code file is literary Part list, wherein, the code file list includes at least one other code file, and other described code files are described The code file corresponding to code subfile in list of file names, and other described code files are in open state.
Further, the code subfile includes code content;It is described to be directed to each code file, according to each institute Code subfile is stated, it is determined that list of file names corresponding with code file, including:
For each code subfile of each code file, according to the code content of the code subfile, it is determined that The code subfile include information, wherein, it is described include code content of the information for the code subfile in relied on it is each Code subfile;
For each code subfile of each code file, information is included according to the code subfile, it is determined that The analysis information of the code subfile, wherein, the analysis information includes being not belonging to and the code Ziwen in information to be described The code subfile of the corresponding code file of part;
For each code file, according to each analysis information of each code subfile of code file, generation and code The corresponding list of file names of file.
Further, it is described be directed to each code file, according to the list of file names, it is determined that with the code file Corresponding code file list, including:
For each code file, according to the code subfile in list of file names corresponding with the code file, really Determine code file Dependency Specification, wherein, the code file Dependency Specification includes the generation at least one file name list The code file that numeral file is belonged to;
For each code file, according to the code file Dependency Specification, the code file Dependency Specification is judged In each code file state;
For each code file, however, it is determined that the state of the code file in the code file Dependency Specification is opening State, then according to the code file for being in open state, generate the code file list.
Further, it is described be directed to each code file, according to the list of file names, it is determined that with the code file Corresponding code file list, including:
For each code file, it is determined that other code files in open state, and determine to be in open state Other code files under code subfile;
For each code file, judge in the code subfile under other code files in open state, be The no code subfile having in the list of file names;
For each code file, it is determined that with when, according to the code subfile in the list of file names, And by other code files in open state, generate the code file list.
Further, each code file is directed to described, according to the list of file names, it is determined that literary with the code After the corresponding code file list of part, in addition to:
According to each code file list of each code file, each code file is compiled.
Further, the code subfile includes at least one of following information:
Code release information, code path, code subfile mark.
The technical scheme provided by this disclosed embodiment can include the following benefits:By obtaining each development of user Each code file, wherein, a code file includes at least one code subfile;For each code file, according to Each code subfile, it is determined that list of file names corresponding with code file, wherein, list of file names includes each by least one Code subfile relies on and is not belonging to the code subfile of code file;For each code file, ranked according to file Table, it is determined that code file list corresponding with code file, wherein, code file list includes at least one other code text Part, other code files are in for the code file corresponding to the code subfile in list of file names, and other code files Open state.So as to there is provided a kind of method of code analysis dependence, can automatically analyze between each code file Dependence.And then, when multiple developers are collectively responsible for same exploration project, the generation especially developed in many people Code dependence is complicated can safely and conveniently to obtain the dependence of source code in this case, be then convenient for adjusting Examination, test;Either still debugged in the compilation phase of code, test phase, both provide a kind of technical support of stabilization, pole Big solves exploitation and debugging failed problem caused by code dependence complexity, improves the work effect of developer Rate.
According to the second aspect of the embodiment of the present disclosure there is provided a kind of processing unit of code compilation, including:
Acquisition module, is configured as obtaining each code file of each development of user, wherein, wrapped in a code file Include at least one code subfile;
First determining module, is configured as being directed to each code file, according to each code subfile, it is determined that and generation The corresponding list of file names of code file, wherein, the list of file names include it is each by code subfile at least one described according to Rely and be not belonging to the code subfile of the code file;
Second determining module, be configured as be directed to each code file, according to the list of file names, it is determined that with it is described The corresponding code file list of code file, wherein, the code file list includes at least one other code file, institute It is the code file corresponding to the code subfile in the list of file names to state other code files, and other described codes are literary Part is in open state.
Further, the code subfile includes code content;First determining module, is specifically configured to:
For each code subfile of each code file, according to the code content of the code subfile, it is determined that The code subfile include information, wherein, it is described include code content of the information for the code subfile in relied on it is each Code subfile;
For each code subfile of each code file, information is included according to the code subfile, it is determined that The analysis information of the code subfile, wherein, the analysis information includes being not belonging to and the code Ziwen in information to be described The code subfile of the corresponding code file of part;
For each code file, according to each analysis information of each code subfile of code file, generation and code The corresponding list of file names of file.
Further, second determining module, is specifically configured to:
For each code file, according to the code subfile in list of file names corresponding with the code file, really Determine code file Dependency Specification, wherein, the code file Dependency Specification includes the generation at least one file name list The code file that numeral file is belonged to;
For each code file, according to the code file Dependency Specification, the code file Dependency Specification is judged In each code file state;
For each code file, however, it is determined that the state of the code file in the code file Dependency Specification is opening State, then according to the code file for being in open state, generate the code file list.
Further, second determining module, is specifically configured to:
For each code file, it is determined that other code files in open state, and determine to be in open state Other code files under code subfile;
For each code file, judge in the code subfile under other code files in open state, be The no code subfile having in the list of file names;
For each code file, it is determined that with when, according to the code subfile in the list of file names, And by other code files in open state, generate the code file list.
Further, described device, in addition to:
Collector, is configured as being directed to each code file in second determining module, according to the filename List, it is determined that after code file list corresponding with the code file, according to each code file list of each code file, Each code file is compiled.
Further, the code subfile includes at least one of following information:
Code release information, code path, code subfile mark.
The technical scheme provided by this disclosed embodiment can include the following benefits:By obtaining each development of user Each code file, wherein, a code file includes at least one code subfile;For each code file, according to Each code subfile, it is determined that list of file names corresponding with code file, wherein, list of file names includes each by least one Code subfile relies on and is not belonging to the code subfile of code file;For each code file, ranked according to file Table, it is determined that code file list corresponding with code file, wherein, code file list includes at least one other code text Part, other code files are in for the code file corresponding to the code subfile in list of file names, and other code files Open state.So as to there is provided a kind of method of code analysis dependence, can automatically analyze between each code file Dependence.And then, when multiple developers are collectively responsible for same exploration project, the generation especially developed in many people Code dependence is complicated can safely and conveniently to obtain the dependence of source code in this case, be then convenient for adjusting Examination, test;Either still debugged in the compilation phase of code, test phase, both provide a kind of technical support of stabilization, pole Big solves exploitation and debugging failed problem caused by code dependence complexity, improves the work effect of developer Rate.
According to the third aspect of the embodiment of the present disclosure there is provided a kind of terminal, including:
Processor, and for storing the memory of processor-executable instruction;
Wherein, the processor is configured as:Each code file of each development of user is obtained, wherein, a code File includes at least one code subfile;For each code file, according to each code subfile, it is determined that and generation The corresponding list of file names of code file, wherein, the list of file names include it is each by code subfile at least one described according to Rely and be not belonging to the code subfile of the code file;For each code file, according to the list of file names, really Fixed code file list corresponding with the code file, wherein, the code file list includes at least one other generation Code file, other described code files are the code file corresponding to the code subfile in the list of file names, and described Other code files are in open state.
The technical scheme provided by this disclosed embodiment can include the following benefits:By obtaining each development of user Each code file, wherein, a code file includes at least one code subfile;For each code file, according to Each code subfile, it is determined that list of file names corresponding with code file, wherein, list of file names includes each by least one Code subfile relies on and is not belonging to the code subfile of code file;For each code file, ranked according to file Table, it is determined that code file list corresponding with code file, wherein, code file list includes at least one other code text Part, other code files are in for the code file corresponding to the code subfile in list of file names, and other code files Open state.So as to there is provided a kind of method of code analysis dependence, can automatically analyze between each code file Dependence.And then, when multiple developers are collectively responsible for same exploration project, the generation especially developed in many people Code dependence is complicated can safely and conveniently to obtain the dependence of source code in this case, be then convenient for adjusting Examination, test;Either still debugged in the compilation phase of code, test phase, both provide a kind of technical support of stabilization, pole Big solves exploitation and debugging failed problem caused by code dependence complexity, improves the work effect of developer Rate.
It should be appreciated that the general description of the above and detailed description hereinafter are only exemplary and explanatory, not The disclosure can be limited.
Brief description of the drawings
Accompanying drawing herein is merged in specification and constitutes the part of this specification, shows the implementation for meeting the present invention Example, and for explaining principle of the invention together with specification.
Fig. 1 is a kind of flow chart of the processing method embodiment one of code compilation according to an exemplary embodiment;
Fig. 2 is a kind of flow chart of the processing method embodiment two of code compilation according to an exemplary embodiment;
Fig. 3 is a kind of frame of the processing method device embodiment three of code compilation according to an exemplary embodiment Figure;
Fig. 4 is a kind of frame of the processing method device embodiment four of code compilation according to an exemplary embodiment Figure;
Fig. 5 is a kind of block diagram of the entity of terminal according to an exemplary embodiment;
Fig. 6 is a kind of block diagram of terminal device 800 according to an exemplary embodiment.
Embodiment
Here exemplary embodiment will be illustrated in detail, its example is illustrated in the accompanying drawings.Following description is related to During accompanying drawing, unless otherwise indicated, the same numbers in different accompanying drawings represent same or analogous key element.Following exemplary embodiment Described in embodiment do not represent and the consistent all embodiments of the present invention.On the contrary, they be only with it is such as appended The example of the consistent apparatus and method of some aspects be described in detail in claims, the present invention.
Fig. 1 is a kind of flow chart of the processing method embodiment one of code compilation according to an exemplary embodiment, As shown in figure 1, the processing method of code compilation is used in terminal, the terminal includes mobile terminal, personal terminal etc., for example, touch Screen mobile phone, tablet personal computer, PC etc., this method comprises the following steps.
In step s 11, obtain each code file of each development of user, wherein, a code file include to A few code subfile.
In this step, after the exploitation that each development of user has carried out respective code file, terminal can be got Each code file of each development of user.For example, each development of user can input or copy respective code file into terminal, or Person, terminal can go to obtain each code file into the terminal of each development of user, or, terminal can go to obtain into code library Each code file of each development of user.
Wherein, each code file includes at least one code subfile.Code subfile, including following information It is at least one:Code content, code release information, code path, code subfile mark.
For example, this step is performed by a code monitoring modular, and the code monitoring modular is responsible for monitoring code library Dynamic;The input of the code monitoring modular is nothing, is output as submitting the relevant information of code file;So as to the code monitoring modular The code file of developer's submission can be obtained from code library, each code is got from the code subfile of code file Version branch that the code path of subfile, code are located at, the content of code, code subfile mark, while getting code The information such as the unique mark changeID of file.
In step s 12, for each code file, according to each code subfile, it is determined that with code file pair The list of file names answered, wherein, the list of file names include it is each by least one described code subfile rely on and do not belong to In the code subfile of the code file.
In this step, for for each code file, for each code Ziwen in a code file Part, information of the terminal in code subfile, terminal is determined that current code subfile is relied on and is not belonging to work as former generation The code subfile of code file.For each code file, terminal performs above procedure, and then determines code file In each code subfile relied on and the code subfile that is not belonging to current code file, then obtain a code text The corresponding list of file names of part.
For example, for code file changeID=1, there are 3 code subfiles in the code file, point Wei not A codes subfile, B-code subfile, C code subfile.Terminal can determine a list of file names, file name Include D codes subfile, E codes subfile, F code subfiles in list;Subfile in list of file names, is by code text At least one code subfile relies on and is not belonging to code file changeID=1 code Ziwen in part changeID=1 Part.For example, this step can be performed by code scans module, can into code scans module input code file 1, the code Scan module can export a list of file names;File name list is a character string list, such as [" com.xiaomi.framework.base ", " com.miui.whetstone.strategy " ...], this expression The code such as com.xiaomi.framework.base files and com.miui.whetstone.strategy subfile is in input Code file 1 in quote rely on, and com.xiaomi.framework.base files and The code subfile such as com.miui.whetstone.strategy is not present in code file 1.
In step s 13, for each code file, according to the list of file names, it is determined that with the code file Corresponding code file list, wherein, the code file list includes at least one other code file, other described generations Code file be the list of file names in code subfile corresponding to code file, and other described code files be in open Put state.
In this step, for each code file, terminal can determine the code subfile in list of file names Corresponding code file, then whether the state for the code file that terminal judgement is determined is in development status.Terminal can be with The code file in development status is determined, then, terminal is in the code file of development status according to these, obtains one Code file list.
The present embodiment can be performed by a code status judge module in terminal, can be to code status judge module Middle input file list of file names, then can obtain in the code file corresponding to the code subfile in list of file names, be in The code file of open state, has obtained a code file list.The code file list is, for example, [' 30122 ', ' 30211’…]。
For example, for code file changeID=1, there are 3 code subfiles in the code file, point Wei not A codes subfile, B-code subfile, C code subfile.Terminal can determine a list of file names, file name Include D codes subfile, E codes subfile, F code subfiles in list;Subfile in list of file names, is by code text At least one code subfile relies on and is not belonging to code file changeID=1 code Ziwen in part changeID=1 Part.Then, terminal can determine that the D code subfiles of list of file names belong to code file changeID=2, determine file The E code subfiles of list of file names belong to code file changeID=2, determine the F codes subfile ownership of list of file names In code file changeID=3.Then, terminal judges code file changeID=2, code file changeID=respectively Whether 3 be in open state, and terminal can determine that code file changeID=2 is in open state, then terminal just can root A code file list corresponding with code file changeID=1, code text are generated according to code file changeID=2 Part list includes code file changeID=2 mark changeID=2.
The present embodiment by obtaining each code file of each development of user, wherein, a code file includes at least one Individual code subfile;For each code file, according to each code subfile, it is determined that file corresponding with code file is ranked Table, wherein, list of file names includes each being relied on by least one code subfile and being not belonging to the code Ziwen of code file Part;For each code file, according to list of file names, it is determined that code file list corresponding with code file, wherein, generation Code listed files includes at least one other code file, and other code files are the code subfile institute in list of file names Corresponding code file, and other code files are in open state.So as to there is provided a kind of side of code analysis dependence Method, can automatically analyze the dependence between each code file.And then, it is collectively responsible for same open in multiple developers It is especially complicated in this case in the code dependence of many people exploitation when hair project, can safely and conveniently it obtain The dependence of source code, is then convenient for debugging, tests;Either still debugged in the compilation phase of code, test rank Section, both provides a kind of technical support of stabilization, greatly solves exploitation and debugging caused by code dependence complexity Failure problem, improves the operating efficiency of developer.
Fig. 2 is a kind of flow chart of the processing method embodiment two of code compilation according to an exemplary embodiment, As shown in Fig. 2 this method comprises the following steps.
In the step s 21, obtain each code file of each development of user, wherein, a code file include to A few code subfile, the code subfile includes code content.
In this step, this step referring to Fig. 1 step S11.
In step S22, for each code subfile of each code file, according to the generation of the code subfile Digital content, determine the code subfile includes information, wherein, the information that includes is in the code content of the code subfile Each code subfile relied on.
In this step, for for each code file, for each code Ziwen in a code file Part, code content of the terminal in code subfile, terminal determines what the code content of current code subfile was relied on Each code subfile, so obtain current code subfile include information.For each code file, terminal is performed Above procedure, so determine each code file each code subfile include information.
For example, for code file changeID=1, there are 3 code subfiles in the code file, point Wei not A codes subfile, B-code subfile, C code subfile.Terminal determines A generations according to the code content of A code subfiles Each code subfile relied in the code content of numeral file is B-code subfile, C code subfile, D code Ziwens Part;Terminal is according to the code content of B-code subfile, each code relied in the code content for determining B-code subfile File is A codes subfile, E code subfiles;Terminal determines C code subfile according to the code content of C code subfile Each code subfile relied in code content is F codes subfile, G code subfile.
In step S23, for each code subfile of each code file, according to the bag of the code subfile Containing information, determine the analysis information of the code subfile, wherein, the analysis information for it is described include in information being not belonging to The code subfile of the corresponding code file of code subfile;For each code file, according to each generation of code file Each analysis information of numeral file, generates list of file names corresponding with code file.
In this step, for each code subfile of each code file, terminal is according to the code subfile Include information, determine comprising the code subfile for being not belonging to code file corresponding with the code subfile in information, And then obtain the analysis information of the code subfile.For each code file, terminal performs above procedure, and then really Make the analysis information of each code subfile of each code file.
Then, according to each analysis information of each code subfile of code file, file corresponding with code file is generated List of file names.
For example, for code file changeID=1, there are 3 code subfiles in the code file, point Wei not A codes subfile, B-code subfile, C code subfile.Terminal determines A generations according to the code content of A code subfiles Numeral file is B-code subfile, C code subfile, D code subfiles comprising information;Terminal is according to B-code subfile Code content, determine B-code subfile is A codes subfile, E code subfiles comprising information;Terminal is according to C code Ziwen The code content of part, determine C code subfile is F codes subfile, G code subfile comprising information.Then, terminal can be with Determine that the D code subfiles in the analysis information of A code subfiles are not belonging to code file changeID=1, it is determined that A The analysis information of code subfile is D code subfiles;Terminal can determine the E codes in the analysis information of B-code subfile Subfile is not belonging to code file changeID=1, it is determined that the analysis information of B-code subfile is E code subfiles; Then, terminal can determine that F codes subfile and G code subfile in the analysis information of C code subfile are to be not belonging to generation Code file changeID=1's, it is determined that the analysis information of C code subfile is F codes subfile and G code subfile.So Afterwards, terminal writes the mark of the code subfile under each analysis information of code file changeID=1 each code subfile Enter into list of file names corresponding with code file changeID=1, obtain list of file names for D codes subfile, E codes Subfile, F codes subfile and G code subfile.
In step s 24, for each code file, according to the list of file names, it is determined that with the code file Corresponding code file list, wherein, the code file list includes at least one other code file, other described generations Code file be the list of file names in code subfile corresponding to code file, and other described code files be in open Put state.
Wherein, step S24 specific implementation has two kinds:
The first implementation is:For each code file, according to list of file names corresponding with the code file In code subfile, determine code file Dependency Specification, wherein, the code file Dependency Specification include at least one should The code file that code subfile in list of file names is belonged to;For each code file, according to the code file Dependency Specification, judges the state of each code file in the code file Dependency Specification;For each code file, if really The state of code file in the fixed code file Dependency Specification is open state, then according to the code text in open state Part, generates the code file list.
Second of implementation be:For each code file, it is determined that other code files in open state, and It is determined that the code subfile under other code files in open state;For each code file, judge in opening In code subfile under other code files of state, if with the code subfile in the list of file names;For Each code file, it is determined that with when, according to the code subfile in the list of file names and will in open Other code files of state, generate the code file list.
In this step, for each code file, terminal is according to list of file names, it is determined that corresponding with code file The process of code file list, with two kinds of implementations.
First way is procedure below.For each code file, terminal is according to text corresponding with the code file Code subfile in part list of file names, inquires the code file that the code subfile in file name list is belonged to, and then Obtain the code file Dependency Specification of the code file;Then, because code file has several states in code library, including Have open (Open, abbreviation open) state and closed mode, wherein, closed mode have merged or closed or The closed modes such as abandon;Terminal is in code library, each code text inquired about in the code file Dependency Specification of the code file Whether the state of part is open states;Then, code in open state text of the terminal in code file Dependency Specification Part, generates the code file list of the code file.
For example, terminal obtains the corresponding list of file names of code file changeID=1, and file name list is D Code subfile, E codes subfile, F codes subfile and G code subfile;Terminal determines the generation that D code subfiles are belonged to Code file is code file changeID=2, determines that the code file that E code subfiles are belonged to is code file changeID =3, determine that the code file that F code subfiles are belonged to is code file changeID=3, determine that G code subfile is returned The code file of category is code file changeID=4, and then obtains code file changeID=1 code file dependence letter Cease for code file changeID=2, code file changeID=3, code file changeID=4.Then terminal is directed to Code file changeID=2, code file changeID=3, code file changeID=4, remove code library management system Middle these changeID of inspection state, is closed if changeID state is merged or closed or abandon etc. Closed state, then skipped and continue checking for, when running into the changeID of open states, and this changeID is added to the list for being put into output In, and next changeID inspection is carried out, and then terminal can determine code file changeID=2, code file ChangeID=3 is in open states, and then obtains a code file list, includes code in the code file list File changeID=2 mark, code file changeID=3 mark.
The second way is procedure below.For each code file, terminal determines all its in open state His code file, it is then determined that source is in the code subfile under other code files of open state;Terminal is further continued for judging In code subfile under other code files in open state, if in the list of file names with current code file Code subfile;Then terminal it is determined that with when, terminal just can according to the code subfile in list of file names, And by other code files in open state, generate the code file list of current code file.
For example, terminal obtains the corresponding list of file names of code file changeID=1, and file name list is D Code subfile, E codes subfile, F codes subfile and G code subfile;Terminal is scanned in code library, selects institute There is the code file in open states, there is code file changeID=2, code file changeID=3, code file ChangeID=4 etc.;Then, in each code subfile under all code files in open states of terminal, if tool There is the code subfile in current list of file names;Terminal can determine the code file changeID=in open states There is the D code subfiles in current list of file names, it is determined that the code file changeID=3 in open states in 2 In have current list of file names in E codes subfile and F code subfiles;Terminal just can be according to code file ChangeID=2, code file changeID=3, obtain a code file list, include in the code file list Code file changeID=2 mark, code file changeID=3 mark.
In step s 25, according to each code file list of each code file, each code file is compiled.
In this step, after terminal has obtained each code file list of each code file, it is possible to determine each code Dependence between file, then, terminal just can be according to each code file lists of each code file, to each code text Part is compiled.
The present embodiment by obtaining each code file of each development of user, wherein, a code file includes at least one Individual code subfile;For each code file, according to each code subfile, it is determined that file corresponding with code file is ranked Table, wherein, list of file names includes each being relied on by least one code subfile and being not belonging to the code Ziwen of code file Part;For each code file, according to list of file names, it is determined that code file list corresponding with code file, wherein, generation Code listed files includes at least one other code file, and other code files are the code subfile institute in list of file names Corresponding code file, and other code files are in open state;According to each code file list of each code file, to each Code file is compiled.So as to there is provided a kind of method of code analysis dependence, can automatically analyze each code text Dependence between part.And then, when multiple developers are collectively responsible for same exploration project, especially in many people The code dependence of exploitation is complicated in this case, can safely and conveniently obtain the dependence of source code, then be easy to Debugged, tested;Either still debugged in the compilation phase of code, test phase, both provide a kind of technology of stabilization Support, greatly solve exploitation and debugging failed problem caused by code dependence complexity, improve developer's Operating efficiency.
Fig. 3 is a kind of frame of the processing method device embodiment three of code compilation according to an exemplary embodiment Figure.Reference picture 3, the device includes:
Acquisition module 31, is configured as obtaining each code file of each development of user, wherein, in a code file Including at least one code subfile;
First determining module 32, is configured as being directed to each code file, according to each code subfile, it is determined that with The corresponding list of file names of code file, wherein, the list of file names includes each by code subfile at least one described Rely on and be not belonging to the code subfile of the code file;
Second determining module 33, is configured as being directed to each code file, according to the list of file names, it is determined that and institute The corresponding code file list of code file is stated, wherein, the code file list includes at least one other code file, Other described code files are the code file corresponding to the code subfile in the list of file names, and other described codes File is in open state.
On the device in above-described embodiment, wherein modules perform the concrete mode of operation in relevant this method Embodiment in be described in detail, explanation will be not set forth in detail herein.
The present embodiment by obtaining each code file of each development of user, wherein, a code file includes at least one Individual code subfile;For each code file, according to each code subfile, it is determined that file corresponding with code file is ranked Table, wherein, list of file names includes each being relied on by least one code subfile and being not belonging to the code Ziwen of code file Part;For each code file, according to list of file names, it is determined that code file list corresponding with code file, wherein, generation Code listed files includes at least one other code file, and other code files are the code subfile institute in list of file names Corresponding code file, and other code files are in open state.So as to there is provided a kind of side of code analysis dependence Method, can automatically analyze the dependence between each code file.And then, it is collectively responsible for same open in multiple developers It is especially complicated in this case in the code dependence of many people exploitation when hair project, can safely and conveniently it obtain The dependence of source code, is then convenient for debugging, tests;Either still debugged in the compilation phase of code, test rank Section, both provides a kind of technical support of stabilization, greatly solves exploitation and debugging caused by code dependence complexity Failure problem, improves the operating efficiency of developer.
Fig. 4 is a kind of frame of the processing method device embodiment four of code compilation according to an exemplary embodiment Figure.Reference picture 4, the code subfile includes code content;First determining module 32, is specifically configured to:
For each code subfile of each code file, according to the code content of the code subfile, it is determined that The code subfile include information, wherein, it is described include code content of the information for the code subfile in relied on it is each Code subfile;
For each code subfile of each code file, information is included according to the code subfile, it is determined that The analysis information of the code subfile, wherein, the analysis information includes being not belonging to and the code Ziwen in information to be described The code subfile of the corresponding code file of part;
For each code file, according to each analysis information of each code subfile of code file, generation and code The corresponding list of file names of file.
Second determining module 33, is specifically configured to:
For each code file, according to the code subfile in list of file names corresponding with the code file, really Determine code file Dependency Specification, wherein, the code file Dependency Specification includes the generation at least one file name list The code file that numeral file is belonged to;
For each code file, according to the code file Dependency Specification, the code file Dependency Specification is judged In each code file state;
For each code file, however, it is determined that the state of the code file in the code file Dependency Specification is opening State, then according to the code file for being in open state, generate the code file list.
Or, second determining module 33 is specifically configured to:
For each code file, it is determined that other code files in open state, and determine to be in open state Other code files under code subfile;
For each code file, judge in the code subfile under other code files in open state, be The no code subfile having in the list of file names;
For each code file, it is determined that with when, according to the code subfile in the list of file names, And by other code files in open state, generate the code file list.
The device that the present embodiment is provided, in addition to:
Collector 41, is configured as being directed to each code file in second determining module 33, according to the text Part list of file names, it is determined that after code file list corresponding with the code file, according to each code file of each code file List, is compiled to each code file.
The code subfile includes at least one of following information:Code release information, code path, code Ziwen Part is identified.
On the device in above-described embodiment, wherein modules perform the concrete mode of operation in relevant this method Embodiment in be described in detail, explanation will be not set forth in detail herein.
The present embodiment by obtaining each code file of each development of user, wherein, a code file includes at least one Individual code subfile;For each code file, according to each code subfile, it is determined that file corresponding with code file is ranked Table, wherein, list of file names includes each being relied on by least one code subfile and being not belonging to the code Ziwen of code file Part;For each code file, according to list of file names, it is determined that code file list corresponding with code file, wherein, generation Code listed files includes at least one other code file, and other code files are the code subfile institute in list of file names Corresponding code file, and other code files are in open state;According to each code file list of each code file, to each Code file is compiled.So as to there is provided a kind of method of code analysis dependence, can automatically analyze each code text Dependence between part.And then, when multiple developers are collectively responsible for same exploration project, especially in many people The code dependence of exploitation is complicated in this case, can safely and conveniently obtain the dependence of source code, then be easy to Debugged, tested;Either still debugged in the compilation phase of code, test phase, both provide a kind of technology of stabilization Support, greatly solve exploitation and debugging failed problem caused by code dependence complexity, improve developer's Operating efficiency.
Fig. 5 is a kind of block diagram of the entity of terminal according to an exemplary embodiment.Reference picture 5, the terminal can be with It is implemented as:Processor 51, and it is configured as storing the memory 52 of processor-executable instruction;
Wherein, the processor 51 is configured as:Each code file of each development of user is obtained, wherein, a generation Code file includes at least one code subfile;For each code file, according to each code subfile, it is determined that with The corresponding list of file names of code file, wherein, the list of file names includes each by code subfile at least one described Rely on and be not belonging to the code subfile of the code file;For each code file, according to the list of file names, It is determined that code file list corresponding with the code file, wherein, the code file list includes at least one other Code file, other described code files are the code file corresponding to the code subfile in the list of file names, and institute State other code files and be in open state.
In the above-described embodiments, it should be appreciated that the processor can be CPU (English:Central Processing Unit, referred to as:CPU), it can also be other general processors, digital signal processor (English:Digital Signal Processor, referred to as:DSP), application specific integrated circuit (English:Application Specific Integrated Circuit, referred to as:ASIC) etc..General processor can be microprocessor or the processor can also be any conventional place Device etc. is managed, and foregoing memory can be read-only storage (English:Read-only memory, abbreviation:ROM), deposit at random Access to memory (English:Random access memory, referred to as:RAM), flash memory, hard disk or solid state hard disc.SIM Card is also referred to as subscriber identification card, smart card, and digital mobile telephone must load onto this card and can use.I.e. in computer chip On store the information of digital mobile phone client, the content such as the key of encryption and the telephone directory of user.With reference to of the invention real The step of applying the method disclosed in example can be embodied directly in hardware processor and perform completion, or with the hardware in processor and Software module combination performs completion.
On the terminal in above-described embodiment, wherein modules perform the concrete mode of operation in relevant this method It is described in detail with the embodiment of device, explanation will be not set forth in detail herein.
The present embodiment by obtaining each code file of each development of user, wherein, a code file includes at least one Individual code subfile;For each code file, according to each code subfile, it is determined that file corresponding with code file is ranked Table, wherein, list of file names includes each being relied on by least one code subfile and being not belonging to the code Ziwen of code file Part;For each code file, according to list of file names, it is determined that code file list corresponding with code file, wherein, generation Code listed files includes at least one other code file, and other code files are the code subfile institute in list of file names Corresponding code file, and other code files are in open state.So as to there is provided a kind of side of code analysis dependence Method, can automatically analyze the dependence between each code file.And then, it is collectively responsible for same open in multiple developers It is especially complicated in this case in the code dependence of many people exploitation when hair project, can safely and conveniently it obtain The dependence of source code, is then convenient for debugging, tests;Either still debugged in the compilation phase of code, test rank Section, both provides a kind of technical support of stabilization, greatly solves exploitation and debugging caused by code dependence complexity Failure problem, improves the operating efficiency of developer.
Fig. 6 is a kind of block diagram of terminal device 800 according to an exemplary embodiment.For example, terminal device 800 can To be mobile phone, computer, digital broadcast terminal, messaging devices, game console, tablet device, Medical Devices are good for Body equipment, personal digital assistant etc..
Reference picture 6, terminal device 800 can include following one or more assemblies:Processing assembly 802, memory 804, Power supply module 806, multimedia groupware 808, audio-frequency assembly 810, the interface 812 of input/output (I/O), sensor cluster 814, And communication component 816.
The integrated operation of the usual control terminal equipment 800 of processing assembly 802, such as with display, call, data are led to Letter, the camera operation operation associated with record operation.Processing assembly 802 can include one or more processors 820 to hold Row instruction, to complete all or part of step of above-mentioned method.In addition, processing assembly 802 can include one or more moulds Block, is easy to the interaction between processing assembly 802 and other assemblies.For example, processing assembly 802 can include multi-media module, with Facilitate the interaction between multimedia groupware 808 and processing assembly 802.
Memory 804 is configured as storing various types of data supporting the operation in terminal device 800.These data Example include the instruction of any application program or method for being used to operate on terminal device 800, contact data, telephone directory Data, message, picture, video etc..Memory 804 can by any kind of volatibility or non-volatile memory device or it Combination realize that such as static RAM (SRAM), Electrically Erasable Read Only Memory (EEPROM) is erasable Except programmable read only memory (EPROM), programmable read only memory (PROM), read-only storage (ROM), magnetic memory, soon Flash memory, disk or CD.
Power supply module 806 provides electric power for the various assemblies of terminal device 800.Power supply module 806 can include power supply pipe Reason system, one or more power supplys, and other components associated with generating, managing and distributing electric power for terminal device 800.
Multimedia groupware 808 is included in the screen of one output interface of offer between the terminal device 800 and user. In certain embodiments, screen can include liquid crystal display (LCD) and touch panel (TP).If screen includes touch surface Plate, screen may be implemented as touch-screen, to receive the input signal from user.Touch panel includes one or more touch Sensor is with the gesture on sensing touch, slip and touch panel.The touch sensor can not only sensing touch or slip The border of action, but also the detection duration related to the touch or slide and pressure.In certain embodiments, Multimedia groupware 808 includes a front camera and/or rear camera.When terminal device 800 is in operator scheme, such as clap When taking the photograph pattern or video mode, front camera and/or rear camera can receive the multi-medium data of outside.It is each preposition Camera and rear camera can be a fixed optical lens systems or with focusing and optical zoom capabilities.
Audio-frequency assembly 810 is configured as output and/or input audio signal.For example, audio-frequency assembly 810 includes a Mike Wind (MIC), when terminal device 800 is in operator scheme, when such as call model, logging mode and speech recognition mode, microphone It is configured as receiving external audio signal.The audio signal received can be further stored in memory 804 or via logical Letter component 816 is sent.In certain embodiments, audio-frequency assembly 810 also includes a loudspeaker, for exports audio signal.
I/O interfaces 812 is provide interface between processing assembly 802 and peripheral interface module, above-mentioned peripheral interface module can To be keyboard, click wheel, button etc..These buttons may include but be not limited to:Home button, volume button, start button and lock Determine button.
Sensor cluster 814 includes one or more sensors, the state for providing various aspects for terminal device 800 Assess.For example, sensor cluster 814 can detect opening/closed mode of terminal device 800, the relative positioning of component, example As described component be terminal device 800 display and keypad, sensor cluster 814 can also detect terminal device 800 or The position of 800 1 components of terminal device changes, the existence or non-existence that user contacts with terminal device 800, terminal device 800 The temperature change of orientation or acceleration/deceleration and terminal device 800.Sensor cluster 814 can include proximity transducer, be configured For the presence of object near being detected in not any physical contact.Sensor cluster 814 can also include optical sensor, Such as CMOS or ccd image sensor, for being used in imaging applications.In certain embodiments, the sensor cluster 814 may be used also With including acceleration transducer, gyro sensor, Magnetic Sensor, pressure sensor or temperature sensor.
Communication component 816 is configured to facilitate the communication of wired or wireless way between terminal device 800 and other equipment. Terminal device 800 can access the wireless network based on communication standard, such as WiFi, 2G or 3G, or combinations thereof.Show at one In example property embodiment, communication component 816 receives broadcast singal or broadcast from external broadcasting management system via broadcast channel Relevant information.In one exemplary embodiment, the communication component 816 also includes near-field communication (NFC) module, short to promote Cheng Tongxin.For example, radio frequency identification (RFID) technology, Infrared Data Association (IrDA) technology, ultra wide band can be based in NFC module (UWB) technology, bluetooth (BT) technology and other technologies are realized.
In the exemplary embodiment, terminal device 800 can be by one or more application specific integrated circuits (ASIC), number Word signal processor (DSP), digital signal processing appts (DSPD), PLD (PLD), field programmable gate array (FPGA), controller, microcontroller, microprocessor or other electronic components are realized, for performing the above method.
In the exemplary embodiment, a kind of non-transitorycomputer readable storage medium including instructing, example are additionally provided Such as include the memory 804 of instruction, above-mentioned instruction can be performed to complete the above method by the processor 820 of terminal device 800.Example Such as, the non-transitorycomputer readable storage medium can be ROM, it is random access memory (RAM), CD-ROM, tape, soft Disk and optical data storage devices etc..
A kind of non-transitorycomputer readable storage medium, when the instruction in the storage medium is by the processing of mobile terminal When device is performed so that mobile terminal is able to carry out a kind of processing method of code compilation, and methods described includes:
Each code file of each development of user is obtained, wherein, a code file includes at least one code File;
For each code file, according to each code subfile, it is determined that file corresponding with code file is ranked Table, wherein, the list of file names includes each being relied on by code subfile at least one described and being not belonging to code text The code subfile of part;
For each code file, according to the list of file names, it is determined that code corresponding with the code file is literary Part list, wherein, the code file list includes at least one other code file, and other described code files are described The code file corresponding to code subfile in list of file names, and other described code files are in open state.
Those skilled in the art will readily occur to its of the present invention after considering specification and putting into practice invention disclosed herein Its embodiment.The application be intended to the present invention any modification, purposes or adaptations, these modifications, purposes or Person's adaptations follow the general principle of the present invention and including the undocumented common knowledge in the art of the disclosure Or conventional techniques.Description and embodiments are considered only as exemplary, and true scope and spirit of the invention are by following Claim is pointed out.
It should be appreciated that the invention is not limited in the precision architecture for being described above and being shown in the drawings, and And various modifications and changes can be being carried out without departing from the scope.The scope of the present invention is only limited by appended claim.

Claims (13)

1. a kind of processing method of code compilation, it is characterised in that including:
Each code file of each development of user is obtained, wherein, a code file includes at least one code subfile;
For each code file, according to each code subfile, it is determined that list of file names corresponding with code file, its In, the list of file names includes each being relied on by code subfile at least one described and being not belonging to the code file Code subfile;
For each code file, according to the list of file names, it is determined that code file corresponding with the code file is arranged Table, wherein, the code file list includes at least one other code file, and other described code files are the file The code file corresponding to code subfile in list of file names, and other described code files are in open state.
2. according to the method described in claim 1, it is characterised in that the code subfile includes code content;
It is described to be directed to each code file, according to each code subfile, it is determined that file corresponding with code file is ranked Table, including:
For each code subfile of each code file, according to the code content of the code subfile, the generation is determined Numeral file includes information, wherein, it is described include each code for being relied in code content of the information for the code subfile Subfile;
For each code subfile of each code file, information is included according to the code subfile, the generation is determined The analysis information of numeral file, wherein, the analysis information includes being not belonging to and the code subfile pair in information to be described The code subfile for the code file answered;
For each code file, according to each analysis information of each code subfile of code file, generation and code file Corresponding list of file names.
3. according to the method described in claim 1, it is characterised in that described to be directed to each code file, according to the file List of file names, it is determined that code file list corresponding with the code file, including:
For each code file, according to the code subfile in list of file names corresponding with the code file, it is determined that generation Code file Dependency Specification, wherein, the code file Dependency Specification includes code at least one file name list The code file that file is belonged to;
For each code file, according to the code file Dependency Specification, judge in the code file Dependency Specification The state of each code file;
For each code file, however, it is determined that the state of the code file in the code file Dependency Specification is open shape State, then according to the code file for being in open state, generate the code file list.
4. according to the method described in claim 1, it is characterised in that described to be directed to each code file, according to the file List of file names, it is determined that code file list corresponding with the code file, including:
For each code file, it is determined that other code files in open state, and determination is in its of open state Code subfile under his code file;
For each code file, judge in the code subfile under other code files in open state, if tool There is the code subfile in the list of file names;
For each code file, when it is determined that having, according to the code subfile in the list of file names and general Other code files in open state, generate the code file list.
5. the method according to claim any one of 1-4, it is characterised in that be directed to each code file, root described According to the list of file names, it is determined that after code file list corresponding with the code file, in addition to:
According to each code file list of each code file, each code file is compiled.
6. the method according to claim any one of 1-4, it is characterised in that the code subfile includes following information At least one:
Code release information, code path, code subfile mark.
7. a kind of processing unit of code compilation, it is characterised in that including:
Acquisition module, is configured as obtaining each code file of each development of user, wherein, a code file include to A few code subfile;
First determining module, is configured as being directed to each code file, according to each code subfile, it is determined that literary with code The corresponding list of file names of part, wherein, the list of file names include it is each by least one described code subfile rely on and It is not belonging to the code subfile of the code file;
Second determining module, be configured as be directed to each code file, according to the list of file names, it is determined that with the code The corresponding code file list of file, wherein, the code file list includes at least one other code file, it is described its His code file is the code file corresponding to the code subfile in the list of file names, and at other described code files In open state.
8. device according to claim 7, it is characterised in that the code subfile includes code content;
First determining module, is specifically configured to:
For each code subfile of each code file, according to the code content of the code subfile, the generation is determined Numeral file includes information, wherein, it is described include each code for being relied in code content of the information for the code subfile Subfile;
For each code subfile of each code file, information is included according to the code subfile, the generation is determined The analysis information of numeral file, wherein, the analysis information includes being not belonging to and the code subfile pair in information to be described The code subfile for the code file answered;
For each code file, according to each analysis information of each code subfile of code file, generation and code file Corresponding list of file names.
9. device according to claim 7, it is characterised in that second determining module, is specifically configured to:
For each code file, according to the code subfile in list of file names corresponding with the code file, it is determined that generation Code file Dependency Specification, wherein, the code file Dependency Specification includes code at least one file name list The code file that file is belonged to;
For each code file, according to the code file Dependency Specification, judge in the code file Dependency Specification The state of each code file;
For each code file, however, it is determined that the state of the code file in the code file Dependency Specification is open shape State, then according to the code file for being in open state, generate the code file list.
10. device according to claim 7, it is characterised in that second determining module, is specifically configured to:
For each code file, it is determined that other code files in open state, and determination is in its of open state Code subfile under his code file;
For each code file, judge in the code subfile under other code files in open state, if tool There is the code subfile in the list of file names;
For each code file, when it is determined that having, according to the code subfile in the list of file names and general Other code files in open state, generate the code file list.
11. the device according to claim any one of 7-10, it is characterised in that described device, in addition to:
Collector, is configured as being directed to each code file in second determining module, according to the list of file names, It is determined that after code file list corresponding with the code file, according to each code file list of each code file, to each Code file is compiled.
12. the device according to claim any one of 7-10, it is characterised in that the code subfile includes following letter At least one of breath:
Code release information, code path, code subfile mark.
13. a kind of terminal, it is characterised in that including:
Processor, and for storing the memory of processor-executable instruction;
Wherein, the processor is configured as:Each code file of each development of user is obtained, wherein, a code file Include at least one code subfile;For each code file, according to each code subfile, it is determined that literary with code The corresponding list of file names of part, wherein, the list of file names include it is each by least one described code subfile rely on and It is not belonging to the code subfile of the code file;For each code file, according to the list of file names, it is determined that and institute The corresponding code file list of code file is stated, wherein, the code file list includes at least one other code file, Other described code files are the code file corresponding to the code subfile in the list of file names, and other described codes File is in open state.
CN201710342999.1A 2017-05-16 2017-05-16 Code compiling processing method and device and terminal Active CN107193622B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710342999.1A CN107193622B (en) 2017-05-16 2017-05-16 Code compiling processing method and device and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710342999.1A CN107193622B (en) 2017-05-16 2017-05-16 Code compiling processing method and device and terminal

Publications (2)

Publication Number Publication Date
CN107193622A true CN107193622A (en) 2017-09-22
CN107193622B CN107193622B (en) 2020-03-17

Family

ID=59873641

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710342999.1A Active CN107193622B (en) 2017-05-16 2017-05-16 Code compiling processing method and device and terminal

Country Status (1)

Country Link
CN (1) CN107193622B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111984944A (en) * 2020-08-28 2020-11-24 重庆小雨点小额贷款有限公司 Source code processing method, related device and storage medium
CN111984944B (en) * 2020-08-28 2024-04-19 重庆小雨点小额贷款有限公司 Source code processing method, related device and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102880466A (en) * 2012-09-04 2013-01-16 中标软件有限公司 Method for detecting dependent relationship of software package in Linux operating system
CN104077140A (en) * 2014-07-04 2014-10-01 用友软件股份有限公司 Automatic compiling method and compiling device for continuous integration
CN104991773A (en) * 2015-06-30 2015-10-21 小米科技有限责任公司 Program generation method and apparatus
CN105354037A (en) * 2015-11-30 2016-02-24 用友优普信息技术有限公司 Modularized software developing method and software developing device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102880466A (en) * 2012-09-04 2013-01-16 中标软件有限公司 Method for detecting dependent relationship of software package in Linux operating system
CN104077140A (en) * 2014-07-04 2014-10-01 用友软件股份有限公司 Automatic compiling method and compiling device for continuous integration
CN104991773A (en) * 2015-06-30 2015-10-21 小米科技有限责任公司 Program generation method and apparatus
CN105354037A (en) * 2015-11-30 2016-02-24 用友优普信息技术有限公司 Modularized software developing method and software developing device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111984944A (en) * 2020-08-28 2020-11-24 重庆小雨点小额贷款有限公司 Source code processing method, related device and storage medium
CN111984944B (en) * 2020-08-28 2024-04-19 重庆小雨点小额贷款有限公司 Source code processing method, related device and storage medium

Also Published As

Publication number Publication date
CN107193622B (en) 2020-03-17

Similar Documents

Publication Publication Date Title
CN109582579B (en) Application program testing method and device, electronic equipment and storage medium
CN104536891B (en) System detection method and device
CN104468329B (en) Member adding method and device based on instant messaging
CN104980580B (en) Short message inspection method and device
CN106528389A (en) Performance evaluation method and device for system smoothness and terminal
CN107423106A (en) The method and apparatus for supporting more frame grammars
CN104915290A (en) Application testing method and device
CN107729000A (en) Application program installation kit generation method and device
CN107423218A (en) Application testing method, device and terminal
CN112463634B (en) Software testing method and device under micro-service architecture
CN106339695A (en) Face similarity detection method, device and terminal
CN105871913A (en) Identity authentication method and system
CN106775248A (en) Push the methods of exhibiting and device of content
CN106126025A (en) Replicate the exchange method and device pasted
CN111209313A (en) Block chain-based medical item data query method and device
CN106547547A (en) Collecting method and device
CN106600768A (en) Intelligent door lock authentication method, device and terminal
CN106060027A (en) Methods, devices, equipment and systems for verification based on verification codes
CN109254908A (en) Visualize regression testing method, device, terminal device and readable storage medium storing program for executing
CN107819740A (en) Verification method, terminal device, audio amplifier and the server of terminal device
CN107562500A (en) Debugging apparatus, method and apparatus
CN109684112A (en) Program file operation method, device, terminal and storage medium
CN107145771A (en) application program unlocking method, device and terminal
CN109344051A (en) Method, apparatus, electronic equipment and the storage medium of data processing
CN104765686B (en) The method and device of test application program

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant