CN110083675B - Text processing method and device - Google Patents

Text processing method and device Download PDF

Info

Publication number
CN110083675B
CN110083675B CN201910317626.8A CN201910317626A CN110083675B CN 110083675 B CN110083675 B CN 110083675B CN 201910317626 A CN201910317626 A CN 201910317626A CN 110083675 B CN110083675 B CN 110083675B
Authority
CN
China
Prior art keywords
file
text
hexadecimal
character content
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.)
Active
Application number
CN201910317626.8A
Other languages
Chinese (zh)
Other versions
CN110083675A (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.)
Baoneng Automobile Group Co Ltd
Original Assignee
Baoneng Automobile Group 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 Baoneng Automobile Group Co Ltd filed Critical Baoneng Automobile Group Co Ltd
Priority to CN201910317626.8A priority Critical patent/CN110083675B/en
Publication of CN110083675A publication Critical patent/CN110083675A/en
Application granted granted Critical
Publication of CN110083675B publication Critical patent/CN110083675B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/31Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/35Clustering; Classification

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)
  • Software Systems (AREA)
  • Computational Linguistics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a text processing method and a text processing device, wherein the text processing method comprises the following steps: acquiring a query term, wherein the query term comprises a keyword and an index identifier; generating a file name of a corresponding text file according to the keyword; searching a corresponding hexadecimal file in a memory according to the file name of the corresponding text file, wherein the hexadecimal file comprises a file header and a file body, the file header comprises the file name of the text file, and the file body comprises an index identifier and hexadecimal character content; and acquiring corresponding hexadecimal character contents from the file body according to the index identifier in the query word. The text processing method and the text processing device have the advantage that the character content is convenient to query.

Description

