CN105511843A - Application program interface generation method and device - Google Patents

Application program interface generation method and device Download PDF

Info

Publication number
CN105511843A
CN105511843A CN201410485900.XA CN201410485900A CN105511843A CN 105511843 A CN105511843 A CN 105511843A CN 201410485900 A CN201410485900 A CN 201410485900A CN 105511843 A CN105511843 A CN 105511843A
Authority
CN
China
Prior art keywords
interface
parameter
control
attribute
structure body
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201410485900.XA
Other languages
Chinese (zh)
Inventor
张伟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Potevio Information Technology Co Ltd
Putian Information Technology Co Ltd
Original Assignee
Putian Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Putian Information Technology Co Ltd filed Critical Putian Information Technology Co Ltd
Priority to CN201410485900.XA priority Critical patent/CN105511843A/en
Publication of CN105511843A publication Critical patent/CN105511843A/en
Pending legal-status Critical Current

Links

Abstract

The application discloses an application program interface generation method comprising the following steps: A, creating an xml format interface parameter configuration file comprising interface needed parameters and attributes; B, parsing the configuration file, and loading the interface parameters and attributes into a memory; C, creating and deploying each widget according to the interface parameters and attributes in the memory. The application also discloses an application program interface generation device; according to the method, no recompiling is needed when the interface elements need modifications.

Description

