CN104049974A - Dynamic control assembly method and system - Google Patents

Dynamic control assembly method and system Download PDF

Info

Publication number
CN104049974A
CN104049974A CN201410293129.6A CN201410293129A CN104049974A CN 104049974 A CN104049974 A CN 104049974A CN 201410293129 A CN201410293129 A CN 201410293129A CN 104049974 A CN104049974 A CN 104049974A
Authority
CN
China
Prior art keywords
control
assembled
title
configuration file
development specifications
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
CN201410293129.6A
Other languages
Chinese (zh)
Other versions
CN104049974B (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.)
State Grid Corp of China SGCC
State Grid Information and Telecommunication Co Ltd
Jinan Power Supply Co of State Grid Shandong Electric Power Co Ltd
Original Assignee
State Grid Corp of China SGCC
State Grid Information and Telecommunication Co Ltd
Jinan Power Supply Co of State Grid Shandong Electric Power 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 State Grid Corp of China SGCC, State Grid Information and Telecommunication Co Ltd, Jinan Power Supply Co of State Grid Shandong Electric Power Co Ltd filed Critical State Grid Corp of China SGCC
Priority to CN201410293129.6A priority Critical patent/CN104049974B/en
Publication of CN104049974A publication Critical patent/CN104049974A/en
Application granted granted Critical
Publication of CN104049974B publication Critical patent/CN104049974B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention discloses a dynamic control assembly method and system. The method comprises the steps of loading all pre-developed controls; dynamically acquiring the control name of each loaded control according to the reflection technology; with the controls corresponding to the control names ticked by a user in a control selection dialog box according to needs for the functions of a needed software system as controls to be assembled, for each control to be assembled, extracting various attribute parameters of the control to be assembled from developing norms of the control to be assembled to form a configuration file template; after receiving the attribute value, input by the user in the corresponding configuration file template, for each attribute parameter of each control to be assembled, generating configuration files; according to the configuration files, calling the corresponding controls and transmitting the attribute values of the attribute parameters to dynamically assemble the needed software system. By means of the dynamic control assembly method and system, the needed software system can be developed without coding, so that the developing efficiency of the software system is improved.

Description

