CN105278939A - Method and device for manufacturing control on the basis of DotNet Framework class library - Google Patents

Method and device for manufacturing control on the basis of DotNet Framework class library Download PDF

Info

Publication number
CN105278939A
CN105278939A CN201410318144.1A CN201410318144A CN105278939A CN 105278939 A CN105278939 A CN 105278939A CN 201410318144 A CN201410318144 A CN 201410318144A CN 105278939 A CN105278939 A CN 105278939A
Authority
CN
China
Prior art keywords
control
self
data
type
described self
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
CN201410318144.1A
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 CN201410318144.1A priority Critical patent/CN105278939A/en
Publication of CN105278939A publication Critical patent/CN105278939A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention provides a method and a device for manufacturing a control on the basis of a DotNet Framework class library. The method comprises the following steps: according to data types, generating custom controls, causing each custom control to correspond to one data type, and causing the custom control to check the data of the corresponding data type; and adding the custom control into a tool kit of a DotNet Framework integrated development environment. The method and the device for manufacturing the control on the basis of the DotNet Framework class library can reduce workloads generated during software development.

Description

Based on method and the device of the making control of DotNet Framework class libraries
Technical field
The present invention relates to field of computer technology, particularly relate to a kind of method and device of the making control based on DotNetFramework class libraries.
Background technology
Good application system should give user data problematic prompting in the very first time, and can ensure that the data of final input system inside are complete, legal, correct data.In user interface, various control is that user and system carry out mutual place, provides user to edit, the function such as browsing data.Because direct and user comes into contacts with, therefore, interface control has undertaken the checking responsibility of data validation, integrality, correctness etc.
In DotNetFramework class libraries, provide System.Windows.Forms NameSpace, in this NameSpace, provide various control, use these controls, abundant user interface can be created.In existing control, some control is used for carrying out data input in application program, such as TextBox (text box) and ComboBox (drop-down list box) control, some control display application routine data, such as Label (label).Find these controls in the tool box that user can provide in MicrosoftVisualStudio Integrated Development Environment, and carry out visual interface development in designer.In prior art, concrete operations when carrying out interface development are: first create forms, then in tool box, find the control of needs, the control chosen is dragged in forms, carry out layout spatially, then on " attribute " page, arrange the attribute information of control, correlating event response function also writes concrete data verification logical code in response function.
For the development project that some are concrete, a lot of interface has some similar attribute, such as some parameters input class interfaces, certain parameter generally needs a label control display parameter title, a TextBox control is also needed to carry out the value of input parameter, simultaneously TextBox control needs to do some data check work, such as only allows input integer or decimal, or data need to be within certain scope.
Visible by foregoing description, if the control that the System.Windows.Forms NameSpace of direct DotNetFramework provides carrys out development interface, developer needs to write a set of data validation code to each parameters input control, when interface parameter is many, workload is very large, and a lot of code is repeated, is unfavorable for the maintenance in later stage.
Summary of the invention
The invention provides a kind of method and device of the making control based on DotNetFramework class libraries, workload during software development can be reduced.
On the one hand, the invention provides a kind of method of the making control based on DotNetFramework class libraries, the method comprises:
Generate self-defined control according to data type, make the corresponding a kind of data type of each self-defined control, and the data of described self-defined control to the data type of correspondence are verified;
Described self-defined control is added in the tool box of DotNetFramework Integrated Development Environment.
Further, described according to data type generation self-defined control, make the corresponding a kind of data type of each self-defined control, and the data of described self-defined control to the data type of correspondence are verified, comprising:
Generate self-defined father's control according to DotNetUserControl control, in described self-defined father's control, be packaged with the public attribute of described self-defined control and public function;
Generate described self-defined control according to the underlying basis control in DotNetFramework class libraries, described self-defined control is inherited in described self-defined father's control.
Further, described attribute comprises:
Data describe, whether the field name of correspondence database table, the data length of permission input, control field value must fill, whether control field value is read-only, permission input range, data unit.
Further, described function comprises: obtain the current display state of control, obtain the current value of control, resolve the span of control, arrange the display state of current control, arrange the value of current control, carry out legitimacy verification to data in control.
Further, described data type comprises:
Boolean type Bool, double-precision floating point type Double, single-precision floating point type Float, integer Int, long Long, short Short, enumeration type Enum, character string type String.
On the other hand, the invention provides a kind of device of the making control based on DotNetFramework class libraries, this device comprises:
Control generation module, for generating self-defined control according to data type, making the corresponding a kind of data type of each self-defined control, and the data of described self-defined control to the data type of correspondence is verified;
Add module, for being added in the tool box of DotNetFramework Integrated Development Environment by described self-defined control.
Further, described control generation module comprises:
Self-defined father's control generates submodule, for generating self-defined father's control according to DotNetUserControl control, is packaged with the public attribute of described self-defined control and public function in described self-defined father's control;
Self-defined control generates submodule, and for generating described self-defined control according to the underlying basis control in DotNetFramework class libraries, described self-defined control is inherited in described self-defined father's control.
Further, described attribute comprises:
Data describe, whether the field name of correspondence database table, the data length of permission input, control field value must fill, whether control field value is read-only, permission input range, data unit.
Further, described function comprises: obtain the current display state of control, obtain the current value of control, resolve the span of control, arrange the display state of current control, arrange the value of current control, carry out legitimacy verification to data in control.
Further, described data type comprises:
Boolean type Bool, double-precision floating point type Double, single-precision floating point type Float, integer Int, long Long, short Short, enumeration type Enum, character string type String.
By method and the device of a kind of making control based on DotNetFramework class libraries provided by the invention, produce the self-defined control corresponding with data type, the self-defined control produced can complete self data check, user can select the control of needs according to data type when carrying out interface development, only need the attribute that control is set in Integrated Development Environment, do not need to write a set of data validation code to each control, reduce the workload in data check in interface development process, improve tempo of development, the workload of later stage code maintenance can be reduced simultaneously.
Accompanying drawing explanation
In order to be illustrated more clearly in the embodiment of the present invention or technical scheme of the prior art, be briefly described to the accompanying drawing used required in embodiment or description of the prior art below, apparently, accompanying drawing in the following describes is some embodiments of the present invention, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to these accompanying drawings.
Fig. 1 is the method flow diagram of a kind of making control based on DotNetFramework class libraries that the embodiment of the present invention provides;
Fig. 2 is the apparatus structure schematic diagram of a kind of making control based on DotNetFramework class libraries that the embodiment of the present invention provides.
Embodiment
For making the object of the embodiment of the present invention, technical scheme and advantage clearly; below in conjunction with the accompanying drawing in the embodiment of the present invention; technical scheme in the embodiment of the present invention is clearly and completely described; obviously; described embodiment is the present invention's part embodiment, instead of whole embodiments, based on the embodiment in the present invention; the every other embodiment that those of ordinary skill in the art obtain under the prerequisite not making creative work, all belongs to the scope of protection of the invention.
Embodiments provide a kind of method of the making control based on DotNetFramework class libraries, see Fig. 1, the method comprises:
Step 101: generate self-defined control according to data type, makes the corresponding a kind of data type of each self-defined control, and the data of described self-defined control to the data type of correspondence is verified.
Step 102: described self-defined control is added in the tool box of DotNetFramework Integrated Development Environment.
The method of a kind of making control based on DotNetFramework class libraries provided by the embodiment of the present invention, produce the self-defined control corresponding with data type, the self-defined control produced can complete self data check, user can select the control of needs according to data type when carrying out interface development, only need the attribute that control is set in Integrated Development Environment, do not need to write a set of data validation code to each control, reduce the workload in data check in interface development process, improve tempo of development, the workload of later stage code maintenance can be reduced simultaneously.
User is when carrying out the software development based on DotNetFramework class libraries, the control needed directly can be selected from tool box, but these controls are all basic controls, the function of data check is not had in these basic controls, user need in the process used according to current control for input parameter data type, whether must fill out, the situation such as whether read-only, input range writes a set of data validation code to each control, greatly can increase the workload of software development like this.And made self-defined control for this problem based on DotNetFramework class libraries in the embodiment of the present invention, these self-defined control are according to data type classifications, and with the function of data check, user directly can select the self-defined control of needs from tool box according to data type, only need the attribute that control is set in Integrated Development Environment, do not need to write a set of data validation code to each control, such as: the data type that integer self-defined control is corresponding is integer, integer self-defined control can complete the verification of integer data, whether the value comprising current control input is integer value, whether must fill out, whether read-only, whether input value exceeds the input range of permission.
User can enable the self-defined control selected be suitable for actual demand by the attribute revising self-defined control, such as: in the attribute of self-defined control, have " permission input range " this attribute, user can modify to this attribute the demand that meets data input range.The function of self-defined control can be realized by power function, such as: the function having " legitimacy verification is carried out to data in control " in self-defined control, the function of self-defined control data check can be realized by " carrying out the function of legitimacy verification to data in control ".
Described step 101, comprising:
S1: generate self-defined father's control according to DotNetUserControl control, is packaged with the public attribute of described self-defined control and public function in described self-defined father's control;
Wherein, in DotNetFramework class libraries, DotNetUserControl class is an empty control that can be used to create other controls, needs to make using DotNetUserControl class as parent when carrying out the making of control.Particularly, described step S1 can be realized by following method: derive self-defined father's control based on DotNetUserControl class as parent.In step S1, be packaged with the public attribute of self-defined control to be generated and public function in self-defined father's control, the later stage can be facilitated to expand control by this implementation.
S2: generate described self-defined control according to the underlying basis control in DotNetFramework class libraries, described self-defined control is inherited in described self-defined father's control.
Described attribute comprises:
Whether data describe, whether the field name of correspondence database table, the data length of permission input, control field value must fill control field value is read-only, permission input range, data unit.
These attributes are present in each self-defined control produced, and user can modify to attribute.
Described function comprises: obtain the current display state of control, obtain the current value of control, resolve the span of control, arrange the display state of current control, arrange the value of current control, carry out legitimacy verification to data in control.
Containing above-mentioned function in the self-defined control that each is produced, user does not need when using self-defined control the code each control being write to a set of data check, greatly reduce the workload in data validation, integrity detection, improve the tempo of development of software, effectively reduce the workload of later stage code maintenance.
Described data type comprises: Bool (Boolean type), Double (double-precision floating point type), Float (floating type), Int (integer), Long (long), Short (short), Enum (enumeration type), String (character string type).The self-defined control generated is classified with data type, respectively: Boolean type self-defined control, double-precision floating point type self-defined control, single-precision floating point type self-defined control, integer self-defined control, long self-defined control, short self-defined control, enumeration type self-defined control, character string type self-defined control.
In addition, self-defined father's control can also be added in the tool box of DotNetFramework Integrated Development Environment.
Preferably, in described step S1, described self-defined father's control is inherited from DotNetUserControl control, with the addition of Tooltip (prompting frame) and ErrorProvider (miscue) assembly simultaneously.
In step s 2, described self-defined control is inherited in self-defined father's control, all properties providing self-defined father's control to comprise and function.Meanwhile, described self-defined control can rewrite the virtual method that self-defined father's control provides according to different situations, realizes concrete function.
Described step S2, specifically comprises: the underlying basis control combination that described self-defined control is provided by DotNetFramework class libraries is formed.Be specially: Boolean type self-defined control is made up of a CheckBox (check box), a Tooltip and ErrorProvider; Double-precision floating point type self-defined control, single-precision floating point type self-defined control, integer self-defined control, long self-defined control, short self-defined control, character string type self-defined control form by a label, TextBox, a Tooltip and ErrorProvider; Enumeration type self-defined control is made up of a label, ComboBox, a Tooltip and ErrorProvider.User can reduce the workload of developer in control space layout when using self-defined control, improves the tempo of development of software.
Preferably, in one embodiment, self-defined control is when initialization control, data description, span and unit are represented by Tooltip, make user when using self-defined control to develop, only need mouse-over needed above the self-defined control of input parameter, just can automatic spring ToolTip information, the input range of prompting user parameter current.
Self-defined control, when carrying out legitimacy verification to data in this control, specifically comprises: whether the parameter judging in current control must fill out, whether read-only, whether exceed allowed band.
Preferably, self-defined control is when carrying out legitimacy verification to data in this control, pointed out by ErrorProvider, make user when using self-defined control to develop, in the problematic situation of input parameter, when user attempts cursor to remove from problematic control, the ErrorProvider icon that on the right side of control, ejection one is red, when mouse-over is above this icon, automatic spring prompting, shows the input rule that this control allows.User can according to prompting amendment input parameter, and when input parameter is legal, alert icon disappears.
Described step 102 can realize in the following manner: first in MicrosoftVisualStudio Integrated Development Environment, compiles self-defined control place project, generates dll assembly file.Then in tool box, a tab is added, called after " self-defined control ", then choose " self-defined control " tab, in right-click menu, click " options " menu, eject " selection tool case item " interface, in this interface, dll assembly file is added, last in " .NetFramework assembly " tab page at this interface, browse each control, find newly-generated self-defined control, choose and after clicking confirming button, self-defined control be presented in tool box.
User is when carrying out software development, and first, newly-built forms, select the self-defined control of corresponding data type, be dragged on forms in tool box according to the data type of interface parameter to be designed.Then, choose the self-defined control on forms, the attribute of self-defined control is set in the property pages in Integrated Development Environment.
Embodiments provide a kind of device of the making control based on DotNetFramework class libraries, see Fig. 2, this device comprises:
Control generation module 201, for generating self-defined control according to data type, making the corresponding a kind of data type of each self-defined control, and the data of described self-defined control to the data type of correspondence is verified;
Add module 202, for being added in the tool box of DotNetFramework Integrated Development Environment by described self-defined control.
Described control generation module comprises:
Self-defined father's control generates submodule, for generating self-defined father's control according to DotNetUserControl control, is packaged with the public attribute of described self-defined control and public function in described self-defined father's control;
Self-defined control generates submodule, and for generating described self-defined control according to the underlying basis control in DotNetFramework class libraries, described self-defined control is inherited in described self-defined father's control.
Described attribute comprises:
Data describe, whether the field name of correspondence database table, the data length of permission input, control field value must fill, whether control field value is read-only, permission input range, data unit.
Described function comprises: obtain the current display state of control, obtain the current value of control, resolve the span of control, arrange the display state of current control, arrange the value of current control, carry out legitimacy verification to data in control.
Described data type comprises:
Boolean type Bool, double-precision floating point type Double, single-precision floating point type Float, integer Int, long Long, short Short, enumeration type Enum, character string type String.
The content such as information interaction, implementation between each module in the said equipment, submodule, due to the inventive method embodiment based on same design, particular content can see in the inventive method embodiment describe, repeat no more herein.
Visible by foregoing description, the embodiment of the present invention has following beneficial effect:
The method of a kind of making control based on DotNetFramework class libraries provided by the embodiment of the present invention and device, produce the self-defined control corresponding with data type, the self-defined control produced can complete self data check, user can select the control of needs according to data type when carrying out interface development, only need the attribute that control is set in Integrated Development Environment, do not need to write a set of data validation code to each control, reduce the workload in data check in interface development process, improve tempo of development, the workload of later stage code maintenance can be reduced simultaneously.
It should be noted that, in this article, the relational terms of such as first and second and so on is only used for an entity or operation to separate with another entity or operational zone, and not necessarily requires or imply the relation that there is any this reality between these entities or operation or sequentially.And, term " comprises ", " comprising " or its any other variant are intended to contain comprising of nonexcludability, thus make to comprise the process of a series of key element, method, article or equipment and not only comprise those key elements, but also comprise other key elements clearly do not listed, or also comprise by the intrinsic key element of this process, method, article or equipment.When not more restrictions, the key element " being comprised " limited by statement, and be not precluded within process, method, article or the equipment comprising described key element and also there is other same factor.
One of ordinary skill in the art will appreciate that: all or part of step realizing said method embodiment can have been come by the hardware that programmed instruction is relevant, aforesaid program can be stored in the storage medium of embodied on computer readable, this program, when performing, performs the step comprising said method embodiment; And aforesaid storage medium comprises: ROM, RAM, magnetic disc or CD etc. various can be program code stored medium in.
Finally it should be noted that: the foregoing is only preferred embodiment of the present invention, only for illustration of technical scheme of the present invention, be not intended to limit protection scope of the present invention.All any amendments done within the spirit and principles in the present invention, equivalent replacement, improvement etc., be all included in protection scope of the present invention.

