CN103135988B - Data processing method and system - Google Patents

Data processing method and system Download PDF

Info

Publication number
CN103135988B
CN103135988B CN201310075734.1A CN201310075734A CN103135988B CN 103135988 B CN103135988 B CN 103135988B CN 201310075734 A CN201310075734 A CN 201310075734A CN 103135988 B CN103135988 B CN 103135988B
Authority
CN
China
Prior art keywords
secondary development
design
assembly
serialized data
instance objects
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.)
Active
Application number
CN201310075734.1A
Other languages
Chinese (zh)
Other versions
CN103135988A (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

Landscapes

  • Stored Programmes (AREA)

Abstract

The embodiment of the invention discloses data processing method and system, to realize carrying out without encode Secondary Design form.In said method, in advance each object used needed for application system is carried out secondary encapsulation as former object, obtain the secondary encapsulation object with serializing interface, the attribute that the former object of secondary encapsulation object inherits is all; Said method comprises: provide the secondary development framework based on secondary encapsulation object, so that user carries out, without encode secondary development design, obtaining the instance objects corresponding to form designed through secondary development to the form in application system; By serializing interface, serializing is carried out to instance objects, obtain the serialized data corresponding with the form designed through secondary development; When receiving enabled instruction that user sends, that start the form designed through secondary development, the serialized data corresponding to the form designed through secondary development carries out unserializing, obtains corresponding instance objects.

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, such as retail trade system, once be deployed to after in client's production environment, a lot of form just secures.But the demand of user is changeable.Therefore, how to carry out, without encode Secondary Design, becoming the hot topic of research to form.
Summary of the invention
In view of this, embodiment of the present invention object is to provide data processing method and system, to realize carrying out without encode Secondary Design form.
For achieving the above object, the embodiment of the present invention provides following technical scheme:
According to an aspect of the embodiment of the present invention, a kind of data processing method is provided, in advance each object used needed for application system is carried out secondary encapsulation as former object, obtain the secondary encapsulation object with serializing interface, the attribute that the former object of described secondary encapsulation object inherits is all;
Described data processing method comprises:
Secondary development framework based on secondary encapsulation object is provided, so that user carries out designing without encode secondary development to the form in described application system, obtain the instance objects corresponding to form designed through secondary development, described secondary development framework comprises visual development assembly, described developer component comprises at least one in Graphic Design assembly, date assembly, combobox assembly and condition design assembly, and described Graphic Design assembly at least comprises template graph and chart editor sub-component;
By serializing interface, serializing is carried out to described instance objects, obtain the serialized data corresponding with the described form designed through secondary development;
When receiving enabled instruction that user sends, that start the described form through secondary development design, unserializing being carried out to the described serialized data corresponding through the form of secondary development design, obtains corresponding instance objects.
According to another aspect of the embodiment of the present invention, a kind of data handling system is provided, comprises:
Secondary encapsulation unit, in advance each object used needed for application system being carried out secondary encapsulation as former object, obtain the secondary encapsulation object with serializing interface, the attribute that the former object of described secondary encapsulation object inherits is all;
Providing unit, for providing the secondary development framework based on secondary encapsulation object, so that user carries out designing without encode secondary development to the form in described application system, obtain the instance objects corresponding to form designed through secondary development, described secondary development framework comprises visual development assembly, described developer component comprises at least one in Graphic Design assembly, date assembly, combobox assembly and condition design assembly, and described Graphic Design assembly at least comprises template graph and chart editor sub-component;
Serialization unit, for carrying out serializing by serializing interface to described instance objects, obtains the serialized data corresponding with the described form designed through secondary development;
Unserializing unit, for when receiving enabled instruction that user sends, that start the described form through secondary development design, carrying out unserializing to the described serialized data corresponding through the form of secondary development design, obtaining corresponding instance objects.
As can be seen from above-mentioned technical scheme, in embodiments of the present invention, use the visual development assembly in secondary development framework can carry out designing without code secondary development to form, thus achieve to form without encode Secondary Design.Further, in embodiments of the present invention, serializing formation sequence data have been carried out to the instance objects corresponding to the form designed through secondary development, and serialized data can be stored in storage medium, is carried into Anywhere.Thus facilitate the transplanting of the form through secondary development design.And unserializing, when not revising source code, the form designed through secondary development can be embedded again.
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 only 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.
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, be clearly and completely described the technical scheme in the embodiment of the present invention, obviously, described embodiment is only the present invention's part embodiment, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making the every other embodiment obtained under creative work prerequisite, belong to the scope of protection of the invention.
The present invention based on Delphi secondary development framework, can support Delphi3-2012XE version, and can be generalized to .net and Java.The present invention will be introduced for Delphi.
Core concept of the present invention is, adopt similar Delphi Floor layer Technology, all assemblies that will show and realize and class are realized serializing, then serialized data is saved in storage medium or database, at run duration, based on RTTI principle, from storage medium or database reading object serialized data, then unserializing obtains instance objects.
It should be noted that, in Delphi5-7, most of object does not support serializing, therefore, in embodiments of the present invention, need at initial stage of development, in advance each object used needed for application system is carried out secondary encapsulation as former object, obtain the secondary encapsulation object with serializing interface.
Attribute, method and event that the former object of above-mentioned secondary encapsulation object inherits is all, can replace former object.In other words, secondary encapsulation, to the subclass liking former object (parent), has all public methods of parent and attribute.
Fig. 1 show the embodiment of the present invention for the flow process of data processing method of protection, it can at least comprise the steps:
S1, provide secondary development framework based on secondary encapsulation object, so that user carries out without encode secondary development design to the form in application system, obtain the instance objects corresponding to the form through secondary development design.
Above-mentioned secondary development framework comprises visual development assembly, and developer component can comprise at least one in Graphic Design assembly, date assembly, combobox assembly and condition design assembly, 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, user can insert chart or edit (such as changing line width, col width, mobile row, mobile row etc.) chart.
S2, by serializing interface, serializing is carried out to instance objects, obtain the serialized data corresponding with the form designed through secondary development.
In the specific implementation, when user's secondary development designs complete click " preservation ", serializing is carried out to current instance objects, and saving sequence data.Serialized data can be stored in database or storage medium.
In addition, in certain embodiments, after serializing, also for the above-mentioned visual icon of report generation through secondary development design, or the knob be embedded on application system interface can be generated, so that user searches and operates.
S3, when receiving the enabled instruction of form that user sends, that start through secondary development design, the serialized data corresponding to the form designed through secondary development carries out unserializing, obtains corresponding instance objects.
Concrete, when there is the visual icon corresponding with " form through secondary development designs " or button, then user double-clicks visual icon or button click, namely have sent above-mentioned enabled instruction.
It should be noted that, serializing is the process status information of instance objects being converted to the form that can store or transmit.During serializing, its current state is written in storage medium or database by instance objects.After, by the state of reading or unserializing object from storage medium or database, this instance objects can be re-created.
For an example for image, instance objects can be regarded as one and can jump the tiger that can cry and can run, serializing, then be equivalent to that the tiger lived is dismembered into each and dismember block, and unserializing afterwards, being then equivalent to reformulate dismembering block, making it to become that tiger lived original again.Because serializing and inverted sequence are existing technology, be not described in detail herein.
What need to illustrate in the lump at this is, user is when using secondary development framework to carry out secondary development design, visual development assembly in secondary development framework or sub-component, can be considered cat house, tiger-house, kennel, the tiger lived, cat, dog etc., and form leaved for development can be considered as zoo.Then secondary development process, vividly can must be considered as somewhere at the zoo and install a cat house, be placed in by cat in cat house, settle tiger-house, tiger is placed in tiger-house etc. at another place.
In above-mentioned steps S2-S3, all based on RTTI (Run-TimeTypeIdentification, runtime type identification) technology.RTTI determines the method for object type when providing operation.
RTTI provides following two very useful operational characters:
(1) typeid operational character, return pointer and the actual type quoting indication;
(2) dynamic_cast operational character, by the pointer of base class type or quote the pointer that is converted to derived type safely or quote.OO programming language, resembles C++, and Java, delphi both provide the support to RTTI.
As above visible, in embodiments of the present invention, use the visual development assembly in secondary development framework can carry out designing without code secondary development to form, thus achieve to form without encode Secondary Design.Further, in embodiments of the present invention, serializing formation sequence data have been carried out to the instance objects corresponding to the form designed through secondary development, and serialized data can be stored in storage medium, is carried into Anywhere.Thus facilitate the transplanting of the form through secondary development design.And unserializing, when not revising source code, the form designed through secondary development can be embedded again.
For realizing developing instrument and business is separated, in other embodiments of the present invention, the instance objects corresponding to the above-mentioned form through secondary development design specifically can comprise blank report form template through secondary development design and collateral condition.
Above-mentioned collateral condition, can generate according to default rule, and user also according to self needs, can be generated by the condition design assembly in operation secondary development framework or date assembly.
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 then describe above-mentioned through secondary development design blank report form template associated by database.
Accordingly, above-mentioned " serialized data corresponding to the form designed through secondary development carries out unserializing, obtains corresponding instance objects " can specifically comprise:
Search through serialized data corresponding to the form of secondary development design from database or storage medium;
Load the serialized data found out;
Unserializing is carried out to serialized data, obtains the blank report form template, querying condition and the Correlation Criteria that design through secondary development;
Represent the blank report form template through secondary development design;
According to Correlation Criteria, connect the database be associated with the blank report form template designed through secondary development;
According to querying condition, data query in the database be associated with the blank report form template designed through secondary development;
Utilize the blank report form template that the data stuffing inquired designs through secondary development.
In other embodiments of the present invention, above-mentioned collateral condition also can comprise the condition of representing.According to representing condition, can really such as through secondary development design blank report form template be applicable to represent scene.Such as, the original report comprises three hurdles, after carrying out secondary development design, delete a hurdle, and the condition that represented is set as being presented to cashier to it.The form that then cashier opens all only has two hurdles.
In addition, in other embodiments of the present invention, in above-mentioned all embodiments, when initial stage of development, each the object self-definition design interface (crying reflection at Java and .net) also can will used needed for application system in advance, so just can accomplish that all component arbitrarily drags and controls on the interface of secondary development framework.This is because:
Before address, the partial visual developer component in secondary development framework or sub-component, can be considered the animal lived.Secondary development is the exploitation carried out when instance objects is run.And each object (during operation) in internal memory can provide a lot of run duration information, therefore adopt 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, then drag and be equivalent to carry out determining body to moving animal, then drag it to the other side, make its continuation activity.And control, be also like this.
For assembly, the present embodiment can be accomplished to revise arbitrarily all kinds of (object) attribute, appearance, position, size and behavior in the runtime.
Correspond, the embodiment of the present invention additionally provides data handling system.Fig. 2 shows its a kind of structure, comprising:
Secondary encapsulation unit 1, in advance each object used needed for application system being carried out secondary encapsulation as former object, obtain the secondary encapsulation object with serializing interface, the attribute that the former object of secondary encapsulation object inherits is all;
Providing unit 2, for providing the secondary development framework based on secondary encapsulation object, so that user carries out designing without encode secondary development to the form in application system, obtain the instance objects corresponding to form designed through secondary development, secondary development framework comprises visual development assembly, developer component comprises at least one in Graphic Design assembly, date assembly, combobox assembly and condition design assembly, and Graphic Design assembly at least comprises template graph and chart editor sub-component;
Serialization unit 3, for carrying out serializing by serializing interface to instance objects, obtains the serialized data corresponding with the form designed through secondary development, and is stored in by serialized data in database or storage medium;
Unserializing unit 4, for when receiving enabled instruction that user sends, that start the form designed through secondary development, the serialized data corresponding to the form designed through secondary development carries out unserializing, obtains corresponding instance objects.
Above-mentioned each unit specifically can see the detailed record of this paper preceding method part, therefore not to repeat here.
It is pointed out that secondary encapsulation unit 1, providing unit 2, the function of serialization unit 3 and unserializing unit 4, can be realized by same CPU, certainly, also can be realized by independently CPU respectively.
Those of ordinary skill in the art can recognize, in conjunction with unit and the algorithm steps of each example of embodiment disclosed herein description, can realize with electronic hardware, computer software or the combination of the two, in order to the interchangeability of hardware and software is clearly described, generally describe composition and the step of each example in the above description according to function.These functions perform with hardware or software mode actually, depend on application-specific and the design constraint of technical scheme.Professional and technical personnel can use distinct methods to realize described function to each specifically should being used for, but this realization should not thought and exceeds scope of the present invention.
Those skilled in the art can be well understood to, and for convenience and simplicity of description, the device of foregoing description and the specific works process of unit, with reference to the corresponding process in preceding method embodiment, can not repeat them here.
In several embodiments that the application provides, should be understood that disclosed apparatus and method can realize by another way.Such as, device embodiment described above is only schematic, such as, the division of said units, be only a kind of logic function to divide, actual can have other dividing mode when realizing, such as multiple unit or assembly can in conjunction with or another system can be integrated into, or some features can be ignored, or do not perform.Another point, shown or discussed coupling each other or direct-coupling or communication connection can be by some interfaces, and the indirect coupling of device or unit or communication connection can be electrical, machinery or other form.
The above-mentioned unit illustrated as separating component or can may not be and physically separates, and the parts as unit display can be or may not be physical location, namely can be positioned at a place, or also can be distributed on multiple unit.Some or all of unit wherein can be selected according to the actual needs to realize the object of the present embodiment scheme.
In addition, each functional unit in each embodiment of the present invention can be integrated in a processing unit, also can be that the independent physics of unit exists, also can two or more unit in a unit integrated.Above-mentioned integrated unit both can adopt the form of hardware to realize, and the form of SFU software functional unit also can be adopted to realize.
If above-mentioned integrated unit using the form of SFU software functional unit realize and as independently production marketing or use time, can be stored in a computer read/write memory medium.Based on such understanding, the part that technical scheme of the present invention contributes to prior art in essence in other words or all or part of of this technical scheme can embody with the form of software product, this computer software product is stored in a storage medium, comprising some enabled instructions in order to make a computer equipment (can be personal computer, server, or the network equipment etc.) perform all or part of step of each embodiment said method of the present invention.And aforesaid storage medium comprises: USB flash disk, portable hard drive, ROM (read-only memory) (ROM, Read-OnlyMemory), random access memory (RAM, RandomAccessMemory), magnetic disc or CD etc. various can be program code stored medium.
To the above-mentioned explanation of the disclosed embodiments, professional and technical personnel in the field are realized or uses the present invention.To be apparent for those skilled in the art to the multiple amendment of these embodiments, General Principle as defined herein can without departing from the spirit or scope of the present invention, realize in other embodiments.Therefore, the present invention can not be restricted to these embodiments 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 each object used needed for application system is carried out secondary encapsulation as former object, obtain the secondary encapsulation object with serializing interface, the attribute that the former object of described secondary encapsulation object inherits is all;
Described data processing method comprises:
Secondary development framework based on secondary encapsulation object is provided, so that user carries out designing without encode secondary development to the form in described application system, obtain the instance objects corresponding to form designed through secondary development, described secondary development framework comprises visual development assembly, described developer component comprises at least one in Graphic Design assembly, date assembly, combobox assembly and condition design assembly, and described Graphic Design assembly at least comprises template graph and chart editor sub-component;
By serializing interface, serializing is carried out to described instance objects, obtain the serialized data corresponding with the described form designed through secondary development;
When receive that user sends for starting the described enabled instruction of form through secondary development design time, unserializing is carried out to the described serialized data corresponding through the form of secondary development design, obtains corresponding instance objects.
2. the method for claim 1, is characterized in that, the instance objects corresponding to the described form through secondary development design comprises: through the blank report form template of secondary development design, and collateral condition.
3. method as claimed in claim 2, it is characterized in that, described collateral condition comprises querying condition and Correlation Criteria, and described Correlation Criteria describes the database associated by the described blank report form template through secondary development design.
4. method as claimed in claim 3, is characterized in that:
Described serialized data is stored in database or storage medium;
Described unserializing is carried out to described serialized data corresponding to form through secondary development design, obtains corresponding instance objects and specifically comprise:
The described serialized data corresponding through the form of secondary development design is searched from database or storage medium;
Load the serialized data found out;
Unserializing is carried out to described serialized data, obtains the blank report form template, querying condition and the Correlation Criteria that design through secondary development;
Represent the blank report form template through secondary development design;
According to described Correlation Criteria, connect the database be associated with the described blank report form template designed through secondary development;
According to described querying condition, data query in the database be associated with the described blank report form template designed through secondary development;
Through the blank report form template of secondary development design described in the data stuffing that utilization inquires.
5. method as claimed in claim 3, it is characterized in that, described collateral condition also comprises the condition of representing.
6. a data handling system, is characterized in that, comprising:
Secondary encapsulation unit, in advance each object used needed for application system being carried out secondary encapsulation as former object, obtain the secondary encapsulation object with serializing interface, the attribute that the former object of described secondary encapsulation object inherits is all;
Providing unit, for providing the secondary development framework based on secondary encapsulation object, so that user carries out designing without encode secondary development to the form in described application system, obtain the instance objects corresponding to form designed through secondary development, described secondary development framework comprises visual development assembly, described developer component comprises at least one in Graphic Design assembly, date assembly, combobox assembly and condition design assembly, and described Graphic Design assembly at least comprises template graph and chart editor sub-component;
Serialization unit, for carrying out serializing by serializing interface to described instance objects, obtains the serialized data corresponding with the described form designed through secondary development;
Unserializing unit, for when receive that user sends for starting the described enabled instruction of form through secondary development design time, unserializing is carried out to the described serialized data corresponding through the form of secondary development design, obtains corresponding instance objects.
7. system as claimed in claim 6, is characterized in that, the instance objects corresponding to the described form through secondary development design comprises: through the blank report form template of secondary development design, and collateral condition.
8. system as claimed in claim 7, it is characterized in that, described collateral condition comprises querying condition and Correlation Criteria, and described Correlation Criteria describes the database associated by the described blank report form template through secondary development design.
9. system as claimed in claim 8, it is characterized in that, described serialized data is stored in database or storage medium;
Described unserializing is carried out to described serialized data corresponding to form through secondary development design, obtains corresponding instance objects and specifically comprise:
The described serialized data corresponding through the form of secondary development design is searched from database or storage medium;
Load the serialized data found out;
Unserializing is carried out to described serialized data, obtains the blank report form template, querying condition and the Correlation Criteria that design through secondary development;
Represent the blank report form template through secondary development design;
According to described Correlation Criteria, connect the database be associated with the described blank report form template designed through secondary development;
According to described querying condition, data query in the database be associated with the described blank report form template designed through secondary development;
Through the blank report form template of secondary development design described in 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 CN103135988A (en) 2013-06-05
CN103135988B true 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)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103345533B (en) * 2013-07-26 2016-11-23 北京中电普华信息技术有限公司 A kind of date storage method and device
CN104133826B (en) * 2013-09-26 2016-09-14 腾讯科技(深圳)有限公司 Create the method for data sheet business and relevant apparatus and operation system
CN106407172B (en) * 2016-11-21 2019-06-07 成都鼎桥通信技术有限公司 A kind of report form generation method based on XML
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
CN110866381B (en) * 2019-09-29 2021-03-30 京东数字科技控股有限公司 Form verification method and device, storage medium and equipment

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7191196B2 (en) * 2001-06-28 2007-03-13 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

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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