Control is dynamically assembled method and system
Technical field
The present invention relates to software field, relate in particular to a kind of control and dynamically assemble method and system.
Background technology
Along with software systems at informatization extensively and profoundly, software systems become increasingly complex, to take the exploitation form that functional module is unit very efficient and popular in Software Industry as organizational form to take team.Application controls, as the functional module system that develops software, can be reduced repeated labor widely, improves the development efficiency of software systems.
Before application controls develops software system, need control designer to write the function that code is realized control; Software system development personnel can complete by calling control the various functions of software systems.Especially for the exploitation of graphical interfaces UI class software systems, control is widely used.
Software systems, before calling control, first need the attribute of control to arrange; That is to say, the developer of software systems, before writing the statement that calls control, need to write out the statement for this control parameters;
Statement such as the color that sets font: font color=" ";
The statement of control position is set:
FormData?data=new?FormData();
data.left=new?FormAttachment("","");
data.top=new?FormAttachment("","");
button.setLayoutData(data);
The statement of background picture is set: body style=" background-image: picture path ".
Although use control can greatly improve the efficiency of the system of developing software, existing method, still needs developer to write code; That is to say, the programming personnel that the exploitation of existing software systems still need to be write code by meeting completes; Yet, changing when the Demand, software system function is need fast change thereupon in the situation that, existingly by programming personnel, write code, debug the demand that the method for software systems can not meet fast Development, develop at any time, developed by ordinary person of developing.
Summary of the invention
The defect existing for above-mentioned prior art, the embodiment of the present invention provides a kind of control dynamically to assemble method and system, in order to need not write code when developing software system, and the development efficiency of raising software systems.
The embodiment of the present invention provides a kind of control dynamic assemble method, comprising:
Load each control of exploitation in advance; Wherein, described control is to develop according to the development specifications of this control;
Utilize the control title of each control of reflection technology Dynamic Acquisition loading;
For each control title of obtaining, obtain the development specifications of corresponding control, and the functional description information extracting from this development specifications is selected to show in dialog box at control to should control name claiming;
According to the functional requirement of required software systems, at described control, select the corresponding control of control title of choosing in dialog box as after assembling control user, for each control to be assembled, from the development specifications of this control to be assembled, extract each property parameters of this control to be assembled, form profile template;
Receive user in described profile template for each control to be assembled, for this after the property value of each property parameters input of assembling control, generating configuration file;
According to the control title of the respectively control to be assembled in described configuration file, call respectively corresponding control, and in control invoked procedure, to the control calling, transmit the property value under each property parameters of this control in described configuration file, with dynamic group, take on required software systems.
Preferably, before described composition profile template, also comprise:
From the development specifications of this control to be assembled, extract the default property value under each property parameters of this control to be assembled; And
Described composition profile template specifically comprises:
According to the control title of control to be assembled respectively, and each property parameters obtaining, the default property value under property parameters form described profile template.
Wherein, described each control title for obtaining, obtains the development specifications of corresponding control, specifically comprises:
For each control title of obtaining, obtain the development specifications file that filename includes this control title, in described development specifications file, record the development specifications of the control with this control title.
Preferably, described development specifications, profile template are all based on XML form.
The embodiment of the present invention also provides a kind of control dynamic assemble method, comprising:
Load each control of exploitation in advance; Wherein, described control is to develop according to the development specifications of this control;
Obtain after the configuration file of preserving in advance, according to the control title of the respectively control to be assembled in described configuration file, call respectively corresponding control, and in control invoked procedure, to the control calling, transmit the property value under each property parameters of this control in described configuration file, with dynamic group, take on required software systems;
Wherein, described configuration file is according to profile template, and user in profile template for each control to be assembled, for the property value of each property parameters input of this control to be assembled, generate; Described profile template is automatically to generate according to the development specifications of the control of the functional requirement selection of required software systems according to user.
Wherein, described profile template is concrete generates according to following method:
Load each control of exploitation in advance; Wherein, described control is to develop according to the development specifications of this control;
Utilize the control title of each control of reflection technology Dynamic Acquisition loading;
For each control title of obtaining, obtain the development specifications of corresponding control, and the functional description information extracting from this development specifications is selected to show in dialog box at control to should control name claiming;
By user according to the functional requirement of required software systems, at described control, select the corresponding control of control title of choosing in dialog box as after assembling control, for each control to be assembled, from the development specifications of this control to be assembled, extract each property parameters of this control to be assembled, form profile template.
Preferably, before described composition profile template, also comprise:
From the development specifications of this control to be assembled, extract the default property value under each property parameters of this control to be assembled; And
Described composition profile template specifically comprises:
According to the control title of control to be assembled respectively, and each property parameters obtaining, the default property value under property parameters form described profile template.
The embodiment of the present invention also provides a kind of control dynamic group assembling system, comprising:
Control load-on module, for loading each control of exploitation in advance; Wherein, described control is to develop according to the development specifications of this control;
Configuration file acquisition module, for obtaining the configuration file of preserving in advance;
Control calling module, control title for the respectively control to be assembled of the configuration file that obtains according to described configuration file acquisition module is called respectively corresponding control, and in control invoked procedure, to the control calling, transmit the property value under each property parameters of this control in described configuration file, with dynamic group, take on required software systems.
Preferably, described system also comprises:
Configuration file generation module, for loading each control of exploitation in advance; Utilize the control title of each control of reflection technology Dynamic Acquisition loading; For each control title of obtaining, obtain the development specifications of corresponding control, and the functional description information extracting from this development specifications is selected to show in dialog box at control to should control name claiming; By user according to the functional requirement of required software systems, at described control, select the corresponding control of control title of choosing in dialog box as after assembling control, for each control to be assembled, from the development specifications of this control to be assembled, extract each property parameters of this control to be assembled, form profile template; Receive user in described profile template for each control to be assembled, for this after the property value of each property parameters input of assembling control, generating configuration file.
Wherein, described configuration file generation module specifically comprises:
Control loading unit, for loading each control of exploitation in advance;
Control selected cell, utilizes the control title of each control that reflection technology Dynamic Acquisition loads; For each control title of obtaining, obtain the development specifications of corresponding control, and the functional description information extracting from this development specifications is selected to show in dialog box at control to should control name claiming; According to the functional requirement of required software systems, at described control, select the corresponding control of control title of choosing in dialog box as control to be assembled user;
Profile template generation unit for each control to be assembled of determining for described control selected cell, extracts each property parameters of this control to be assembled from the development specifications of this control to be assembled, and forms profile template;
Configuration file storage unit, for receive user at described profile template for each control to be assembled, for this, after the property value of each property parameters input of assembling control, generating configuration file is also preserved.
In technical scheme of the present invention, when developing software system, do not need professional programming personnel to carry out writing of code completely; For personnel or the user of common understanding business, can be by select the control needing in control is selected dialog box, and in profile template configuration attribute value generating configuration file, just can develop required software systems; Greatly reduce the programming requirement of software systems to developer, the exploitation of personnel to software systems of being more convenient for, has also improved the development efficiency of software systems greatly.
Accompanying drawing explanation
Fig. 1 a, 1b are that the control of the embodiment of the present invention is dynamically assembled, the method flow diagram of software system development;
Fig. 2 is the inner structure block diagram of the control dynamic group assembling system of the embodiment of the present invention;
Fig. 3 is the inner structure block diagram of the configuration file generation module of the embodiment of the present invention.
Embodiment
For making object of the present invention, technical scheme and advantage clearer, referring to accompanying drawing and enumerate preferred embodiment, the present invention is described in more detail.Yet, it should be noted that, many details of listing in instructions are only used to make reader to have a thorough understanding to one or more aspects of the present invention, even if do not have these specific details also can realize these aspects of the present invention.
The terms such as " module " used in this application, " system " are intended to comprise the entity relevant to computing machine, such as but not limited to hardware, firmware, combination thereof, software or executory software.For example, module can be, but be not limited in: the thread of the process of moving on processor, processor, object, executable program, execution, program and/or computing machine.For instance, the application program of moving on computing equipment and this computing equipment can be modules.One or more modules can be positioned at an executory process and/or thread.
In technical scheme of the present invention, according to the property value under the control title of the control to be assembled of recording in configuration file and each property parameters, the corresponding control of dynamic call, and to the control calling, transmit the property value under each property parameters of this control in calling the process of control, thereby dynamic group takes on required software systems.
And above-mentioned configuration file does not need user to write yet: the present inventor considers, is independence, the decoupling of assurance control, and control deviser or control developer can write detailed development specifications for each control.In the development specifications of control, conventionally describe and have the control title of control, the function of control, property parameters that control is used, even comprise the default property value under each property parameters.Development specifications adopts natural language conventionally, but not machine language writes, and therefore has good readability.Therefore, can utilize the development specifications of control to be assembled, automatically generating configuration file template; User only need fill in required property value under the property parameters of the respectively control to be assembled of profile template, just can generating configuration file.
Therefore, in the whole performance history of software systems, user only need to fill in the property value under the property parameters of control to be assembled in profile template, and needn't write code, greatly improved the development efficiency of software systems, the demand of can meet fast Development, developing at any time, developed by ordinary person.
Below in conjunction with accompanying drawing, describe technical scheme of the present invention in detail.
Before dynamically assembling, application controls can first by control designer or control developer, carry out control exploitation.In control performance history, according to the functional requirement that will realize, functional requirement is divided into the control leaved for development with standalone feature, and sets up development specifications for each control leaved for development.In the development specifications of control leaved for development, can comprise: each property parameters of the control title of this control, the functional description information of this control, this control and the default property value under each property parameters, and then also can comprise: resource that the implication of each property parameters of this control, this control are used etc.Particularly, the development specifications of control can be based on XML (eXtensible Markup Language, i.e. extend markup language) form, is convenient to resolve, information extraction.
Developer designs this control according to the development specifications self-developing of control leaved for development, and after exploitation completes, form that can dynamic base (dll) is submitted control to.
Control based on developing according to above-mentioned development specifications, control dynamic group assembling system of the present invention is dynamically assembled, is developed software before system carrying out control, can first adopt process step generating configuration file as shown in Figure 1a, specifically comprises:
S101: control dynamic group assembling system loads each control of exploitation in advance.
The dynamic base that particularly, can first load each control of developing in advance according to development specifications after the operation of control dynamic group assembling system is to internal memory.
S102: control dynamic group assembling system utilizes the control title of each control of reflection technology Dynamic Acquisition loading.
Particularly, control dynamic group assembling system can utilize the control title of each control of the reflection technology Dynamic Acquisition loadings such as Assembly (procedure set) or Module (module) or MethodInfo (method information); Certainly, control dynamic group assembling system also can utilize Assembly reflection technology to obtain the out of Memory of each control of loading.
S103: corresponding each the control title of control dynamic group assembling system, demonstration has the functional description information of the control of this control title.
In this step, control dynamic group assembling system, for each control title of obtaining, obtains the development specifications of corresponding control, and the functional description information extracting from this development specifications is selected to show in dialog box at control to should control name claiming.
Particularly, control dynamic group assembling system shows control selection dialog box, and for each control title of obtaining, obtains the development specifications of corresponding control, obtains the development specifications of the control with this control title; For example, obtain the development specifications file that file name includes this control title; Afterwards, the functional description information extracting from this development specifications is selected to show in dialog box at control to should control name claiming.
S104: control dynamic group assembling system generating configuration file template.
Particularly, control dynamic group assembling system selects the corresponding control of control title of choosing in dialog box as after assembling control according to the functional requirement of required software systems at described control user, for each control to be assembled, from the development specifications of this control to be assembled, extract each property parameters of this control to be assembled, form profile template.Particularly, in profile template, can include the control title of each control to be assembled, and each property parameters, and then also can comprise the implication of each property parameters, and the default property value under each property parameters.
S105: control dynamic group assembling system receive user in described profile template for each control to be assembled, for this after the property value of each property parameters input of assembling control, generating configuration file.
Particularly, after the profile template that control dynamic group assembling system show to generate, user can fill in the property value under each property parameters of control to be assembled in profile template, obtains configuration file.In fact, if filled in profile template in the situation of default property value, user only need modify for the property value under some property parameters, can obtain configuration file.
Control dynamic group assembling system, after generating configuration file, can first be preserved configuration file; Afterwards, obtain in advance the configuration file of preserving and carry out the control system of dynamically assembling, develop software; Or control dynamic group assembling system, after generating configuration file, or is directly used the configuration file generating to carry out the control system of dynamically assembling, develop software.The concrete configuration file that uses carries out the dynamically method of assembling of control, and flow process as shown in Figure 1 b, comprises the steps:
S106: control dynamic group assembling system is resolved configuration file.
Particularly, configuration file that generate or that preserve before before control dynamic group assembling system can obtain, and parse from the configuration file obtaining: respectively the control title of control to be assembled is, the property value under each property parameters of each control to be assembled.
S107: control dynamic group assembling system, for the control title of each control to be assembled in configuration file, calls corresponding control.
Particularly, control dynamic group assembling system, for each the control title parsing, from being loaded into before each control of internal memory, calls and the corresponding control of this control title, and in calling the process of this control, the property value under each property parameters of this control is passed to this control.
To respectively after assembling control and calling, completed control and dynamically assembled, develop the process of required software systems.Thus can, apply the dynamically method of assembling of control of the present invention, in the performance history of software systems, do not need professional programming personnel to carry out writing of code completely; Apply the dynamically method of assembling of control of the present invention, personnel or user for common understanding business, by select the control needing in control is selected dialog box, and in profile template configuration attribute value generating configuration file, just can develop required software systems; Greatly reduce the programming requirement of software systems to developer, the exploitation of personnel to software systems of being more convenient for, has also improved the development efficiency of software systems greatly.
A kind of concrete inner structure block diagram of above-mentioned control dynamic group assembling system, as shown in Figure 2, comprising: control load-on module 201, configuration file acquisition module 202, control calling module 203.
Wherein, control load-on module 201 is for loading each control of exploitation in advance; Wherein, described control is to develop according to the development specifications of this control.
Configuration file acquisition module 202 is for obtaining the configuration file of preserving in advance.
Control calling module 203 calls respectively corresponding control for the control title of the respectively control to be assembled of the configuration file that obtains according to configuration file acquisition module 202, and in control invoked procedure, to the control calling, transmit the property value under each property parameters of this control in described configuration file, with dynamic group, take on required software systems.
Further, in control dynamic group assembling system, also can comprise: configuration file generation module 204.
Configuration file generation module 204 is for loading each control of exploitation in advance; Utilize the control title of each control of reflection technology Dynamic Acquisition loading; For each control title of obtaining, obtain the development specifications of corresponding control, and the functional description information extracting from this development specifications is selected to show in dialog box at control to should control name claiming; By user according to the functional requirement of required software systems, at described control, select the corresponding control of control title of choosing in dialog box as after assembling control, for each control to be assembled, from the development specifications of this control to be assembled, extract each property parameters of this control to be assembled, form profile template; Receive user in described profile template for each control to be assembled, for this after the property value of each property parameters input of assembling control, generating configuration file.
Above-mentioned configuration file generation module 204, as shown in Figure 3, specifically can comprise as lower unit: control loading unit 301, control selected cell 302, profile template generation unit 303, configuration file storage unit 304.
Control loading unit 301 is for loading each control of exploitation in advance;
Control selected cell 302 utilizes the control title of each control of reflection technology Dynamic Acquisition loading; For each control title of obtaining, obtain the development specifications of corresponding control, and the functional description information extracting from this development specifications is selected to show in dialog box at control to should control name claiming; According to the functional requirement of required software systems, at described control, select the corresponding control of control title of choosing in dialog box as control to be assembled user;
Profile template generation unit 303, for for each definite control to be assembled of described control selected cell, extracts each property parameters of this control to be assembled from the development specifications of this control to be assembled, and forms profile template;
Configuration file storage unit 304 for receive user at described profile template for each control to be assembled, for this, after the property value of each property parameters input of assembling control, generating configuration file is also preserved.
Each module in above-mentioned control dynamic group assembling system, the concrete function of unit can be with reference to the methods in above-mentioned Fig. 1 a, each step of 1b flow process.
In technical scheme of the present invention, when developing software system, do not need professional programming personnel to carry out writing of code completely; For personnel or the user of common understanding business, can be by select the control needing in control is selected dialog box, and in profile template configuration attribute value generating configuration file, just can develop required software systems; Greatly reduce the programming requirement of software systems to developer, the exploitation of personnel to software systems of being more convenient for, has also improved the development efficiency of software systems greatly.
One of ordinary skill in the art will appreciate that all or part of step realizing in above-described embodiment method is to come the hardware that instruction is relevant to complete by program, this program can be stored in computer read/write memory medium, as: ROM/RAM, magnetic disc, CD etc.
The above is only the preferred embodiment of the present invention; it should be pointed out that for those skilled in the art, under the premise without departing from the principles of the invention; can also make some improvements and modifications, these improvements and modifications also should be considered as protection scope of the present invention.