A kind of method and apparatus generating Application Program Interface
Technical field
The application relates to field of computer technology, particularly relates to a kind of method and apparatus generating Application Program Interface.
Background technology
Interface development personnel can carry out interface based on different computereses, but are all in Integrated Development Environment, complete interface based on certain framework by visual coding usually.To carry out interface with C# language, usual interface development personnel be based on DotNetFramework framework in MicrosoftVisualStudio Integrated Development Environment, a newly-built forms (Form), basic control that DotNetFramework framework provides is pulled in forms in tool box, then attribute and the method for control are set, finally compile the project generator program collection file at forms place, complete the design at interface.
Following shortcoming is there is: even if when interface only having oligo-element attribute need amendment or needing to increase new element in prior art, also need to recompilate generation item code, when current project interface number is many, recompility project is very consuming time, the speed of impact exploitation.
Summary of the invention
This application provides a kind of method and apparatus generating Application Program Interface, without the need to recompilating when the element on interface needs to revise.
A kind of method generating Application Program Interface that the embodiment of the present application provides, comprising:
The interface parameter configuration file of A, establishment xml form, wherein comprises the parameter needed for this interface and attribute;
B, resolve described configuration file, the parameter at interface and attribute are loaded in internal memory;
C, according to the parameter of internal memory median surface and attribute, create each control and layout is carried out to control.
Preferably, in the interface parameter configuration file of described xml form, the corresponding xml node of each attribute of each interface parameter.
Preferably, step B comprises:
B1, definition are used for the interim interface parameter attribute structure body storing interface parameter data in internal memory; Each attribute one_to_one corresponding in each element in interface parameter attribute structure body and the configuration file of xml form;
The interface parameter configuration file of xml form is loaded in internal memory by B2, the loading method calling xml files classes, node reads the data in the configuration file of xml form one by one, by in interface parameter data recurrent wrIting interface parameter attribute structure body, form the list of interface parameter attribute structure body.
Preferably, step C comprises:
The list of searching loop interface parameter attribute structure body, the value of taking out each element in the list of interface parameter attribute structure body is handled as follows:
C1, value according to the types of elements in interface parameter attribute structure body, create the self-defined control class object of this value corresponding types;
C2, establishment control, and layout is carried out to created control.
Preferably, step C comprises:
The list of traversal interface parameter attribute structure body, during the complete current control of each establishment, all current control is labeled as last control, when traversing next parameter, by obtaining the position of last control as with reference to position, calculate the current position needing the control created.
Preferably, the parameter at described interface and attribute comprise: subordinate page title and subordinate group name claim.
Preferably, step B comprises further:
B3, the page information extracting each parameter subordinate and group information, form page list and Groups List respectively;
B4, extract corresponding relation between group and page, be stored into Dictionary<string, in the variable of string> key-value pair form;
B5, extract comprise in each group control sum.
Preferably, create control described in step C2 to comprise:
C2-1, the list of traversal interface parameter attribute structure body, judge whether parameter all creates complete, if so, terminate the flow process creating control, otherwise perform step C2-2;
The subordinate paging title of C2-2, acquisition interface parameter attribute structure body list parameter current, judges whether to need paging, if perform step C2-3, otherwise goes to step C2-5;
C2-3, judge whether current paging created, if perform step C2-5, otherwise perform step C2-4;
C2-4, create new paging;
The subordinate group names of C2-5, acquisition interface parameter attribute structure body list parameter current, judges whether to need grouping, if perform step C2-6, otherwise goes to step C2-8;
Whether C2-6, current group created, if go to step C2-8, otherwise performed step C2-7;
C2-7, create new grouping;
C2-8, according to the paging of parameter current subordinate and grouping information, concrete paging or grouping or electrical condenser create control, then goes to step C2-1.
The embodiment of the present application additionally provides a kind of device generating Application Program Interface, comprising:
Parameter configuration module, for creating the interface parameter configuration file of xml form, wherein comprises the parameter needed for this interface and attribute;
Parsing module, for resolving described configuration file, is loaded in internal memory by the parameter at interface and attribute;
Interface generation module, for according to the parameter of internal memory median surface and attribute, creates each control and carries out layout to control.
Preferably, in the interface parameter configuration file of described xml form, the corresponding xml node of each attribute of each interface parameter.
Preferably, described parsing module comprises:
Structure unit, for defining for the interface parameter attribute structure body storing interface parameter data interim in internal memory; Each attribute one_to_one corresponding in each element in interface parameter attribute structure body and the configuration file of xml form;
Data write unit, the configuration file of xml form is loaded in internal memory by the loading method for calling xml files classes, node reads the data in the configuration file of xml form one by one, by in interface parameter data recurrent wrIting interface parameter attribute structure body, form the list of interface parameter attribute structure body.
Preferably, interface generation module comprises:
Traversal Unit, for the list of searching loop interface parameter attribute structure body, takes out the value of each element in the list of interface parameter attribute structure body;
Control class Object Creation unit, for the value of the types of elements in the interface parameter attribute structure body that takes out according to described Traversal Unit, creates the self-defined control class object of this value corresponding types;
Layout units, for creating control, and carries out layout to created control.
Preferably, the list of described Traversal Unit traversal interface parameter attribute structure body, during the complete current control of each establishment, all current control is labeled as last control, when traversing next parameter, by obtaining the position of last control as with reference to position, calculate the current position needing the control created.
Preferably, the parameter at described interface and attribute comprise: subordinate page title and subordinate group name claim.
Preferably, resolution unit comprises further:
Paging and grouping information unit, for extracting page information and the group information of each parameter subordinate, form page list and Groups List respectively; Extract the corresponding relation between group and page, be stored into Dictionary<string, in the variable of string> key-value pair form; Extract the control sum comprised in each group;
Layout units is when carrying out layout to the page, and the page list provided according to paging and grouping information unit and Groups List create corresponding paging and grouping.
As can be seen from the above technical solutions, by writing xml formatting interface parameter configuration files, resolving this configuration file, finally dynamically generating interface.When the element on interface needs amendment or need to increase new element, only need the interface parameter configuration file revising xml form, do not need to recompilate generation project, improve the tempo of development of software; Meanwhile, when dynamically generating interface, unified interface control style to be processed, solving the look & feel that different developer designs and being difficult to unified problem.
Accompanying drawing explanation
The method flow schematic diagram of the generation Application Program Interface that Fig. 1 provides for the embodiment of the present application;
The concrete treatment scheme schematic diagram of the paging that Fig. 2 provides for the embodiment of the present application and grouping;
The xml file example figure that Fig. 3 provides for the embodiment of the present application;
Fig. 4 is the architectural feature schematic diagram of the ParamStruct structure of the embodiment of the present application.
Embodiment
For making the know-why of technical scheme, feature and technique effect clearly, below in conjunction with specific embodiment, technical scheme is described in detail.
The method flow of the generation Application Program Interface that the embodiment of the present application provides as shown in Figure 1, comprises the steps:
Step 101: the interface parameter configuration file creating xml form, wherein comprises the parameters needed for this interface and attribute.
Step 102: resolve described configuration file, is loaded into the parameter at interface and attribute in internal memory.
Step 103: dynamically generate Application Program Interface, comprising: according to parameter and the attribute of internal memory median surface, create each control and layout is carried out to control.
According to another embodiment of the application, step 101 specifically comprises following sub-step:
Sub-step 101-1: determine the parameter that current interface needs to comprise and attribute.A parameter has multinomial attribute, and the attribute of an interface parameter comprises: the description of parameter display title, stored data base field name, parameter type, span, length, parameter, subordinate page (Tab) title, subordinate group (Group) title, whether must fill out, whether read-only, default value, storage database table name.When interface is fairly simple, the related content of subordinate page or subordinate group can be saved.
Sub-step 101-2: need the parameter that comprises and attribute according to current interface, creates the configuration file of xml form.The corresponding xml node of each attribute of each interface parameter, multiple xml nodes that multiple attributes of a parameter are corresponding are referred to as a node group.Answer ground with each Attribute Relative, node is defined as AliasName, FieldName, Type, Range, Length, Description, TPageName, GroupName, MustHas, ReadOnly, DefaultValue, TableName respectively.Multiple parameters at corresponding interface, the xml formatted file of establishment comprises multiple above-mentioned node group.Xml file example as shown in Figure 3.
Sub-step 101-3: under the configuration file of the xml form created is stored in certain path, calls for during parsing.
According to another embodiment of the application, step 102 specifically comprises following sub-step:
Sub-step 102-1: definition interfaces parameter attribute structure (ParamStruct), is used for storing interface parameter data in internal memory temporarily; Each attribute one_to_one corresponding in each element in ParamStruct structure and the configuration file of xml form.The architectural feature of ParamStruct structure as shown in Figure 4.
Sub-step 102-2: the configuration file of the xml form under store path is loaded in internal memory by loading (Load) method calling xml files classes (XmlDocument), node reads the data in the configuration file of xml form one by one, by in interface parameter data recurrent wrIting ParamStruct structure, form the list of ParamStruct structure.
Sub-step 102-3: the page information and the group information that extract each parameter subordinate, forms page list and Groups List respectively;
Sub-step 102-4: extract the corresponding relation between group and page, be stored into Dictionary<string, in the variable of string> key-value pair form;
Sub-step 102-5: extract the control sum comprised in each group.
In described step 103, the list of searching loop ParamStruct structure, each element taken out in the list of ParamStruct structure is handled as follows:
Sub-step 103-1: according to the value of the types of elements in ParamStruct structure, creates the self-defined control class object of this value corresponding types.
Such as, when the types of elements value in ParamStruct structure is integer (Int), create the self-defined control of Int type.Self-defined control encapsulates according to data type, comprising: Int integer self-defined control, double double-precision floating point type self-defined control, float single-precision floating point type self-defined control, Long long self-defined control, Short short self-defined control, Enum enumeration type self-defined control, String character string type self-defined control.Whether these self-defined control can complete self data check, comprise the data type of input parameter, must fill out, whether read-only, the input range that allows.
Sub-step 103-2: whether be included in certain page or certain group according to current need parameter to be processed, point situation creates control.
The list of traversal ParamStruct structure, obtain page and the group information of parameter current subordinate, first judge whether to need paging, if do not need paging, directly process grouping situation, if need paging, judge whether current paging created, first create Tab page if do not created, if created current paging, then process grouping.In like manner, for grouping situation, according to the grouping situation of parameter current subordinate, first judge whether to need grouping, if do not need grouping, directly create control according to Tab page situation, if need grouping, judge whether current group created, first created grouping if do not created, then create control according to paging and grouping situation.
What the embodiment of the present application provided creates the concrete treatment scheme of control as shown in Figure 2 according to paging and grouping situation, comprises the steps:
Step 201: the list of traversal ParamStruct structure, judges whether parameter all creates complete, if so, terminate the flow process creating control, otherwise perform step 202.
Step 202: the subordinate Tab page title obtaining ParamStruct structure list parameter current, judges whether to need paging, if perform step 203, otherwise goes to step 205.
Step 203: judge whether current Tab page created, if perform step 205, otherwise performs step 204.
Step 204: create Tab page.
Step 205: the subordinate Group group name obtaining ParamStruct structure list parameter current claims, and judges whether to need grouping, if perform step 206, otherwise goes to step 208.
Step 206: whether current Group group created, if go to step 208, otherwise performs step 207.
Step 207: create Group grouping.
Step 208: according to Tab paging and the Group grouping information of parameter current subordinate, concrete Tab paging or Group grouping or electrical condenser creates control, then goes to step 201.
Sub-step 103-3: when creating control, layout is carried out to control.
According to resolving the control sum comprised in the corresponding relation between Group group and Tab page and each Group group that record in the configuration file process of xml form, the position of each Group group in corresponding Tab page can be calculated.
The list of traversal ParamStruct structure, during the complete current control of each establishment, all current control is labeled as last control, when traversing next parameter, by obtaining the position of last control as with reference to position, the current position needing the control created can be calculated.
In the embodiment of the present application, the self-defined control of establishment is the unified self-defined control of the style that designs, does not need to arrange one by one style characteristics again, thus style can be kept consistent.Look & feel refers to the overall display characteristic at interface, includes but not limited to: the relative position etc. between the font of control size shape, background colour, foreground, control Chinese version, control.
The embodiment of the present application additionally provides a kind of device generating Application Program Interface, comprising:
Parameter configuration module, for creating the interface parameter configuration file of xml form, wherein comprises the parameter needed for this interface and attribute;
Parsing module, for resolving described configuration file, is loaded in internal memory by the parameter at interface and attribute;
Interface generation module, for according to the parameter of internal memory median surface and attribute, creates each control and carries out layout to control.
According to another embodiment of the application, in the interface parameter configuration file of described xml form, the corresponding xml node of each attribute of each interface parameter.
According to another embodiment of the application, described parsing module comprises:
Structure unit, for defining for the interface parameter attribute structure body storing interface parameter data interim in internal memory; Each attribute one_to_one corresponding in each element in interface parameter attribute structure body and the configuration file of xml form;
Data write unit, the configuration file of xml form is loaded in internal memory by the loading method for calling xml files classes, node reads the data in the configuration file of xml form one by one, by in interface parameter data recurrent wrIting interface parameter attribute structure body, form the list of interface parameter attribute structure body.
According to another embodiment of the application, interface generation module comprises:
Traversal Unit, for the list of searching loop interface parameter attribute structure body, takes out the value of each element in the list of interface parameter attribute structure body;
Control class Object Creation unit, for the value of the types of elements in the interface parameter attribute structure body that takes out according to described Traversal Unit, creates the self-defined control class object of this value corresponding types;
Layout units, for creating control, and carries out layout to created control.
According to another embodiment of the application, the list of described Traversal Unit traversal interface parameter attribute structure body, during the complete current control of each establishment, all current control is labeled as last control, when traversing next parameter, by obtaining the position of last control as with reference to position, calculate the current position needing the control created.
According to another embodiment of the application, parameter and the attribute at described interface comprise: subordinate page title and subordinate group name claim.
According to another embodiment of the application, resolution unit comprises further:
Paging and grouping information unit, for extracting page information and the group information of each parameter subordinate, form page list and Groups List respectively; Extract the corresponding relation between group and page, be stored into Dictionary<string, in the variable of string> key-value pair form; Extract the control sum comprised in each group.
Layout units is when carrying out layout to the page, and the page list provided according to paging and grouping information unit and Groups List create corresponding paging and grouping.
Technical scheme, by writing xml formatting interface parameter configuration files, is resolved this configuration file, is finally dynamically generated interface.When the element on interface needs amendment or need to increase new element, only need the interface parameter configuration file revising xml form, do not need to recompilate generation project, improve the tempo of development of software; Meanwhile, when dynamically generating interface, unified interface control style to be processed, solving the look & feel that different developer designs and being difficult to unified problem.
The foregoing is only the preferred embodiment of the application; not in order to limit the protection domain of the application; within all spirit in technical scheme and principle, any amendment made, equivalent replacements, improvement etc., all should be included within scope that the application protects.

