WO2021042542A1 - Procédé et appareil de stockage de table de contenus, dispositif informatique et support de stockage - Google Patents

Procédé et appareil de stockage de table de contenus, dispositif informatique et support de stockage Download PDF

Info

Publication number
WO2021042542A1
WO2021042542A1 PCT/CN2019/117749 CN2019117749W WO2021042542A1 WO 2021042542 A1 WO2021042542 A1 WO 2021042542A1 CN 2019117749 W CN2019117749 W CN 2019117749W WO 2021042542 A1 WO2021042542 A1 WO 2021042542A1
Authority
WO
WIPO (PCT)
Prior art keywords
title
target text
positions
tree structure
headings
Prior art date
Application number
PCT/CN2019/117749
Other languages
English (en)
Chinese (zh)
Inventor
苏智辉
侯丽
佘昊天
Original Assignee
平安科技(深圳)有限公司
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 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2021042542A1 publication Critical patent/WO2021042542A1/fr

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
    • G06F16/316Indexing structures
    • G06F16/322Trees
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Definitions

  • This application relates to the field of data processing technology, and in particular to a directory storage method, device, computer equipment, and storage medium.
  • POI Purposed Generation, a concise version of fuzzy implementation
  • API Application Programming Interface, application programming interface
  • Java programs can easily operate Microsoft Office format files. . For example, you can extract all the title structure of Word through POI, but the title hierarchy structure extracted by POI cannot be saved directly in the java program, which causes development restrictions.
  • the embodiments of the present application provide a directory storage method, device, computer equipment and storage medium, aiming to solve the problem that the directory of Word text cannot be directly saved in the java program.
  • an embodiment of the present application provides a directory storage method, which includes: reading a target text and recording the positions of all paragraphs in the target text, wherein the target text includes headings of all levels, and each Each of the headings is a paragraph; obtain the heading names of the headings at all levels in the target text according to the preset format; obtain the positions of the corresponding paragraphs of the headings at all levels and determine the positions of the headings at all levels according to the positions of the corresponding paragraphs of the adjacent headings Start and end positions; create a tree structure object, store the title names of all levels of titles and the corresponding start and end positions in the nodes of the tree structure object to form a directory of the target text, wherein the tree The shape structure object includes multiple nodes.
  • an embodiment of the present application also provides a directory storage device, which includes: a recording unit for reading a target text and recording the positions of all paragraphs in the target text, wherein the target text includes Headings at all levels, and each of the headings is a paragraph; the acquiring unit is used to acquire the heading names of the headings at all levels in the target text according to a preset format; the determining unit is used to acquire the positions of the corresponding paragraphs of the headings at all levels and Determine the start and end positions of the headings at all levels according to the positions of the adjacent paragraphs of the headings at the same level; the storage unit is used to create a tree structure object, and store the heading names of the headings at all levels and the corresponding start and end positions in the Among the nodes of the tree structure object to form a directory of the target text, wherein the tree structure object includes a plurality of nodes.
  • an embodiment of the present application also provides a computer device, which includes a memory and a processor connected to the memory; the memory is used to store a computer program; the processor is used to run the A computer program to perform the following steps: read the target text and record the positions of all paragraphs in the target text, wherein the target text includes headings at all levels, and each heading is a paragraph; according to a preset Format to obtain the heading names of the headings at all levels in the target text; obtain the positions of the corresponding paragraphs of the headings at all levels and determine the start and end positions of the headings at all levels according to the positions of the adjacent paragraphs of the headings at the same level; create a tree structure object, and The title name of the level heading and the corresponding start and end positions are stored in the nodes of the tree structure object to form a directory of the target text, wherein the tree structure object includes a plurality of nodes.
  • the embodiments of the present application also provide a computer-readable storage medium, the computer-readable storage medium stores a computer program, and when the computer program is executed by a processor, the processor executes the following steps: Take the target text and record the positions of all the paragraphs in the target text, where the target text includes headings of all levels, and each heading is a paragraph; obtain each level in the target text according to a preset format The title name of the heading; obtain the positions of the corresponding paragraphs of the headings at all levels, and determine the start and end positions of the headings at all levels according to the positions of the adjacent paragraphs of the headings at the same level; create a tree structure object, and combine the heading names and the corresponding The start and end positions of are stored in the nodes of the tree structure object to form a directory of the target text, wherein the tree structure object includes a plurality of nodes.
  • FIG. 1 is a schematic flowchart of a directory storage method provided by an embodiment of the application
  • FIG. 2 is a schematic diagram of a sub-flow of a directory storage method provided by an embodiment of the application
  • FIG. 3 is a schematic diagram of a sub-flow of a directory storage method provided by an embodiment of this application.
  • FIG. 4 is a schematic diagram of a sub-flow of a directory storage method provided by an embodiment of the application.
  • FIG. 5 is a schematic diagram of a tree structure object of a directory storage method provided by an embodiment of the application.
  • FIG. 6 is a schematic flowchart of a directory storage method provided by another embodiment of this application.
  • FIG. 7 is a schematic block diagram of a directory storage device provided by an embodiment of the application.
  • FIG. 8 is a schematic block diagram of specific units of a directory storage device provided by an embodiment of the application.
  • FIG. 9 is a schematic block diagram of a directory storage device provided by another embodiment of the application.
  • FIG. 10 is a schematic block diagram of a computer device provided by an embodiment of the application.
  • FIG. 1 is a schematic flowchart of a directory storage method according to an embodiment of the application.
  • the directory storage method is applied to the terminal.
  • FIG. 1 is a schematic flowchart of a directory storage method provided by an embodiment of the present application. As shown in the figure, the method includes the following steps: S110-S140.
  • POI is a tool used by java to process documents in Microsoft Office format.
  • the target text refers to text in Word format. There are multiple paragraphs in the target text, and the target text includes various levels. Headings, and each heading corresponds to a paragraph, that is, a heading is a paragraph. Specifically, the target text is read through POI, and each paragraph is marked when reading, so as to record the position of each paragraph.
  • the step S110 may include steps: S111-S112.
  • S112 Mark each paragraph in the target text by a serial number to determine the position of each paragraph.
  • the read target text is divided into paragraphs, the target text is divided into multiple paragraphs, and the target text is read one by one in the order from the top to the bottom of the text ,
  • a mark is added to the read paragraph, where the mark is a serial number, and the serial number specifically refers to the sequence of Arabic numerals, starting from 0 for marking.
  • S120 Acquire title names of titles at all levels in the target text according to a preset format.
  • the target text includes multiple levels of headings, for example, a first-level heading, a second-level heading, and a third-level heading, and there are multiple titles of the same level for each level of heading.
  • the preset format specifically refers to the format of headings at all levels. There are multiple preset formats for headings at each level. The preset format is set according to the fixed heading format of the Word text and the commonly used heading format. For example, the first-level heading is " The first chapter,” or "one,”, the second-level title is “first section,” or “( ⁇ ),", and the third-level title is "first section,” or "(1),”.
  • the title of the title format is used to obtain the title name of the secondary title; finally, the target text is traversed according to the preset format of the tertiary title to find the title that conforms to the secondary title format, thereby obtaining the title name of the tertiary title.
  • some texts may only have first-level headings and second-level headings. If there are no third-level headings, and no headings that conform to the third-level heading format can be found, then this step is ended and the next step is performed.
  • S130 Obtain the positions of the corresponding paragraphs of the headings of each level, and determine the start and end positions of the headings of each level according to the positions of the adjacent paragraphs corresponding to the headings of the same level.
  • first obtain the serial number corresponding to each level of title use the serial number corresponding to each level of title as its starting position, and then select two adjacent title serial numbers of the same level.
  • the end position of the previous title is equal to the serial number of the title after the serial number minus one, so as to get the start and end positions of the title with the previous serial number, and so on, calculate the serial numbers of all adjacent titles at the same level to get the start and end positions of all levels of titles .
  • the step S130 may include the steps: S131-S132.
  • S132 Calculate the start and end positions of each title at the same level by using a preset formula according to the serial number of the corresponding paragraph of the adjacent title at the same level.
  • the serial numbers of the first level headings are 1, 35 and 60, and the second level headings
  • the serial numbers are 5 and 20, and the serial numbers of the three-level headings are 10, 15 and 25, 30.
  • the serial numbers of the corresponding paragraphs of the obtained headings at all levels are used as the starting position of each heading; then two adjacent siblings are selected Title, set the serial number of the title of the same level with the serial number in front to X, and set the serial number of the title of the same level with the serial number in the back to P, according to the preset formula:
  • Y is the end position of the title of the same level with the serial number in front.
  • the end position of the title of the same level with the serial number in front can be obtained.
  • the start and end positions of the title of the same level with the serial number are (X, Y). For example, if the serial numbers of the first-level titles are 1, 35, and 60, select two adjacent titles of the same level, 1 and 35, where the serial number of the title of the same level with the first serial number is 1, and 1 is the same level with the first serial number.
  • the starting and ending positions of is (1, 34). In the same way, the start and end positions of other titles at all levels are obtained in the same way.
  • S140 Create a tree structure object, and store the title names of each level of title and the corresponding start and end positions in the nodes of the tree structure object to form a directory of the target text, wherein the tree structure
  • the structure object includes multiple nodes.
  • a tree structure object is created in a java program, and the tree structure object is used to store the title names and corresponding positions of the titles at all levels in the target text.
  • the tree structure object includes multiple nodes, and each node has a unique parent node and multiple child nodes. Through this feature of the tree structure object, the hierarchical structure of the title directory in the target text can be stored.
  • the step S140 may include the steps: S141-S143.
  • S142 Store the title name of the first-level title and the corresponding start and end positions in the parent node of the tree structure object.
  • S143 Store the title name of the secondary title and the corresponding start and end positions in the child nodes of the tree structure object.
  • the tree structure object includes a root node, a parent node, and a child node.
  • the root node is used to store the file name of the target text in order to find the target text.
  • the root node is connected to multiple parent nodes.
  • the title name of the first-level title and the corresponding start and end positions are stored in the parent node.
  • the number of parent nodes corresponds to the number of the first-level title; each parent node is connected to multiple child nodes.
  • the title name of the level heading and the corresponding start and end positions are stored in the child nodes, and the number of child nodes corresponds to the number of second level headings; if the target text has a third level heading, continue to add grandchildren, child nodes and multiple grandchildren
  • the connection, the title name of the third-level heading and the corresponding start and end positions are stored in the grandchildren, and the number of grandchildren corresponds to the number of the third-level headings. That is, the number of levels of nodes is added for storage as many levels of headings as there are, and the number of heading levels corresponds to the number of node levels. For example, as shown in Figure 5.
  • step S150-S160 is further included.
  • S160 Extract the text of the target title from the target text according to the start and end positions of the target title.
  • the catalog title is stored in java
  • more development can be realized, such as the extraction of text content. If you need to extract the text content of a certain paragraph, you only need to provide the title name field corresponding to the text content of the target paragraph.
  • the title name field of the target title is in the tree structure object Perform traversal to find the same title name. If the same title name is found in the node of the tree structure object, the start and end positions stored in the node are obtained, that is, the start and end positions of the target title. Call the target text according to the file name stored in the root node of the tree structure object.
  • start and end positions of the target title first find the paragraph at the start position and the paragraph at the end position from the target text, and then extract the start and end positions
  • the content of all paragraphs between the positions is used as the text of the target heading, thereby realizing the extraction of the text content.
  • the embodiment of the present application shows a method for directory storage by reading the target text and recording the positions of all paragraphs in the target text, wherein the target text includes headings of all levels, and each heading is one Paragraphs; obtain the heading names of the headings at all levels in the target text according to the preset format; obtain the positions of the corresponding paragraphs of the headings at all levels and determine the start and end positions of the headings at all levels according to the positions of the adjacent paragraphs of the headings at the same level; create a tree Structure object, storing the title names of each level of title and the corresponding start and end positions in the nodes of the tree structure object to form the target text directory, wherein the tree structure object includes how many A node can realize the effect of storing Word text catalog in Java program.
  • FIG. 7 is a schematic block diagram of a directory storage device 200 provided by an embodiment of the present application. As shown in FIG. 7, corresponding to the above directory storage method, the present application also provides a directory storage device 200.
  • the directory storage device 200 includes a unit for executing the above-mentioned directory storage method, and the device can be configured in a desktop computer, a tablet computer, a laptop computer, and other terminals.
  • the directory storage device 200 includes: a recording unit 210, an acquiring unit 220, a determining unit 230, and a storage unit 240.
  • the recording unit 210 is configured to read a target text and record the positions of all paragraphs in the target text, wherein the target text includes headings of all levels, and each heading is a paragraph.
  • the recording unit 210 includes: a reading unit 211 and a marking unit 212.
  • the reading unit 211 is configured to read the target text and divide the target text into paragraphs.
  • the marking unit 212 is used to mark each paragraph in the target text by a serial number to determine the position of each paragraph.
  • the obtaining unit 220 is configured to obtain the title names of various levels of titles in the target text according to a preset format.
  • the determining unit 230 is configured to obtain the positions of the corresponding paragraphs of the headings of each level and determine the starting and ending positions of the headings of each level according to the positions of the corresponding paragraphs of the adjacent titles of the same level.
  • the determining unit 230 includes: an obtaining subunit 231 and a calculating unit 232.
  • the obtaining subunit 231 is used to obtain the serial numbers of the corresponding paragraphs of all headings at the same level.
  • the calculation unit 232 is configured to calculate the start and end positions of each title at the same level by using a preset formula according to the serial number of the corresponding paragraph of the adjacent title at the same level.
  • the storage unit 240 is configured to create a tree structure object, and store the title names of each level of title and the corresponding start and end positions in the nodes of the tree structure object to form a directory of the target text, wherein,
  • the tree structure object includes multiple nodes.
  • the storage unit 240 includes: a name storage unit 241, a primary storage unit 242 and a secondary storage unit 243.
  • the name storage unit 241 is configured to store the file name of the target text in the root node of the tree structure object.
  • the first-level storage unit 242 is configured to store the title name of the first-level title and the corresponding start and end positions in the parent node of the tree structure object.
  • the secondary storage unit 243 is configured to store the title name of the secondary title and the corresponding start and end positions in the child nodes of the tree structure object.
  • the directory storage device 200 further includes: a query unit 250 and an extraction unit 260.
  • the query unit 250 is configured to, if a text extraction instruction of a target title is received, query the tree structure object according to the target title to obtain the start and end positions of the target title.
  • the extracting unit 260 is configured to extract the text of the target title from the target text according to the start and end positions of the target title.
  • the above-mentioned directory storage device may be implemented in the form of a computer program, and the computer program may run on the computer device as shown in FIG. 10.
  • the computer device 500 may be a terminal, where the terminal may be an electronic device with communication functions such as a smart phone, a tablet computer, a notebook computer, a desktop computer, a personal digital assistant, and a wearable device.
  • the terminal may be an electronic device with communication functions such as a smart phone, a tablet computer, a notebook computer, a desktop computer, a personal digital assistant, and a wearable device.
  • the computer device 500 includes a processor 502, a memory, and a network interface 505 connected through a system bus 501, where the memory may include a non-volatile storage medium 503 and an internal memory 504.
  • the non-volatile storage medium 503 can store an operating system 5031 and a computer program 5032.
  • the computer program 5032 includes program instructions. When the program instructions are executed, the processor 502 can execute a directory storage method.
  • the processor 502 is used to provide calculation and control capabilities to support the operation of the entire computer device 500.
  • the internal memory 504 provides an environment for the operation of the computer program 5032 in the non-volatile storage medium 503.
  • the processor 502 can execute a directory storage method.
  • the network interface 505 is used for network communication with other devices.
  • the structure shown in FIG. 10 is only a block diagram of a part of the structure related to the solution of the present application, and does not constitute a limitation on the computer device 500 to which the solution of the present application is applied.
  • the specific computer device 500 may include more or fewer components than shown in the figure, or combine certain components, or have a different component arrangement.
  • the processor 502 is configured to run a computer program 5032 stored in the memory, so as to implement the directory storage method of the embodiment of the present application.
  • the processor 502 may be a central processing unit (Central Processing Unit, CPU), and the processor 502 may also be other general-purpose processors, digital signal processors (Digital Signal Processors, DSPs), Application Specific Integrated Circuit (ASIC), Field-Programmable Gate Array (FPGA) or other programmable logic devices, discrete gates or transistor logic devices, discrete hardware components, etc.
  • the general-purpose processor may be a microprocessor or the processor may also be any conventional processor.
  • the computer program includes program instructions, and the computer program can be stored in a storage medium, which is a computer-readable storage medium.
  • the program instructions are executed by at least one processor in the computer system to implement the process steps of the foregoing method embodiments.
  • the storage medium may be a computer-readable storage medium.
  • the storage medium stores a computer program, and when the computer program is executed by the processor, the processor executes the steps of the directory storage method described in the above embodiments.
  • the storage medium may be a U disk, a mobile hard disk, a read-only memory (Read-Only Memory, ROM), a magnetic disk or an optical disk, and other computer-readable storage media that can store program codes.
  • ROM Read-Only Memory

