CN104572876A - Method and device for reading configuration file corresponding to software - Google Patents

Method and device for reading configuration file corresponding to software Download PDF

Info

Publication number
CN104572876A
CN104572876A CN201410805491.7A CN201410805491A CN104572876A CN 104572876 A CN104572876 A CN 104572876A CN 201410805491 A CN201410805491 A CN 201410805491A CN 104572876 A CN104572876 A CN 104572876A
Authority
CN
China
Prior art keywords
parameter
hash table
configuration file
joint
hash
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
CN201410805491.7A
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.)
Zhuhai Kingsoft Online Game Technology Co Ltd
Chengdu Xishanju Interactive Entertainment Technology Co Ltd
Original Assignee
Zhuhai Kingsoft Online Game Technology Co Ltd
Chengdu Xishanju Interactive Entertainment Technology 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 Zhuhai Kingsoft Online Game Technology Co Ltd, Chengdu Xishanju Interactive Entertainment Technology Co Ltd filed Critical Zhuhai Kingsoft Online Game Technology Co Ltd
Priority to CN201410805491.7A priority Critical patent/CN104572876A/en
Publication of CN104572876A publication Critical patent/CN104572876A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • G06F8/427Parsing

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a method and a device for reading a configuration file corresponding to software. According to the method, before the software is released, a common configuration file existing as a text form in the software is compiled into a compiling configuration file, wherein the compiling configuration file comprises one node hash table and one or a plurality of parameter hash table(s); the node hash table consists of hash table items; each hash table item saves one node of the common configuration file, correspondingly, a parameter in one node of the common configuration file generates a corresponding parameter hash table; each hash table item of the parameter hash table saves a parameter which is contained in a corresponding node of the common configuration file; afterwards, if the configuration file is complied, a corresponding node and a corresponding parameter are respectively searched for in the corresponding node hash table and the corresponding parameter hash table according to a node name and a parameter name needing to be read, and when the parameter is found, a parameter value is returned. The method and the device for reading the configuration file corresponding to the software are capable of effectively improving the reading efficiency of the configuration file.

Description