Claims (15)

1. generate a method for Application Program Interface, it is characterized in that, comprising:
The interface parameter configuration file of A, establishment xml form, wherein comprises the parameter needed for this interface and attribute;
B, resolve described configuration file, the parameter at interface and attribute are loaded in internal memory;
C, according to the parameter of internal memory median surface and attribute, create each control and layout is carried out to control.
2. method according to claim 1, is characterized in that, in the interface parameter configuration file of described xml form, and the corresponding xml node of each attribute of each interface parameter.
3. method according to claim 2, is characterized in that, step B comprises:
B1, definition are used for the interim interface parameter attribute structure body storing interface parameter data in internal memory; Each attribute one_to_one corresponding in each element in interface parameter attribute structure body and the configuration file of xml form;
The interface parameter configuration file of xml form is loaded in internal memory by B2, the loading method calling xml files classes, node reads the data in the configuration file of xml form one by one, by in interface parameter data recurrent wrIting interface parameter attribute structure body, form the list of interface parameter attribute structure body.
4. method according to claim 3, is characterized in that, step C comprises:
The list of searching loop interface parameter attribute structure body, the value of taking out each element in the list of interface parameter attribute structure body is handled as follows:
C1, value according to the types of elements in interface parameter attribute structure body, create the self-defined control class object of this value corresponding types;
C2, establishment control, and layout is carried out to created control.
5. method according to claim 4, is characterized in that, step C comprises:
The list of traversal interface parameter attribute structure body, during the complete current control of each establishment, all current control is labeled as last control, when traversing next parameter, by obtaining the position of last control as with reference to position, calculate the current position needing the control created.
6. method according to claim 4, is characterized in that, parameter and the attribute at described interface comprise: subordinate page title and subordinate group name claim.
7. method according to claim 6, is characterized in that, step B comprises further:
B3, the page information extracting each parameter subordinate and group information, form page list and Groups List respectively;
B4, extract corresponding relation between group and page, be stored into Dictionary<string, in the variable of string> key-value pair form;
B5, extract comprise in each group control sum.
8. method according to claim 7, is characterized in that, creates control and comprise described in step C2:
C2-1, the list of traversal interface parameter attribute structure body, judge whether parameter all creates complete, if so, terminate the flow process creating control, otherwise perform step C2-2;
The subordinate paging title of C2-2, acquisition interface parameter attribute structure body list parameter current, judges whether to need paging, if perform step C2-3, otherwise goes to step C2-5;
C2-3, judge whether current paging created, if perform step C2-5, otherwise perform step C2-4;
C2-4, create new paging;
The subordinate group names of C2-5, acquisition interface parameter attribute structure body list parameter current, judges whether to need grouping, if perform step C2-6, otherwise goes to step C2-8;
Whether C2-6, current group created, if go to step C2-8, otherwise performed step C2-7;
C2-7, create new grouping;
C2-8, according to the paging of parameter current subordinate and grouping information, concrete paging or grouping or electrical condenser create control, then goes to step C2-1.
9. generate a device for Application Program Interface, it is characterized in that, comprising:
Parameter configuration module, for creating the interface parameter configuration file of xml form, wherein comprises the parameter needed for this interface and attribute;
Parsing module, for resolving described configuration file, is loaded in internal memory by the parameter at interface and attribute;
Interface generation module, for according to the parameter of internal memory median surface and attribute, creates each control and carries out layout to control.
10. device according to claim 9, is characterized in that, in the interface parameter configuration file of described xml form, and the corresponding xml node of each attribute of each interface parameter.
11. devices according to claim 10, is characterized in that, described parsing module comprises:
Structure unit, for defining for the interface parameter attribute structure body storing interface parameter data interim in internal memory; Each attribute one_to_one corresponding in each element in interface parameter attribute structure body and the configuration file of xml form;
Data write unit, the configuration file of xml form is loaded in internal memory by the loading method for calling xml files classes, node reads the data in the configuration file of xml form one by one, by in interface parameter data recurrent wrIting interface parameter attribute structure body, form the list of interface parameter attribute structure body.
12. devices according to claim 11, it is characterized in that, interface generation module comprises:
Traversal Unit, for the list of searching loop interface parameter attribute structure body, takes out the value of each element in the list of interface parameter attribute structure body;
Control class Object Creation unit, for the value of the types of elements in the interface parameter attribute structure body that takes out according to described Traversal Unit, creates the self-defined control class object of this value corresponding types;
Layout units, for creating control, and carries out layout to created control.
13. devices according to claim 12, it is characterized in that, the list of described Traversal Unit traversal interface parameter attribute structure body, during the complete current control of each establishment, all current control is labeled as last control, when traversing next parameter, by obtaining the position of last control as with reference to position, calculate the current position needing the control created.
14. devices according to claim 12, is characterized in that, parameter and the attribute at described interface comprise: subordinate page title and subordinate group name claim.
15. devices according to claim 14, it is characterized in that, resolution unit comprises further:
Paging and grouping information unit, for extracting page information and the group information of each parameter subordinate, form page list and Groups List respectively; Extract the corresponding relation between group and page, be stored into Dictionary<string, in the variable of string> key-value pair form; Extract the control sum comprised in each group;
Layout units is when carrying out layout to the page, and the page list provided according to paging and grouping information unit and Groups List create corresponding paging and grouping.
CN201410485900.XA 2014-09-22 2014-09-22 Application program interface generation method and device Pending CN105511843A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410485900.XA CN105511843A (en) 2014-09-22 2014-09-22 Application program interface generation method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410485900.XA CN105511843A (en) 2014-09-22 2014-09-22 Application program interface generation method and device

