CN104424319A - Method for temporarily storing general data - Google Patents

Method for temporarily storing general data Download PDF

Info

Publication number
CN104424319A
CN104424319A CN201310407187.2A CN201310407187A CN104424319A CN 104424319 A CN104424319 A CN 104424319A CN 201310407187 A CN201310407187 A CN 201310407187A CN 104424319 A CN104424319 A CN 104424319A
Authority
CN
China
Prior art keywords
data
temporary
serializing
unserializing
temporary storage
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
CN201310407187.2A
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.)
ZHENJIANG GOLDNT SOFTWARE Corp
Original Assignee
ZHENJIANG GOLDNT SOFTWARE 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 ZHENJIANG GOLDNT SOFTWARE Corp filed Critical ZHENJIANG GOLDNT SOFTWARE Corp
Priority to CN201310407187.2A priority Critical patent/CN104424319A/en
Publication of CN104424319A publication Critical patent/CN104424319A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/80Information retrieval; Database structures therefor; File system structures therefor of semi-structured data, e.g. markup language structured data such as SGML, XML or HTML
    • G06F16/84Mapping; Conversion

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Document Processing Apparatus (AREA)

Abstract

The invention discloses a method for temporarily storing general data. According to the method, all temporarily stored data can be placed on a temporary storage module for uniform treatment, so that table data redundancy is not caused, and meanwhile the reminding of a user is facilitated.

Description

A kind of method of temporary conventional data
Technical field
The present invention relates to a kind of method of temporary conventional data.
Background technology
On market, a lot of software is for the function that much all can provide temporal data during data manipulation; in fact temporary data are not formal data; most processing mode is all be stored in master meter; because be temporary data; data content is the amount doesn't matter, like this with regard to account for a line table data, often can cause list data redundancy more; not only be not easy to reminding user, list data is also unintelligible more chaotic.
Summary of the invention
The object of the invention is to overcome defect of the prior art, a kind of method of temporary conventional data is provided, all temporary data can be placed in temporary storage module by described method carries out unifying process, thus can not cause list data redundancy, is convenient to reminding user simultaneously.
The present invention is achieved by the following technical programs.
A method for temporary conventional data, method step is as follows: first by needing temporary data to carry out serializing, then the data after serializing be put in data temporary storage table, needs to carry out unserializing again when reading and gets final product restoring data.
The method of above-mentioned a kind of temporary conventional data, wherein, described serializing is specially: first use the serialized data method with compression function, and pass data to server, then data are carried out unserializing decompress(ion), again serialized data is converted into xml form, and leaves in data temporary storage table, can directly retrieve.
The method of above-mentioned a kind of temporary conventional data, wherein, described unserializing is specially: the data reading serializing from data temporary storage table, the data of xml form are carried out unserializing, and then use the serialized data method with compression function, pass data to client, and then carry out unserializing decompress(ion), the data of reduction can be shown.
The method of a kind of temporary conventional data of the present invention, all temporary data can be placed in temporary storage module by described method carries out unifying process, thus can not cause list data redundancy, is convenient to reminding user simultaneously.
Accompanying drawing explanation
Fig. 1 is the schematic flow sheet of the method for a kind of temporary conventional data of the present invention.
Fig. 2 is the schematic flow sheet of store data.
Fig. 3 is the schematic flow sheet of restoring data.
Embodiment
Below by way of specific embodiment, the specific embodiment of the present invention is described in further detail.
A method for temporary conventional data is the schematic flow sheet of the method for a kind of temporary conventional data of the present invention as Fig. 1.First filling in data, by needing temporary data to carry out serializing, then the data after serializing being put in data temporary storage table, need to carry out unserializing again when reading and get final product restoring data.Described serializing is specially: first use the serialized data method with compression function, and pass data to server, then data are carried out unserializing decompress(ion), then serialized data is converted into xml form, and leave in data temporary storage table, can directly retrieve; Described unserializing is specially: the data reading serializing from data temporary storage table, the data of xml form are carried out unserializing, and then use the serialized data method with compression function, pass data to client, and then carry out unserializing decompress(ion), the data of reduction can be shown.If the data of reduction are modified and submitted to by the user of temporal data, then delete the data in scratch list.
The above-mentioned scratch list M_Serialization mentioned, structure is as follows:
Id(bigint): temporary major key;
ResGuid(nvarchar (100)): temporary object type Guid or other identification Guid;
ResID(bigint): temporary object number;
Birnary(xml): temporary serialized data;
Remark(nvarchar (500)): remarks, what acquiescence was deposited is serialized data title, is convenient to retrieval and uses;
CheckInID(bigint): typing people numbers;
CheckInTime(datetime): typing people title.
The type of temporal data is obtained by ResGuid;
Obtained the unique number of temporal data by ResID, keep in if not amendment on legacy data, ResID is 0, otherwise is the unique number of legacy data;
Temporal data user data can be obtained by CheckInID, namely obtain the unique number of temporary people;
The time of temporal data is obtained by CheckInTime;
Birnary is exactly the temporal data after depositing serializing.
If need to add up the current temporary data of certain user, as long as count the data of CheckInID=active user unique number in scratch list; If the data that under needing to add up certain type, user keeps in, as long as count CheckInID=active user unique number in scratch list and the data of ResGuid=type identification string.

Claims (3)