Text processing method and device
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a text processing method and apparatus.
Background
Monolithic integrated systems are used in a large number of electronic and microelectronic applications due to their advantages of small size, simple functionality, low cost, etc. Because a micro control Unit (MCU for short) has low performance, a monolithic integrated system cannot directly store txt files in an sd card like some embedded devices running an operating system, and in the related art, the monolithic integrated system usually converts the files into hexadecimal files and stores the hexadecimal files in a block data partition of a flash or other chip in an integrated manner, which is inconvenient for character query.
Disclosure of Invention
The present invention is directed to solving, at least to some extent, one of the technical problems in the related art.
Therefore, a first objective of the present invention is to provide a text processing method, which first generates a file name of a corresponding text file according to a keyword of a query term, searches a corresponding hexadecimal file in a memory according to the file name of the text file, and then obtains corresponding hexadecimal character contents from a file body of the hexadecimal file according to an index identifier in the query term, so that the character contents are conveniently queried.
A second object of the present invention is to provide a text processing apparatus.
A third object of the invention is to propose an electronic device.
A fourth object of the invention is to propose a computer-readable storage medium.
In order to achieve the above object, an embodiment of a first aspect of the present invention provides a text processing method, including:
acquiring a query term, wherein the query term comprises a keyword and an index identifier;
generating a file name of a corresponding text file according to the keyword;
searching a corresponding hexadecimal file in a memory according to the file name of the corresponding text file, wherein the hexadecimal file comprises a file header and a file body, the file header comprises the file name of the text file, and the file body comprises an index identifier and hexadecimal character content;
and acquiring corresponding hexadecimal character contents from the file body according to the index identifier in the query word.
According to the text processing method provided by the embodiment of the invention, the query word is obtained and comprises the keywords and the index identifier; generating a file name of a corresponding text file according to the keyword; searching a corresponding hexadecimal file in a memory according to the file name of the corresponding text file, wherein the hexadecimal file comprises a file header and a file body, the file header comprises the file name of the text file, and the file body comprises an index identifier and hexadecimal character content; and acquiring corresponding hexadecimal character contents from the file body according to the index identifier in the query word, so that the character contents are convenient to query.
According to an embodiment of the present invention, the text processing method further includes: and converting the corresponding hexadecimal character content into character content in a text format.
According to an embodiment of the present invention, the generating a file name of a corresponding text file according to the keyword includes: acquiring language classification and content classification corresponding to the keywords; and generating the file name of the corresponding text file according to the language classification and the content classification.
According to one embodiment of the invention, the file header further comprises format conversion information; the text processing method further comprises: acquiring corresponding format conversion information from the file header; the converting the corresponding hexadecimal character content into character content in a text format includes: and converting the corresponding hexadecimal character content into the character content of the text format of the corresponding language classification according to the corresponding format conversion information.
According to an embodiment of the present invention, the text processing method further includes: and displaying the character content of the text format.
According to an embodiment of the present invention, the text processing method further includes: and converting the original text file into the hexadecimal file and storing the hexadecimal file into the memory.
To achieve the above object, a second embodiment of the present invention provides a text processing apparatus, including:
the system comprises a first acquisition module, a second acquisition module and a search module, wherein the first acquisition module is used for acquiring a query term, and the query term comprises keywords and an index identifier;
the generating module is used for generating the file name of the corresponding text file according to the keyword;
the searching module is used for searching a corresponding hexadecimal file in a memory according to the file name of the corresponding text file, wherein the hexadecimal file comprises a file header and a file body, the file header comprises the file name of the text file, and the file body comprises an index identifier and hexadecimal character content;
and the second acquisition module is used for acquiring corresponding hexadecimal character contents from the file body according to the index identifier in the query word.
According to the text processing device provided by the embodiment of the invention, the query word is obtained and comprises the keywords and the index identifier; generating a file name of a corresponding text file according to the keyword; searching a corresponding hexadecimal file in a memory according to the file name of the corresponding text file, wherein the hexadecimal file comprises a file header and a file body, the file header comprises the file name of the text file, and the file body comprises an index identifier and hexadecimal character content; and acquiring corresponding hexadecimal character contents from the file body according to the index identifier in the query word, so that the character contents are convenient to query.
According to an embodiment of the present invention, the text processing apparatus further includes: and the conversion module is used for converting the corresponding hexadecimal character content into character content in a text format.
To achieve the above object, a third aspect of the present invention provides an electronic device, including: the text processing method comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein when the processor executes the program, the text processing method is realized according to the embodiment of the first aspect of the invention.
To achieve the above object, a fourth aspect of the present invention provides a computer-readable storage medium, on which a computer program is stored, wherein the program is configured to implement, when executed by a processor, a text processing method according to the first aspect of the present invention.
Drawings
FIG. 1 is a flow diagram of a text processing method according to one embodiment of the invention;
FIG. 2 is a schematic diagram of a text processing method according to one embodiment of the invention;
FIG. 3 is a block diagram of a text processing apparatus according to one embodiment of the present invention;
FIG. 4 is a block diagram of an electronic device in accordance with one embodiment of the present invention.
Detailed Description
Reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the drawings are illustrative and intended to be illustrative of the invention and are not to be construed as limiting the invention.
The following describes a text processing method and apparatus according to an embodiment of the present invention with reference to the drawings.
Fig. 1 is a flowchart of a text processing method according to an embodiment of the present invention, as shown in fig. 1, the text processing method includes:
s101, obtaining a query term, wherein the query term comprises a keyword and an index identifier.
In the embodiment of the invention, the query term is obtained and comprises the keywords and the index identifier. Wherein the keyword is the key content of the query word, such as "display image", and the index identifier may be an index ID of 5 bytes, such as 0xff, 0x01, 0x0A, 0x02, 0x03, and the index identifier has uniqueness. For example, when the user clicks the "display image" button, the text processing apparatus acquires the corresponding query word (keyword: "display image", index identifier "0 xff, 0x01, 0x0A, 0x02, 0x 03").
And S102, generating the file name of the corresponding text file according to the keyword.
In the embodiment of the invention, the file name of the corresponding text file (i.e. txt file) is generated according to the keyword.
Specifically, the language classification and the content classification corresponding to the keyword may be obtained, and then the filename of the corresponding text file may be generated according to the language classification and the content classification. For example, if the keyword is "display image", the language classification obtained from the keyword is "chinese", the content classification is "menu", and the file name of the text file generated from the language classification "chinese" and the content classification "menu" is "cn _ menu.
S103, searching a corresponding hexadecimal file in the memory according to the file name of the corresponding text file, wherein the hexadecimal file comprises a file header and a file body, the file header comprises the file name of the text file, and the file body comprises an index identifier and hexadecimal character contents.
In the embodiment of the invention, the hexadecimal file in the memory comprises a file header and a file body, wherein the file header comprises the file name of the text file, and the file body comprises an index identifier and hexadecimal character contents. After the file name of the corresponding text file is obtained, the file name is searched in a traversing manner in the hexadecimal file in the memory, and the hexadecimal file with the same file name in the file header in the memory is the file to be searched. For example, if the file name of the corresponding text file is "cn _ menu.txt", the hexadecimal file with the file name of "cn _ menu.txt" in the header of the file in the memory is the file to be searched. Wherein, the memory can be flash, etc.
And S104, acquiring corresponding hexadecimal character contents from the file body according to the index identifier in the query word.
In the embodiment of the invention, after the corresponding hexadecimal file is found, the index identifier in the query word is traversed from the file body of the corresponding hexadecimal file, and after the index identifier of the query word is queried, the content immediately following the index identifier of the query word is the hexadecimal character content. For example, the index identifier of the query term is 0xff, 0x01, 0x0A, 0x02, 0x03, and after 0xff, 0x01, 0x0A, 0x02, 0x03 are queried in the file body, the content immediately following the query term is the content of hexadecimal characters. Due to the uniqueness of the index identifier, the corresponding hexadecimal character content can be quickly located in the file body.
Further, the text processing method further includes:
and converting the corresponding hexadecimal character content into character content in a text format, and displaying the character content in the text format.
In the embodiment of the present invention, the header of the hexadecimal file in the memory may further include format conversion information, where the format conversion information includes the number of valid character strings, text encoding modes (different text encoding modes adopted when txt files of different languages are converted into the hexadecimal file), and the like. Corresponding format conversion information can be firstly obtained from a file header of the hexadecimal file, then, corresponding hexadecimal character contents are converted into character contents of a text format of corresponding language classification according to the corresponding format conversion information, and the character contents of the text format are displayed. If the corresponding hexadecimal character content is not queried in the memory, default display characters, such as "no query result", etc., can be displayed.
According to the text processing method provided by the embodiment of the invention, the query word is obtained and comprises the keywords and the index identifier; generating a file name of a corresponding text file according to the keyword; searching a corresponding hexadecimal file in a memory according to the file name of the corresponding text file, wherein the hexadecimal file comprises a file header and a file body, the file header comprises the file name of the text file, and the file body comprises an index identifier and hexadecimal character content; and acquiring corresponding hexadecimal character contents from the file body according to the index identifier in the query word, so that the character contents are convenient to query.
Further, the text processing method may further include:
and converting the original text file into a hexadecimal file and storing the hexadecimal file into a memory.
In the embodiment of the present invention, as shown in fig. 2, first, a computer tool is called to convert an original text file into a hexadecimal file, then, a computer synthesis tool is called to encrypt and synthesize the hexadecimal file into a synthesized file, and the synthesized file is stored in a memory. After the synthesized file is stored in the memory, the character content can be inquired. The hexadecimal file comprises a file header and a file body and can be a cbf format file; the composite file may be an aut format file; the original text file may be a txt format file.
For example, the original files are cn _ menu.txt (chinese menu), en _ menu.txt (english menu) and sp _ menu.txt (spanish menu), each file is a txt file, a computer tool is called, the original files are converted into hexadecimal files of cbf format, which are cn _ menu.cbf, en _ menu.cbf and sp _ menu.cbf, a computer synthesis tool is called, the hexadecimal files of cbf format are encrypted and synthesized into a synthesized file lib.aut, and then lib.aut is burned into a memory (such as flash) through computer burning software.
The hexadecimal file in the cbf format comprises a file header and a file body, for example, the file header of cn _ menu.cbf comprises information of a file name 'cn _ menu.txt', the number of effective character strings, a character coding mode and the like; cbf contains index identifiers and hexadecimal character contents in a file body.
When new characters need to be added to the original text, the synthetic file can be regenerated only by recalling the computer synthetic tool and uniformly adding the index identifiers, so that the development and maintenance are facilitated.
According to the text processing method provided by the embodiment of the invention, the original text file is converted into the hexadecimal file and is stored in the memory, so that the expansion and maintenance are facilitated.
Fig. 3 is a block diagram of a text processing apparatus according to an embodiment of the present invention, as shown in fig. 2, the text processing apparatus including:
a first obtaining module 21, configured to obtain a query term, where the query term includes a keyword and an index identifier;
the generating module 22 is configured to generate a file name of the corresponding text file according to the keyword;
the searching module 23 is configured to search a corresponding hexadecimal file in the memory according to the file name of the corresponding text file, where the hexadecimal file includes a file header and a file body, the file header includes the file name of the text file, and the file body includes an index identifier and hexadecimal character content;
and the second obtaining module 24 is configured to obtain corresponding hexadecimal character contents from the file body according to the index identifier in the query term.
It should be noted that the foregoing explanation on the embodiment of the text processing method is also applicable to the text processing apparatus of this embodiment, and is not repeated here.
According to the text processing method provided by the embodiment of the invention, the query word is obtained and comprises the keywords and the index identifier; generating a file name of a corresponding text file according to the keyword; searching a corresponding hexadecimal file in a memory according to the file name of the corresponding text file, wherein the hexadecimal file comprises a file header and a file body, the file header comprises the file name of the text file, and the file body comprises an index identifier and hexadecimal character content; and acquiring corresponding hexadecimal character contents from the file body according to the index identifier in the query word, so that the character contents are convenient to query.
Further, in a possible implementation manner of the embodiment of the present invention, the text processing apparatus further includes: and the conversion module is used for converting the corresponding hexadecimal character content into character content in a text format.
Further, in a possible implementation manner of the embodiment of the present invention, the generating module 22 is specifically configured to: acquiring language classification and content classification corresponding to the keywords; and generating the file name of the corresponding text file according to the language classification and the content classification.
Further, in a possible implementation manner of the embodiment of the present invention, the file header further includes format conversion information; the text processing apparatus further includes: the third acquisition module is used for acquiring corresponding format conversion information from the file header; the conversion module is specifically configured to: and converting the corresponding hexadecimal character content into the character content of the text format of the corresponding language classification according to the corresponding format conversion information.
Further, in a possible implementation manner of the embodiment of the present invention, the text processing apparatus further includes: and the display module is used for displaying the character content in the text format.
Further, in a possible implementation manner of the embodiment of the present invention, the text processing apparatus further includes: and the storage module is used for converting the original text file into a hexadecimal file and storing the hexadecimal file into the storage.
It should be noted that the foregoing explanation on the embodiment of the text processing method is also applicable to the text processing apparatus of this embodiment, and is not repeated here.
According to the text processing method provided by the embodiment of the invention, the query word is obtained and comprises the keywords and the index identifier; generating a file name of a corresponding text file according to the keyword; searching a corresponding hexadecimal file in a memory according to the file name of the corresponding text file, wherein the hexadecimal file comprises a file header and a file body, the file header comprises the file name of the text file, and the file body comprises an index identifier and hexadecimal character content; and acquiring corresponding hexadecimal character contents from the file body according to the index identifier in the query word, so that the character contents are convenient to query.
In order to implement the above embodiment, the embodiment of the present invention further provides an electronic device 30, as shown in fig. 4, which includes a memory 31 and a processor 32. The memory 31 stores thereon a computer program operable on the processor 32, and the processor 32 executes the program to implement the text processing method as shown in the above-described embodiments.
In order to implement the above embodiments, an embodiment of the present invention further proposes a non-transitory computer-readable storage medium on which a computer program is stored, which, when executed by a processor, implements the text processing method as shown in the above embodiments.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
Although embodiments of the present invention have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present invention, and that variations, modifications, substitutions and alterations can be made to the above embodiments by those of ordinary skill in the art within the scope of the present invention.

