CN105224332A - A kind of application program generates method and apparatus - Google Patents

A kind of application program generates method and apparatus Download PDF

Info

Publication number
CN105224332A
CN105224332A CN201510661940.XA CN201510661940A CN105224332A CN 105224332 A CN105224332 A CN 105224332A CN 201510661940 A CN201510661940 A CN 201510661940A CN 105224332 A CN105224332 A CN 105224332A
Authority
CN
China
Prior art keywords
program
assignment instructions
flow
program assembly
task unit
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
CN201510661940.XA
Other languages
Chinese (zh)
Other versions
CN105224332B (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.)
Jin Zheng Science And Technology Co Ltd Of Shenzhen
Original Assignee
Jin Zheng Science And Technology Co Ltd Of Shenzhen
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 Jin Zheng Science And Technology Co Ltd Of Shenzhen filed Critical Jin Zheng Science And Technology Co Ltd Of Shenzhen
Priority to CN201510661940.XA priority Critical patent/CN105224332B/en
Publication of CN105224332A publication Critical patent/CN105224332A/en
Application granted granted Critical
Publication of CN105224332B publication Critical patent/CN105224332B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention provides a kind of application program and generate method and apparatus, the method comprises: receive assignment instructions and configuration information corresponding to described assignment instructions, the instance data corresponding according to the karyogenesis in program of described configuration information; Search the program assembly that described assignment instructions is corresponding, and the described program assembly searched is sorted; The calling interface preset by described program kernel calls instance data described in the described program assembly process after sequence.The present invention can realize the functional mapping of application program by multiple-task instruction, and when newly increasing function, only needs to increase new assembly, is conducive to the transplantability and the extensibility that improve application program, improves Develop Application System efficiency greatly.

Description