Publications (1)

Publication Number Publication Date
CN105511843A true CN105511843A (en) 2016-04-20

Family

ID=55719857

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410485900.XA Pending CN105511843A (en) 2014-09-22 2014-09-22 Application program interface generation method and device

Country Status (1)

Country Link
CN (1) CN105511843A (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105893063A (en) * 2016-06-13 2016-08-24 积成电子股份有限公司 Application program interface based on XML format configuration file and construction method of application program interface
CN105975260A (en) * 2016-04-28 2016-09-28 广州华多网络科技有限公司 File generation method and device
CN106250116A (en) * 2016-07-21 2016-12-21 武汉精伦电气有限公司 A kind of software generic skeleton code generates method and system
CN106681723A (en) * 2016-12-29 2017-05-17 北京奇虎科技有限公司 Development method and device for user interface UI
CN106681798A (en) * 2016-12-28 2017-05-17 安徽和润信息科技有限公司 Banking business simulation system
CN106775627A (en) * 2016-11-16 2017-05-31 北京金和网络股份有限公司 The method for flexibly controlling mobile APP showing interfaces
CN107463368A (en) * 2017-06-23 2017-12-12 成都飞机工业(集团)有限责任公司 A kind of static and dynamic man-machine interface automatic generation method
CN108051008A (en) * 2017-11-24 2018-05-18 惠州市德赛西威汽车电子股份有限公司 A kind of implementation method of vehicle mounted guidance interface I Driver functions
CN108595965A (en) * 2018-04-28 2018-09-28 北京字节跳动网络技术有限公司 Prevent the method and its device that the attribute information of interface control is stolen
CN109101304A (en) * 2018-07-05 2018-12-28 北京微播视界科技有限公司 Automatic generation method, device, electronic equipment and the computer-readable medium at interface
CN110069312A (en) * 2019-04-26 2019-07-30 北京三快在线科技有限公司 A kind of method and device of UI component Configuration and generation UI Component Gallery
CN110806874A (en) * 2018-08-03 2020-02-18 武汉斗鱼网络科技有限公司 Analysis method, storage medium, electronic device and system for configuration file of live broadcast room
CN112698877A (en) * 2019-10-21 2021-04-23 上海哔哩哔哩科技有限公司 Data processing method and system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020113821A1 (en) * 2001-02-20 2002-08-22 Petr Hrebejk Graphical user interface for determining display element attribute values
US20030074636A1 (en) * 2001-10-15 2003-04-17 Ensoftek, Inc. Enabling easy generation of XML documents from XML specifications
CN1713140A (en) * 2004-06-25 2005-12-28 华为技术有限公司 Interface generating method and device for computer
CN102456084A (en) * 2010-10-27 2012-05-16 沈阳中科博微自动化技术有限公司 Method for configuring formula editor of IC (Integrated Circuit) equipment
CN102760062A (en) * 2012-06-19 2012-10-31 株洲南车时代电气股份有限公司 Parameter setting method for embedded software based on rail transit

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020113821A1 (en) * 2001-02-20 2002-08-22 Petr Hrebejk Graphical user interface for determining display element attribute values
US20030074636A1 (en) * 2001-10-15 2003-04-17 Ensoftek, Inc. Enabling easy generation of XML documents from XML specifications
CN1713140A (en) * 2004-06-25 2005-12-28 华为技术有限公司 Interface generating method and device for computer
CN102456084A (en) * 2010-10-27 2012-05-16 沈阳中科博微自动化技术有限公司 Method for configuring formula editor of IC (Integrated Circuit) equipment
CN102760062A (en) * 2012-06-19 2012-10-31 株洲南车时代电气股份有限公司 Parameter setting method for embedded software based on rail transit

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105975260B (en) * 2016-04-28 2019-05-03 广州华多网络科技有限公司 A kind of document generating method and device
CN105975260A (en) * 2016-04-28 2016-09-28 广州华多网络科技有限公司 File generation method and device
CN105893063A (en) * 2016-06-13 2016-08-24 积成电子股份有限公司 Application program interface based on XML format configuration file and construction method of application program interface
CN105893063B (en) * 2016-06-13 2019-02-15 积成电子股份有限公司 A kind of construction method of the Application Program Interface based on XML format configuration file
CN106250116A (en) * 2016-07-21 2016-12-21 武汉精伦电气有限公司 A kind of software generic skeleton code generates method and system
CN106250116B (en) * 2016-07-21 2019-08-23 武汉精伦电气有限公司 A kind of software generic skeleton code generation method and system
CN106775627A (en) * 2016-11-16 2017-05-31 北京金和网络股份有限公司 The method for flexibly controlling mobile APP showing interfaces
CN106681798A (en) * 2016-12-28 2017-05-17 安徽和润信息科技有限公司 Banking business simulation system
CN106681723A (en) * 2016-12-29 2017-05-17 北京奇虎科技有限公司 Development method and device for user interface UI
CN107463368A (en) * 2017-06-23 2017-12-12 成都飞机工业(集团)有限责任公司 A kind of static and dynamic man-machine interface automatic generation method
CN108051008A (en) * 2017-11-24 2018-05-18 惠州市德赛西威汽车电子股份有限公司 A kind of implementation method of vehicle mounted guidance interface I Driver functions
CN108595965A (en) * 2018-04-28 2018-09-28 北京字节跳动网络技术有限公司 Prevent the method and its device that the attribute information of interface control is stolen
CN109101304A (en) * 2018-07-05 2018-12-28 北京微播视界科技有限公司 Automatic generation method, device, electronic equipment and the computer-readable medium at interface
CN110806874A (en) * 2018-08-03 2020-02-18 武汉斗鱼网络科技有限公司 Analysis method, storage medium, electronic device and system for configuration file of live broadcast room
CN110806874B (en) * 2018-08-03 2023-08-18 西安创业天下网络科技有限公司 Analysis method, storage medium, electronic equipment and system for live broadcast room configuration file
CN110069312A (en) * 2019-04-26 2019-07-30 北京三快在线科技有限公司 A kind of method and device of UI component Configuration and generation UI Component Gallery
CN112698877A (en) * 2019-10-21 2021-04-23 上海哔哩哔哩科技有限公司 Data processing method and system
CN112698877B (en) * 2019-10-21 2023-07-14 上海哔哩哔哩科技有限公司 Data processing method and system

Similar Documents

Publication Publication Date Title
CN105511843A (en) Application program interface generation method and device
JP6267711B2 (en) Modernization of legacy software systems based on modeled dependencies
CN109284145A (en) The generation of multilingual configuration file and methods of exhibiting and device, equipment and medium
CN106874256A (en) Name the method and device of entity in identification field
CN108027722A (en) The dynamically renewal application in compiling and deployment
CN108139891B (en) Method and system for generating suggestions to correct undefined token errors
CN105630902A (en) Method for rendering and incrementally updating webpages
US20110271179A1 (en) Methods and systems for graphically visualizing text documents
US8826227B2 (en) Computer aided visualization of a business object model lifecycle
CN105224370A (en) A kind of method and apparatus of loading ELF document
CN107291448A (en) A kind of Software Develop Project Management system
CN106469047A (en) A kind of list implementation method and device
CN103309806A (en) Device and method for fast developing and testing
CN109977558B (en) Method and device for generating chip register code structure and storage medium
CN108196876A (en) PHP business collocation methods and central server based on file
CN106095501A (en) A kind of application section arranging method and device
CN105743736A (en) Automated testing method and system
CN111159215A (en) Mapping method and device of Java class and relational database and computing equipment
CN105868270A (en) Android object storing framework based on reflection mechanism
CN103593188A (en) System and method for managing what-you-see-is-what-you-get menus of instrument
CN109491884A (en) Code method for testing performance, device, computer equipment and medium
CN105808748A (en) MIB (Management Information Base) version contrast method and device
CN107608664A (en) A kind of method that mass data is loaded using zTree
CN112540958B (en) File processing method, device, equipment and computer storage medium
CN114356379A (en) Backup-based service upgrading method, device, 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
RJ01 Rejection of invention patent application after publication

Application publication date: 20160420

RJ01 Rejection of invention patent application after publication