WO2012126195A1 - 一种实现电子书签的方法及装置 - Google Patents

一种实现电子书签的方法及装置 Download PDF

Info

Publication number
WO2012126195A1
WO2012126195A1 PCT/CN2011/074082 CN2011074082W WO2012126195A1 WO 2012126195 A1 WO2012126195 A1 WO 2012126195A1 CN 2011074082 W CN2011074082 W CN 2011074082W WO 2012126195 A1 WO2012126195 A1 WO 2012126195A1
Authority
WO
WIPO (PCT)
Prior art keywords
file
bookmark
content
management unit
bookmark content
Prior art date
Application number
PCT/CN2011/074082
Other languages
English (en)
French (fr)
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 中兴通讯股份有限公司
Priority to EP11856629.8A priority Critical patent/EP2541433A4/en
Priority to US13/576,451 priority patent/US9087093B2/en
Publication of WO2012126195A1 publication Critical patent/WO2012126195A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/169Annotation, e.g. comment data or footnotes

Definitions

  • the present invention relates to the field of electronic book reading technology, and in particular, to a method and apparatus for implementing an electronic bookmark.
  • mobile terminals such as mobile phones are provided with an e-book file display function, so that users can read various e-books while using the basic functions of the mobile terminal, which brings convenience to the user.
  • These e-books may have hundreds or thousands of pages of content and cannot be read at once. How to accurately and quickly locate the last reading position or a clip you like, you need to use electronic bookmarks.
  • Chinese Patent Application Publication No. CN200610087976.2 discloses a system for implementing an electronic bookmark, comprising a file monitoring module for detecting a file open state and maintaining a list of active files, a list of active files recording the path and name of the open file, and a corresponding application.
  • the path and name of the program ; the application state capture module, configured to obtain the state information of the application through the application interface and the activity list of the operating system, and store the basic state information of the application as an electronic bookmark to the electronic bookmark storage module;
  • the system may further include an application state recovery module. After receiving the recovery command of the file monitoring module, the user restores the basic state of the application according to the electronic bookmark stored in the electronic bookmark storage module and through the standard interface function of the operating system.
  • the technical problem to be solved by the present invention is to provide a method and apparatus for implementing an electronic bookmark, which can ensure that a file can be correctly opened by a bookmark after the file is operated.
  • a method for implementing an electronic bookmark includes: detecting an operation performed on a file;
  • the bookmark content of the file is synchronized according to the operation performed on the file.
  • the synchronizing operation on the bookmark content of the file is to update or delete the bookmark content of the file.
  • updating the bookmark content of the file comprises:
  • updating the bookmark content of the file comprises:
  • the file name in the bookmark content of the file is updated.
  • deleting the bookmark content of the file comprises:
  • the present invention also provides an apparatus for implementing an electronic bookmark, comprising: a file management unit and a bookmark management unit, wherein:
  • the file management unit is configured to detect an operation performed on the file
  • the bookmark management unit is configured to perform a synchronization operation on the bookmark content of the file according to an operation performed on the file detected by the file management unit. To update or delete the bookmark content of the file.
  • the operation on the file is to move the file, the file path in the bookmark content of the file is updated.
  • the operation on the file is to rename the file, the text in the bookmark content of the file The name of the item is updated.
  • the operation on the file is to delete the file, the bookmark content of the file is deleted.
  • the present invention processes the bookmark content synchronously after the file is manipulated, and can realize the file opening by the bookmark content after the file is changed, and the terminal is simple and easy to modify, and can be applied to various types.
  • the mobile terminal improves the usability and user experience of the mobile terminal.
  • FIG. 1 is a flow chart of a method for implementing an electronic bookmark in the embodiment
  • FIG. 2 is a flowchart of a synchronization operation of bookmark contents in the method of the embodiment
  • FIG. 3 is a structural diagram of an apparatus for implementing an electronic bookmark according to the embodiment
  • FIG. 4 is a flow chart of an embodiment of a moving operation of a file in the embodiment
  • FIG. 5 is a flowchart of an embodiment of deleting a file in the embodiment
  • Fig. 6 is a flow chart showing an embodiment of a file renaming operation in the embodiment.
  • the bookmark content can be updated synchronously, and the bookmark content is pointed to the correct file, the file can still be opened correctly according to the bookmark content, for improving the usability and user of the mobile terminal in the 3G era. The experience will be very helpful.
  • the content of the bookmark is synchronously updated or deleted according to the type of the specific operation, so that the file can still be opened correctly by the changed bookmark.
  • the embodiment further discloses an apparatus for implementing an electronic bookmark, comprising: a file management unit, a file storage unit, a bookmark management unit and a bookmark storage unit, wherein:
  • a file management unit configured to manage a file on the mobile terminal, detect a type of operation performed on the file, and send a notification message to the bookmark management unit when the file is operated, the message content includes a type of operation, a file name and a file before the operation The file name and file path after the path and operation.
  • a file storage unit configured to store files on the mobile terminal.
  • the bookmark management unit is configured to manage the bookmark content, realize the creation and recovery of the bookmark, receive the notification message of the file management unit, and update or delete the bookmark content according to the content of the message.
  • a bookmark storage unit set to store bookmark content.
  • the bookmark content can include: file name, file path, location location, description information, and display status information.
  • Bookmark content is saved in a file, allowing you to search, view, and edit bookmark content.
  • the same file can hold multiple bookmark contents in the bookmark storage unit.
  • Step 101 Open a read file, and select an arbitrary location to save the bookmark;
  • Bookmarks can have a limit. When you add a bookmark, you can choose to add a new bookmark, or replace the currently existing bookmark by overwriting it.
  • Step 102 the operation file, the file is changed
  • Operations on files can include movement, deletion, and renaming, etc., which can result in file names, file path changes, or file disappearance.
  • the notification message When the file is changed, a notification message of the file change is sent; the notification message includes the type of operation, information before and after the file change, for example, the file name and file path before and after the change.
  • Step 103 Synchronize the bookmark content according to the information before and after the file change; synchronizing the bookmark content means updating or deleting the bookmark content.
  • Step 104 Open the changed bookmark.
  • Opening a bookmark means obtaining information such as the file name, file path, and file display location in the bookmark, so that the file can be opened correctly according to the information.
  • FIG. 2 is a step of synchronizing the bookmark content in the embodiment, including:
  • Step 201 Receive a notification message of a file change, and obtain content in the notification message.
  • Step 202 traversing the currently stored bookmark content, determining whether there is a bookmark of the changed file, if yes, executing step 203; otherwise, executing step 206;
  • Step 203 Determine, according to the type of the operation, whether the file operation causes the file to disappear, and if yes, execute step 205; otherwise, execute step 204;
  • Step 204 Update all bookmark content related to the changed file according to the information before and after the file change in the notification message;
  • Different file operations update different contents. For example, the rename operation needs to update the file name, and the move operation needs to update the file path.
  • Step 205 Delete all bookmark content related to the changed file
  • This step is required when the file disappears or is damaged and cannot be opened.
  • Step 206 the end.
  • FIG. 3 is an apparatus for implementing an electronic bookmark according to the embodiment, comprising: a file management unit 31, a file storage unit 32, a bookmark management unit 33, and a bookmark storage unit 34, wherein:
  • a file management unit configured to manage a file on the mobile terminal, detect a type of operation performed on the file, and send a notification message to the bookmark management unit when the file is operated, the message content includes a type of operation, a file name and a file before the operation The file name and file path after the path and operation.
  • a file storage unit configured to store files on the mobile terminal.
  • the bookmark management unit is configured to manage the bookmark content, realize the creation and recovery of the bookmark, receive the notification message of the file management unit, and update or delete the bookmark content according to the content of the message.
  • a bookmark storage unit set to store bookmark content.
  • Step 401 A file management unit processes a move operation, for example, the file name of the operation is abc.txt, and the original file path is ⁇ Folder_Current ⁇ abc.txt.
  • the file is moved to ⁇ Folder-Dest, and the notification message is sent.
  • the content of the message includes, the operation type is MOVE, the original file name is abc.txt, the original file path is ⁇ Folder-Current ⁇ abc.txt, and the new file name is abc.txt.
  • the new file path is ⁇ Folder— Dest ⁇ abc.txt;
  • Step 402 The bookmark management unit receives the message and extracts the message content.
  • Step 403 The bookmark management unit searches for a matching bookmark in the bookmark storage unit according to the original file name and the file path in the message;
  • Step 404 The bookmark management unit determines whether to search for a bookmark that matches the content of the message. If yes, the bookmark of abc.txt exists in the bookmark storage unit, and step 405 is performed; if not, the bookmark of abc.txt does not exist in the bookmark storage unit. Performing step 406;
  • Step 405 The bookmark management unit changes the file path in the searched bookmark to a new file path ⁇ Folder_Dest ⁇ abc.txt; the operation ends;
  • Step 406 the synchronization update ends.
  • FIG. 5 is a flowchart of an example of performing a delete operation in the embodiment, including the following steps: Step 501: A file management unit processes a delete operation, for example, the file name is abc.txt, and the file path is ⁇ Folder_Current ⁇ abc.txt, and the notification is sent.
  • the message content includes: The operation type is DELETE, the original file name is abc.txt, the original file path is ⁇ Folder—Current ⁇ abc.txt, the new file name is blank, and the new file path is blank;
  • Step 502 The bookmark management unit receives the message, and extracts the message content.
  • Step 503 The bookmark management unit searches for a matching bookmark in the bookmark storage unit according to the original file name and the original file path in the message;
  • Step 504 The bookmark management unit determines whether a bookmark matching the content of the message is searched. If yes, the bookmark of abc.txt exists in the bookmark storage unit, and step 505 is performed; if not, the bookmark of abc.txt does not exist in the bookmark storage unit. Go to step 506;
  • Step 505 The bookmark management unit deletes all the searched bookmarks; the operation ends; Step 506, the synchronous update ends.
  • Step 601 A file management unit processes a rename operation, for example, the file name of the operation is abc.txt, and the original file path is ⁇ Folder_Current ⁇ abc.txt. , the file is renamed to abc—new.txt, send notification Information, including: RENAME, the original file name is abc.txt, the original file path is ⁇ Folder— Current ⁇ abc.txt, the new file name is abc—new.txt, and the new file path is ⁇ Folder_Current ⁇ abc_new .TXT;
  • Step 602 The bookmark management unit receives the message, and extracts the message content.
  • Step 603 The bookmark management unit searches for a matching bookmark in the bookmark storage unit according to the original file name and the original file path in the message;
  • Step 604 the bookmark management unit determines whether to search for a bookmark that matches the content of the message. If yes, the bookmark of abc.txt exists in the bookmark storage unit, and step 605 is performed; if not, the bookmark of abc.txt does not exist in the bookmark storage unit. Perform step 606;
  • Step 605 Change the file name in the searched bookmark content to a new file name abc_new.txt; the operation ends;
  • Step 606 The synchronization update ends.
  • the method and apparatus of the present embodiment can be widely applied to various terminal devices, such as mobile phones.
  • modules and steps of the present invention can be implemented by a general computing device, which can be concentrated on a single computing device or distributed over a network composed of multiple computing devices. Alternatively, they may be implemented by program code executable by the computing device, such that they may be stored in the storage device by the computing device, or they may be separately fabricated into individual integrated circuit modules, or their Multiple modules or steps are implemented as a single integrated circuit module. Thus, the invention is not limited to any particular combination of hardware and software.
  • the method and device for realizing the electronic bookmark provided by the invention can process the bookmark content synchronously after the file is operated, and can realize the file opening by the bookmark content after the file is changed, and the modification of the terminal is simple and easy, and It is applied to various types of mobile terminals, improving the usability and user experience of mobile terminals.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