A kind of application program generates method and apparatus
Technical field
The invention belongs to field of software development, particularly relate to a kind of application system and generate method and apparatus.
Background technology
Along with the continuous increase of computer run and processing speed, the application program run in a computer also gets more and more, by application program can efficiently, the calculation process of complete paired data accurately, for people's life, work bring great convenience.
When using application program process data service, along with the development of society, the functional requirement that application programs proposes also constantly changes, such as need to increase new function in existing base of applications, or need to adjust the function of existing application, to adapt to new functional requirement.
Because existing application program generally adopts Structured Design, data processing formula just has cured when software development, program portable performance is poor, extensibility is not strong, when needing to increase new functional requirement, then need application programs to carry out exploitation again and compiling, application development speed is slow.
Summary of the invention
The object of the present invention is to provide a kind of application program generation method, to solve the application program of prior art, program portable performance is poor, and extensibility is not strong, the slow-footed problem of application development.
First aspect, embodiments provide a kind of application program generation method, described method comprises:
Receive assignment instructions and configuration information corresponding to described assignment instructions, the instance data corresponding according to the karyogenesis in program of described configuration information;
Search the program assembly that described assignment instructions is corresponding, and the described program assembly searched is sorted;
The calling interface preset by described program kernel calls instance data described in the described program assembly process after sequence.
In conjunction with first aspect, may in implementation in the first of first aspect, described in search described assignment instructions corresponding program assembly step comprise:
According to the corresponding relation of instruction and the flow of task unit preset, flowsheet simulation is carried out to the described assignment instructions of reception, generates the flow of task unit that described assignment instructions is corresponding;
According to the flow of task unit preset and the corresponding relation of program assembly, search program assembly corresponding to the flow of task unit of described assignment instructions and order information thereof.
In conjunction with the first possibility implementation of first aspect, in the second possibility implementation of first aspect, described method also comprises:
Load the corresponding relation of described instruction and flow of task unit;
Or when new assignment instructions being detected, prompting loads the corresponding relation of new assignment instructions and flow of task unit;
Or when new flow of task unit being detected, prompting loads the corresponding relation of new flow of task unit and program assembly.
In conjunction with first aspect, in the third possibility implementation of first aspect, the described calling interface preset by described program kernel is called instance data step described in the described program assembly process after sequence and is specially:
By the calling interface that described program kernel is preset, instance data described in the described program assembly process after adopting call back function to call sequence.
In conjunction with first aspect, in the 4th kind of possibility implementation of first aspect, described program assembly is forbidden mutually calling.
Second aspect, embodiments provide a kind of application program generating apparatus, described device comprises:
Receives information dispensing unit, for receiving assignment instructions and configuration information corresponding to described assignment instructions, the instance data corresponding according to the karyogenesis in program of described configuration information;
Program assembly searches sequencing unit, for searching program assembly corresponding to described assignment instructions, and is sorted by the described program assembly searched;
Call processing unit, the calling interface for being preset by described program kernel calls instance data described in the described program assembly process after sequence.
In conjunction with second aspect, in the first possibility implementation of second aspect, described program assembly is searched sequencing unit and is comprised:
Decompose subelement, for the corresponding relation according to the instruction preset and flow of task unit, flowsheet simulation is carried out to the described assignment instructions received, generates the flow of task unit that described assignment instructions is corresponding;
Program assembly searches subelement, for according to the flow of task unit preset and the corresponding relation of program assembly, searches program assembly corresponding to the flow of task unit of described assignment instructions and order information thereof.
In conjunction with the first possibility implementation of second aspect, in the second possibility implementation of second aspect, described device also comprises:
Corresponding relation loading unit, for loading the corresponding relation of described instruction and flow of task unit;
Or, the first Tip element, during for new assignment instructions being detected, prompting loads the corresponding relation of new assignment instructions and flow of task unit;
Or the second Tip element, during for new flow of task unit being detected, prompting loads the corresponding relation of new flow of task unit and program assembly.
In conjunction with second aspect, in the third possibility implementation of second aspect, described program assembly is searched sequencing unit and is specially:
By the calling interface that described program kernel is preset, instance data described in the described program assembly process after adopting call back function to call sequence.
In conjunction with second aspect, in the 4th kind of possibility implementation of second aspect, described program assembly is forbidden mutually calling.
In the present invention, by receiving assignment instructions and configuration information, according to configuration information karyogenesis instance data in program, search after the program assembly corresponding with described assignment instructions sort, the program assembly process instance data after being sorted by program kernel calls.The present invention can realize the functional mapping of application program by multiple-task instruction, and when newly increasing function, only needs to increase new assembly, is conducive to the transplantability and the extensibility that improve application program, improves Develop Application System efficiency greatly.
Accompanying drawing explanation
Fig. 1 is the realization flow figure of the application program generation method that first embodiment of the invention provides;
Fig. 2 is the realization flow figure of the application program generation method that second embodiment of the invention provides;
Fig. 3 is the structural representation of the application program generation method that third embodiment of the invention provides.
Embodiment
In order to make object of the present invention, technical scheme and advantage clearly understand, below in conjunction with drawings and Examples, the present invention is further elaborated.Should be appreciated that specific embodiment described herein only in order to explain the present invention, be not intended to limit the present invention.
The fundamental purpose of the embodiment of the present invention is the rapid generation providing a kind of application program, to solve application program of the prior art, usual employing Thought of Structured Design, namely according to the immobilized execution flow process of application program task design, the implementation of whole application program just has cured at the beginning of design.If need application programs to upgrade, then need to modify to whole application program, or again develop new application structure, thus the transplanting of application program is not strong, poor expandability, is unfavorable for improving Develop Application System efficiency.For solving the problem, below in conjunction with accompanying drawing, the present invention is specifically described.
Embodiment one:
Fig. 1 shows the realization flow of the application program generation method that first embodiment of the invention provides, and details are as follows:
In step S101, receive assignment instructions and configuration information corresponding to described assignment instructions, the instance data corresponding according to the karyogenesis in program of described configuration information.
Concrete, the generation method of application program described in the embodiment of the present invention, especially can be used for can be the application program of integrated multiple function, facing multiple users demand, modular design is carried out by the functional unit of application programs, thus can the more efficiently saving Develop Application System time.
Described assignment instructions, the assignment instructions that the application program that can propose for user once performed also can be according to new demand, the assignment instructions newly increased of proposition.When performing the assignment instructions newly increased, required program assembly needs newly-increased, before performing the assignment instructions newly increased, can increase program assembly accordingly.
The configuration information of described assignment instructions, raw data to be processed needed for described assignment instructions can be comprised, when such as assignment instructions is for clearing transaction data, then described configuration information can comprise the data that needs carry out clearing, and according to clearance requirement, the parameter of clearance can also be comprised, the process parameters of such as clearing, data result parameter etc.
Described configuration information passes through the instance data that in program, karyogenesis is corresponding.Namely according to configuration information accordingly by configuration information assignment on the parameter of program kernel, form the instance data that described assignment instructions is corresponding.
Described program kernel, run for driving whole program, unified interface can be provided to access for program assembly, specifically can be called by call back function, each program assembly is by the instance data in described unified interface fetch program kernel, after program assembly process calculates, send to program kernel by unified interface, call for next program assembly or process.
In step s 102, search the program assembly that described assignment instructions is corresponding, and the described program assembly searched is sorted.
Concrete, assignment instructions in the embodiment of the present invention, corresponding with described program assembly, namely by receiving the assignment instructions of user's input, find corresponding program assembly by assignment instructions, and the order information between the program assembly searching and obtain can be comprised.
Certainly, as the optional embodiment of the present invention, after receiving assignment instructions, according to the requirement of user, the program assembly corresponding with assignment instructions can be selected, set manually the execution sequence of program assembly.And add up according to the sequence of execution result to program assembly.
Such as, when program work personnel or other user's debugging task instruction, order setting repeatedly or the selection of distinct program assembly may be used, when receiving user and confirming feasible instruction, the program assembly of automatic record correspondence and its sequencing information, like this, in follow-up use procedure, after receiving assignment instructions, corresponding program assembly and its sequencing information can be called automatically.
Preferably embodiment is, after developer has developed, the assembly corresponding by the achievable assignment instructions of current component and sequencing information thereof carry out record and store, thus can facilitate the user of different demand.
In step s 103, the calling interface preset by described program kernel calls instance data described in the described program assembly process after sequence.
Concrete, the calling interface that described program kernel is preset can be unified routine call interface, can call for different program assemblies, and the object done like this can so that the unitized overall development of program assembly makes.Such as at follow-up increase New function, or during update routine assembly, the compatibility be convenient between each program assembly by unified calling interface is used.
Described program kernel is according to searching the order information obtained, and the program assembly that assignment instructions is corresponding, carry out process to described instance data successively to calculate, such as comprise order for A, B, C, D tetra-program assemblies, by calling interface joining procedure assembly A, after process calculating is carried out to instance data, calling program assembly B, C, D again, after program assembly D process, the result data required for generation, can store result data or export.
After the process of instruction of finishing the work, also can comprise the step that instance data is discharged, by release instance data, thus correctness when other assignment instructions can be facilitated to perform, parameter is configured.
The embodiment of the present invention is by receiving assignment instructions and configuration information, according to configuration information karyogenesis instance data in program, search after the program assembly corresponding with described assignment instructions sort, the program assembly process instance data after being sorted by program kernel calls.The present invention can realize the functional mapping of application program by multiple-task instruction, and when newly increasing function, only needs to increase new assembly, is conducive to the transplantability and the extensibility that improve application program, improves Develop Application System efficiency greatly.
Embodiment two:
Fig. 2 shows the realization flow of the application program generation method that second embodiment of the invention provides, and details are as follows:
In step s 201, assignment instructions and configuration information corresponding to described assignment instructions is received, the instance data corresponding according to the karyogenesis in program of described configuration information.
This step is substantially identical with embodiment step S101.
In step S202, according to the corresponding relation of instruction and the flow of task unit preset, flowsheet simulation is carried out to the described assignment instructions of reception, generates the flow of task unit that described assignment instructions is corresponding.
Concrete, the assignment instructions described in the embodiment of the present invention and the corresponding relation of flow elements can, for being stored in advance in the corresponding relation in program kernel, also can be the corresponding relation be set by the user received in advance.
Described flow of task unit, for performing the process step corresponding to described assignment instructions.In optional embodiment, described assignment instructions can the sequence that forms of one or more flow of task unit corresponding.
Such as assignment instructions can be corresponding with the flow of task unit being sequentially A, B, C, also can be corresponding with the flow of task unit being sequentially A, D, E, or can not also the execution sequence of qualifying part flow of task unit, can be such as A, B, C, also can be the order of B, A, C.
In step S203, according to the flow of task unit preset and the corresponding relation of program assembly, search program assembly corresponding to the flow of task unit of described assignment instructions and order information thereof.
Concrete, the corresponding relation of described flow of task unit and program assembly can, for being stored in advance in the corresponding relation in program kernel, also can be the corresponding relation be set by the user received in advance.
Described flow of task unit is corresponding with program assembly, it can be relation one to one, also can be that a flow of task unit is corresponding with multiple program assembly, according to can, according to the efficiency requirements of the accuracy requirement calculated, process, select the program assembly with attendant advantages to run.
In embodiments of the present invention, the corresponding relation of initiatively load instructions and flow of task unit also can be comprised, or the corresponding relation of flow of task unit and program assembly.
Or in the process of implementation, when new assignment instructions being detected, prompting loads the corresponding relation of new assignment instructions and flow of task unit;
Or when new flow of task unit being detected, prompting loads the corresponding relation of new flow of task unit and program assembly.
By by constantly perfect for the corresponding relation of flow of task unit and assignment instructions, flow of task unit and program assembly, thus more diversified demand can be adapted to.
In step S204, the calling interface preset by described program kernel calls instance data described in the described program assembly process after sequence.
This step is substantially identical with embodiment step S103.
The embodiment of the present invention, on the basis of embodiment one, specifically describes the corresponding relation according to assignment instructions generator program assembly and sequencing information thereof, thus according to the demand of user, can be configured more flexibly to program assembly.
Embodiment three:
Fig. 3 shows the structural representation of the application program generating apparatus that third embodiment of the invention provides, and details are as follows:
Application program generating apparatus described in the embodiment of the present invention, comprising:
Receives information dispensing unit 301, for receiving assignment instructions and configuration information corresponding to described assignment instructions, the instance data corresponding according to the karyogenesis in program of described configuration information;
Program assembly searches sequencing unit 302, for searching program assembly corresponding to described assignment instructions, and is sorted by the described program assembly searched;
Call processing unit 303, the calling interface for being preset by described program kernel calls instance data described in the described program assembly process after sequence.
Preferably, described program assembly is searched sequencing unit and is comprised:
Decompose subelement, for the corresponding relation according to the instruction preset and flow of task unit, flowsheet simulation is carried out to the described assignment instructions received, generates the flow of task unit that described assignment instructions is corresponding;
Program assembly searches subelement, for according to the flow of task unit preset and the corresponding relation of program assembly, searches program assembly corresponding to the flow of task unit of described assignment instructions and order information thereof.
Preferably, described device also comprises:
Corresponding relation loading unit, for loading the corresponding relation of described instruction and flow of task unit;
Or, the first Tip element, during for new assignment instructions being detected, prompting loads the corresponding relation of new assignment instructions and flow of task unit;
Or the second Tip element, during for new flow of task unit being detected, prompting loads the corresponding relation of new flow of task unit and program assembly.
Preferably, described program assembly is searched sequencing unit and is specially:
By the calling interface that described program kernel is preset, instance data described in the described program assembly process after adopting call back function to call sequence.
Preferably, described program assembly is forbidden mutually calling.
Application program generating apparatus described in the embodiment of the present invention, corresponding with the application program method described in embodiment one and two, do not repeat at this.
In several embodiment provided by the present invention, should be understood that, disclosed apparatus and method, can realize by another way.Such as, device embodiment described above is only schematic, such as, the division of described unit, be only a kind of logic function to divide, actual can have other dividing mode when realizing, such as multiple unit or assembly can in conjunction with or another system can be integrated into, or some features can be ignored, or do not perform.Another point, shown or discussed coupling each other or direct-coupling or communication connection can be by some interfaces, and the indirect coupling of device or unit or communication connection can be electrical, machinery or other form.
The described unit illustrated as separating component or can may not be and physically separates, and the parts as unit display can be or may not be physical location, namely can be positioned at a place, or also can be distributed in multiple network element.Some or all of unit wherein can be selected according to the actual needs to realize the object of the present embodiment scheme.
In addition, each functional unit in each embodiment of the present invention can be integrated in a processing unit, also can be that the independent physics of unit exists, also can two or more unit in a unit integrated.Above-mentioned integrated unit both can adopt the form of hardware to realize, and the form of SFU software functional unit also can be adopted to realize.
If described integrated unit using the form of SFU software functional unit realize and as independently production marketing or use time, can be stored in a computer read/write memory medium.Based on such understanding, the part that technical scheme of the present invention contributes to prior art in essence in other words or all or part of of this technical scheme can embody with the form of software product, this computer software product is stored in a storage medium, comprising some instructions in order to make a computer equipment (can be personal computer, server, or the network equipment etc.) perform all or part of of method described in each embodiment of the present invention.And aforesaid storage medium comprises: USB flash disk, portable hard drive, ROM (read-only memory) (ROM, Read-OnlyMemory), random access memory (RAM, RandomAccessMemory), magnetic disc or CD etc. various can be program code stored medium.
The foregoing is only preferred embodiment of the present invention, not in order to limit the present invention, all any amendments done within the spirit and principles in the present invention, equivalent replacement and improvement etc., all should be included within protection scope of the present invention.