Landscapes

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

Abstract

La présente invention concerne un procédé et un appareil de stockage de table de contenus, un dispositif informatique et un support de stockage, qui sont appliqués au domaine du stockage de données dans le traitement de données. Le procédé comprend les étapes consistant à : lire un texte cible et enregistrer des positions de tous les paragraphes dans le texte cible, le texte cible comprenant des titres de divers niveaux, et chaque titre étant un paragraphe (S110) ; acquérir des noms de titre des titres de divers niveaux dans le texte cible en fonction d'un format prédéfini (S120) ; acquérir des positions des paragraphes correspondant aux titres de divers niveaux, et déterminer, en fonction des positions des paragraphes correspondant à des titres adjacents du même niveau, des positions de début/fin des titres de divers niveaux (S130) ; et créer un objet de structure arborescente, et stocker, dans des nœuds de l'objet de structure arborescente, les noms de titre des titres de divers niveaux et les positions de début/fin correspondantes, pour former une table de contenus du texte cible, l'objet de structure arborescente comprenant une pluralité de nœuds (S140).
PCT/CN2019/117749 2019-09-04 2019-11-13 Procédé et appareil de stockage de table de contenus, dispositif informatique et support de stockage WO2021042542A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910833398.X 2019-09-04
CN201910833398.XA CN110704573B (zh) 2019-09-04 2019-09-04 目录存储方法、装置、计算机设备及存储介质

