CN1244866C - Batch duplicating method for window module data - Google Patents

Batch duplicating method for window module data Download PDF

Info

Publication number
CN1244866C
CN1244866C CNB011129409A CN01112940A CN1244866C CN 1244866 C CN1244866 C CN 1244866C CN B011129409 A CNB011129409 A CN B011129409A CN 01112940 A CN01112940 A CN 01112940A CN 1244866 C CN1244866 C CN 1244866C
Authority
CN
China
Prior art keywords
assembly
data
type
buffer zone
module
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.)
Expired - Fee Related
Application number
CNB011129409A
Other languages
Chinese (zh)
Other versions
CN1385789A (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.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CNB011129409A priority Critical patent/CN1244866C/en
Publication of CN1385789A publication Critical patent/CN1385789A/en
Application granted granted Critical
Publication of CN1244866C publication Critical patent/CN1244866C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Abstract

The present invention relates to a mass copying method of form module data, which is suitable for the situation that mass data needed to be configured to a plurality of interfaces. The present invention comprises the following steps: each component in a resource form is traversed firstly, data in each component is extracted and stored in a buffer area in a self-defining format; the data in the buffer area is analyzed item by item by aiming at a purpose form secondly, the corresponding component is found, and the corresponding data is filled. Compared with the prior art, the mass copying method of form module data of the present invention is adopted and has the advantages of simple operation and good real-time performance. The present invention does not need to be supported by static media, such as a file, etc., and has major practicability. The cockamamie performance of the configuring and managing work of large numbers of repeated data is simplified.

Description

The batch duplicating method of window module data
Technical field
The present invention relates to computer realm, specifically, relate to the certain user and need dispose under the mass data situation clone method data.
Background technology
When the telecommunications network data are configured, need use a large amount of data that certain repeatability is arranged and data, as in network management system, supervisory system or client service center, the usage degree of these data and data is very high, often need among this, can relate to the duplicate problem of data between a plurality of interfaces inevitably from an interfacial migration to another interface.
The clone method of present normally used window module data has following two kinds: the one, and default copy method Ctrl+C, Ctrl+V that Windows operating system provides, this method can only realize duplicating at every turn to the single component data; The 2nd, adopt the form that the configuration data of current form is saved as static mediums such as file, by to file duplicate or rename reaches duplicating data, as current configuration is saved as so-and-so scheme, current the duplicating of realization data such as default configuration that be configured to is set.
Above-mentioned two kinds of methods are not to aim at the function that data are duplicated to be provided, and have bigger limitation, show that operation is comparatively loaded down with trivial details, can not realize duplicating of a plurality of module datas; Need certain static medium (file etc.) to store data, increased the application expense; Real-time is poor, operates discontinuous.Up to the present, also do not find the relevant special patent documentation that batch data is duplicated that solves.
Summary of the invention
The objective of the invention is to propose a kind of batch duplicating method of window module data, can realize duplicating of a plurality of module datas, and easy and simple to handle, do not increase the additional application expense.
The present invention adopts following scheme to realize goal of the invention: each assembly in the ergodic source forms at first, and extract each module information and deposit buffer zone in self-defining form; Secondly at each assembly in the purpose forms, the module information in the buffer zone is resolved one by one, find corresponding assembly, and insert with assembly type, the corresponding data of assembly name.
Adopt the method for the invention, compared with prior art simple to operate, real-time is good, does not need static medium supports such as file, has bigger practicality, has simplified the loaded down with trivial details property of a large amount of repeated data configuration management work.
Description of drawings
Below in conjunction with accompanying drawing the method for the invention is described in detail.
Fig. 1 is the process flow diagram of the method for the invention.
Fig. 2 is the detail flowchart of step S10 copying data among Fig. 1.
Fig. 3 is the detail flowchart that step S20 data are pasted among Fig. 1.
Embodiment
The method of the invention is applicable to the source forms of structure unanimity and the batch duplicating between the purpose forms, and its key point is buffer technology.
As shown in Figure 1, the method for the invention comprises two big steps: each module information of extraction source forms deposits buffer zone in, and promptly the copy S10 of data and resolve the module information in the buffer zone and insert in the purpose forms promptly finishes the stickup S20 of data.The concrete steps of this two big step are described in detail it respectively as shown in Figures 2 and 3 below.
S10 when the source window module data is copied, the at first component type of enquiring component and assembly name, and according to the type of assembly text type, index type, the Boolean type data value S101 of extraction assembly respectively; Use the type of different symbolic representation assemblies again, combine with assembly name, module data value and form a bar assembly information data S102; Add the module information data after the combination in buffer zone S103, buffer zone is an internal memory of allocating in advance in computing machine, and its operating speed is fast, and is real-time, and duplicates and can discharge after finishing, not consume system resources; So each assembly in the forms of searching loop source until last assembly S104, is finished the copy S105 to data.
In order to realize duplicating of data, also need data are pasted S20.Take out a bar assembly information data S201 from buffer zone; It is resolved, obtain component type, assembly name and module data value S202; Navigate to corresponding assembly S203 in the purpose forms according to component type and assembly name; If component type is edit box S204, compose textual value S205 then for this assembly; If component type is list box S206, then compose index value S207 to assembly; If component type is radio box or check box S208, then compose boolean's offset S209 to assembly; So each assembly in the searching loop buffer zone until the last item module information data S210, is finished the stickup S211 of data.
Need to prove that the method for the invention has only been enumerated limited component type, but for the disposal route of other type component similarly, also belong to category of the present invention.

Claims (3)

1. the batch duplicating method of window module data is characterized in that: each assembly in the ergodic source forms at first, and extract each module information and deposit buffer zone (S10) in self-defining form; Secondly at each assembly in the purpose forms, the module information in the buffer zone is resolved one by one, find corresponding assembly, and insert with assembly type, the corresponding data of assembly name (S20).
2. the batch duplicating method of window module data as claimed in claim 1, it is characterized in that: the step that described each module information of extraction source forms deposits buffer zone (S10) in also further comprises, the component type of assembly and assembly name in the query source forms, and according to the type of assembly text type, index type, the Boolean type data value (S101) of extraction assembly respectively; Use the type of different symbolic representation assemblies again, and combine composition one bar assembly information data (S102) with assembly name, module data value; Add the module information data after the combination in the buffer zone (S103), so each assembly in the forms of searching loop source until last assembly (S104), is finished the copy (S105) to data.
3. the batch duplicating method of window module data as claimed in claim 1 is characterized in that: module information in the described parsing buffer zone and the step of inserting purpose forms (S20) further comprise, take out a bar assembly information data (S201) from buffer zone; It is resolved, obtain component type, assembly name and module data value (S202); Navigate to corresponding assembly (S203) in the purpose forms according to component type and assembly name; If component type is edit box (S204), compose textual value (S205) then for this assembly; If component type is list box (S206), then compose index value (S207) to assembly; If component type is radio box or check box (S208), then compose boolean's offset (S209) to assembly; So each assembly in the searching loop buffer zone until the last item module information data (S210), is finished the stickup (S211) of data.
CNB011129409A 2001-05-16 2001-05-16 Batch duplicating method for window module data Expired - Fee Related CN1244866C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB011129409A CN1244866C (en) 2001-05-16 2001-05-16 Batch duplicating method for window module data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB011129409A CN1244866C (en) 2001-05-16 2001-05-16 Batch duplicating method for window module data

Publications (2)

Publication Number Publication Date
CN1385789A CN1385789A (en) 2002-12-18
CN1244866C true CN1244866C (en) 2006-03-08

Family

ID=4659686

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB011129409A Expired - Fee Related CN1244866C (en) 2001-05-16 2001-05-16 Batch duplicating method for window module data

Country Status (1)

Country Link
CN (1) CN1244866C (en)

Also Published As

Publication number Publication date
CN1385789A (en) 2002-12-18

Similar Documents

Publication Publication Date Title
CN1292371C (en) Inverted index storage method, inverted index mechanism and on-line updating method
EP2727247B1 (en) Database compression system and method
CN102169507B (en) Implementation method of distributed real-time search engine
CN102110146B (en) Key-value storage-based distributed file system metadata management method
CN101866359B (en) Small file storage and visit method in avicade file system
US20100145918A1 (en) Systems and methods for indexing content for fast and scalable retrieval
US20050198076A1 (en) Systems and methods for indexing content for fast and scalable retrieval
RU2507574C2 (en) Page-by-page breakdown of hierarchical data
WO2016149552A1 (en) Compaction policy
US7769792B1 (en) Low overhead thread synchronization system and method for garbage collecting stale data in a document repository without interrupting concurrent querying
WO2005081942A2 (en) Hierarchical storage management
CN104301360A (en) Method, log server and system for recording log data
CN1619544A (en) Method and apparatus for data processing
JP2005530242A (en) Storage system having partitioned movable metadata
CN1859505B (en) Bill checking system and method
CN106294374A (en) The method of small documents merging and data query system
KR20130049111A (en) Forensic index method and apparatus by distributed processing
CN114138193B (en) Data writing method, device and equipment for partition naming space solid state disk
CN104111924A (en) Database system
CN100437586C (en) A resource allocation method and system for shared memory
CN109885642B (en) Hierarchical storage method and device for full-text retrieval
CN100367278C (en) Device and method for archiving and inquiry historical data
CN103778219A (en) HBase-based method for updating incremental indexes
CN103530067B (en) A kind of method and apparatus of data manipulation
CN1244866C (en) Batch duplicating method for window module data

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
C17 Cessation of patent right
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20060308

Termination date: 20140516