Claims (10)

1., based on a method for the making control of DotNetFramework class libraries, it is characterized in that, the method comprises:
Generate self-defined control according to data type, make the corresponding a kind of data type of each self-defined control, and the data of described self-defined control to the data type of correspondence are verified;
Described self-defined control is added in the tool box of DotNetFramework Integrated Development Environment.
2. method according to claim 1, it is characterized in that, described according to data type generation self-defined control, make the corresponding a kind of data type of each self-defined control, and the data of described self-defined control to the data type of correspondence are verified, comprising:
Generate self-defined father's control according to DotNetUserControl control, in described self-defined father's control, be packaged with the public attribute of described self-defined control and public function;
Generate described self-defined control according to the underlying basis control in DotNetFramework class libraries, described self-defined control is inherited in described self-defined father's control.
3. method according to claim 2, is characterized in that, described attribute comprises:
Data describe, whether the field name of correspondence database table, the data length of permission input, control field value must fill, whether control field value is read-only, permission input range, data unit.
4. according to the method in claim 2 or 3, it is characterized in that, described function comprises: obtain the current display state of control, obtain the current value of control, resolve the span of control, arrange the display state of current control, arrange the value of current control, carry out legitimacy verification to data in control.
5. method according to claim 1, is characterized in that, described data type comprises:
Boolean type Bool, double-precision floating point type Double, single-precision floating point type Float, integer Int, long Long, short Short, enumeration type Enum, character string type String.
6. based on a device for the making control of DotNetFramework class libraries, it is characterized in that, this device comprises:
Control generation module, for generating self-defined control according to data type, making the corresponding a kind of data type of each self-defined control, and the data of described self-defined control to the data type of correspondence is verified;
Add module, for being added in the tool box of DotNetFramework Integrated Development Environment by described self-defined control.
7. device according to claim 6, is characterized in that, described control generation module comprises:
Self-defined father's control generates submodule, for generating self-defined father's control according to DotNetUserControl control, is packaged with the public attribute of described self-defined control and public function in described self-defined father's control;
Self-defined control generates submodule, and for generating described self-defined control according to the underlying basis control in DotNetFramework class libraries, described self-defined control is inherited in described self-defined father's control.
8. device according to claim 7, is characterized in that, described attribute comprises:
Data describe, whether the field name of correspondence database table, the data length of permission input, control field value must fill, whether control field value is read-only, permission input range, data unit.
9. the device according to claim 7 or 8, it is characterized in that, described function comprises: obtain the current display state of control, obtain the current value of control, resolve the span of control, arrange the display state of current control, arrange the value of current control, carry out legitimacy verification to data in control.
10. device according to claim 6, is characterized in that, described data type comprises:
Boolean type Bool, double-precision floating point type Double, single-precision floating point type Float, integer Int, long Long, short Short, enumeration type Enum, character string type String.
CN201410318144.1A 2014-07-04 2014-07-04 Method and device for manufacturing control on the basis of DotNet Framework class library Pending CN105278939A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410318144.1A CN105278939A (en) 2014-07-04 2014-07-04 Method and device for manufacturing control on the basis of DotNet Framework class library

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410318144.1A CN105278939A (en) 2014-07-04 2014-07-04 Method and device for manufacturing control on the basis of DotNet Framework class library