Publications (1)

Publication Number Publication Date
WO2021042542A1 true WO2021042542A1 (fr) 2021-03-11

Family

ID=69194321

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/117749 WO2021042542A1 (fr) 2019-09-04 2019-11-13 Procédé et appareil de stockage de table de contenus, dispositif informatique et support de stockage

Country Status (2)

Country Link
CN (1) CN110704573B (fr)
WO (1) WO2021042542A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114327892A (zh) * 2021-12-28 2022-04-12 武汉天喻信息产业股份有限公司 Flash资源管理方法、存储介质、电子设备及装置

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113642320A (zh) * 2020-04-27 2021-11-12 北京庖丁科技有限公司 文档目录结构的提取方法、装置、设备和介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1549157A (zh) * 2003-05-17 2004-11-24 鸿富锦精密工业(深圳)有限公司 文档浏览控制系统及方法
US20090182754A1 (en) * 2008-01-16 2009-07-16 Hong Fu Jin Precision Industry(Shenzhen) Co., Ltd. System and method for parsing a text file
CN102486769A (zh) * 2010-12-02 2012-06-06 北大方正集团有限公司 文档目录处理方法和装置
CN109918622A (zh) * 2019-02-27 2019-06-21 中国地质大学(武汉) 基于JAVA实现由Word文档向LaTeX文档转换的方法及系统
CN109977366A (zh) * 2017-12-27 2019-07-05 珠海金山办公软件有限公司 一种目录生成方法及装置

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3940491B2 (ja) * 1998-02-27 2007-07-04 株式会社東芝 文書処理装置および文書処理方法
JP4343213B2 (ja) * 2006-12-25 2009-10-14 株式会社東芝 文書処理装置および文書処理方法
JP5446877B2 (ja) * 2008-01-11 2014-03-19 日本電気株式会社 目次構造特定装置
WO2010063070A1 (fr) * 2008-12-03 2010-06-10 Ozmiz Pty. Ltd. Procédé et système pour l'affichage de données sur un terminal mobile
US9286372B2 (en) * 2013-11-06 2016-03-15 Sap Se Content management with RDBMS
CN105630748A (zh) * 2014-10-31 2016-06-01 富士通株式会社 信息处理设备和信息处理方法
CN106326194B (zh) * 2015-07-06 2019-03-29 北大方正集团有限公司 一种应用于文件格式转换场景下的目录生成方法和装置
CN105677764B (zh) * 2015-12-30 2020-05-08 百度在线网络技术(北京)有限公司 信息提取方法和装置
CN107357765B (zh) * 2017-07-14 2018-11-09 北京神州泰岳软件股份有限公司 Word文档碎片化方法及装置
CN109558575B (zh) * 2018-10-25 2024-03-29 平安科技(深圳)有限公司 在线表格编辑方法、装置、计算机设备及存储介质
CN110046236B (zh) * 2019-03-20 2022-12-20 腾讯科技(深圳)有限公司 一种非结构化数据的检索方法及装置
CN110196971A (zh) * 2019-04-23 2019-09-03 平安科技(深圳)有限公司 在线文档编辑方法、装置、终端设备及存储介质

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1549157A (zh) * 2003-05-17 2004-11-24 鸿富锦精密工业(深圳)有限公司 文档浏览控制系统及方法
US20090182754A1 (en) * 2008-01-16 2009-07-16 Hong Fu Jin Precision Industry(Shenzhen) Co., Ltd. System and method for parsing a text file
CN102486769A (zh) * 2010-12-02 2012-06-06 北大方正集团有限公司 文档目录处理方法和装置
CN109977366A (zh) * 2017-12-27 2019-07-05 珠海金山办公软件有限公司 一种目录生成方法及装置
CN109918622A (zh) * 2019-02-27 2019-06-21 中国地质大学(武汉) 基于JAVA实现由Word文档向LaTeX文档转换的方法及系统

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114327892A (zh) * 2021-12-28 2022-04-12 武汉天喻信息产业股份有限公司 Flash资源管理方法、存储介质、电子设备及装置
CN114327892B (zh) * 2021-12-28 2024-05-03 武汉天喻信息产业股份有限公司 Flash资源管理方法、存储介质、电子设备及装置

