CN103135988A - Method and system of data processing - Google Patents

Method and system of data processing Download PDF

Info

Publication number
CN103135988A
CN103135988A CN2013100757341A CN201310075734A CN103135988A CN 103135988 A CN103135988 A CN 103135988A CN 2013100757341 A CN2013100757341 A CN 2013100757341A CN 201310075734 A CN201310075734 A CN 201310075734A CN 103135988 A CN103135988 A CN 103135988A
Authority
CN
China
Prior art keywords
secondary development
design
serializing
development design
report form
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
CN2013100757341A
Other languages
Chinese (zh)
Other versions
CN103135988B (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.)
CHINAUMS Co Ltd
Original Assignee
CHINAUMS 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 CHINAUMS Co Ltd filed Critical CHINAUMS Co Ltd
Priority to CN201310075734.1A priority Critical patent/CN103135988B/en
Publication of CN103135988A publication Critical patent/CN103135988A/en
Application granted granted Critical
Publication of CN103135988B publication Critical patent/CN103135988B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a method and a system of data processing. The method and the system of the data processing are used for achieving carrying out code free secondary design on a table. In the method of the data processing, secondary encapsulation is carried out on each object needed in an application system in advance so as to obtain a secondary encapsulation object with a serialized port, wherein the secondary encapsulation object inherits all attributes of the object. The method of the data processing comprises providing a secondary development framework based on the secondary encapsulation object so that a user carries out code free secondary development design on a report form in the application system, and obtaining an example object corresponding to the report form, wherein the secondary development design is carried out on the report form; carrying out serialization on the example object through the serialized port, and obtaining serialized data corresponding to the report form, wherein the secondary development design is carried out on the report form; and when a starting order of the report form, wherein the starting order is sent by the user, and the secondary development design is carried out on the report form, carrying out deserialization on the serialization data corresponding to the report form, wherein the secondary development design is carried out on the report form, and a corresponding example object is obtained.

Description