本发明公开了一种实现电子书签的方法及装置,其中,实现电子书签的方法包括:检测对文件进行的操作;以及根据对文件所进行的操作,对文件的书签内容进行同步操作。本发明在对文件进行操作后,同步对书签内容进行处理,能够实现在文件变动后,仍能通过书签内容打开文件,对终端改造简便易行,并可应用于各种类型的移动终端,提高了移动终端的可用性和用户体验。

Description

一种实现电子书签的方法及装置
技术领域
本发明涉及电子书阅读技术领域, 尤其涉及一种实现电子书签的方法及 装置。
背景技术
信息化和互联网时代的到来, 给人们带来了许多新兴和多元化的电子资 源。 电子出版物的兴起, 使流传数千年的纸张阅读方式面临着新出版观念的 冲击。 包含了文字、 图形、 图像等的电子书便是新兴电子出版物的一个代表。
目前, 如手机等移动终端提供有电子书文件显示功能, 使用户在使用移 动终端的基本功能之余可以阅读各种电子书, 给用户带来了便利。 这些电子 书可能有成百上千页的内容, 不能一次就阅读完毕。 如何准确快捷地定位到 上次阅读的位置或自己喜欢的片段, 这就需要用到电子书签。
公开号为 CN200610087976.2 的中国专利申请公开了一种实现电子书签 的系统, 包括文件监控模块, 用于检测文件打开状态并维护活动文件列表, 活动文件列表记录打开文件的路径和名称以及对应应用程序的路径和名称; 应用程序状态捕捉模块, 用于通过操作系统的应用程序接口和活动列表获得 应用程序的状态信息, 并把应用程序基本状态信息作为电子书签存储到电子 书签存储模块; 电子书签存储模块, 用于电子书签的存储。 该系统还可以进 一步包括应用程序状态恢复模块, 用户收到文件监控模块的恢复命令后, 根 据电子书签存储模块中存储的电子书签并通过操作系统的标准接口函数恢复 应用程序基本状态。
上述方案通过电子书签解决了应用程序状态恢复和文件定位的问题, 但 存在以下不足: 当文件路径发生变动, 如移动、 删除、 重命名后, 通过之前 保存的书签无法正确打开文件。
发明内容 本发明要解决的技术问题是提供一种实现电子书签的方法及装置, 可以 保证在文件被操作后, 仍能通过书签正确打开文件。
为解决上述技术问题, 本发明提供的一种实现电子书签的方法, 包括: 检测对文件进行的操作; 以及
根据对所述文件所进行的操作, 对所述文件的书签内容进行同步操作。 优选地, 所述对所述文件的书签内容进行同步操作是对所述文件的书签 内容进行更新或删除。
优选地, 对文件的书签内容进行更新包括:
在对文件所进行的操作为移动文件时, 对文件的书签内容中的文件路径 进行更新。
优选地, 对文件的书签内容进行更新包括:
在对文件所进行的操作为重命名文件时, 对文件的书签内容中的文件名 进行更新。
优选地, 对文件的书签内容进行删除包括:
在对文件所进行的操作为删除文件时, 删除文件的书签内容。
本发明还提供了一种实现电子书签的装置, 包括: 文件管理单元和书签 管理单元, 其中:
所述文件管理单元, 设置为检测对文件进行的操作;
所述书签管理单元, 设置为根据所述文件管理单元检测出的对所述文件 所进行的操作, 对所述文件的书签内容进行同步操作。 为, 对所述文件的书签内容进行更新或删除。 在对所述文件所进行的操作为移动文件时, 对所述文件的书签内容中的文件 路径进行更新。 在对所述文件所进行的操作为重命名文件时, 对所述文件的书签内容中的文 件名进行更新。 在对所述文件所进行的操作为删除文件时, 删除所述文件的书签内容。
综上所述, 本发明在对文件进行操作后, 同步对书签内容进行处理, 能 够实现在文件变动后, 仍能通过书签内容打开文件, 对终端改造简便易行, 并可应用于各种类型的移动终端, 提高了移动终端的可用性和用户体验。 附图概述
图 1是本实施方式实现电子书签的方法的流程图;
图 2是本实施方式的方法中对书签内容进行同步操作的流程图; 图 3是本实施方式实现电子书签的装置的结构图;
图 4是本实施方式对文件进行移动操作的实施例的流程图;
图 5是本实施方式对文件进行删除操作的实施例的流程图;
图 6是本实施方式对文件进行重命名操作的实施例的流程图。
本发明的较佳实施方式
考虑到在文件路径或文件名等发生变动时, 如果书签内容能够同步进行 更新, 使书签内容指向正确的文件, 则根据书签内容仍能正确打开文件, 对 于提高 3G时代的移动终端的可用性和用户体验会有很大有帮助。
本实施方式实现电子书签的方法中, 在对文件进行操作, 如移动、 删除 或重命名等, 根据具体操作的类型进行同步更新或删除书签内容, 以便通过 变更后的书签, 仍可以正确打开文件。
本实施方式还公开了一种实现电子书签的装置, 包含: 文件管理单元、 文件存储单元、 书签管理单元和书签存储单元, 其中:
文件管理单元, 设置为管理移动终端上的文件, 检测对文件进行的操作 的类型, 在对文件进行操作时, 向书签管理单元发送通知消息, 消息内容包 括操作的类型、 操作前的文件名和文件路径和操作后的文件名和文件路径。 文件存储单元, 设置为存储移动终端上的文件。
书签管理单元, 设置为管理书签内容, 实现书签的创建和恢复, 接收文 件管理单元的通知消息并根据消息内容对书签内容进行更新或删除。
书签存储单元, 设置为存储书签内容。
书签内容可以包括: 文件名称、 文件路径、 定位位置、 说明信息和显示 状态信息等。 书签内容保存在文件中, 可对书签内容进行搜索、 查看和编辑 等操作。 同一文件在书签存储单元中可以保存多个书签内容。
下面将结合附图对本实施方式进行详细描述。
图 1是本实施方式的实现电子书签的方法的流程图, 包括以下步骤: 步骤 101、 打开阅读的文件, 选择任意位置保存书签;
书签可以有个数限制, 添加书签时, 可以选择添加新书签, 或者通过覆 盖的方式替换当前已存在的书签。
步骤 102、 操作文件, 文件发生变更;
对文件的操作可以包括移动、删除和重命名等, 这类操作会造成文件名、 文件路径发生变化, 或者文件消失等情况。
当文件发生变更后, 会发送文件变更的通知消息; 通知消息包括操作的 类型、 文件变更前后的信息, 例如, 变更前后的文件名和文件路径等。
步骤 103、 根据文件变更前后的信息对书签内容进行同步操作; 对书签内容进行同步操作是指更新或删除书签内容。
步骤 104、 打开变更后的书签。
打开书签是指获取书签中的文件名、 文件路径和文件显示位置等信息, 才艮据这些信息可正确打开文件。
图 2是本实施方式中对书签内容进行同步操作的步骤包括:
步骤 201、 接收文件变更的通知消息, 获取通知消息中的内容; 步骤 202、 遍历当前存储的书签内容, 判断是否存在发生变更的文件的 书签, 如果存在, 则执行步骤 203; 否则, 则执行步骤 206;
步骤 203、 根据操作的类型判断文件操作是否造成文件消失, 如果是, 则执行步骤 205; 否则, 执行步骤 204;
步骤 204、 根据通知消息中的文件变更前后的信息, 更新所有与发生变 更的文件相关的书签内容; 转向步骤 206;
不同文件操作所更新的内容不同, 例如, 重命名操作需要更新文件名, 移动操作需要更新文件路径。
步骤 205、 删除所有与发生变更文件相关的书签内容;
当文件消失或被损坏无法打开时, 需要执行此步骤。
步骤 206、 结束。
图 3是本实施方式的实现电子书签的装置, 包括: 文件管理单元 31、 文 件存储单元 32、 书签管理单元 33和书签存储单元 34, 其中:
文件管理单元, 设置为管理移动终端上的文件, 检测对文件进行的操作 的类型, 在对文件进行操作时, 向书签管理单元发送通知消息, 消息内容包 括操作的类型、 操作前的文件名和文件路径和操作后的文件名和文件路径。
文件存储单元, 设置为存储移动终端上的文件。
书签管理单元, 设置为管理书签内容, 实现书签的创建和恢复, 接收文 件管理单元的通知消息并根据消息内容对书签内容进行更新或删除。
书签存储单元, 设置为存储书签内容。
图 4是本实施方式进行移动操作的实例流程图, 包括以下步骤: 步骤 401、 文件管理单元处理移动操作, 例如, 操作的文件名为 abc.txt, 原文件路径为 \Folder_Current\abc.txt,文件移动到 \Folder— Dest,发送通知消息, 消息内容包括、 操作类型为 MOVE , 原文件名为 abc.txt, 原文件路径为 \Folder— Current\abc.txt,新文件名为 abc.txt,新文件路径为 \Folder— Dest\abc.txt; 步骤 402、 书签管理单元接收到消息, 提取出消息内容;
步骤 403、 书签管理单元根据消息中的原文件名和文件路径, 在书签存 储单元中搜索匹配的书签;
步骤 404、 书签管理单元判断是否搜索出与消息内容匹配的书签, 如果 是, 书签存储单元中存在 abc.txt的书签, 执行步骤 405; 如果否, 书签存储 单元中不存在 abc.txt的书签, 执行步骤 406;
步骤 405、 书签管理单元将搜索出来的书签中文件路径更改为新文件路 径 \Folder— Dest\abc.txt; 操作结束;
步骤 406、 同步更新结束。
图 5是本实施方式进行删除操作的实例流程图, 包括以下步骤: 步骤 501、文件管理单元处理删除操作, 例如操作的文件名为 abc.txt, 文 件路径为 \Folder_Current\abc.txt, 发送通知消息, 消息内容包括: 操作类型为 DELETE, 原文件名为 abc.txt, 原文件路径为 \Folder— Current\abc.txt, 新文件 名置空, 新文件路径置空;
步骤 502、 书签管理单元接收到消息, 提取出消息内容;
步骤 503、 书签管理单元根据消息中的原文件名和原文件路径, 在书签 存储单元中搜索匹配的书签;
步骤 504、 书签管理单元判断是否搜索出与消息内容匹配的书签, 如果 是, 书签存储单元中存在 abc.txt的书签, 执行步骤 505; 如果否, 书签存储 单元中不存在 abc.txt的书签, 执行步骤 506;
步骤 505、 书签管理单元删除所有搜索出来的书签; 操作结束; 步骤 506、 同步更新结束。
图 6是本实施方式进行重命名操作的实例流程图, 包括以下步骤: 步骤 601、 文件管理单元处理重命名操作, 例如操作的文件名为 abc.txt, 原文件路径为 \Folder_Current\abc.txt, 文件重命名为 abc— new.txt, 发送通知消 息, 消息内容包括、 操作类型为 RENAME, 原文件名为 abc.txt, 原文件路径 为 \Folder— Current\abc.txt , 新文件名为 abc— new.txt , 新文件路径为 \Folder_Current\abc_new.txt;
步骤 602、 书签管理单元接收到消息, 提取出消息内容;
步骤 603、 书签管理单元根据消息中的原文件名和原文件路径, 在书签 存储单元中搜索匹配的书签;
步骤 604、 书签管理单元判断是否搜索出与消息内容匹配的书签, 如果 是, 书签存储单元中存在 abc.txt的书签, 执行步骤 605; 如果否, 书签存储 单元中不存在 abc.txt的书签, 执行步骤 606;
步骤 605、将搜索出来的书签内容中文件名更改为新文件名 abc— new.txt; 操作结束;
步骤 606、 同步更新结束。
本实施方式的方法及装置可以广泛地应用于各种终端设备中, 比如手机 等。
显然, 本领域的技术人员应该明白, 上述的本发明的各模块、 各步骤可 以用通用的计算装置来实现, 它们可以集中在单个的计算装置上, 或者分布 在多个计算装置所组成的网络上, 可选地, 它们可以用计算装置可执行的程 序代码来实现, 从而, 可以将它们存储在存储装置中由计算装置来执行, 或 者将它们分别制作成各个集成电路模块, 或者将它们的多个模块或者步骤制 作成单个集成电路模块来实现。 这样, 本发明不限制于任何特定的硬件和软 件结合。
以上所述仅为本发明的实施例而已, 并不用于限制本发明, 对于本领域 的技术人员来说, 本发明可以有各种更改和变化。 凡在本发明的精神和原则 之内, 所做的任何修改、 等同替换、 改进等, 均应包含在本发明的保护范围 之内。
工业实用性 本发明提供的实现电子书签的方法及装置, 在对文件进行操作后, 同步 对书签内容进行处理, 能够实现在文件变动后, 仍能通过书签内容打开文件, 对终端改造简便易行, 并可应用于各种类型的移动终端, 提高了移动终端的 可用性和用户体验。