Claims (10)

1. an application program generation method, is characterized in that, described method comprises:
Receive assignment instructions and configuration information corresponding to described assignment instructions, the instance data corresponding according to the karyogenesis in program of described configuration information;
Search the program assembly that described assignment instructions is corresponding, and the described program assembly searched is sorted;
The calling interface preset by described program kernel calls instance data described in the described program assembly process after sequence.
2. method according to claim 1, is characterized in that, described in search described assignment instructions corresponding program assembly step comprise:
According to the corresponding relation of instruction and the flow of task unit preset, flowsheet simulation is carried out to the described assignment instructions of reception, generates the flow of task unit that described assignment instructions is corresponding;
According to the flow of task unit preset and the corresponding relation of program assembly, search program assembly corresponding to the flow of task unit of described assignment instructions and order information thereof.
3. method according to claim 2, it is characterized in that, described method also comprises:
Load the corresponding relation of described instruction and flow of task unit;
Or when new assignment instructions being detected, prompting loads the corresponding relation of new assignment instructions and flow of task unit;
Or when new flow of task unit being detected, prompting loads the corresponding relation of new flow of task unit and program assembly.
4. method according to claim 1, it is characterized in that, the described calling interface preset by described program kernel is called instance data step described in the described program assembly process after sequence and is specially:
By the calling interface that described program kernel is preset, instance data described in the described program assembly process after adopting call back function to call sequence.
5. method according to claim 1, it is characterized in that, described program assembly is forbidden mutually calling.
6. an application program generating apparatus, is characterized in that, described device comprises:
Receives information dispensing unit, for receiving assignment instructions and configuration information corresponding to described assignment instructions, the instance data corresponding according to the karyogenesis in program of described configuration information;
Program assembly searches sequencing unit, for searching program assembly corresponding to described assignment instructions, and is sorted by the described program assembly searched;
Call processing unit, the calling interface for being preset by described program kernel calls instance data described in the described program assembly process after sequence.
7. device according to claim 6, it is characterized in that, described program assembly is searched sequencing unit and is comprised:
Decompose subelement, for the corresponding relation according to the instruction preset and flow of task unit, flowsheet simulation is carried out to the described assignment instructions received, generates the flow of task unit that described assignment instructions is corresponding;
Program assembly searches subelement, for according to the flow of task unit preset and the corresponding relation of program assembly, searches program assembly corresponding to the flow of task unit of described assignment instructions and order information thereof.
8. device according to claim 7, it is characterized in that, described device also comprises:
Corresponding relation loading unit, for loading the corresponding relation of described instruction and flow of task unit;
Or, the first Tip element, during for new assignment instructions being detected, prompting loads the corresponding relation of new assignment instructions and flow of task unit;
Or the second Tip element, during for new flow of task unit being detected, prompting loads the corresponding relation of new flow of task unit and program assembly.
9. device according to claim 6, it is characterized in that, described program assembly is searched sequencing unit and is specially:
By the calling interface that described program kernel is preset, instance data described in the described program assembly process after adopting call back function to call sequence.
10. device according to claim 6, it is characterized in that, described program assembly is forbidden mutually calling.
CN201510661940.XA 2015-10-14 2015-10-14 A kind of application program generation method and device Active CN105224332B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510661940.XA CN105224332B (en) 2015-10-14 2015-10-14 A kind of application program generation method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510661940.XA CN105224332B (en) 2015-10-14 2015-10-14 A kind of application program generation method and device