Claims (10)

1. the dynamic assemble method of control, is characterized in that, comprising:
Load each control of exploitation in advance; Wherein, described control is to develop according to the development specifications of this control;
Utilize the control title of each control of reflection technology Dynamic Acquisition loading;
For each control title of obtaining, obtain the development specifications of corresponding control, and the functional description information extracting from this development specifications is selected to show in dialog box at control to should control name claiming;
According to the functional requirement of required software systems, at described control, select the corresponding control of control title of choosing in dialog box as after assembling control user, for each control to be assembled, from the development specifications of this control to be assembled, extract each property parameters of this control to be assembled, form profile template;
Receive user in described profile template for each control to be assembled, for this after the property value of each property parameters input of assembling control, generating configuration file;
According to the control title of the respectively control to be assembled in described configuration file, call respectively corresponding control, and in control invoked procedure, to the control calling, transmit the property value under each property parameters of this control in described configuration file, with dynamic group, take on required software systems.
2. the method for claim 1, is characterized in that, before described composition profile template, also comprises:
From the development specifications of this control to be assembled, extract the default property value under each property parameters of this control to be assembled; And
Described composition profile template specifically comprises:
According to the control title of control to be assembled respectively, and each property parameters obtaining, the default property value under property parameters form described profile template.
3. the method for claim 1, is characterized in that, described each control title for obtaining is obtained the development specifications of corresponding control, specifically comprises:
For each control title of obtaining, obtain the development specifications file that filename includes this control title, in described development specifications file, record the development specifications of the control with this control title.
4. the method as described in as arbitrary in claim 1-3, is characterized in that, described development specifications, profile template are all based on XML form.
5. the dynamic assemble method of control, is characterized in that, comprising:
Load each control of exploitation in advance; Wherein, described control is to develop according to the development specifications of this control;
Obtain after the configuration file of preserving in advance, according to the control title of the respectively control to be assembled in described configuration file, call respectively corresponding control, and in control invoked procedure, to the control calling, transmit the property value under each property parameters of this control in described configuration file, with dynamic group, take on required software systems;
Wherein, described configuration file is according to profile template, and user in profile template for each control to be assembled, for the property value of each property parameters input of this control to be assembled, generate; Described profile template is automatically to generate according to the development specifications of the control of the functional requirement selection of required software systems according to user.
6. method as claimed in claim 5, is characterized in that, described profile template is concrete to be generated according to following method:
Load each control of exploitation in advance; Wherein, described control is to develop according to the development specifications of this control;
Utilize the control title of each control of reflection technology Dynamic Acquisition loading;
For each control title of obtaining, obtain the development specifications of corresponding control, and the functional description information extracting from this development specifications is selected to show in dialog box at control to should control name claiming;
By user according to the functional requirement of required software systems, at described control, select the corresponding control of control title of choosing in dialog box as after assembling control, for each control to be assembled, from the development specifications of this control to be assembled, extract each property parameters of this control to be assembled, form profile template.
7. method as claimed in claim 6, is characterized in that, before described composition profile template, also comprises:
From the development specifications of this control to be assembled, extract the default property value under each property parameters of this control to be assembled; And
Described composition profile template specifically comprises:
According to the control title of control to be assembled respectively, and each property parameters obtaining, the default property value under property parameters form described profile template.
8. a control dynamic group assembling system, is characterized in that, comprising:
Control load-on module, for loading each control of exploitation in advance; Wherein, described control is to develop according to the development specifications of this control;
Configuration file acquisition module, for obtaining the configuration file of preserving in advance;
Control calling module, control title for the respectively control to be assembled of the configuration file that obtains according to described configuration file acquisition module is called respectively corresponding control, and in control invoked procedure, to the control calling, transmit the property value under each property parameters of this control in described configuration file, with dynamic group, take on required software systems.
9. system as claimed in claim 8, is characterized in that, also comprises:
Configuration file generation module, for loading each control of exploitation in advance; Utilize the control title of each control of reflection technology Dynamic Acquisition loading; For each control title of obtaining, obtain the development specifications of corresponding control, and the functional description information extracting from this development specifications is selected to show in dialog box at control to should control name claiming; By user according to the functional requirement of required software systems, at described control, select the corresponding control of control title of choosing in dialog box as after assembling control, for each control to be assembled, from the development specifications of this control to be assembled, extract each property parameters of this control to be assembled, form profile template; Receive user in described profile template for each control to be assembled, for this after the property value of each property parameters input of assembling control, generating configuration file.
10. system as claimed in claim 9, is characterized in that, described configuration file generation module specifically comprises:
Control loading unit, for loading each control of exploitation in advance;
Control selected cell, utilizes the control title of each control that reflection technology Dynamic Acquisition loads; For each control title of obtaining, obtain the development specifications of corresponding control, and the functional description information extracting from this development specifications is selected to show in dialog box at control to should control name claiming; According to the functional requirement of required software systems, at described control, select the corresponding control of control title of choosing in dialog box as control to be assembled user;
Profile template generation unit for each control to be assembled of determining for described control selected cell, extracts each property parameters of this control to be assembled from the development specifications of this control to be assembled, and forms profile template;
Configuration file storage unit, for receive user at described profile template for each control to be assembled, for this, after the property value of each property parameters input of assembling control, generating configuration file is also preserved.
CN201410293129.6A 2014-06-25 2014-06-25 Control changeable assembling method and system Active CN104049974B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410293129.6A CN104049974B (en) 2014-06-25 2014-06-25 Control changeable assembling method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410293129.6A CN104049974B (en) 2014-06-25 2014-06-25 Control changeable assembling method and system