The read method of the corresponding configuration file of a kind of software and device
Technical field
The present invention relates to the reading of configuration file in application software, particularly the read method of the corresponding configuration file of a kind of software and device.
Background technology
Often can read configuration file in software.A common configuration file usually comprises multiple joint, has again multiple parameter, contain the final data required for user in each parameter in each joint.Because configuration file stores with text mode, therefore exist following not enough:
1. configuration file acceptance " section name claims " and " parameter name " reads.Owing to being text, therefore needing to do string matching in full to this text, for searching " section name claims " and " parameter name ", causing searching a lot of irrelevant information, the serious waste time; Example
2., after product is issued, many important informations are written in configuration file.This part information does not wish to be known by user, does not wish to be revised by user yet.And traditional configuration file stores with plaintext version, as long as user can revise content wherein easily after opening with text editor, after easily causing, read failure, harmful effect is produced to software merit rating.
Summary of the invention
For solving the problem, the object of the present invention is to provide read method and the device of the corresponding configuration file of a kind of software, accelerating the reading speed of configuration file, hiding of achievement unit assigned confidence breath.
The present invention solves the technical scheme that its problem adopts:
A read method for the corresponding configuration file of software, comprising:
The step of configuration file compiling, before software metric tools, the general profile existed in the form of text in this software is compiled into compiling configuration file, described compiling configuration file comprises one " the joint Hash table " and one or more " parameter Hash table " with corresponding relation, described " joint Hash table " is made up of hash table, each hash table preserves a joint in general profile, corresponding, parameter in a joint in each general profile generates one corresponding " parameter Hash table ", should " parameter Hash table " be made up of hash table, each hash table preserves the lower parameter comprised of correspondence joint in this general profile,
The step that configuration file reads, judge that configuration file is general profile or compiling configuration file, if general profile, then normally read, otherwise, " section name claims " and " parameter name " of reading as required, respectively corresponding joint and parameter of searching correspondence at " joint Hash table " and " parameter Hash table ", and when finding parameter, return this parameter value.
Preferably, described general profile is with compiling configuration file or be stored in the different directories position of software product, or names with different names.
Preferably, the step of described configuration file compiling is specially:
(31) joint in general profile is read;
(32) all parameters in this joint are read;
(33) all " parameter name " in this being saved obtains the cryptographic hash of all parameter names by hash algorithm;
(34) by the cryptographic hash of " parameter name " and the value of corresponding parameter as list item, be saved in a Hash table, as " the parameter Hash table " of this joint;
(the above step of 35 circulation, until read joints all in general profile, has obtained " parameter Hash table " that all joints are corresponding;
(36) all in general profile " section name claims " is obtained by hash algorithm the cryptographic hash that all section names claim;
(37) size of the position of " parameter Hash table " pointed by the cryptographic hash each section name claimed, correspondence save and " parameter Hash table " pointed by corresponding joint is stored in another Hash table as a list item, obtains " joint Hash table ";
(38) by obtain " joint Hash table " and corresponding " parameter Hash table " write a file successively, as compiling configuration file.
Preferably, in the step that configuration file reads, to the concrete steps that compiling configuration file reads be:
(41) hash algorithm identical when general's " section name claims " is to compile calculates cryptographic hash, obtains the cryptographic hash of " section name claims ";
(42) in " joint Hash table ", search list item corresponding to this cryptographic hash, if can not find, then enter step (47), otherwise, enter step (43);
(43) from the list item found, read position and the size of corresponding " parameter Hash table ";
(44) according to the position of " parameter Hash table " and " the parameter Hash table " of size loading correspondence;
(45) by " parameter name " to compile time identical hash algorithm calculate cryptographic hash, obtain the cryptographic hash of " parameter name ";
(46) in " parameter Hash table ", search list item corresponding to this cryptographic hash, if can not find, then enter step (47), otherwise, the parameter value of the correspondence stored in the list item found is returned;
(47) reading process is terminated.
A reading device for the corresponding configuration file of software, comprising:
Configuration file collector, before software metric tools, the general profile existed in the form of text in this software is compiled into compiling configuration file, described compiling configuration file comprises one " the joint Hash table " and one or more " parameter Hash table " with corresponding relation, described " joint Hash table " is made up of hash table, each hash table preserves a joint in general profile, corresponding, parameter in a joint in each general profile generates one corresponding " parameter Hash table ", should " parameter Hash table " be made up of hash table, each hash table preserves the lower parameter comprised of correspondence joint in this general profile,
Configuration file read module, judge that configuration file is general profile or compiling configuration file, if general profile, then normally read, otherwise, " section name claims " and " parameter name " of reading as required, respectively corresponding joint and parameter of searching correspondence at " joint Hash table " and " parameter Hash table ", and when finding parameter, return this parameter value.
Preferably, described configuration file collector comprises:
Parameter Hash table generation unit, the all parameters in each joint in general profile are read for circulating, and all " parameter name " in each being saved obtains corresponding cryptographic hash by hash algorithm, simultaneously, in each joint, the cryptographic hash of " parameter name " and the value of corresponding parameter are as list item, be saved in a Hash table, as " the parameter Hash table " of this joint;
Joint Hash table generation unit, for all in general profile " section name claims " is obtained by hash algorithm the cryptographic hash that all section names claim, and the size of the cryptographic hash each section name claimed, the position of " parameter Hash table " pointed by corresponding joint and " the parameter Hash table " pointed by corresponding joint is stored in another Hash table as a list item, obtains " joint Hash table ";
Configuration file generation unit, for by obtain " joint Hash table " and corresponding " parameter Hash table " write a file successively, as compiling configuration file.
Preferably, described configuration file read module comprises:
Joint name lookup unit, hash algorithm identical during for general's " section name claims " to compile calculates cryptographic hash, obtains the cryptographic hash of " section name claims ", and in " joint Hash table ", searches list item corresponding to this cryptographic hash according to this cryptographic hash;
Parameter Hash table loading unit, for reading position and the size of corresponding " parameter Hash table " in the list item that finds from joint name lookup unit, loads corresponding " parameter Hash table " according to the position of " parameter Hash table " and size;
Parameter searches unit, for by " parameter name " to compile time identical hash algorithm calculate cryptographic hash, obtain the cryptographic hash of " parameter name ", and search list item corresponding to this cryptographic hash in " the parameter Hash table " that load at parameter Hash table loading unit according to this cryptographic hash, meanwhile, the parameter value of the correspondence stored in the list item found is returned.
The invention has the beneficial effects as follows:
The present invention adopts read method and the device of the corresponding configuration file of a kind of software, compiling, when reading configuration file, greatly can improve reading speed to general profile; Meanwhile, adopt the compiling configuration file after compiling, hiding of achievement unit assigned confidence breath, adds the difficulty that large user modifies to configuration file.
Accompanying drawing explanation
Below in conjunction with accompanying drawing and example, the invention will be further described.
Fig. 1 is the schematic flow sheet in the method for the invention, general profile being compiled as compiling configuration file;
Fig. 2 is the process flow diagram that the present invention reads configuration file and is;
Fig. 3 is the schematic flow sheet that the method for the invention reads compiling configuration file;
Fig. 4 is the structural representation of compiling configuration file of the present invention.
Embodiment
Configuration file in software stores usually in the form of text, and configuration file acceptance " section name claims " and " parameter name " reads.Owing to being text, therefore need to do string matching in full, for searching " section name claims " and " parameter name " to this text.Such as this configuration file below:
[Main]
StandardCanvasWidth=1280
StandardCanvasHeight=960
[MovieRecord]
Enable=0
Size=2
[Debug]
3DEngineDebugInfo=0
Console=0。
If want to read the Console parameter value in [Debug] this joint, then need above text all to read out, and find corresponding word string by the file that method is reading that word string compares, the actual value of Console just can be found to be 0.If (do not read [Main] and [MovieRecord] two joint, all word strings below cannot find [Debug], because the word string before not read in text is the position of the Size do not known in [Debug], and the information read above, the information but finally will inquired about us does not help just to waste I/O.)
For avoiding searching waste of time and user to the amendment of configuration file above, shown in seeing figures.1.and.2, the invention provides the read method of the corresponding configuration file of a kind of software, comprising:
The step of configuration file compiling, before software metric tools, the general profile existed in the form of text in this software is compiled into compiling configuration file, described compiling configuration file comprises one " the joint Hash table " and one or more " parameter Hash table " with corresponding relation, described " joint Hash table " is made up of hash table, each hash table preserves a joint in general profile, corresponding, parameter in a joint in each general profile generates one corresponding " parameter Hash table ", should " parameter Hash table " be made up of hash table, each hash table preserves the lower parameter comprised of correspondence joint in this general profile,
The step that configuration file reads, judge that configuration file is general profile or compiling configuration file, if general profile, then normally read, otherwise, " section name claims " and " parameter name " of reading as required, respectively corresponding joint and parameter of searching correspondence at " joint Hash table " and " parameter Hash table ", and when finding parameter, return this parameter value.
With reference to the schematic flow sheet shown in Fig. 1, general profile being compiled as compiling configuration file, the step of described configuration file compiling is specially:
(31) joint in general profile is read;
(32) all parameters in this joint are read;
(33) all " parameter name " in this being saved obtains the cryptographic hash of all parameter names by hash algorithm;
(34) by the cryptographic hash of " parameter name " and the value of corresponding parameter as list item, be saved in a Hash table, as " the parameter Hash table " of this joint;
(the above step of 35 circulation, until read joints all in general profile, has obtained " parameter Hash table " that all joints are corresponding;
(36) all in general profile " section name claims " is obtained by hash algorithm the cryptographic hash that all section names claim;
(37) size of the position of " parameter Hash table " pointed by the cryptographic hash each section name claimed, correspondence save and " parameter Hash table " pointed by corresponding joint is stored in another Hash table as a list item, obtains " joint Hash table ";
(38) by obtain " joint Hash table " and corresponding " parameter Hash table " write a file successively, as compiling configuration file.
With reference to shown in Fig. 2, when reading configuration file, judge that configuration file is general profile or compiling configuration file, if general profile, then normally read, otherwise, " section name claims " and " parameter name " of reading as required, corresponding joint and parameter of searching correspondence at " joint Hash table " and " parameter Hash table " respectively, and when finding parameter, return this parameter value.
With reference to shown in Fig. 3, in the step that configuration file reads, to the concrete steps that compiling configuration file reads be:
(41) hash algorithm identical when general's " section name claims " is to compile calculates cryptographic hash, obtains the cryptographic hash of " section name claims ";
(42) in " joint Hash table ", search list item corresponding to this cryptographic hash, if can not find, then enter step (47), otherwise, enter step (43);
(43) from the list item found, read position and the size of corresponding " parameter Hash table ";
(44) according to the position of " parameter Hash table " and " the parameter Hash table " of size loading correspondence;
(45) by " parameter name " to compile time identical hash algorithm calculate cryptographic hash, obtain the cryptographic hash of " parameter name ";
(46) in " parameter Hash table ", search list item corresponding to this cryptographic hash, if can not find, then enter step (47), otherwise, the parameter value of the correspondence stored in the list item found is returned;
(47) reading process is terminated.
The present invention compiles general profile, when reading configuration file, greatly can improve reading speed; Meanwhile, adopt the compiling configuration file after compiling, hiding of achievement unit assigned confidence breath, adds the difficulty that large user modifies to configuration file.
The reading device of the present invention's also corresponding configuration file of a kind of software, comprising:
Configuration file collector, before software metric tools, the general profile existed in the form of text in this software is compiled into compiling configuration file, described compiling configuration file comprises one " the joint Hash table " and one or more " parameter Hash table " with corresponding relation, described " joint Hash table " is made up of hash table, each hash table preserves a joint in general profile, corresponding, parameter in a joint in each general profile generates one corresponding " parameter Hash table ", should " parameter Hash table " be made up of hash table, each hash table preserves the lower parameter comprised of correspondence joint in this general profile,
Configuration file read module, judge that configuration file is general profile or compiling configuration file, if general profile, then normally read, otherwise, " section name claims " and " parameter name " of reading as required, respectively corresponding joint and parameter of searching correspondence at " joint Hash table " and " parameter Hash table ", and when finding parameter, return this parameter value.
For ease of reading, " general profile " that configuration file read module reads and " compiling configuration file " or be stored in the different directories position of software product, or (under identical catalogue) is named with different names.Read module will preferentially read " compiling configuration file ", if read module can not find " compiling configuration file ", read module will read " general profile ".
Wherein, described configuration file collector comprises:
Parameter Hash table generation unit, the all parameters in each joint in general profile are read for circulating, and all " parameter name " in each being saved obtains corresponding cryptographic hash by hash algorithm, simultaneously, in each joint, the cryptographic hash of " parameter name " and the value of corresponding parameter are as list item, be saved in a Hash table, as " the parameter Hash table " of this joint;
Joint Hash table generation unit, for all in general profile " section name claims " is obtained by hash algorithm the cryptographic hash that all section names claim, and the size of the cryptographic hash each section name claimed, the position of " parameter Hash table " pointed by corresponding joint and " the parameter Hash table " pointed by corresponding joint is stored in another Hash table as a list item, obtains " joint Hash table ";
Configuration file generation unit, for by obtain " joint Hash table " and corresponding " parameter Hash table " write a file successively, as compiling configuration file.
Wherein, described configuration file read module comprises:
Judging unit, for judging that configuration file is general profile or compiling configuration file, and directly reads when judging to be general profile;
Joint name lookup unit, hash algorithm identical during for general's " section name claims " to compile calculates cryptographic hash, obtains the cryptographic hash of " section name claims ", and in " joint Hash table ", searches list item corresponding to this cryptographic hash according to this cryptographic hash;
Parameter Hash table loading unit, for reading position and the size of corresponding " parameter Hash table " in the list item that finds from joint name lookup unit, loads corresponding " parameter Hash table " according to the position of " parameter Hash table " and size;
Parameter searches unit, for by " parameter name " to compile time identical hash algorithm calculate cryptographic hash, obtain the cryptographic hash of " parameter name ", and search list item corresponding to this cryptographic hash in " the parameter Hash table " that load at parameter Hash table loading unit according to this cryptographic hash, meanwhile, the parameter value of the correspondence stored in the list item found is returned.
The above, just preferred embodiment of the present invention, the present invention is not limited to above-mentioned embodiment, as long as it reaches technique effect of the present invention with identical means, all should belong to protection scope of the present invention.

Claims (7)

1. a read method for the corresponding configuration file of software, is characterized in that, comprising:
The step of configuration file compiling, before software metric tools, the general profile existed in the form of text in this software is compiled into compiling configuration file, described compiling configuration file comprises one " the joint Hash table " and one or more " parameter Hash table " with corresponding relation, described " joint Hash table " is made up of hash table, each hash table preserves a joint in general profile, corresponding, parameter in a joint in each general profile generates one corresponding " parameter Hash table ", should " parameter Hash table " be made up of hash table, each hash table preserves the lower parameter comprised of correspondence joint in this general profile,
The step that configuration file reads, judge that configuration file is general profile or compiling configuration file, if general profile, then normally read, otherwise, " section name claims " and " parameter name " of reading as required, respectively corresponding joint and parameter of searching correspondence at " joint Hash table " and " parameter Hash table ", and when finding parameter, return this parameter value.
2. read method according to claim 1, is characterized in that, described general profile is with compiling configuration file or be stored in the different directories position of software product, or names with different names.
3. read method according to claim 1, is characterized in that, the step of described configuration file compiling is specially:
(31) joint in general profile is read;
(32) all parameters in this joint are read;
(33) all " parameter name " in this being saved obtains the cryptographic hash of all parameter names by hash algorithm;
(34) by the cryptographic hash of " parameter name " and the value of corresponding parameter as list item, be saved in a Hash table, as " the parameter Hash table " of this joint;
(the above step of 35 circulation, until read joints all in general profile, has obtained " parameter Hash table " that all joints are corresponding;
(36) all in general profile " section name claims " is obtained by hash algorithm the cryptographic hash that all section names claim;
(37) size of the position of " parameter Hash table " pointed by the cryptographic hash each section name claimed, correspondence save and " parameter Hash table " pointed by corresponding joint is stored in another Hash table as a list item, obtains " joint Hash table ";
(38) by obtain " joint Hash table " and corresponding " parameter Hash table " write a file successively, as compiling configuration file.
4. read method according to claim 3, is characterized in that, in the step that configuration file reads, to the concrete steps that compiling configuration file reads is:
(41) hash algorithm identical when general's " section name claims " is to compile calculates cryptographic hash, obtains the cryptographic hash of " section name claims ";
(42) in " joint Hash table ", search list item corresponding to this cryptographic hash, if can not find, then enter step (47), otherwise, enter step (43);
(43) from the list item found, read position and the size of corresponding " parameter Hash table ";
(44) according to the position of " parameter Hash table " and " the parameter Hash table " of size loading correspondence;
(45) by " parameter name " to compile time identical hash algorithm calculate cryptographic hash, obtain the cryptographic hash of " parameter name ";
(46) in " parameter Hash table ", search list item corresponding to this cryptographic hash, if can not find, then enter step (47), otherwise, the parameter value of the correspondence stored in the list item found is returned;
(47) reading process is terminated.
5. a reading device for the corresponding configuration file of software, is characterized in that, comprising:
Configuration file collector, before software metric tools, the general profile existed in the form of text in this software is compiled into compiling configuration file, described compiling configuration file comprises one " the joint Hash table " and one or more " parameter Hash table " with corresponding relation, described " joint Hash table " is made up of hash table, each hash table preserves a joint in general profile, corresponding, parameter in a joint in each general profile generates one corresponding " parameter Hash table ", should " parameter Hash table " be made up of hash table, each hash table preserves the lower parameter comprised of correspondence joint in this general profile,
Configuration file read module, judge that configuration file is general profile or compiling configuration file, if general profile, then normally read, otherwise, " section name claims " and " parameter name " of reading as required, respectively corresponding joint and parameter of searching correspondence at " joint Hash table " and " parameter Hash table ", and when finding parameter, return this parameter value.
6. reading device according to claim 5, is characterized in that, described configuration file collector comprises:
Parameter Hash table generation unit, the all parameters in each joint in general profile are read for circulating, and all " parameter name " in each being saved obtains corresponding cryptographic hash by hash algorithm, simultaneously, in each joint, the cryptographic hash of " parameter name " and the value of corresponding parameter are as list item, be saved in a Hash table, as " the parameter Hash table " of this joint;
Joint Hash table generation unit, for all in general profile " section name claims " is obtained by hash algorithm the cryptographic hash that all section names claim, and the size of the cryptographic hash each section name claimed, the position of " parameter Hash table " pointed by corresponding joint and " the parameter Hash table " pointed by corresponding joint is stored in another Hash table as a list item, obtains " joint Hash table ";
Configuration file generation unit, for by obtain " joint Hash table " and corresponding " parameter Hash table " write a file successively, as compiling configuration file.
7. reading device according to claim 6, is characterized in that, described configuration file read module comprises:
Judging unit, for judging that configuration file is general profile or compiling configuration file, and directly reads when judging to be general profile;
Joint name lookup unit, hash algorithm identical during for general's " section name claims " to compile calculates cryptographic hash, obtains the cryptographic hash of " section name claims ", and in " joint Hash table ", searches list item corresponding to this cryptographic hash according to this cryptographic hash;
Parameter Hash table loading unit, for reading position and the size of corresponding " parameter Hash table " in the list item that finds from joint name lookup unit, loads corresponding " parameter Hash table " according to the position of " parameter Hash table " and size;
Parameter searches unit, for by " parameter name " to compile time identical hash algorithm calculate cryptographic hash, obtain the cryptographic hash of " parameter name ", and search list item corresponding to this cryptographic hash in " the parameter Hash table " that load at parameter Hash table loading unit according to this cryptographic hash, meanwhile, the parameter value of the correspondence stored in the list item found is returned.
CN201410805491.7A 2014-12-19 2014-12-19 Method and device for reading configuration file corresponding to software Pending CN104572876A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410805491.7A CN104572876A (en) 2014-12-19 2014-12-19 Method and device for reading configuration file corresponding to software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410805491.7A CN104572876A (en) 2014-12-19 2014-12-19 Method and device for reading configuration file corresponding to software

Publications (1)

Publication Number Publication Date
CN104572876A true CN104572876A (en) 2015-04-29

Family

ID=53088938

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410805491.7A Pending CN104572876A (en) 2014-12-19 2014-12-19 Method and device for reading configuration file corresponding to software

Country Status (1)

Country Link
CN (1) CN104572876A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105843623A (en) * 2016-03-29 2016-08-10 乐视控股(北京)有限公司 Target program generation method and device
CN109885576A (en) * 2019-03-06 2019-06-14 珠海金山网络游戏科技有限公司 A kind of Hash table creation method and system calculate equipment and storage medium
CN114661374A (en) * 2022-03-16 2022-06-24 无线生活(杭州)信息科技有限公司 Method and device for loading typescript configuration file
GB2605223A (en) * 2020-11-12 2022-09-28 Ibm Virtualizing specific values in a guest configuration based on the underlying host symbol repository

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101996217A (en) * 2009-08-24 2011-03-30 华为技术有限公司 Method for storing data and memory device thereof
CN102508895A (en) * 2011-11-02 2012-06-20 深圳市华力特电气股份有限公司 Method and device for reading INI files
CN102662683A (en) * 2011-12-30 2012-09-12 广东东研网络科技有限公司 Generating and importing method for communication facility configuration file based on key-value pair format
US20120239880A1 (en) * 2004-10-13 2012-09-20 Ebay Inc. Method and system to locate a storage device
CN102880677A (en) * 2012-09-11 2013-01-16 珠海金山网络游戏科技有限公司 File packing and reading method based on Hash
CN103136211A (en) * 2011-11-23 2013-06-05 北汽福田汽车股份有限公司 Automatic generation method and device for A2L file

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120239880A1 (en) * 2004-10-13 2012-09-20 Ebay Inc. Method and system to locate a storage device
CN101996217A (en) * 2009-08-24 2011-03-30 华为技术有限公司 Method for storing data and memory device thereof
CN102508895A (en) * 2011-11-02 2012-06-20 深圳市华力特电气股份有限公司 Method and device for reading INI files
CN103136211A (en) * 2011-11-23 2013-06-05 北汽福田汽车股份有限公司 Automatic generation method and device for A2L file
CN102662683A (en) * 2011-12-30 2012-09-12 广东东研网络科技有限公司 Generating and importing method for communication facility configuration file based on key-value pair format
CN102880677A (en) * 2012-09-11 2013-01-16 珠海金山网络游戏科技有限公司 File packing and reading method based on Hash

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105843623A (en) * 2016-03-29 2016-08-10 乐视控股(北京)有限公司 Target program generation method and device
CN109885576A (en) * 2019-03-06 2019-06-14 珠海金山网络游戏科技有限公司 A kind of Hash table creation method and system calculate equipment and storage medium
GB2605223A (en) * 2020-11-12 2022-09-28 Ibm Virtualizing specific values in a guest configuration based on the underlying host symbol repository
US11544234B2 (en) 2020-11-12 2023-01-03 International Business Machines Corporation Virtualizing specific values in a guest configuration based on the underlying host symbol repository
GB2605223B (en) * 2020-11-12 2023-10-04 Ibm Virtualizing specific values in a guest configuration based on the underlying host symbol repository
CN114661374A (en) * 2022-03-16 2022-06-24 无线生活(杭州)信息科技有限公司 Method and device for loading typescript configuration file

Similar Documents

Publication Publication Date Title
US20230117105A1 (en) On-demand loading of dynamic scripting language code for reduced memory usage
JP2005512237A5 (en)
CN104572876A (en) Method and device for reading configuration file corresponding to software
CN104714788A (en) Method and device for automatically generating software installation package
CN106610857B (en) A kind of hot patch information query method and device
CN111324577B (en) Yml file reading and writing method and device
CN102033885A (en) Method and system for XPath execution in XML (extensible markup language) data storage bank
CN106055334A (en) Code management system and method
CN105989015B (en) Database capacity expansion method and device and method and device for accessing database
US8352541B2 (en) Identifying relevant data from unstructured feeds
CN103873318A (en) Website automated testing method and automated testing system
CN1790335A (en) XML file data access method
CN109241026B (en) Data management method, device and system
CN104881311B (en) The judgment method and device of a kind of edition compatibility
CN108415934B (en) Hive table repairing method, device, equipment and computer readable storage medium
RU2010150975A (en) CLASSIFICATION OF THE IMAGE BASED ON THE SEGMENTATION OF THE IMAGE
CN103226591A (en) Method and device for supporting quick access of multiple keywords
CN103258051B (en) A kind of problem database system based on search and establishment method and application method
CN105786939A (en) Memory database optimization method and apparatus
CN110673849B (en) Method and device for presetting file security contexts in batches
CN109918074B (en) Compiling link optimization method
CN106295402A (en) The hidden method of a kind of dll file and system
US20120066270A1 (en) Automated memory management of indexed data using weak references
CN105320763A (en) Method and apparatus for importing contents of XML file into database
CN115757174A (en) Database difference detection 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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20150429