Claims (6)

1. A text processing method is applied to a single-chip integrated system and is characterized by comprising the following steps:
acquiring a query term, wherein the query term comprises a keyword and an index identifier;
generating a file name of a corresponding text file according to the keyword;
searching a corresponding hexadecimal file in a memory according to the file name of the corresponding text file, wherein the hexadecimal file comprises a file header and a file body, the file header comprises the file name of the text file, and the file body comprises an index identifier and hexadecimal character content;
acquiring corresponding hexadecimal character contents from the file body according to the index identifier in the query word;
further comprising:
converting the corresponding hexadecimal character content into character content in a text format;
the generating of the file name of the corresponding text file according to the keyword comprises:
acquiring language classification and content classification corresponding to the keywords;
generating the file name of the corresponding text file according to the language classification and the content classification;
the file header also comprises format conversion information;
the text processing method further comprises: acquiring corresponding format conversion information from the file header;
the converting the corresponding hexadecimal character content into character content in a text format includes: and converting the corresponding hexadecimal character content into the character content of the text format of the corresponding language classification according to the corresponding format conversion information.
2. The text processing method according to claim 1, further comprising:
and displaying the character content of the text format.
3. The text processing method according to claim 1, further comprising:
and converting the original text file into the hexadecimal file and storing the hexadecimal file into the memory.
4. A text processing device applied to a single-chip integrated system is characterized by comprising:
the system comprises a first acquisition module, a second acquisition module and a search module, wherein the first acquisition module is used for acquiring a query term, and the query term comprises keywords and an index identifier;
the generating module is used for generating the file name of the corresponding text file according to the keyword;
the searching module is used for searching a corresponding hexadecimal file in a memory according to the file name of the corresponding text file, wherein the hexadecimal file comprises a file header and a file body, the file header comprises the file name of the text file, and the file body comprises an index identifier and hexadecimal character content;
the second acquisition module is used for acquiring corresponding hexadecimal character contents from the file body according to the index identifier in the query word;
further comprising:
the conversion module is used for converting the corresponding hexadecimal character content into character content in a text format;
the generating of the file name of the corresponding text file according to the keyword comprises:
acquiring language classification and content classification corresponding to the keywords;
generating the file name of the corresponding text file according to the language classification and the content classification;
the file header also comprises format conversion information;
the text processing apparatus further includes: acquiring corresponding format conversion information from the file header;
the converting the corresponding hexadecimal character content into character content in a text format includes: and converting the corresponding hexadecimal character content into the character content of the text format of the corresponding language classification according to the corresponding format conversion information.
5. An electronic device, comprising: memory, processor and computer program stored on the memory and executable on the processor, which when executed by the processor implements a text processing method as claimed in any one of claims 1 to 3.
6. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out a text processing method according to any one of claims 1 to 3.
CN201910317626.8A 2019-04-19 2019-04-19 Text processing method and device Active CN110083675B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910317626.8A CN110083675B (en) 2019-04-19 2019-04-19 Text processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910317626.8A CN110083675B (en) 2019-04-19 2019-04-19 Text processing method and device