Publications (2)

Publication Number Publication Date
CN105224332A true CN105224332A (en) 2016-01-06
CN105224332B CN105224332B (en) 2019-06-11

Family

ID=54993329

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510661940.XA Active CN105224332B (en) 2015-10-14 2015-10-14 A kind of application program generation method and device

Country Status (1)

Country Link
CN (1) CN105224332B (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106231111A (en) * 2016-08-16 2016-12-14 陈银芳 The method and system that dynamic implement app sequence adjusts
CN106254663A (en) * 2016-08-16 2016-12-21 陈银芳 Sort methods based on access times and system
CN107239349A (en) * 2017-05-25 2017-10-10 努比亚技术有限公司 A kind of task management method, computer equipment and storage medium
CN107562509A (en) * 2017-10-10 2018-01-09 郑州云海信息技术有限公司 A kind of component display methods and device
CN108121578A (en) * 2017-12-29 2018-06-05 东软集团股份有限公司 The method, apparatus and storage medium and electronic equipment of generation application program
CN109165055A (en) * 2018-08-30 2019-01-08 百度在线网络技术(北京)有限公司 A kind of component loading method, device, computer equipment and storage medium
CN109189591A (en) * 2018-08-30 2019-01-11 百度在线网络技术(北京)有限公司 Method and apparatus for calling application component
CN109284097A (en) * 2018-09-07 2019-01-29 武汉轻工大学 Realize method, equipment, system and the storage medium of complex data analysis
CN110020359A (en) * 2017-11-08 2019-07-16 亿阳信通股份有限公司 Apply the data processing method in webpage front-end, device and storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102479079A (en) * 2010-11-29 2012-05-30 中兴通讯股份有限公司 Method and device for generating application
US20120159522A1 (en) * 2010-12-16 2012-06-21 Udo Klein Application Level Contexts
CN103543993A (en) * 2012-07-11 2014-01-29 深圳市华高软件科技有限公司 Application program building method and system
CN103577170A (en) * 2012-07-27 2014-02-12 中兴通讯股份有限公司 Construction method and construction device for web application
CN104216691A (en) * 2013-05-31 2014-12-17 华为技术有限公司 Application creating method and device
CN104536737A (en) * 2014-12-16 2015-04-22 深圳市金证科技股份有限公司 Program development framework based on assemblies
CN104615425A (en) * 2015-01-16 2015-05-13 贾志东 Method and system for developing software system based on features and feature tree

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102479079A (en) * 2010-11-29 2012-05-30 中兴通讯股份有限公司 Method and device for generating application
US20120159522A1 (en) * 2010-12-16 2012-06-21 Udo Klein Application Level Contexts
CN103543993A (en) * 2012-07-11 2014-01-29 深圳市华高软件科技有限公司 Application program building method and system
CN103577170A (en) * 2012-07-27 2014-02-12 中兴通讯股份有限公司 Construction method and construction device for web application
CN104216691A (en) * 2013-05-31 2014-12-17 华为技术有限公司 Application creating method and device
CN104536737A (en) * 2014-12-16 2015-04-22 深圳市金证科技股份有限公司 Program development framework based on assemblies
CN104615425A (en) * 2015-01-16 2015-05-13 贾志东 Method and system for developing software system based on features and feature tree

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
常晋义: "《管理信息系统——原理、方法与应用(第2版)》", 31 January 2009, 北京:高等教育出版社 *

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106231111A (en) * 2016-08-16 2016-12-14 陈银芳 The method and system that dynamic implement app sequence adjusts
CN106254663A (en) * 2016-08-16 2016-12-21 陈银芳 Sort methods based on access times and system
CN107239349A (en) * 2017-05-25 2017-10-10 努比亚技术有限公司 A kind of task management method, computer equipment and storage medium
CN107562509A (en) * 2017-10-10 2018-01-09 郑州云海信息技术有限公司 A kind of component display methods and device
CN110020359A (en) * 2017-11-08 2019-07-16 亿阳信通股份有限公司 Apply the data processing method in webpage front-end, device and storage medium
CN110020359B (en) * 2017-11-08 2024-04-05 亿阳信通股份有限公司 Data processing method, device and storage medium applied to front end of webpage
CN108121578A (en) * 2017-12-29 2018-06-05 东软集团股份有限公司 The method, apparatus and storage medium and electronic equipment of generation application program
CN109165055A (en) * 2018-08-30 2019-01-08 百度在线网络技术(北京)有限公司 A kind of component loading method, device, computer equipment and storage medium
CN109189591A (en) * 2018-08-30 2019-01-11 百度在线网络技术(北京)有限公司 Method and apparatus for calling application component
CN109189591B (en) * 2018-08-30 2022-04-12 百度在线网络技术(北京)有限公司 Method and device for calling application component
CN109284097A (en) * 2018-09-07 2019-01-29 武汉轻工大学 Realize method, equipment, system and the storage medium of complex data analysis

Also Published As

Publication number Publication date
CN105224332B (en) 2019-06-11

Similar Documents

Publication Publication Date Title
CN105224332A (en) A kind of application program generates method and apparatus
CN104331285A (en) Automatic code generation method and system
CN105094851A (en) Method for momentarily issuing codes based on Git
CN106446019B (en) A kind of software function treating method and apparatus
CN103020058A (en) Multi-version data acquisition method and device
CN104536737A (en) Program development framework based on assemblies
CN103699548A (en) Method and equipment for recovering database data by using logs
CN105095059A (en) Method and device for automated testing
CN103645900A (en) Method and device for releasing software
CN103577165A (en) Form generation method and form generator
CN106251122A (en) A kind of workflow processing method and device
CN109191078A (en) A kind of traffic flow modeling method, device and equipment
CN104461651A (en) Framework process control method, device and system
CN110990285A (en) UI automation test method and device
CN104715076A (en) Multi-threaded data processing method and device
CN102750203A (en) Linux-based rapid deploying method
CN102004660A (en) Realizing method and device of business flows
CN103984540A (en) Method and device for generating hardware interface running program
CN103809947A (en) Automatic release method and system for development requirement
CN105760373A (en) Abnormal data processing method and abnormal data processing device
CN113495723B (en) Method, device and storage medium for calling functional component
CN104536897A (en) Automatic testing method and system based on keyword
CN104484156A (en) Editing method for multilingual formula, editing system for multilingual formula and editor for multilingual formula
CN112445607B (en) Method and device for executing method function by application program
CN112306745B (en) Backup method and device and storage medium

Legal Events

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