Publications (2)

Publication Number Publication Date
CN104049974A true CN104049974A (en) 2014-09-17
CN104049974B CN104049974B (en) 2017-09-15

Family

ID=51502883

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410293129.6A Active CN104049974B (en) 2014-06-25 2014-06-25 Control changeable assembling method and system

Country Status (1)

Country Link
CN (1) CN104049974B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104536754A (en) * 2014-12-26 2015-04-22 北京像素软件科技股份有限公司 Method and device for processing user interface
CN105701183A (en) * 2016-01-07 2016-06-22 无锡天脉聚源传媒科技有限公司 User personalized template implementation method and apparatus
CN106021340A (en) * 2016-05-09 2016-10-12 统通信(苏州)有限公司 A method for realizing Android terminal dynamic table controls
CN108614693A (en) * 2018-03-21 2018-10-02 阿里巴巴集团控股有限公司 It is a kind of for the processing method of page assembly, device and equipment
CN110457063A (en) * 2019-07-15 2019-11-15 中国平安人寿保险股份有限公司 The packaging method and device of shell script, electronic equipment, readable storage medium storing program for executing
CN110659027A (en) * 2019-09-20 2020-01-07 京东方科技集团股份有限公司 Code generation method and device and electronic equipment
CN114579158A (en) * 2022-03-09 2022-06-03 常州天健智能科技有限公司 Development management system for integrated system software

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1499774A (en) * 2002-11-05 2004-05-26 深圳市中兴通讯股份有限公司上海第二 Method for generating telecommunication network management interface
US6907597B1 (en) * 2000-10-13 2005-06-14 Ati International Srl Method and apparatus for constructing an executable program in memory
CN102270125A (en) * 2010-06-04 2011-12-07 中兴通讯股份有限公司 Device and method for developing Web application
CN302375733S (en) * 2012-09-20 2013-04-03 江苏黄果树服饰有限公司 Men's clothing (3)

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102375733A (en) * 2010-08-24 2012-03-14 北大方正集团有限公司 Convenient and quick interface arrangement method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6907597B1 (en) * 2000-10-13 2005-06-14 Ati International Srl Method and apparatus for constructing an executable program in memory
CN1499774A (en) * 2002-11-05 2004-05-26 深圳市中兴通讯股份有限公司上海第二 Method for generating telecommunication network management interface
CN102270125A (en) * 2010-06-04 2011-12-07 中兴通讯股份有限公司 Device and method for developing Web application
CN302375733S (en) * 2012-09-20 2013-04-03 江苏黄果树服饰有限公司 Men's clothing (3)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104536754A (en) * 2014-12-26 2015-04-22 北京像素软件科技股份有限公司 Method and device for processing user interface
CN105701183A (en) * 2016-01-07 2016-06-22 无锡天脉聚源传媒科技有限公司 User personalized template implementation method and apparatus
CN106021340A (en) * 2016-05-09 2016-10-12 统通信(苏州)有限公司 A method for realizing Android terminal dynamic table controls
CN108614693A (en) * 2018-03-21 2018-10-02 阿里巴巴集团控股有限公司 It is a kind of for the processing method of page assembly, device and equipment
CN108614693B (en) * 2018-03-21 2022-06-24 创新先进技术有限公司 Processing method, device and equipment for page component
CN110457063A (en) * 2019-07-15 2019-11-15 中国平安人寿保险股份有限公司 The packaging method and device of shell script, electronic equipment, readable storage medium storing program for executing
CN110457063B (en) * 2019-07-15 2024-04-16 中国平安人寿保险股份有限公司 Script program packaging method and device, electronic equipment and readable storage medium
CN110659027A (en) * 2019-09-20 2020-01-07 京东方科技集团股份有限公司 Code generation method and device and electronic equipment
CN114579158A (en) * 2022-03-09 2022-06-03 常州天健智能科技有限公司 Development management system for integrated system software