Publications (1)

Publication Number Publication Date
CN105278939A true CN105278939A (en) 2016-01-27

Family

ID=55148001

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410318144.1A Pending CN105278939A (en) 2014-07-04 2014-07-04 Method and device for manufacturing control on the basis of DotNet Framework class library

Country Status (1)

Country Link
CN (1) CN105278939A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109240690A (en) * 2018-08-15 2019-01-18 阿里巴巴集团控股有限公司 A kind of interface creating method and device of data form
CN113254244A (en) * 2021-07-08 2021-08-13 杭州逍邦网络科技有限公司 Program fusion system, method and computer device
CN116010015A (en) * 2023-03-27 2023-04-25 西安热工研究院有限公司 Method, device, equipment and storage medium for generating right key menu of monitoring picture

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2380577A (en) * 1997-09-21 2003-04-09 Microsoft Corp Custom control for a standard user interface control specified by the data provider
US20070136678A1 (en) * 2005-11-23 2007-06-14 Brown Michael W Software process and method that allows a computer program to run in memory, but display as a digital graphic or text window
CN102023869A (en) * 2010-12-30 2011-04-20 深圳联友科技有限公司 Control input value checking method and system
CN103092625A (en) * 2013-01-28 2013-05-08 中国航空结算有限责任公司 Method and device used for processing civil aviation passenger transport passenger ticket purchase certificate data and based on .NET Framework platform
CN103294654A (en) * 2013-05-23 2013-09-11 山西大学 Text list combobox

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2380577A (en) * 1997-09-21 2003-04-09 Microsoft Corp Custom control for a standard user interface control specified by the data provider
US20070136678A1 (en) * 2005-11-23 2007-06-14 Brown Michael W Software process and method that allows a computer program to run in memory, but display as a digital graphic or text window
CN102023869A (en) * 2010-12-30 2011-04-20 深圳联友科技有限公司 Control input value checking method and system
CN103092625A (en) * 2013-01-28 2013-05-08 中国航空结算有限责任公司 Method and device used for processing civil aviation passenger transport passenger ticket purchase certificate data and based on .NET Framework platform
CN103294654A (en) * 2013-05-23 2013-09-11 山西大学 Text list combobox

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
C#老头子: "精通C#", 《HTTPS://WWW.CNBLOGS.COM/XGLSUMMER/ARCHIVE/2012/09/06/2673357.HTML》 *
PAUL KIMMEL: "《Visual Basic .NET技术内幕》", 31 August 2002, 电子工业出版社 *
吕文达等: "《精通C#程序设计》", 30 November 2004, 清华大学出版社 *
荣-: "应用自定义控件实现页面输入数据自动判断", 《HTTP://BLOG.CSDN.NET/XUMINGXSH/ARTICLE/DETAILS/2061391》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109240690A (en) * 2018-08-15 2019-01-18 阿里巴巴集团控股有限公司 A kind of interface creating method and device of data form
CN109240690B (en) * 2018-08-15 2021-06-18 创新先进技术有限公司 Interface generation method and device for data form
CN113254244A (en) * 2021-07-08 2021-08-13 杭州逍邦网络科技有限公司 Program fusion system, method and computer device
CN116010015A (en) * 2023-03-27 2023-04-25 西安热工研究院有限公司 Method, device, equipment and storage medium for generating right key menu of monitoring picture