Claims

权 利 要 求 书
1、 一种实现电子书签的方法, 包括:
检测对文件进行的操作; 以及
根据对所述文件所进行的操作, 对所述文件的书签内容进行同步操作。
2、 如权利要求 1所述的方法, 其中, 所述对所述文件的书签内容进行同 步操作是对所述文件的书签内容进行更新或删除。
3、 如权利要求 2所述的方法, 其中, 所述对所述文件的书签内容进行更 新包括:
在对所述文件所进行的操作为移动文件时, 对所述文件的书签内容中的 文件路径进行更新。
4、 如权利要求 2所述的方法, 其中, 所述对所述文件的书签内容进行更 新包括:
在对所述文件所进行的操作为重命名文件时, 对所述文件的书签内容中 的文件名进行更新。
5、 如权利要求 2所述的方法, 其中, 所述对所述文件的书签内容进行删 除包括:
在对所述文件所进行的操作为删除文件时, 删除所述文件的书签内容。
6、 一种实现电子书签的装置, 包括: 文件管理单元和书签管理单元, 其 中:
所述文件管理单元, 设置为检测对文件进行的操作;
所述书签管理单元, 设置为根据所述文件管理单元检测出的对所述文件 所进行的操作, 对所述文件的书签内容进行同步操作。
7、 如权利要求 6所述的装置, 其中: 述文件的书签内容进行更新或删除。
8、 如权利要求 7所述的装置, 其中: 文件所进行的操作为移动文件时, 对所述文件的书签内容中的文件路径进行 更新。
9、 如权利要求 7所述的装置, 其中: 文件所进行的操作为重命名文件时, 对所述文件的书签内容中的文件名进行 更新。
10、 如权利要求 7所述的装置, 其中: 文件所进行的操作为删除文件时, 删除所述文件的书签内容。
PCT/CN2011/074082 2011-03-23 2011-05-16 一种实现电子书签的方法及装置 WO2012126195A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP11856629.8A EP2541433A4 (en) 2011-03-23 2011-05-16 Method and apparatus for realizing electronic bookmarks
US13/576,451 US9087093B2 (en) 2011-03-23 2011-05-16 Method for implementing electronic bookmarks and device thereof

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201110070747.0 2011-03-23
CN201110070747.0A CN102693233B (zh) 2011-03-23 2011-03-23 一种实现电子书签的方法及装置