Also Published As

Publication number Publication date
CN104049974B (en) 2017-09-15

Similar Documents

Publication Publication Date Title
CN104049974A (en) Dynamic control assembly method and system
US10061573B2 (en) User interfaces of application porting software platform
CN107644286B (en) Workflow processing method and device
US8250523B2 (en) Source code wrapper generation
CN101996131A (en) Automatic test method and automatic test platform for graphic user interface (GUI) based on x extensive makeup language (XML) packaging key word
CN106547681B (en) Method and device for testing data automatic loading and multiplexing simulation service
CN106933887B (en) Data visualization method and device
CN104794048A (en) Automatic UI testing method and system
CN112083919B (en) Target service code generation method and device based on YAML template
US10496423B2 (en) Method for opening up data and functions of terminal application based on reconstruction technology
US9477582B2 (en) Executable software specification generation
CN110990274A (en) Data processing method, device and system for generating test case
KR101350798B1 (en) Robot system controlled on the basis of opros platform and control method thereof
KR20130017337A (en) Hybrid app development platform architecture and test method of the same, and computer-readable recording medium with program for the same
CN107015903B (en) Interface test program generation method and device and electronic equipment
CN106776779B (en) Method for generating entity file by JSON data based on Mac platform
CN101859246A (en) System and method for converting corresponding scripts according to different browsers
CN106919374B (en) Script generation method and device
CN111078217A (en) Brain graph generation method, apparatus and computer-readable storage medium
CN111078529B (en) Client writing module testing method and device and electronic equipment
CN105718434A (en) Natural language formula editing method and system
EP2495654A1 (en) Method, apparatus and computer program product for generating system specifications
CN112825033A (en) Interface code generation method, device, equipment and storage medium
CN113485746B (en) Method and device for generating application program interface document
CN111158665A (en) Code generation method and device, electronic equipment 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