Similar Documents

Publication Publication Date Title
US8015550B2 (en) Systems and methods for hazards analysis
US9754059B2 (en) Graphical design verification environment generator
US8806429B2 (en) Dynamic generation of formatted user interfaces in software environments
Ibrahim Formalization of the data flow diagram rules for consistency check
AU2013331476B2 (en) Specifying and applying rules to data
KR101885089B1 (en) Excel export method for bim design files
CN106062711B (en) Method, system, and computer storage medium for compound controls
CN107357593A (en) Source code file construction method, device, electric terminal and readable storage medium storing program for executing
CN104350475A (en) Visualized code review
US9842178B2 (en) Systems and methods for binding mismatched schematic and layout design hierarchy
CN104239073A (en) Data maintenance system rapid prototyping development system and method
CN105068858A (en) Multi-source heterogeneous system emulation method and apparatus
US20170199862A1 (en) Systems and Methods for Creating an N-dimensional Model Table in a Spreadsheet
US20120282586A1 (en) User customizable queries to populate model diagrams
CN104965781A (en) Method and apparatus for generating test case
US20120072820A1 (en) Systems and Computer Program Products for Conducting Multi-Window Multi-Aspect Processing and Calculations
CN105278939A (en) Method and device for manufacturing control on the basis of DotNet Framework class library
US9110559B2 (en) Designing a GUI development toolkit
KR101460794B1 (en) Method and system for generating media art contents
CN102541544A (en) Method, device and system for processing tree control
CN117215556A (en) Modularized page rapid construction method, system, equipment and medium
Dias Evolvement of computer aided software engineering (CASE) Tools: A user experience
CN108228708B (en) Big data ETL system and scheduling method thereof
CN112181418B (en) Rapid construction method and system for nuclear reactor computing software graphical interface
CN113918576B (en) Metadata management platform and management method

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20160127