1. a method for temporary conventional data, is characterized in that, method step is as follows: first by needing temporary data to carry out serializing, then the data after serializing be put in data temporary storage table, needs to carry out unserializing again when reading and gets final product restoring data.
2. the method for a kind of temporary conventional data as claimed in claim 1, it is characterized in that, described serializing is specially: first use the serialized data method with compression function, and pass data to server, then data are carried out unserializing decompress(ion), again serialized data is converted into xml form, and leaves in data temporary storage table, can directly retrieve.
3. the method for a kind of temporary conventional data as claimed in claim 1, it is characterized in that, described unserializing is specially: the data reading serializing from data temporary storage table, the data of xml form are carried out unserializing, and then use the serialized data method with compression function, pass data to client, and then carry out unserializing decompress(ion), the data of reduction can be shown.
CN201310407187.2A 2013-09-10 2013-09-10 Method for temporarily storing general data Pending CN104424319A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310407187.2A CN104424319A (en) 2013-09-10 2013-09-10 Method for temporarily storing general data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310407187.2A CN104424319A (en) 2013-09-10 2013-09-10 Method for temporarily storing general data

Publications (1)

Publication Number Publication Date
CN104424319A true CN104424319A (en) 2015-03-18

Family

ID=52973294

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310407187.2A Pending CN104424319A (en) 2013-09-10 2013-09-10 Method for temporarily storing general data

Country Status (1)

Country Link
CN (1) CN104424319A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106936685A (en) * 2015-12-30 2017-07-07 航天信息股份有限公司 A kind of means of communication and system based on real-time, interactive

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1514360A (en) * 2002-12-05 2004-07-21 ���ǵ�����ʽ���� Method and system of inputting file using related graph data compressed meta language
CN101562538A (en) * 2009-04-15 2009-10-21 计世在线网络技术(北京)有限公司 System for analyzing website access
CN102043859A (en) * 2010-12-27 2011-05-04 用友软件股份有限公司 Data updating method and device
US20120272304A1 (en) * 2006-03-01 2012-10-25 Oracle International Corporation Crawling secure data sources
US20120331016A1 (en) * 2011-06-23 2012-12-27 Salesforce.Com Inc. Methods and systems for caching data shared between organizations in a multi-tenant database system
CN103020151A (en) * 2012-11-22 2013-04-03 用友软件股份有限公司 Large data quantity batch processing system and large data quantity batch processing method
CN103092996A (en) * 2013-02-21 2013-05-08 用友软件股份有限公司 Document data acquisition device and document data acquisition method
CN103136334A (en) * 2013-01-29 2013-06-05 北京航空航天大学 Fast ergodic synchronous data flow system node parameter processing method based on graphs

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1514360A (en) * 2002-12-05 2004-07-21 ���ǵ�����ʽ���� Method and system of inputting file using related graph data compressed meta language
US20120272304A1 (en) * 2006-03-01 2012-10-25 Oracle International Corporation Crawling secure data sources
CN101562538A (en) * 2009-04-15 2009-10-21 计世在线网络技术(北京)有限公司 System for analyzing website access
CN102043859A (en) * 2010-12-27 2011-05-04 用友软件股份有限公司 Data updating method and device
US20120331016A1 (en) * 2011-06-23 2012-12-27 Salesforce.Com Inc. Methods and systems for caching data shared between organizations in a multi-tenant database system
CN103020151A (en) * 2012-11-22 2013-04-03 用友软件股份有限公司 Large data quantity batch processing system and large data quantity batch processing method
CN103136334A (en) * 2013-01-29 2013-06-05 北京航空航天大学 Fast ergodic synchronous data flow system node parameter processing method based on graphs
CN103092996A (en) * 2013-02-21 2013-05-08 用友软件股份有限公司 Document data acquisition device and document data acquisition method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106936685A (en) * 2015-12-30 2017-07-07 航天信息股份有限公司 A kind of means of communication and system based on real-time, interactive

Similar Documents

Publication Publication Date Title
WO2009134662A3 (en) In-line content based security for data at rest in a network storage system
CN104699723B (en) Data synchronous system and method between data exchange adapter, heterogeneous system
TW200717249A (en) Method and system for managing distributed storage of digital contents
CN103488732A (en) Generation method and device of static pages
CN110750372A (en) Log system based on shared memory and log management method
TW200725298A (en) System and method for storage management
CN104572781A (en) Method and device for generating transaction log
WO2013119469A3 (en) System, method, and interfaces for work product management
CN107241614A (en) A kind of live broadcast system
CN103678603A (en) Multi-source heterogeneous data efficient converging and storing frame system
GB2517882A (en) Common web accessible data store for client side page processing
CN104157065A (en) Internet voting method and device
US9111261B2 (en) Method and system for management of electronic mail communication
CN106354775A (en) Data dynamic configuration system and method based on custom fields
CN104298933A (en) Configuration information safety processing method and system
CN104424319A (en) Method for temporarily storing general data
CN105159997B (en) Report processing method and report processing system
CN101639851A (en) Method for storing and querying data and devices therefor
CN103207916A (en) Metadata processing method and device
CN105335881A (en) Online transaction system
CN104252471A (en) Intelligent file management system
CN104572903B (en) A kind of method of the control data loading of Hbase database
CN106528340A (en) Rapid processing method and system for mobile network user signaling data
CN203285169U (en) Automobile key
CN102314334A (en) Method for caching content input into application program by user and equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20150318