Also Published As

Publication number Publication date
CN110704573B (zh) 2023-12-22
CN110704573A (zh) 2020-01-17

Similar Documents

Publication Publication Date Title
US8126859B2 (en) Updating a local version of a file based on a rule
WO2020211236A1 (fr) Procédé et appareil de résolution de conflit de lecture-écriture utilisant un arbre b+, et support de stockage
EP3971806B1 (fr) Méthodes, appareils et dispositifs de traitement des données
JP6070936B2 (ja) 情報処理装置、情報処理方法及びプログラム
WO2020259141A1 (fr) Procédé et appareil de traitement de fichiers, et dispositif informatique
WO2021042542A1 (fr) Procédé et appareil de stockage de table de contenus, dispositif informatique et support de stockage
US20160239509A1 (en) File explorer system usable in an emulated integrated development environment (ide)
WO2019042349A1 (fr) Procédé de traduction, terminal mobile et dispositif de stockage de cadre de système d'exploitation
CN109460406B (zh) 一种数据处理方法及装置
CN114880289A (zh) 一种文件分组显示方法及计算设备
CN116821437A (zh) 数据处理方法、装置、电子设备及存储介质
CN111694992A (zh) 一种数据处理方法和装置
EP3343395B1 (fr) Procédé et appareil de stockage de données pour terminal mobile
WO2020258652A1 (fr) Procédé et système de remplacement de caractères, appareil informatique et support d'informations lisible par ordinateur
CN114816772B (zh) 基于兼容层运行的应用的排错方法、排错系统及计算设备
CN111602129B (zh) 针对注释和墨迹的智能搜索
WO2022223038A1 (fr) Procédé et dispositif de génération de nom de clé, et support de stockage lisible par ordinateur
CN107562423B (zh) Ui页面开发方法及装置
JP2020160494A (ja) 情報処理装置、文書管理システム及びプログラム
KR101828466B1 (ko) 파일시스템을 기반으로 하는 저장장치에서 객체기반 스토리지 인터페이스를 제공하는 방법 및 장치
CN108196841B (zh) 注释符号添加方法、装置及电子设备
JP6753190B2 (ja) 文書検索装置及びプログラム
CN111400342A (zh) 数据库更新方法、装置、设备及存储介质
CN117271440B (zh) 一种基于freeRTOS文件信息存储方法、读取方法及相关设备
US9323753B2 (en) Method and device for representing digital documents for search applications

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19944482

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19944482

Country of ref document: EP

Kind code of ref document: A1