Publications (2)

Publication Number Publication Date
CN110083675A CN110083675A (en) 2019-08-02
CN110083675B true CN110083675B (en) 2021-11-30

Family

ID=67415640

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910317626.8A Active CN110083675B (en) 2019-04-19 2019-04-19 Text processing method and device

Country Status (1)

Country Link
CN (1) CN110083675B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09293084A (en) * 1996-04-26 1997-11-11 Nec Corp Whole file retrieving device
JP2002169715A (en) * 2000-11-30 2002-06-14 Toppan Printing Co Ltd Data file name generation system
CN101145149A (en) * 2006-09-11 2008-03-19 千兆科技(深圳)有限公司 Binary file related search method and system based on download engine
CN101571869A (en) * 2009-05-31 2009-11-04 北京握奇数据系统有限公司 File memory and read method of smart card and device thereof
CN104796448A (en) * 2014-01-22 2015-07-22 腾讯科技(深圳)有限公司 Network system data processing method and device
CN108197157A (en) * 2017-12-11 2018-06-22 五八有限公司 Manage method, equipment and the computer readable storage medium of data to be stored

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10515052B2 (en) * 2017-07-20 2019-12-24 Vmware, Inc. File system that supports both case sensitive and case insensitive directory lookup
CN108460075B (en) * 2017-12-28 2021-11-30 上海顶竹通讯技术有限公司 File content retrieval method and system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09293084A (en) * 1996-04-26 1997-11-11 Nec Corp Whole file retrieving device
JP2002169715A (en) * 2000-11-30 2002-06-14 Toppan Printing Co Ltd Data file name generation system
CN101145149A (en) * 2006-09-11 2008-03-19 千兆科技(深圳)有限公司 Binary file related search method and system based on download engine
CN101571869A (en) * 2009-05-31 2009-11-04 北京握奇数据系统有限公司 File memory and read method of smart card and device thereof
CN104796448A (en) * 2014-01-22 2015-07-22 腾讯科技(深圳)有限公司 Network system data processing method and device
CN108197157A (en) * 2017-12-11 2018-06-22 五八有限公司 Manage method, equipment and the computer readable storage medium of data to be stored