Publications (1)

Publication Number Publication Date
WO2012126195A1 true WO2012126195A1 (zh) 2012-09-27

Family

ID=46858690

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/074082 WO2012126195A1 (zh) 2011-03-23 2011-05-16 一种实现电子书签的方法及装置

Country Status (4)

Country Link
US (1) US9087093B2 (zh)
EP (1) EP2541433A4 (zh)
CN (1) CN102693233B (zh)
WO (1) WO2012126195A1 (zh)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5825937B2 (ja) * 2011-08-31 2015-12-02 キヤノン株式会社 画像処理装置、その制御方法、及びプログラム
CN103257956B (zh) * 2013-04-19 2016-06-15 小米科技有限责任公司 一种电子文档的数据更新方法及装置
US9684642B2 (en) 2013-04-19 2017-06-20 Xiaomi Inc. Method and device for updating electronic document and associated document use records
CN103312489B (zh) * 2013-06-29 2016-12-07 华为技术有限公司 一种终端与服务器进行同步的方法和装置
CN105138550A (zh) * 2015-06-30 2015-12-09 厦门美图移动科技有限公司 一种浏览器自动更新收藏记录的方法、浏览器及计算设备
CN106469136A (zh) * 2015-08-17 2017-03-01 努比亚技术有限公司 一种信息查询终端及信息查询方法
US10097538B1 (en) 2017-08-12 2018-10-09 Growpath, Inc. User authentication systems and methods

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030144984A1 (en) * 2002-01-30 2003-07-31 International Business Machines Corporation Automatic bookmark update method and apparatus
US6981210B2 (en) * 2001-02-16 2005-12-27 International Business Machines Corporation Self-maintaining web browser bookmarks
CN1950814A (zh) * 2004-05-03 2007-04-18 Lg电子株式会社 为联网的媒体服务器中所存储的内容管理书签信息的方法和装置
CN101086735A (zh) * 2006-06-09 2007-12-12 联想(北京)有限公司 一种实现电子书签的系统和方法

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5146552A (en) * 1990-02-28 1992-09-08 International Business Machines Corporation Method for associating annotation with electronically published material
JP2005275821A (ja) * 2004-03-25 2005-10-06 Canon Inc 文書管理システムおよび文書管理方法
KR100678028B1 (ko) * 2004-07-19 2007-02-02 삼성전자주식회사 휴대용 단말기의 전자북 서비스 방법
CN101059800A (zh) * 2006-04-21 2007-10-24 上海晨兴电子科技有限公司 在手机上显示电子书的方法和设备
EP1881417A1 (en) * 2006-07-21 2008-01-23 Infodoc Technology Corporation Process and system for producing an electronic book
US8433995B1 (en) * 2007-04-24 2013-04-30 Google Inc. Managing bookmarks for web pages
US8453051B1 (en) * 2008-03-31 2013-05-28 Amazon Technologies, Inc. Dynamic display dependent markup language interface
FR2939217B1 (fr) * 2008-11-28 2012-07-13 Anyware Technologies Dispositif et procede de gestion de signets electroniques, produit programme d'ordinateur et moyen de stockage correspondants
US8103554B2 (en) * 2010-02-24 2012-01-24 GM Global Technology Operations LLC Method and system for playing an electronic book using an electronics system in a vehicle

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6981210B2 (en) * 2001-02-16 2005-12-27 International Business Machines Corporation Self-maintaining web browser bookmarks
US20030144984A1 (en) * 2002-01-30 2003-07-31 International Business Machines Corporation Automatic bookmark update method and apparatus
CN1950814A (zh) * 2004-05-03 2007-04-18 Lg电子株式会社 为联网的媒体服务器中所存储的内容管理书签信息的方法和装置
CN101086735A (zh) * 2006-06-09 2007-12-12 联想(北京)有限公司 一种实现电子书签的系统和方法

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP2541433A4