Also Published As

Publication number Publication date
CN103135988A (en) 2013-06-05

Similar Documents

Publication Publication Date Title
CN103135988B (en) Data processing method and system
US10866788B2 (en) System and method for automated generation of integration elements modeling process flow for an integration process with a swagger API
US8898203B2 (en) Generating a separable query design object and database schema through visual view editing
CN101416157B (en) Framework for modeling continuations in workflows
CN100498764C (en) Synchronous data updating method
CN100580667C (en) Method and apparatus for generating forms using form types
CN100429619C (en) Branding framework
CN102436498B (en) Report form generating method and relative device
US10706033B2 (en) Content management system and method for managing ad-hoc collections of content
CN111190882B (en) Target template creation method and device, electronic equipment and storage medium
CN104731589A (en) Automatic generation method and device of user interface (UI)
CN104133828A (en) Drag-and-drop clipboard for HTML documents
CN105164640A (en) Application compatibility checking in distributed computing environment
Whiting et al. Creating an iPhone application for collecting continuous ABC data
CN101710274A (en) Method and system for generating help information of application software
CN102779037A (en) Visual programming method for automatically generating and uniformly maintaining java items
JP2013518321A (en) Pattern-based user interface
CN112182359A (en) Feature management method and system of recommendation model
CN112464625B (en) Document generation method, device, computer equipment and storage medium
CN110888736A (en) Application management method and system based on container cloud platform and related components
CN103902562A (en) Method and device for upgrading terminal databases
CN112650966A (en) Method, generator and medium for generating dynamic list page of online design
CN113407284A (en) Navigation interface generation method and device, storage medium and electronic equipment
KR101408280B1 (en) Apparatus and method for logic creation of development tools, and storage medium recording program for implementing method thereof
CN114741071A (en) Application construction method and device

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