Also Published As

Publication number Publication date
CN110083675A (en) 2019-08-02

Similar Documents

Publication Publication Date Title
US20080033903A1 (en) Methods and apparatuses for using location information
US7523100B1 (en) Method and apparatus for using a rendered form as a search template
US20090049021A1 (en) System and method for storing text annotations with associated type information in a structured data store
JP5152877B2 (en) Document data storage method and apparatus in document base system
CN110263222B (en) Data acquisition method, device, equipment and medium
CN110888842A (en) File storage method, file query method, file storage device, file query device and file query equipment
WO2013136418A1 (en) Log management computer and log management method
CN111818175A (en) Enterprise service bus configuration file generation method, device, equipment and storage medium
CN112860642A (en) Court trial data processing method, server and terminal
CN101673299A (en) ERP system and data search method and device thereof
CN110083675B (en) Text processing method and device
CN106934066B (en) Metadata processing method and device and storage equipment
US10546136B2 (en) Data processor, data management system, data processing method, and computer program product
CN110069489A (en) A kind of information processing method, device, equipment and computer readable storage medium
CN115630106A (en) Multi-scene parameter receiving method and device based on universal format analysis
CN110413352B (en) Calling method and device of application component
US7596554B2 (en) System and method for generating a unique, file system independent key from a URI (universal resource indentifier) for use in an index-less voicexml browser caching mechanism
JP2003167734A (en) Method and device for making names correspond to each other
JP2013218627A (en) Method and device for extracting information from structured document and program
KR100305592B1 (en) Building method of content-based image retrieval language using the VQL
CN106933999B (en) Apache lucene score highlighting method for independent search
CN101151612A (en) Method of and system for providing random access to a document
US20200201847A1 (en) Semiconductor parts search method using last alphabet deletion algorithm
JP6230281B2 (en) Image processing apparatus, control method, and program
CN117873403B (en) Method and system for restoring tmp file in office document IO

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 1008, Shenye logistics building, No. 2088, Baoan North Road, Sungang street, Luohu District, Shenzhen City, Guangdong Province

Applicant after: Baoneng Automobile Group Co., Ltd

Address before: 518000 Shenye Logistics Building 1088, 2088 Baoan North Road, Shaanggang Street, Luohu District, Shenzhen City, Guangdong Province

Applicant before: BAONENG AUTOMOBILE Co.,Ltd.

GR01 Patent grant
GR01 Patent grant