Data processing method and system
Technical field
The present invention relates to field of computer technology, more particularly, relate to data processing method and system.
Background technology
Existing a lot of application system, for example retail trade system is in case after being deployed in client's production environment, a lot of forms are just fixing.But user's demand is changeable.Therefore, how form is carried out becoming the hot topic of research without the encode Secondary Design.
Summary of the invention
In view of this, embodiment of the present invention purpose is to provide data processing method and system, with realization, form is carried out without the encode Secondary Design.
For achieving the above object, the embodiment of the present invention provides following technical scheme:
An aspect according to the embodiment of the present invention, a kind of data processing method is provided, in advance required each object used of application system is carried out secondary encapsulation as former object, obtain having the secondary encapsulation object of serializing interface, described secondary encapsulation object has been inherited all attributes of former object;
Described data processing method comprises:
Secondary development framework based on the secondary encapsulation object is provided, so that the user carries out designing without the encode secondary development to the form in described application system, obtain the corresponding instance objects of form through the secondary development design, described secondary development framework comprises the visual development assembly, described developer component comprises at least a in Graphic Design assembly, date assembly, combobox assembly and condition design component, and described Graphic Design assembly comprises template graph and chart editor sub-component at least;
By the serializing interface, described instance objects is carried out serializing, obtain with described through the corresponding serializing data of the form of secondary development design;
That the user sends when receiving, when starting the enabled instruction of described form through the secondary development design, described serializing data corresponding to form through the secondary development design are carried out unserializing, obtain corresponding instance objects.
Another aspect according to the embodiment of the present invention provides a kind of data handling system, comprising:
The secondary encapsulation unit is used in advance required each object used of application system being carried out secondary encapsulation as former object, obtains having the secondary encapsulation object of serializing interface, and described secondary encapsulation object has been inherited all attributes of former object;
The unit is provided, be used for providing the secondary development framework based on the secondary encapsulation object, so that the user carries out designing without the encode secondary development to the form in described application system, obtain the corresponding instance objects of form through the secondary development design, described secondary development framework comprises the visual development assembly, described developer component comprises at least a in Graphic Design assembly, date assembly, combobox assembly and condition design component, and described Graphic Design assembly comprises template graph and chart editor sub-component at least;
The serializing unit is used for by the serializing interface, described instance objects being carried out serializing, obtains with described through the corresponding serializing data of the form of secondary development design;
The unserializing unit, be used for that the user sends when receiving, when starting the enabled instruction of described form through the secondary development design, described serializing data corresponding to form that design through secondary development are carried out unserializing, obtain corresponding instance objects.
Can find out from above-mentioned technical scheme, in embodiments of the present invention, use the visual development assembly in the secondary development framework to carry out without code secondary development design form, thus realized to form without the encode Secondary Design.And, in embodiments of the present invention, the corresponding instance objects of form that designs through secondary development has been carried out serializing formation sequence data, and the serializing data can be stored in storage medium, are carried into Anywhere.Thereby facilitated the transplanting through the form of secondary development design.And unserializing can in the situation that do not revise source code, will embed through the form of secondary development design again.
Description of drawings
In order to be illustrated more clearly in the embodiment of the present invention or technical scheme of the prior art, the below will do to introduce simply to the accompanying drawing of required use in embodiment or description of the Prior Art, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skills, under the prerequisite of not paying creative work, can also obtain according to these accompanying drawings other accompanying drawing.
The data processing method process flow diagram that Fig. 1 provides for the embodiment of the present invention;
The data handling system structural representation that Fig. 2 provides for the embodiment of the present invention.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, the technical scheme in the embodiment of the present invention is clearly and completely described, obviously, described embodiment is only the present invention's part embodiment, rather than whole embodiment.Based on the embodiment in the present invention, those of ordinary skills belong to the scope of protection of the invention not making the every other embodiment that obtains under the creative work prerequisite.
The present invention can based on Delphi secondary development framework, support the Delphi3-2012XE version, and can be generalized to .net and Java.The present invention will be introduced as an example of Delphi example.
Core concept of the present invention is, adopt similar Delphi Floor layer Technology, all assembly and classes that will show and realize are realized serializing, then the serializing data are saved in storage medium or database, at run duration, based on the RTTI principle, from reading object serializing data, then unserializing obtains instance objects.
Need to prove, in Delphi5-7, most of object is not supported serializing, therefore, in embodiments of the present invention, need to be at initial stage of development, in advance required each object used of application system is carried out secondary encapsulation as former object, obtain having the secondary encapsulation object of serializing interface.
Above-mentioned secondary encapsulation object has been inherited all attributes of former object, method and event, can replace former object.In other words, secondary encapsulation has parent all public method and attributes to liking the subclass of former object (parent).
Fig. 1 shows the flow process of the data processing method of embodiment of the present invention institute wish protection, and it can comprise the steps: at least
S1, provide the secondary development framework based on the secondary encapsulation object, so that the user carries out obtaining the corresponding instance objects of form through the secondary development design without encode secondary development design to the form in the application system.
Above-mentioned secondary development framework comprises the visual development assembly, and developer component can comprise at least a in Graphic Design assembly, date assembly, combobox assembly and condition design component, and Graphic Design assembly wherein can comprise again template graph and chart editor sub-component.In general, assembly is all a visualized objects.
Adopt above-mentioned secondary development framework, the user can insert chart or chart is edited (such as changing line width, col width, mobile row, mobile row etc.).
S2, by the serializing interface, instance objects is carried out serializing, obtain with through the corresponding serializing data of the form of secondary development design.
In the specific implementation, when user's secondary development complete click of design " preservation ", current instance objects is carried out serializing, and the saving sequence data.The serializing data can be stored in database or storage medium.
In addition, in certain embodiments, after serializing, also can be for the above-mentioned visual icon of report generation through secondary development design, or generate the knob that is embedded on the application system interface, so that the user searches and operates.
S3, that the user sends when receiving, when starting the enabled instruction through the form of secondary development design, to carrying out unserializing through the serializing data corresponding to form of secondary development design, obtain corresponding instance objects.
Concrete, when having the visual icon corresponding with " through the form of secondary development design " or button, the user double-clicks visual icon or button click, has namely sent above-mentioned enabled instruction.
Need to prove, serializing is the process of the form that can store or transmit that the status information of instance objects is converted to.During serializing, instance objects is written to its current state in storage medium or database.After, can by reading or the state of unserializing object, again create this instance objects from storage medium or database.
For an example of image, instance objects can be regarded as one and can jumping can cry the tiger that can run, serializing, be equivalent to that the tiger that lives is dismembered into each and dismember piece, and unserializing afterwards is equivalent to reformulate dismembering piece, makes it to become original that tiger that lives again.Because serializing and inverted sequence are existing technology, this paper does not give unnecessary details in detail.
What this needed explanation in the lump be, the user is when using the secondary development framework to carry out the secondary development design, visual development assembly or sub-component in the secondary development framework can be considered cat house, tiger-house, kennel, the tiger that lives, cat, dog etc., and form leaved for development can be considered as the zoo.Secondary development process can vividly must be considered as cat house of somewhere installation at the zoo, and cat is placed in the cat house, settles tiger-house at another place, and tiger is placed in tiger-house etc.
In above-mentioned steps S2-S3, all based on RTTI(Run-Time Type Identification, runtime type identification) technology.RTTI determines the method for object type when operation is provided.
RTTI provides following two very useful operational characters:
(1) typeid operational character, return pointer and the actual type of quoting indication;
(2) dynamic_cast operational character is with the pointer of base class type or quote the pointer that is converted to safely derived type or quote.OO programming language resembles C++, and Java, delphi provide the support to RTTI.
As above as seen, in embodiments of the present invention, use the visual development assembly in the secondary development framework to carry out without code secondary development design form, thus realized to form without the encode Secondary Design.And, in embodiments of the present invention, the corresponding instance objects of form that designs through secondary development has been carried out serializing formation sequence data, and the serializing data can be stored in storage medium, are carried into Anywhere.Thereby facilitated the transplanting through the form of secondary development design.And unserializing can in the situation that do not revise source code, will embed through the form of secondary development design again.
For realizing that developing instrument and business are separated, in other embodiments of the invention, the above-mentioned corresponding instance objects of form through the secondary development design can specifically comprise blank report form template and the collateral condition through the secondary development design.
Above-mentioned collateral condition can generate according to default rule, and the user also can according to self needs, generate by condition design component or date assembly in operation secondary development framework.
More specifically, above-mentioned collateral condition can comprise querying condition and Correlation Criteria.Wherein:
Querying condition can comprise Time of Day condition, keyword etc.;
Correlation Criteria has been put down in writing the above-mentioned associated database of blank report form template through the secondary development design.
Accordingly, above-mentioned " to carrying out unserializing through the serializing data corresponding to form of secondary development design, obtaining corresponding instance objects " can specifically comprise:
Search serializing data corresponding to form through the secondary development design from database or storage medium;
The serializing data that loading finds out;
The serializing data are carried out unserializing, obtain blank report form template, querying condition and Correlation Criteria through the secondary development design;
Represent the blank report form template through the secondary development design;
According to Correlation Criteria, connect the database that is associated with the blank report form template that designs through secondary development;
According to querying condition, with database that blank report form template through secondary development design is associated in data query;
The data stuffing that utilization inquires is through the blank report form template of secondary development design.
In other embodiments of the invention, above-mentioned collateral condition also can comprise the condition of representing.According to representing condition, can be really such as through the secondary development design blank report form template was fit to represents scene.Such as, the original report comprises three hurdles, after it is carried out secondary development design, has deleted a hurdle, and it is represented condition is set as and represents to the cashier.The form opened of cashier all only has two hurdles.
In addition, in other embodiments of the invention, in above-mentioned all embodiment, when initial stage of development, also can in advance with required each the object self-definition design interface (crying reflection at Java and .net) used of application system, so just can accomplish that all component arbitrarily drags and controls on the interface of secondary development framework.This be because:
Before address, part visual development assembly or sub-component in the secondary development framework can be considered the animal that lives.Secondary development is the exploitation of carrying out when instance objects is moved.And each object (during operation) in internal memory can provide a lot of run duration information, therefore adopts design interface (DesignInfo), based on RTTI, just can obtain the most attribute of object, method and event.When in secondary framework interface, assembly (object) being dragged to the other side from here, because the most attribute of object, method and event all can be acquired, drag and be equivalent to moving animal is carried out deciding body, then drag it to make its continuation activity to the other side.And control, be also like this.
For assembly, the present embodiment can be accomplished to revise arbitrarily all kinds of (object) attribute, outward appearance performance, position, size and behavior in the runtime.
Corresponding with it, the embodiment of the present invention also provides data handling system.Fig. 2 shows its a kind of structure, comprising:
Secondary encapsulation unit 1 is used in advance required each object used of application system being carried out secondary encapsulation as former object, obtains having the secondary encapsulation object of serializing interface, and the secondary encapsulation object has been inherited all attributes of former object;
Unit 2 is provided, be used for providing the secondary development framework based on the secondary encapsulation object, so that the user carries out designing without the encode secondary development to the form in the application system, obtain the corresponding instance objects of form through the secondary development design, the secondary development framework comprises the visual development assembly, developer component comprises at least a in Graphic Design assembly, date assembly, combobox assembly and condition design component, and the Graphic Design assembly comprises template graph and chart editor sub-component at least;
Serializing unit 3 is used for by the serializing interface, instance objects being carried out serializing, obtains the serializing data corresponding with the form that designs through secondary development, and the serializing data are stored in database or storage medium;
Unserializing unit 4 is used for to carrying out unserializing through the serializing data corresponding to form of secondary development design, obtaining corresponding instance objects when receiving enabled instruction user's transmission, that start the form that designs through secondary development.
Above-mentioned each unit specifically can be referring to the detailed record of this paper preceding method part, therefore not to repeat here.
It is pointed out that secondary encapsulation unit 1, unit 2 is provided, the function of serializing unit 3 and unserializing unit 4 can be realized by same CPU, certainly, also can be respectively realized by CPU independently.
Those of ordinary skills can recognize, unit and the algorithm steps of each example of describing in conjunction with embodiment disclosed herein, can realize with electronic hardware, computer software or combination both, for the interchangeability of hardware and software clearly is described, composition and the step of each example described in general manner according to function in the above description.These functions are carried out with hardware or software mode actually, depend on application-specific and the design constraint of technical scheme.The professional and technical personnel can specifically should be used for realizing described function with distinct methods to each, but this realization should not thought and exceeds scope of the present invention.
The those skilled in the art can be well understood to, and is the convenience described and succinct, and the specific works process of the device of foregoing description and unit can with reference to the corresponding process in preceding method embodiment, not repeat them here.
In several embodiment that the application provides, should be understood that disclosed apparatus and method can realize by another way.For example, device embodiment described above is only schematic, for example, the division of said units, be only that a kind of logic function is divided, during actual the realization, other dividing mode can be arranged, for example a plurality of unit or assembly can in conjunction with or can be integrated into another system, or some features can ignore, or do not carry out.Another point, shown or discussed coupling each other or direct-coupling or communication connection can be by some interfaces, indirect coupling or the communication connection of device or unit can be electrically, machinery or other form.
Above-mentioned unit as separating component explanation can or can not be also physically to separate, and the parts that show as the unit can be or can not be also physical locations, namely can be positioned at a place, perhaps also can be distributed on a plurality of unit.Can select according to the actual needs wherein some or all of unit to realize the purpose of the present embodiment scheme.
In addition, each functional unit in each embodiment of the present invention can be integrated in a processing unit, can be also that the independent physics of unit exists, and also can be integrated in a unit two or more unit.Above-mentioned integrated unit both can adopt the form of hardware to realize, also can adopt the form of SFU software functional unit to realize.
If above-mentioned integrated unit is realized with the form of SFU software functional unit and during as independently production marketing or use, can be stored in a computer read/write memory medium.Based on such understanding, part or all or part of of this technical scheme that technical scheme of the present invention contributes to prior art in essence in other words can embody with the form of software product, this computer software product is stored in a storage medium, comprise that some enabled instructions are with so that a computer equipment (can be personal computer, server, the perhaps network equipment etc.) carry out all or part of step of each embodiment said method of the present invention.And aforesaid storage medium comprises: the various media that can be program code stored such as USB flash disk, portable hard drive, ROM (read-only memory) (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disc or CD.
To the above-mentioned explanation of the disclosed embodiments, make this area professional and technical personnel can realize or use the present invention.Multiple modification to these embodiment will be apparent concerning those skilled in the art, and General Principle as defined herein can be in the situation that do not break away from the spirit or scope of the present invention, realization in other embodiments.Therefore, the present invention will can not be restricted to these embodiment shown in this article, but will meet the widest scope consistent with principle disclosed herein and features of novelty.

Claims (9)

1. a data processing method, is characterized in that, in advance required each object used of application system carried out secondary encapsulation as former object, obtains having the secondary encapsulation object of serializing interface, and described secondary encapsulation object has been inherited all attributes of former object;
Described data processing method comprises:
Secondary development framework based on the secondary encapsulation object is provided, so that the user carries out designing without the encode secondary development to the form in described application system, obtain the corresponding instance objects of form through the secondary development design, described secondary development framework comprises the visual development assembly, described developer component comprises at least a in Graphic Design assembly, date assembly, combobox assembly and condition design component, and described Graphic Design assembly comprises template graph and chart editor sub-component at least;
By the serializing interface, described instance objects is carried out serializing, obtain with described through the corresponding serializing data of the form of secondary development design;
That the user sends when receiving, when starting the enabled instruction of described form through the secondary development design, described serializing data corresponding to form through the secondary development design are carried out unserializing, obtain corresponding instance objects.
2. the method for claim 1, is characterized in that, the described corresponding instance objects of form through the secondary development design comprises: through the blank report form template of secondary development design, and collateral condition.
3. method as claimed in claim 2, is characterized in that, described collateral condition comprises querying condition and Correlation Criteria, and described Correlation Criteria has been put down in writing the described associated database of blank report form template through the secondary development design.
4. method as claimed in claim 3 is characterized in that:
Described serializing data are stored in database or storage medium;
Described described serializing data corresponding to form through secondary development design are carried out unserializing, obtain corresponding instance objects and specifically comprise:
Search described serializing data corresponding to form through the secondary development design from database or storage medium;
The serializing data that loading finds out;
Described serializing data are carried out unserializing, obtain blank report form template, querying condition and Correlation Criteria through the secondary development design;
Represent the blank report form template through the secondary development design;
According to described Correlation Criteria, connect and the described database that is associated through the blank report form template of secondary development design;
According to described querying condition, with described in the database that the blank report form template of secondary development design is associated data query;
The described blank report form template through the secondary development design of the data stuffing that utilization inquires.
5. method as claimed in claim 3, is characterized in that, described collateral condition also comprises the condition of representing.
6. a data handling system, is characterized in that, comprising:
The secondary encapsulation unit is used in advance required each object used of application system being carried out secondary encapsulation as former object, obtains having the secondary encapsulation object of serializing interface, and described secondary encapsulation object has been inherited all attributes of former object;
The unit is provided, be used for providing the secondary development framework based on the secondary encapsulation object, so that the user carries out designing without the encode secondary development to the form in described application system, obtain the corresponding instance objects of form through the secondary development design, described secondary development framework comprises the visual development assembly, described developer component comprises at least a in Graphic Design assembly, date assembly, combobox assembly and condition design component, and described Graphic Design assembly comprises template graph and chart editor sub-component at least;
The serializing unit is used for by the serializing interface, described instance objects being carried out serializing, obtains with described through the corresponding serializing data of the form of secondary development design;
The unserializing unit, be used for that the user sends when receiving, when starting the enabled instruction of described form through the secondary development design, described serializing data corresponding to form that design through secondary development are carried out unserializing, obtain corresponding instance objects.
7. system as claimed in claim 6, is characterized in that, the described corresponding instance objects of form through the secondary development design comprises: through the blank report form template of secondary development design, and collateral condition.
8. system as claimed in claim 7, is characterized in that, described collateral condition comprises querying condition and Correlation Criteria, and described Correlation Criteria has been put down in writing the described associated database of blank report form template through the secondary development design.
9. system as claimed in claim 8, is characterized in that, described serializing data are stored in database or storage medium;
Described described serializing data corresponding to form through secondary development design are carried out unserializing, obtain corresponding instance objects and specifically comprise:
Search described serializing data corresponding to form through the secondary development design from database or storage medium;
The serializing data that loading finds out;
Described serializing data are carried out unserializing, obtain blank report form template, querying condition and Correlation Criteria through the secondary development design;
Represent the blank report form template through the secondary development design;
According to described Correlation Criteria, connect and the described database that is associated through the blank report form template of secondary development design;
According to described querying condition, with described in the database that the blank report form template of secondary development design is associated data query;
The described blank report form template through the secondary development design of the data stuffing that utilization inquires.
CN201310075734.1A 2013-03-11 2013-03-11 Data processing method and system Active CN103135988B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310075734.1A CN103135988B (en) 2013-03-11 2013-03-11 Data processing method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310075734.1A CN103135988B (en) 2013-03-11 2013-03-11 Data processing method and system

Publications (2)

Publication Number Publication Date
CN103135988A true CN103135988A (en) 2013-06-05
CN103135988B CN103135988B (en) 2016-02-24

Family

ID=48495860

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310075734.1A Active CN103135988B (en) 2013-03-11 2013-03-11 Data processing method and system

Country Status (1)

Country Link
CN (1) CN103135988B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103345533A (en) * 2013-07-26 2013-10-09 北京中电普华信息技术有限公司 Data storage method and device
CN104133826A (en) * 2013-09-26 2014-11-05 腾讯科技(深圳)有限公司 Method for creating data report business, relevant device and business system
CN106407172A (en) * 2016-11-21 2017-02-15 成都鼎桥通信技术有限公司 XML (Extensible Markup Language)-based report generating method
CN108509193A (en) * 2018-05-22 2018-09-07 苏州蜗牛数字科技股份有限公司 A kind of system using visualization component encapsulation function
CN109753270A (en) * 2017-11-01 2019-05-14 中国石油化工股份有限公司 A kind of expansible drilling well business datum exchange system and method
CN110866381A (en) * 2019-09-29 2020-03-06 京东数字科技控股有限公司 Form verification method and device, storage medium and equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030005169A1 (en) * 2001-06-28 2003-01-02 International Business Machines Corporation Method and system for maintaining forward and backward compatibility in flattened object streams
US20070299863A1 (en) * 2006-04-27 2007-12-27 Qualcomm Incorporated Portable object serialization
CN101277161A (en) * 2008-03-28 2008-10-01 中兴通讯股份有限公司 Method for serialization and inverse serialization of electric service manual data
CN101826112A (en) * 2010-05-05 2010-09-08 山东中创软件工程股份有限公司 Method, device and system for storing and reading list data

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030005169A1 (en) * 2001-06-28 2003-01-02 International Business Machines Corporation Method and system for maintaining forward and backward compatibility in flattened object streams
US20070299863A1 (en) * 2006-04-27 2007-12-27 Qualcomm Incorporated Portable object serialization
CN101277161A (en) * 2008-03-28 2008-10-01 中兴通讯股份有限公司 Method for serialization and inverse serialization of electric service manual data
CN101826112A (en) * 2010-05-05 2010-09-08 山东中创软件工程股份有限公司 Method, device and system for storing and reading list data

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103345533A (en) * 2013-07-26 2013-10-09 北京中电普华信息技术有限公司 Data storage method and device
CN103345533B (en) * 2013-07-26 2016-11-23 北京中电普华信息技术有限公司 A kind of date storage method and device
CN104133826A (en) * 2013-09-26 2014-11-05 腾讯科技(深圳)有限公司 Method for creating data report business, relevant device and business system
CN106407172A (en) * 2016-11-21 2017-02-15 成都鼎桥通信技术有限公司 XML (Extensible Markup Language)-based report generating method
CN106407172B (en) * 2016-11-21 2019-06-07 成都鼎桥通信技术有限公司 A kind of report form generation method based on XML
CN109753270A (en) * 2017-11-01 2019-05-14 中国石油化工股份有限公司 A kind of expansible drilling well business datum exchange system and method
CN109753270B (en) * 2017-11-01 2022-05-20 中国石油化工股份有限公司 Expandable drilling service data exchange system and method
CN108509193A (en) * 2018-05-22 2018-09-07 苏州蜗牛数字科技股份有限公司 A kind of system using visualization component encapsulation function
CN110866381A (en) * 2019-09-29 2020-03-06 京东数字科技控股有限公司 Form verification method and device, storage medium and equipment

Also Published As

Publication number Publication date
CN103135988B (en) 2016-02-24

Similar Documents

Publication Publication Date Title
CN103135988B (en) Data processing method and system
CN101861566B (en) For generating the system and method for application fragment
CN101416157B (en) Framework for modeling continuations in workflows
CN102436498B (en) Report form generating method and relative device
US8898203B2 (en) Generating a separable query design object and database schema through visual view editing
CN100429619C (en) Branding framework
CN1704937A (en) Method and apparatus for generating forms using form types
CN105164640A (en) Application compatibility checking in distributed computing environment
KR20120026053A (en) Hierarchically-organized control galleries
Whiting et al. Creating an iPhone application for collecting continuous ABC data
Lerman et al. Programming Entity Framework: Code First: Creating and Configuring Data Models from Your Classes
CN104063495A (en) Form extension method and form extension device
JP2013518321A (en) Pattern-based user interface
CN101887370A (en) Method and device for creating system user interface
CN101965561A (en) Declarative support for asynchronous methods
CN103902562A (en) Method and device for upgrading terminal databases
CN102693263A (en) Data-programming environment
US10572247B2 (en) Prototype management system
US20170168860A1 (en) Dynamically binding data in an application
US10776351B2 (en) Automatic core data service view generator
US8166080B2 (en) Optimized computer diagramming method
KR101408280B1 (en) Apparatus and method for logic creation of development tools, and storage medium recording program for implementing method thereof
US20080077849A1 (en) Mechanism for associating annotations with model items
CN112889026A (en) User interface resource file optimization
CN112631585B (en) XML-based rapid parameter interface configuration 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
C14 Grant of patent or utility model
GR01 Patent grant