Also Published As

Publication number Publication date
US20140012809A1 (en) 2014-01-09
CN102693233B (zh) 2016-03-30
EP2541433A1 (en) 2013-01-02
US9087093B2 (en) 2015-07-21
CN102693233A (zh) 2012-09-26
EP2541433A4 (en) 2018-01-24

Similar Documents

Publication Publication Date Title
WO2012126195A1 (zh) 一种实现电子书签的方法及装置
CN103430140B (zh) 用于管理便携式终端的剪贴板上项目的方法和装置
US9736218B2 (en) Device, system and method for processing character data
US9218381B2 (en) Method and apparatus for portable index on a removable storage medium
GB2515192A (en) Systems and methods for synchronization event building and/or collapsing by a synchronization component of a cloud-based platform
WO2014117707A1 (zh) 基于安卓系统的文件夹管理和显示方法及移动终端
BR112014003009B1 (pt) Método, dispositivo e meio de armazenamento
TW201432437A (zh) 備份使用者介面
CN103631845B (zh) 用于压缩内容文件的自动同步的方法、装置和系统
US20150106335A1 (en) Hierarchical data archiving
WO2015007125A1 (zh) 一种对存储器上的文件进行扫描的方法及装置
WO2014166196A1 (zh) 一种具有文字介绍功能的图片显示和管理的方法和系统
US10489492B2 (en) Sending feature-instruction notifications to user computing devices
US20160275095A1 (en) Electronic device, method and storage medium
WO2014169611A1 (zh) 一种电子文档的数据更新方法及装置
CN103677517A (zh) 一种图片查找方法和装置
CN103150113A (zh) 一种用于触摸屏的显示内容选择方法和装置
WO2017113317A1 (zh) 一种文件编辑方法和文件编辑器
CN106372179A (zh) 一种探测文档变化和同步的方法及系统
CN111782731A (zh) 一种数据同步方法及装置
US10365880B2 (en) Data processing apparatus, data processing method, and non-transitory computer readable medium
WO2017080198A1 (zh) 便签更新方法及装置
JP6610189B2 (ja) 協働文書のオンライン文書管理システムとの同期
JP5783275B2 (ja) 情報処理装置、情報処理システムおよびプログラム
KR20150108253A (ko) 파일 탐색기 제어 방법 및 이를 이용하는 장치

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 13576451

Country of ref document: US

Ref document number: 2011856629

Country of ref document: EP

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

Ref document number: 11856629

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE