CN101359293A - Method and apparatus for making part update pack - Google Patents

Method and apparatus for making part update pack Download PDF

Info

Publication number
CN101359293A
CN101359293A CNA2008101193472A CN200810119347A CN101359293A CN 101359293 A CN101359293 A CN 101359293A CN A2008101193472 A CNA2008101193472 A CN A2008101193472A CN 200810119347 A CN200810119347 A CN 200810119347A CN 101359293 A CN101359293 A CN 101359293A
Authority
CN
China
Prior art keywords
file
title
newly
software
content
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
CNA2008101193472A
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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CNA2008101193472A priority Critical patent/CN101359293A/en
Publication of CN101359293A publication Critical patent/CN101359293A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention discloses a method for producing partial update packages, and a device thereof. The method comprises the following steps: acquiring a first structured storage file corresponding to the new version of the software, and a second structured storage file corresponding to old version of the software; searching the object updated relative to the second structured storage file in the first structured storage file; and searching the corresponding data of the updated object in the new version of the software and compressing the data to generate the partial update package. The device comprises a structured storage file generation module, an update object searching module and an update package generation module. The invention simplifies the production process of partial update packages and reduces manual intervention.

Description

Make the method and apparatus of part update package
Technical field
The present invention relates to computer realm, particularly a kind of method and apparatus of making the part update package.
Background technology
Service provider is when the software of issue redaction, for example: client software etc., software need be packed, and promptly compressed software is made into installable routine package, is called for short installation kit.In general, this installation kit comprises complete installation kit and partial update bag two parts.
The packaging method of using always in the prior art, be exactly with a difference file in two files and newly-increased file copy to an empty list, for example: the Temp catalogue, can generate initialization files in the Temp catalogue simultaneously, for example: ini file, this ini file mainly comprises the information of version number, difference file and newly-increased file, with the compression of Temp catalogue, can obtain installation kit then.Utilize above-mentioned packaging method, the process of making complete installation kit and partial update bag is as follows:
(1) builds an empty folder, the software and the empty folder of redaction are packed with above-mentioned packaging method, just generate a complete installation kit;
(2) find the complete installation kit of certain legacy version, the complete installation kit of this legacy version is installed, suppose to be installed to the OLD file, the software and the OLD file of redaction are packed with above-mentioned packaging method, just generated the partial update bag of this legacy version to this redaction;
(3) if a plurality of legacy versions are arranged, repeating step (2) is until finishing the partial update bag of all legacy versions to this redaction.
As seen from the above technical solution, the method of existing making part update package need find the complete installation kit of legacy version, install, software packing with file after installing and redaction, ability generating portion update package, manufacturing process is more loaded down with trivial details, and searches and install and all need manual intervention, makes mistakes easily.
Summary of the invention
In order to simplify the manufacturing process of partial update bag, reduce manual intervention, the embodiment of the invention provides a kind of method and apparatus of making the part update package.Described technical scheme is as follows:
A kind of method of making the part update package, described method comprises:
Obtain first structured storage file of the redaction correspondence of software, and obtain second structured storage file of the legacy version correspondence of described software;
In described first structured storage file, search the object that upgrades with respect to described second structured storage file;
In the redaction of described software, search the corresponding data of object of described renewal, with described data compression, the generating portion update package.
A kind of device of making the part update package, described device comprises:
The structured storage file generation module is used to obtain second structured storage file of the legacy version correspondence of first structured storage file of redaction correspondence of software and described software;
Upgating object is searched module, is used for described first structured storage file in described structured storage file generation module generation, searches the object that upgrades with respect to described second structured storage file;
The update package generation module is used for the redaction at described software, searches the corresponding data of object of described renewal, with described data compression, and the generating portion update package.
The beneficial effect that the technical scheme that the embodiment of the invention provides is brought is:
Structured storage file new by comparison software, legacy version finds the object of renewal, find data updated according to the object that upgrades, data updated is compressed, get final product the generating portion update package, simplify the manufacturing process of partial update bag, reduced manual intervention.
Description of drawings
Fig. 1 is the method flow diagram of the making part update package that provides in the embodiment of the invention 1;
Fig. 2 is the process flow diagram of the making structured storage file that provides in the embodiment of the invention 1;
Fig. 3 is the process flow diagram of the data of searching the upgating object correspondence that provide in the embodiment of the invention 1;
Fig. 4 is the structure drawing of device of the making part update package that provides in the embodiment of the invention 2;
Fig. 5 is that the upgating object that provides in the embodiment of the invention 2 is searched the structural drawing of module;
Fig. 6 is the structural drawing of the update package generation module that provides in the embodiment of the invention 2;
Fig. 7 is the structural drawing of the acquiring unit that provides in the embodiment of the invention 2.
Embodiment
For making the purpose, technical solutions and advantages of the present invention clearer, embodiment of the present invention is described further in detail below in conjunction with accompanying drawing.
Embodiment 1
Referring to Fig. 1, present embodiment provides a kind of method of making the part update package, and this method comprises:
101: obtain first structured storage file of the redaction correspondence of software, and obtain second structured storage file of the legacy version correspondence of this software;
Particularly, structured storage is the mode of a kind of storage file of COM (Component Object Model, The Component Object Model).The notion that storage object and flow object are arranged in the structured storage file, file are corresponding to storage object, and file is corresponding to flow object.Storage object has the title of oneself, but can not deposit content in the storage object the inside; Flow object has the title of oneself, also can deposit content in the flow object the inside.
For the redaction of software, be made into first structured storage file; For the legacy version of software, if second structured storage file of its correspondence has been arranged, then do not need to make again, otherwise, the legacy version of software is made into second structured storage file.Because first structured storage file is identical with the method for making of second structured storage file, be the manufacturing process of example description architecture storage file only below therefore with first structured storage file, referring to Fig. 2, see step 101a-101d for details:
101a: MD5 (Message-digest Algorithm5, the message digest algorithm 5) value of the title of the file that the redaction of software is comprised is as the title of its respective streams object;
101b: with the MD5 value of the content of the title of this document and this document content as its respective streams object;
Further, the title of file is placed in the flow object content, because the structured document storage for the length of flow object content without limits; With the MD5 value of file content, rather than file content is placed in the flow object content, can shorten the length of flow object content like this, is convenient to comparison.
101c: the MD5 value of the title of the file that the redaction of software is comprised is as the title of its respective stored object;
Further, among step 101a and the 101c, with the MD5 value of the MD5 value of file name and Folder Name respectively as the title of its respective streams object and the title of storage object, this is owing to the title limited length system of structured storage for flow object and storage object, usually be restricted to 32 characters, also can be restricted to other numerical value, present embodiment is an example with 32 characters.But in fact, need its affiliated file of software of packing and the title of file much can surpass 32 characters, therefore, the MD5 value that 32 characters are long is as the title of flow object and storage object.
101d: the name of this document folder is referred to as the content that identifies flow object, and this sign flow object belongs to this storage object.
Further, this sign flow object is a special flow object, and this sign flow object is different with the length of other flow object title, for example: can be 30 characters, can also predesignate out the title of this sign flow object, for example: DirNameKey, so that search.
Further, if this software has a plurality of legacy versions, these a plurality of legacy versions need be made into structured storage file respectively, method for making is identical with the method for making of first structured storage file, repeats no more here.
In summary, the structure of structured storage file and level are the same with the file and the TOC level of software, because this structured storage file has just write down the catalogue and the fileinfo of software, and the MD5 of file (Message-digest Algorithm 5, message digest algorithm 5) information and some other information seldom, so the size of this structured storage file has only tens KB usually, be convenient to storage, search and compare.In addition, for the ease of sign, can be with the version number of this structured storage file called after software.
102: in this first structured storage file, search the object that upgrades with respect to this second structured storage file;
Particularly, this is to liking flow object or storage object.In the object under the same paths of this second structured storage file of first structured storage file, if the title of this object is the same, but content is different, this to as if the flow object that changes, this flow object that changes belongs to the object of this renewal;
If first structured storage file has this object, but second structured storage file this object not, this to as if newly-increased flow object or newly-increased storage object, flow object that this is newly-increased and should newly-increased storage object belong to the object of this renewal.
103: in the redaction of this software, search the corresponding data of object of this renewal, with this data compression, the generating portion update package.
Particularly, according to the difference of upgating object, the file or folder under the redaction that its corresponding data can be software.Then search the corresponding data of object of this renewal,, see step 103a and 103b for details referring to Fig. 3:
103a:, obtain the title of these data according to the object of this renewal;
Particularly, if this renewal to as if the flow object that changes, from the content of this flow object that changes, take out the title of these data, these data are the corresponding files of this flow object that changes;
If this renewal to as if newly-increased flow object, from the content of this newly-increased flow object, take out the title of these data, these data are these newly-increased corresponding files of flow object;
If this renewal to as if newly-increased storage object, the content of taking out this newly-increased storage object sign flow object down, this content is the title of these data, these data are these corresponding files of storage object that increase newly.
103b:, in the redaction of this software, search this data according to the title of these data.
Particularly, these data can be file or folders, and the title according to the title of the title of the file that changes that obtains among the step 103a, newly-increased file and newly-increased file just can find corresponding file and file in the redaction of software.
Through step 101-103, just finished the making of this legacy version of software to this redaction partial update bag, if this software has a plurality of legacy versions, only need repeating step 101-103, just can finish of the making of all legacy versions of this software to the partial update bag of redaction.
Based on the process that structured storage file is made complete installation kit, similar with the method for above-mentioned making part update package, the manufacturing process of the complete installation kit that underdraws below.
At first, find the structured storage file of the redaction of software, travel through its storage object and flow object, be converted to Folder Name and file name;
Then, according to Folder Name and file name, from the redaction of this software, find corresponding file and file;
At last, file and File Compress with finding have just obtained complete installation kit.
The method of the making part update package that present embodiment provides, the structured storage file of, legacy version new by comparison software, find the object of renewal, object according to upgrading finds data updated, and data updated is compressed, can obtain the partial update bag, with respect to prior art, saved the installation kit of searching legacy version and installation process consuming time, simplify and quickened the manufacturing process of partial update bag greatly; In addition,, only need search and compress the making that just can finish the partial update bag, reduce manual intervention, help realizing the robotization of making owing to saved manually operated installation process.
Embodiment 2
Referring to Fig. 4, present embodiment provides a kind of device of making the part update package, and this device comprises: structured storage file acquisition module 201, upgating object are searched module 202 and update package generation module 203;
Structured storage file acquisition module 201 is used to obtain second structured storage file of the legacy version correspondence of first structured storage file of redaction correspondence of software and this software;
Upgating object is searched module 202, is used for this first structured storage file in 201 generations of this structured storage file generation module, searches the object that upgrades with respect to this second structured storage file;
Update package generation module 203 is used for the redaction at this software, searches the corresponding data of object of this renewal, with this data compression, and the generating portion update package.
Particularly,
This structured storage file acquisition module 201, the MD5 value of title that specifically is used for first file that the redaction with this software comprises is as the title of first-class object;
With the MD5 value of the content of the title of first file and first file content as first-class object;
The MD5 value of the title of first file that the redaction of software is comprised is as the title of first storage object;
With this first file the name be referred to as first the sign flow object content, this first the sign flow object belong to this first storage object.
This structured storage file acquisition module 201, the MD5 value of title that specifically also is used for second file that the legacy version with this software comprises is as the title of second flow object;
With the MD5 value of the content of the title of second file and second file content as second flow object;
The MD5 value of the title of second file that the legacy version of this software is comprised is as the title of second storage object;
With this second file the name be referred to as second the sign flow object content, this second the sign flow object belong to this second storage object.
Further,
Referring to Fig. 5, this upgating object is searched module 202 and comprised: the difference object searches unit 202a and newly-increased object is searched unit 202b;
The difference object is searched unit 202a, be used for the object under the same paths of this first structured storage file and this second structured storage file, if the title of this object is the same, and content is different, should to as if the flow object that changes, this flow object that changes belongs to the object of this renewal;
Newly-increased object is searched unit 202b, be used for if this first structured storage file has this object, and this second structured storage file is this object not, and this is to liking newly-increased flow object or newly-increased storage object, and flow object that this is newly-increased and the storage object that should increase newly belong to the object of this renewal.
Further,
Referring to Fig. 6, this update package generation module 203 comprises: acquiring unit 203a and search unit 203b;
Acquiring unit 203a is used for the object according to this renewal, obtains the title of these data;
Search unit 203b, be used for the title of the data obtained according to this acquiring unit, in the redaction of this software, search this data.
Further,
Referring to Fig. 7, this acquiring unit 203a comprises:
First obtains subelement 203a1, be used for if this renewal to as if the flow object that changes, from the content of this flow object that changes, take out the title of these data, these data are the corresponding files of this flow object that changes;
Second obtains subelement 203a2, be used for if this renewal to as if newly-increased flow object, from the content of this newly-increased flow object, take out the title of these data, these data are these newly-increased corresponding files of flow object;
The 3rd obtains subelement 203a3, be used for if this renewal to as if newly-increased storage object, take out the content of the sign flow object under this newly-increased storage object, this content is the title of these data, these data are these newly-increased corresponding files of storage object, and this sign flow object is used to store the title of this document folder.
The device of the making part update package that present embodiment provides, the structured storage file of, legacy version new by comparison software, find the object of renewal, object according to upgrading finds data updated, and data updated is compressed, can obtain the partial update bag, with respect to prior art, saved the installation kit of searching legacy version and installation process consuming time, simplify and quickened the manufacturing process of partial update bag greatly; In addition,, only need search and compress the making that just can finish the partial update bag, reduce manual intervention, help realizing the robotization of making owing to saved manually operated installation process.
The above only is preferred embodiment of the present invention, and is in order to restriction the present invention, within the spirit and principles in the present invention not all, any modification of being done, is equal to replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (12)

1, a kind of method of making the part update package is characterized in that, described method comprises:
Obtain first structured storage file of the redaction correspondence of software, and obtain second structured storage file of the legacy version correspondence of described software;
In described first structured storage file, search the object that upgrades with respect to described second structured storage file;
In the redaction of described software, search the corresponding data of object of described renewal, with described data compression, the generating portion update package.
2, the method for making part update package as claimed in claim 1 is characterized in that, described first structured storage file that obtains the redaction correspondence of software comprises:
The MD5 value of the title of first file that the redaction of described software is comprised is as the title of first-class object;
With the MD5 value of the content of the title of described first file and described first file content as described first-class object;
The MD5 value of the title of first file that the redaction of described software is comprised is as the title of first storage object;
With described first file the name be referred to as first the sign flow object content, described first the sign flow object belongs to described first storage object.
3, the method for making part update package as claimed in claim 1 is characterized in that, described second structured storage file that obtains the legacy version correspondence of described software comprises:
The MD5 value of the title of second file that the legacy version of described software is comprised is as the title of second flow object;
With the MD5 value of the content of the title of described second file and described second file content as described second flow object;
The MD5 value of the title of second file that the legacy version of described software is comprised is as the title of second storage object;
With described second file the name be referred to as second the sign flow object content, described second the sign flow object belongs to described second storage object.
4, the method for making part update package as claimed in claim 1 is characterized in that, and is described in described first structured storage file, searches the object that upgrades with respect to described second structured storage file and comprises:
In the object under the same paths of described first structured storage file and described second structured storage file, if the title of described object is the same, and content is different, described to as if the flow object that changes, the described flow object that changes belongs to the object of described renewal;
If described first structured storage file has described object, and described second structured storage file does not have described object, described to as if newly-increased flow object or newly-increased storage object, the object that described newly-increased flow object and described newly-increased storage object belong to described renewal.
5, the method for making part update package as claimed in claim 1 is characterized in that, and is described in the redaction of described software, and the corresponding data of object of searching described renewal comprise:
According to the object of described renewal, obtain the title of described data;
According to the title of described data, in the redaction of described software, search described data.
6, the method for making part update package as claimed in claim 5 is characterized in that, described object according to described renewal, and the title of obtaining described data comprises:
If described renewal to as if the flow object that changes, from the content of the described flow object that changes, take out the title of described data, described data are the corresponding files of the described flow object that changes;
If described renewal to as if newly-increased flow object, from the content of described newly-increased flow object, take out the title of described data, described data are the corresponding files of described newly-increased flow object;
If described renewal to as if newly-increased storage object, take out the content of the sign flow object under the described newly-increased storage object, described content is the title of described data, described data are the corresponding files of described newly-increased storage object, and described sign flow object is used to store the title of described file.
7, a kind of device of making the part update package is characterized in that, described device comprises:
The structured storage file acquisition module is used to obtain second structured storage file of the legacy version correspondence of first structured storage file of redaction correspondence of software and described software;
Upgating object is searched module, is used for described first structured storage file in described structured storage file generation module generation, searches the object that upgrades with respect to described second structured storage file;
The update package generation module is used for the redaction at described software, searches the corresponding data of object of described renewal, with described data compression, and the generating portion update package.
8, the device of making part update package as claimed in claim 7 is characterized in that, described structured storage file acquisition module, and the MD5 value of title that specifically is used for first file that the redaction with described software comprises is as the title of first-class object;
With the MD5 value of the content of the title of described first file and described first file content as described first-class object;
The MD5 value of the title of first file that the redaction of described software is comprised is as the title of first storage object;
With described first file the name be referred to as first the sign flow object content, described first the sign flow object belongs to described first storage object.
9, the device of making part update package as claimed in claim 7 is characterized in that, described structured storage file acquisition module, and the MD5 value of title that specifically also is used for second file that the legacy version with described software comprises is as the title of second flow object;
With the MD5 value of the content of the title of described second file and described second file content as described second flow object;
The MD5 value of the title of second file that the legacy version of described software is comprised is as the title of second storage object;
With described second file the name be referred to as second the sign flow object content, described second the sign flow object belongs to described second storage object.
10, the device of making part update package as claimed in claim 7 is characterized in that, described upgating object is searched module and comprised:
The difference object is searched the unit, be used for the object under the same paths of described first structured storage file and described second structured storage file, if the title of described object is the same, and content is different, described to as if the flow object that changes, the described flow object that changes belongs to the object of described renewal;
Newly-increased object is searched the unit, be used for if described first structured storage file has described object, and described second structured storage file does not have described object, described to as if newly-increased flow object or newly-increased storage object, the object that described newly-increased flow object and described newly-increased storage object belong to described renewal.
11, the device of making part update package as claimed in claim 7 is characterized in that, described update package generation module comprises:
Acquiring unit is used for the object according to described renewal, obtains the title of described data;
Search the unit, be used for the title of the data obtained according to described acquiring unit, in the redaction of described software, search described data.
12, the device of making part update package as claimed in claim 11 is characterized in that, described acquiring unit comprises:
First obtains subelement, be used for if described renewal to as if the flow object that changes, from the content of the described flow object that changes, take out the title of described data, described data are the corresponding files of the described flow object that changes;
Second obtains subelement, be used for if described renewal to as if newly-increased flow object, from the content of described newly-increased flow object, take out the title of described data, described data are the corresponding files of described newly-increased flow object;
The 3rd obtains subelement, be used for if described renewal to as if newly-increased storage object, take out the content of the sign flow object under the described newly-increased storage object, described content is the title of described data, described data are the corresponding files of described newly-increased storage object, and described sign flow object is used to store the title of described file.
CNA2008101193472A 2008-09-04 2008-09-04 Method and apparatus for making part update pack Pending CN101359293A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNA2008101193472A CN101359293A (en) 2008-09-04 2008-09-04 Method and apparatus for making part update pack

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNA2008101193472A CN101359293A (en) 2008-09-04 2008-09-04 Method and apparatus for making part update pack

Publications (1)

Publication Number Publication Date
CN101359293A true CN101359293A (en) 2009-02-04

Family

ID=40331749

Family Applications (1)

Application Number Title Priority Date Filing Date
CNA2008101193472A Pending CN101359293A (en) 2008-09-04 2008-09-04 Method and apparatus for making part update pack

Country Status (1)

Country Link
CN (1) CN101359293A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102609326A (en) * 2012-01-17 2012-07-25 大唐移动通信设备有限公司 Data downloading processing method and data downloading processing device
CN102937903A (en) * 2012-10-23 2013-02-20 珠海金山网络游戏科技有限公司 Packaged file updating method based on feature matching
CN103019785A (en) * 2012-12-11 2013-04-03 北京奇虎科技有限公司 Method and device for processing program upgrading
CN103136010A (en) * 2011-11-25 2013-06-05 环旭电子股份有限公司 Firmware update method and firmware update device capable of being used by firmware update method
WO2014180348A1 (en) * 2013-11-22 2014-11-13 中兴通讯股份有限公司 Method and device for processing versioned file duplicate removal
CN104298517A (en) * 2014-07-08 2015-01-21 中标软件有限公司 Software updating method and system
CN104424188A (en) * 2013-08-19 2015-03-18 携程计算机技术(上海)有限公司 System and method for updating obtained webpage data
CN106648679A (en) * 2016-12-29 2017-05-10 南威软件股份有限公司 Version management method of structural data
CN107247562A (en) * 2017-06-30 2017-10-13 郑州云海信息技术有限公司 A kind of compression optimization method and its device
CN107547239A (en) * 2016-10-27 2018-01-05 腾讯科技(深圳)有限公司 Configure the update method and device of object
CN112256320A (en) * 2020-11-04 2021-01-22 广州繁星互娱信息科技有限公司 Version number generation method, device, terminal and storage medium

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103136010A (en) * 2011-11-25 2013-06-05 环旭电子股份有限公司 Firmware update method and firmware update device capable of being used by firmware update method
CN102609326A (en) * 2012-01-17 2012-07-25 大唐移动通信设备有限公司 Data downloading processing method and data downloading processing device
CN102609326B (en) * 2012-01-17 2014-11-12 大唐移动通信设备有限公司 Data downloading processing method and data downloading processing device
CN102937903A (en) * 2012-10-23 2013-02-20 珠海金山网络游戏科技有限公司 Packaged file updating method based on feature matching
CN102937903B (en) * 2012-10-23 2016-04-06 珠海金山网络游戏科技有限公司 A kind of packaging file update method of feature based coupling
CN103019785B (en) * 2012-12-11 2015-11-25 北京奇虎科技有限公司 For the treatment of the method and apparatus of program upgrade
CN103019785A (en) * 2012-12-11 2013-04-03 北京奇虎科技有限公司 Method and device for processing program upgrading
CN104424188A (en) * 2013-08-19 2015-03-18 携程计算机技术(上海)有限公司 System and method for updating obtained webpage data
CN104424188B (en) * 2013-08-19 2018-07-20 上海携程商务有限公司 The system and method that the web data of acquisition is updated
WO2014180348A1 (en) * 2013-11-22 2014-11-13 中兴通讯股份有限公司 Method and device for processing versioned file duplicate removal
CN104298517A (en) * 2014-07-08 2015-01-21 中标软件有限公司 Software updating method and system
CN104298517B (en) * 2014-07-08 2018-03-02 中标软件有限公司 A kind of Oftware updating method and system
CN107547239A (en) * 2016-10-27 2018-01-05 腾讯科技(深圳)有限公司 Configure the update method and device of object
CN106648679A (en) * 2016-12-29 2017-05-10 南威软件股份有限公司 Version management method of structural data
CN106648679B (en) * 2016-12-29 2020-04-07 南威软件股份有限公司 Version management method for structured data
CN107247562A (en) * 2017-06-30 2017-10-13 郑州云海信息技术有限公司 A kind of compression optimization method and its device
CN107247562B (en) * 2017-06-30 2020-03-06 郑州云海信息技术有限公司 Compression optimization method and device
CN112256320A (en) * 2020-11-04 2021-01-22 广州繁星互娱信息科技有限公司 Version number generation method, device, terminal and storage medium

Similar Documents

Publication Publication Date Title
CN101359293A (en) Method and apparatus for making part update pack
CN103473099B (en) Software upgrading method and system for mobile terminal
US8438558B1 (en) System and method of updating programs and data
US9195666B2 (en) Location independent files
CN101763255B (en) Format conversion method and device of special interface tool
CN101436142B (en) Set-top box starting-up picture changing method
CN102981501A (en) Automobile ECU (Electronic Control Unit) fault diagnosis information matching method based on XML (Extensive Makeup Language)
CN101038549A (en) A software updating method capable of crossing system
CN105740303A (en) Improved object storage method and apparatus
CN101727502A (en) Data query method, data query device and data query system
CN106302592A (en) The update method of terminal applies, server and terminal
CN1858746A (en) Apparatus and method for storing and managing additional data in file system
CN106294374A (en) The method of small documents merging and data query system
CN101650744A (en) System and method for processing great data amount based on transport tablespace
CN103914300A (en) Software development business realizing method and electronic equipment
CN102750322A (en) Method and system for guaranteeing distributed metadata consistency for cluster file system
CN101714151B (en) SQL database-based set top box data storage method
Fan et al. Gear: Enable efficient container storage and deployment with a new image format
CN100527131C (en) Interdynamic access method and tool of IMS data base
CN102346765A (en) Method and device for querying memory data
CN111625595A (en) Block chain management method, system and storage medium based on self-starting crawler technology
CN102289440A (en) Music file providing method and providing system thereof
CN102375854B (en) Method and device for data processing for database
CN100377158C (en) Method for creating library file
CN105930104A (en) Data storing 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
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Open date: 20090204