WO2011100931A2 - 断点信息管理方法和断点信息管理器 - Google Patents

断点信息管理方法和断点信息管理器 Download PDF

Info

Publication number
WO2011100931A2
WO2011100931A2 PCT/CN2011/072805 CN2011072805W WO2011100931A2 WO 2011100931 A2 WO2011100931 A2 WO 2011100931A2 CN 2011072805 W CN2011072805 W CN 2011072805W WO 2011100931 A2 WO2011100931 A2 WO 2011100931A2
Authority
WO
WIPO (PCT)
Prior art keywords
information
breakpoint
application
query
breakpoint information
Prior art date
Application number
PCT/CN2011/072805
Other languages
English (en)
French (fr)
Other versions
WO2011100931A3 (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 华为技术有限公司
Priority to CN201180000302.3A priority Critical patent/CN102187340B/zh
Priority to PCT/CN2011/072805 priority patent/WO2011100931A2/zh
Publication of WO2011100931A2 publication Critical patent/WO2011100931A2/zh
Publication of WO2011100931A3 publication Critical patent/WO2011100931A3/zh
Priority to US13/962,820 priority patent/US8924991B2/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/541Interprogram communication via adapters, e.g. between incompatible applications
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging
    • G06F11/3636Software debugging by tracing the execution of the program

Definitions

  • Embodiments of the present invention relate to information technology, and in particular, to a breakpoint information management method and a breakpoint information manager. Background technique
  • the e-book player has a bookmark function, and the user can use the bookmark function to mark the breakpoint when pausing or exiting.
  • players that only use e-books can no longer meet the needs of users.
  • Players that integrate multiple applications and can play electronic files in multiple formats have become more and more popular. popular. For example, mobile phones and tablets that can play electronic files such as pictures, audio, video, and e-books.
  • the bookmark function in the e-book player can be used for the file in the e-book format. Since the bookmark function uses the method of saving the page or page number of the breakpoint, this method is only applicable to the markup inside the e-book program, and cannot be applied to the playback of other format files. Moreover, the breakpoint information saved by the bookmark function is only used to continue reading from the breakpoint when the e-book is played next time, and there is no more in-depth analysis of the breakpoint information. In summary, with the existing breakpoint information management method, the application range of breakpoint information is limited. Summary of the invention
  • the embodiment of the invention provides a method for managing breakpoint information, which is used to solve the defects in the prior art and expand the application range of the breakpoint information.
  • the embodiment of the invention further provides a breakpoint information manager, which solves the defects in the prior art and expands the application range of the breakpoint information.
  • the embodiment of the invention provides a method for managing breakpoint information, including:
  • the embodiment of the invention further provides a breakpoint information manager, including:
  • breakpoint information base for storing breakpoint information in at least one application
  • a breakpoint query module configured to acquire breakpoint context information corresponding to the query parameter according to the query parameter obtained from the current application and the stored breakpoint information in the at least one application
  • the interest information calculation module configured to The breakpoint context information calculates the interest information
  • the return module is configured to return the interest information to the current application, so that the current application plays the corresponding electronic file.
  • the embodiment of the present invention acquires a query parameter from the current application, and obtains a corresponding breakpoint context from the stored breakpoint information according to the query parameter.
  • the interest information is calculated according to the breakpoint context and returned to the current application, so that the current application plays the corresponding electronic file according to the interest information. Therefore, through the in-depth analysis of the breakpoint information to obtain the interest information, the breakpoint information is reused, and the electronic file that matches the user's interest characteristics is played to the user, and the application range of the breakpoint information is expanded.
  • FIG. 1 is a flowchart of a method for managing breakpoint information according to Embodiment 1 of the present invention
  • FIG. 2 is a flowchart of a method for managing breakpoint information according to Embodiment 2 of the present invention
  • FIG. 3 is a schematic structural diagram of a breakpoint information manager according to Embodiment 3 of the present invention. detailed description
  • FIG. 1 is a flowchart of a method for managing breakpoint information according to Embodiment 1 of the present invention. As shown in Figure 1, the method includes the following process.
  • Step 101 Obtain breakpoint context information corresponding to the query parameter according to the query parameter obtained from the current application and the stored breakpoint information in the at least one application.
  • Step 102 Calculate the interest information according to the breakpoint context information.
  • Step 103 Return the above interest information to the current application, so that the current application plays the corresponding electronic file.
  • the corresponding breakpoint context may be obtained from the query parameter, the interest information is calculated according to the breakpoint context, and the corresponding information is played according to the interest information.
  • FIG. 2 is a flowchart of a method for managing breakpoint information according to Embodiment 2 of the present invention.
  • the method flow can be performed by a breakpoint information manager.
  • the method includes the following process.
  • the breakpoint information includes breakpoint context information, and further includes at least one of the following information: device identifier, user identifier, and application identifier. Further, the breakpoint information may further include breakpoint time information and the like.
  • Step 201 can be implemented in the following three manners.
  • the breakpoint information manager obtains the breakpoint information reported by the at least one application by saving the interface by calling the breakpoint information when suspending or exiting, and storing.
  • the breakpoint information manager includes a breakpoint information save interface through which the breakpoint information manager is connected to a plurality of applications. For multiple applications, when there is an application pause or exit, the application calls the breakpoint information save interface, through which the breakpoint information of the application itself is reported to the breakpoint information manager.
  • the breakpoint information manager stores the breakpoint information and stores it.
  • the breakpoint information storage interface may adopt an Application Programming Interface (API), and a specific example of the breakpoint information storage interface is: pushBreakPointContext (subscriber identifier, user identifier, application identifier, breakpoint) Contextual information).
  • API Application Programming Interface
  • a specific example of the breakpoint information storage interface is: pushBreakPointContext (subscriber identifier, user identifier, application identifier, breakpoint) Contextual information).
  • the breakpoint information manager intercepts the screen page information through the screen capture operation interface when the at least one application is paused or exited, and obtains the breakpoint information of the at least one application according to the screen page information and stores the information.
  • the breakpoint information manager includes a screen capture operation interface through which the breakpoint information manager is connected to a plurality of applications.
  • the breakpoint information manager monitors multiple applications, and when the monitored application is paused or exited, intercepts the current screen page information through the screen capture operation interface, and obtains the breakpoint information of the application according to the screen page information and Store.
  • the breakpoint information manager processes the current screen page information.
  • a preferred implementation manner is to use a Vector Space Model (VSM) model to the current screen.
  • VSM Vector Space Model
  • Method 3 The breakpoint information manager obtains the break in the at least one application from the storage device Click on the information and save it. This mode is mainly used to reset the breakpoint information manager. In this manner, the breakpoint information stored in the breakpoint information manager is backed up to the storage device in advance, and after the breakpoint information manager performs the reset operation, the backup breakpoint information is obtained from the storage device and stored. .
  • the breakpoint information manager can be deployed as a module on the widget engine client to enhance information sharing between widget applications.
  • the widget engine can monitor the running of the widget application.
  • the application calls the breakpoint information to save the interface to report its own breakpoint information; or, when determining that the breakpoint occurs, the breakpoint information manager for the current application Take a screen capture operation to get breakpoint context information.
  • the breakpoint context information includes but is not limited to: text content, network connection, quality of service (QoS), network configuration, and the like.
  • Step 202 The breakpoint information manager monitors the breakpoint query trigger event.
  • the breakpoint query triggering event may include: the user opens a new application, or the user reopens the exited application, or the user resumes playing the suspended application.
  • the above event is a trigger event for starting the breakpoint query process, and the breakpoint information manager starts step 203 after monitoring the above event.
  • step 202 is a non-essential step, and the breakpoint information manager may not need to trigger any event, and step 203 is started at any time after step 201.
  • Step 203 The breakpoint information manager obtains the query parameter on the interface of the current application by calling the breakpoint information.
  • the query parameter includes at least one of the following information: device identifier, user identifier, and application identifier. Further, the query parameters may further include breakpoint time information and the like.
  • the breakpoint information manager includes a breakpoint information query interface
  • the breakpoint information manager is connected to the plurality of applications through the breakpoint information query interface, and the breakpoint information query interface may adopt an API.
  • the application connected to the breakpoint information manager includes API code for calling the breakpoint information query interface, and if the current program runs to the API code, the current application calls the breakpoint
  • the information query interface reports the query parameters to the breakpoint information manager.
  • VSM(context) popBreakPointContext (device ID, user ID, application ID).
  • step 202 if the user opens a new application, the current application in step 203 is the newly opened application, and the newly opened application calls the breakpoint information query interface to report the query to the breakpoint information manager. parameter. If the user opens the above-mentioned exited application, or continues to play the suspended application, the current application in step 203 is the above-mentioned exited or suspended application, and the exit or paused application invokes the breakpoint information query interface to The breakpoint information manager reports the query parameters.
  • Step 204 The breakpoint information manager obtains a breakpoint context corresponding to the query parameter according to the query parameter obtained from the current application and the stored breakpoint information in the at least one application.
  • the breakpoint information manager performs a query in the stored breakpoint information according to the query parameter, and obtains breakpoint context information corresponding to the parameter.
  • Step 205 The breakpoint information manager determines, according to the query parameter, whether the user reopens the exited application or resumes playing the suspended application. If yes, step 211 is performed; otherwise, step 221 is performed.
  • the breakpoint information manager makes a judgment based on the obtained query parameters. If the information such as the device identifier, the user ID, and the application identifier in the query parameter are the same as the corresponding information in the breakpoint information obtained in the first mode or the second mode in step 201, the user reopens the previously exited application. Or the user resumes the application that was paused before playback.
  • step 201 the user presses the pause button while playing the song, and the breakpoint information manager stores the breakpoint information; in step 202, the user resumes playing the song; in step 203, the breakpoint information
  • the manager obtains the query parameter reported by the song player application calling the breakpoint information query interface; in step 204, the breakpoint information manager judges according to the device identifier, the user identifier, the application identifier, etc. in the query parameter, and learns the user. Resume playback of the paused app.
  • break The point information manager performs a breakpoint recovery operation for the user. Specifically, step 211 is performed.
  • the breakpoint information manager performs an interest information calculation operation for the user, specifically, step 221 is performed.
  • Step 211 The breakpoint information manager returns the breakpoint context information corresponding to the query parameter to the current application.
  • the breakpoint information manager returns the breakpoint context information corresponding to the query parameter to the current application.
  • the current application obtains the breakpoint context information
  • the electronic file indicated by the breakpoint context information is played from the position indicated by the breakpoint context information, and the breakpoint recovery is implemented.
  • Step 221 The breakpoint information manager calculates the interest information according to the breakpoint context information.
  • the interest information is a set of keywords that are extracted according to the context of the breakpoint and represent the interests of the user. Keywords that represent user interests are generally nouns, such as: characters, places, time, item names, trademarks, occupations, architectural styles, song genres, film and television works, sports, and so on.
  • calculating the interest information according to the breakpoint context information described above includes two steps. Step 1: Calculate the temporary interest information according to the above breakpoint context information. Step 2: Calculate interest information based on temporary interest information.
  • the specific process of the above two steps is as follows.
  • Step 1 Calculate the temporary interest information according to the above breakpoint context information.
  • the text of the breakpoint context information is represented by a vector, and each feature item in the vector and its weight constitute temporary interest information.
  • the above-described breakpoint context information may be represented as a vector by using a VSM.
  • a word or a phrase can be selected as a vector of the above-mentioned feature context information as a vector in the vector space
  • the text of the breakpoint context information is first subjected to a word segmentation operation, and the word obtained by the word segmentation operation is represented as a dimension of the vector.
  • the break The text of the point context information.
  • the weight of each feature item can be expressed in the form of 0, 1. That is, if the word appears in the text of the breakpoint context information, the weight of the feature item corresponding to the word in the text vector of the breakpoint context information is 1; otherwise, if the word does not appear in the text of the breakpoint context information Then, the weight of the feature item corresponding to the word in the text vector of the breakpoint context information is 0.
  • the weight of each feature item can also be expressed in the form of word frequency.
  • the word frequency can be either absolute word frequency or relative word frequency.
  • the absolute word frequency method uses the frequency of the word appearing in the text of the breakpoint context information to represent the weight of the feature item corresponding to the word in the text of the breakpoint context information.
  • the relative word frequency method uses the normalized word frequency of the word to represent the weight of the feature item corresponding to the word in the text of the breakpoint context information.
  • the normalized word frequency can be calculated by using the term Frequency-Inverse Document Frequency (TF-IDF) formula.
  • TF-IDF is a statistical method used to assess the importance of a word for a file set or one of the files in a corpus.
  • the Document Frequency (DF) is calculated by dividing the number of pages in which a word appears by the total number of pages included in the eBook.
  • the breakpoint information of the plurality of applications is calculated by the above method, and the temporary interest information of the plurality of applications is obtained.
  • Each temporary interest message is used by at least one representative A collection of keywords that are of interest to the user.
  • Step 2 Calculate interest information based on temporary interest information.
  • the temporary interest information of at least one application obtained in the first step is subjected to a set operation, and the operation result is used as the interest information.
  • the specific algorithm of the set operation may be set according to actual needs, including: performing a parallel operation, a difference operation, or an intersection operation on the set corresponding to the temporary interest information.
  • Each interest information is also a collection of at least one keyword representing the user's interest.
  • Step 222 The breakpoint information manager returns the above interest information to the current application.
  • the breakpoint information manager returns the interest information calculated in step 221 to the current application.
  • the electronic file associated with the interest information is queried and played in an electronic file in a format that can be played by itself.
  • the picture application invokes a breakpoint information query interface; in step 221, the breakpoint information manager performs calculation based on the stored breakpoint information of the plurality of applications, and obtains the interest information as "Ranwu Lake”.
  • the breakpoint information manager returns the interest information to the picture application as "Ranwu Lake", and the image application queries the electronic playback device to store the image related to "Ranwu Lake” according to the interest information. , the image application plays the above picture related to "Ranwu Lake”.
  • the breakpoint information manager may be set in the local area of the electronic playing device, or may be set in the network server, and may also be set at the same time in the local area of the electronic playing device and the network server.
  • the query parameter may include only the application identifier, which is used to distinguish different applications in the electronic playback device. Further, in consideration of the case where a plurality of users share one electronic playing device, the query parameter may further include a user identifier for distinguishing different users who use the electronic playing device.
  • the device ID may or may not include the device ID. If the device ID is included, the device ID is set to a fixed value.
  • the breakpoint information manager can also be set on the network server.
  • the network server can not only manage the breakpoint information of multiple applications in one electronic playback device, but also manage the breakpoint information of the cross-electronic playback device.
  • the query parameters include: device identifier and application identifier. The device identification is used to distinguish different electronic playback devices in the network. Application IDs are used to distinguish between different applications. Further, the query parameter may further include a user identifier for distinguishing different users.
  • the breakpoint information manager can be set both at the electronic playback device local and on the network server.
  • the electronic playback device and the network server periodically synchronize with each other to update the stored breakpoint information.
  • the breakpoint information manager can be queried to the breakpoint information manager local to the electronic playback device or the breakpoint information manager of the network server.
  • the query parameters include at least a device identifier and an application identifier, and may also include a user identifier. Accordingly, a specific implementation of the specific parameters of the breakpoint query interface is as follows.
  • the user identifier may default to the user identifier of the current network system, and may be automatically written by the network system.
  • the device identifier When the breakpoint information is queried locally on the electronic playback device, the device identifier may be "local"; when the server queries the breakpoint information, the device identifier may be the device identifier of a device in the network.
  • the application ID can be "this"; when you need to query the breakpoint information of all applications, the application ID can be "*”.
  • the breakpoint information manager implements the breakpoint recovery process.
  • a common embodiment is that the e-book application continues from the breakpoint of the last pause or exit operation. Play. If the device IDs are different and the user ID and the application ID are the same, the breakpoint information manager can implement breakpoint information management across devices.
  • the corresponding breakpoint context is obtained from the query parameter, and if the user reopens the exited application or resumes playing the suspended application, the player plays The breakpoint context information corresponding to the above query parameter is used for breakpoint recovery; if the user does not reopen the exited application or resumes playing the suspended application
  • the program calculates the interest information according to the breakpoint context, and plays the corresponding electronic file according to the interest information. Therefore, the breakpoint information is used again by in-depth analysis, and the breakpoint recovery is performed according to the application opened by the user or the electronic file conforming to the user's interest characteristics is played, thereby expanding the application range of the breakpoint information.
  • FIG. 3 is a schematic structural diagram of a breakpoint information manager according to Embodiment 3 of the present invention.
  • the breakpoint information manager includes: a breakpoint information base 31, a breakpoint query module 32, an interest information calculation module 33, and a return module 34.
  • the breakpoint information base 31 is configured to store breakpoint information in at least one application.
  • the breakpoint query module 32 is configured to obtain breakpoint context information corresponding to the query parameter according to the obtained query parameter and the breakpoint information in the at least one application stored in the breakpoint information base 31.
  • the interest information calculation module 33 is for calculating interest information based on the above-described breakpoint context information.
  • the return module 34 is configured to return the above interest information to the current application, so that the current application plays the corresponding electronic file.
  • the breakpoint information manager further includes: a breakpoint saving module 35.
  • the breakpoint saving module 35 includes a breakpoint information saving interface, and connects at least one application program through the breakpoint information saving interface, and is configured to acquire at least one application program to save the breakpoint information reported by the interface by calling the breakpoint information when suspending or exiting, and storing Go to the breakpoint information base 31.
  • the breakpoint saving module 35 includes a screen capture operation interface, and connects at least one application program through the screen capture operation interface, and is configured to intercept screen page information through the screen capture operation interface when monitoring at least one application pause or exit, according to the screen page. The information acquires breakpoint information of the application and stores it in the breakpoint information base 31.
  • the breakpoint saving module 35 is configured to acquire breakpoint information in at least one application from the storage device and store it in the breakpoint information base 31.
  • the breakpoint query module 32 includes a breakpoint information query interface, and connects the current application program through the breakpoint information query interface, and obtains the query parameter reported by the current application program by querying the breakpoint information query interface.
  • the breakpoint information storage interface and the breakpoint information query interface are an application programming interface API.
  • the interest information calculation module 33 is configured to use the VSM to represent the breakpoint context information as a vector, obtain temporary interest information, and perform a set operation on the temporary interest information to obtain the interest information.
  • breakpoint storage module 35 For the specific functions and detailed operations of the breakpoint storage module 35, the breakpoint information library 31, the breakpoint query module 32, the interest information calculation module 33, and the return module 34 in the above-mentioned breakpoint information manager, refer to the first embodiment of the present invention. And the description of the second embodiment.
  • the breakpoint information library stores the breakpoint information in at least one application
  • the breakpoint query module obtains the query parameter from the current application, and obtains the corresponding breakpoint from the breakpoint information base according to the query parameter.
  • Context the interest information calculation module calculates the interest information according to the breakpoint context
  • the return module returns the interest information to the current application
  • the current application plays the electronic file corresponding to the interest information. Therefore, the in-depth analysis of the breakpoint information is used again, and the electronic file that matches the user's interest characteristics is played to the user, and the application range of the breakpoint information is expanded.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Quality & Reliability (AREA)
  • Computer Hardware Design (AREA)
  • User Interface Of Digital Computer (AREA)
  • Debugging And Monitoring (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
  • Telephonic Communication Services (AREA)
  • Stored Programmes (AREA)

Description

断点信息管理方法和断点信息管理器
技术领域
本发明实施例涉及信息技术, 尤其涉及一种断点信息管理方法和断点信 息管理器。 背景技术
随着电子书的盛行, 用户的读书阅读习惯慢慢由传统的纸张媒介转变为 电子媒介。 采用电子媒介的方式阅读, 用户在阅读过程中暂停或退出的点称 为断点, 与断点相关的内容称为断点上下文。 为了便于用户记忆和下次继续 阅读, 电子书播放器设置了书签功能, 用户可以在暂停或退出时采用书签功 能对断点进行标记。
目前, 随着各种格式的电子文件的增多, 仅用于阅读电子书的播放器已 经不能满足用户的需要, 集成了多种应用程序并能够播放多种格式电子文件 的播放器已经越来越普及。 例如, 能够播放图片、 音频、 视频、 电子书等电 子文件的移动电话和平板电脑等。
在多种应用程序的播放器中, 对于电子书格式的文件可以采用电子书播 放器中的书签功能。 由于书签功能采用保存断点的页面或页码的方式, 该方 式仅适用于电子书程序内部进行标记, 无法应用到其它格式文件的播放中。 并且,书签功能保存的断点信息仅用于下次播放电子书时从断点处继续阅读, 并没有对断点信息进行更加深入的分析使用。 总之, 采用现有的断点信息管 理方法, 断点信息的应用范围受到限制。 发明内容
本发明实施例提供一种断点信息管理方法,用以解决现有技术中的缺陷, 扩大断点信息的应用范围。 本发明实施例还提供一种断点信息管理器,用以解决现有技术中的缺陷, 扩大断点信息的应用范围。
本发明实施例提供一种断点信息管理方法, 包括:
根据从当前应用程序获取的查询参数和存储的至少一个应用程序中的断 点信息, 获取所述查询参数对应的断点上下文信息;
根据所述断点上下文信息计算兴趣信息;
向所述当前应用程序返回所述兴趣信息, 以使所述当前应用程序播放对 应的电子文件。
本发明实施例还提供一种断点信息管理器, 包括:
断点信息库, 用于存储至少一个应用程序中的断点信息;
断点查询模块, 用于根据从当前应用程序获取的查询参数和存储的至少 一个应用程序中的断点信息, 获取所述查询参数对应的断点上下文信息; 兴趣信息计算模块, 用于根据所述断点上下文信息计算兴趣信息; 返回模块, 用于向所述当前应用程序返回所述兴趣信息, 以使所述当前 应用程序播放对应的电子文件。
由上述技术方案可知, 本发明实施例在获取至少一个应用程序中的断点 信息之后, 获取来自当前应用程序的查询参数, 根据该查询参数从存储的断 点信息中获取对应的断点上下文, 根据上述断点上下文计算兴趣信息并返回 给当前应用程序, 使得当前应用程序根据该兴趣信息播放对应的电子文件。 从而通过对断点信息进行深入分析获得兴趣信息,对断点信息进行再次使用, 实现了向用户播放符合该用户兴趣特点的电子文件, 扩大了断点信息的应用 范围。 附图说明
为了更清楚地说明本发明实施例或现有技术中的技术方案, 下面将对实 施例或现有技术描述中所需要使用的附图作简单地介绍, 显而易见地, 下面 描述中的附图仅仅是本发明的一些实施例, 对于本领域普通技术人员来讲, 在不付出创造性劳动的前提下, 还可以根据这些附图获得其他的附图。
图 1为本发明实施例一的断点信息管理方法的流程图;
图 2为本发明实施例二的断点信息管理方法的流程图;
图 3为本发明实施例三的断点信息管理器的结构示意图。 具体实施方式
下面将结合本发明实施例中的附图, 对本发明实施例中的技术方案进行 清楚、 完整地描述, 显然, 所描述的实施例仅仅是本发明一部分实施例, 而 不是全部的实施例。 基于本发明中的实施例, 本领域普通技术人员在没有做 出创造性劳动前提下所获得的所有其他实施例, 都属于本发明保护的范围。
图 1为本发明实施例一的断点信息管理方法的流程图。 如图 1所示, 该 方法包括如下过程。
步骤 101 : 根据从当前应用程序获取的查询参数和存储的至少一个应用 程序中的断点信息, 获取上述查询参数对应的断点上下文信息。
步骤 102: 根据上述断点上下文信息计算兴趣信息。
步骤 103: 向当前应用程序返回上述兴趣信息, 以使当前应用程序播放 对应的电子文件。
在本发明实施例一中, 在获取至少一个应用程序中的断点信息之后, 还 可以通过查询参数从中获取对应的断点上下文, 根据上述断点上下文计算兴 趣信息, 并根据兴趣信息播放对应的电子文件。 从而通过对断点信息进行深 入分析对其再次使用, 实现向用户播放符合该用户兴趣特点的电子文件, 扩 大了断点信息的应用范围。
图 2为本发明实施例二的断点信息管理方法的流程图。 在实际应用中, 可以通过断点信息管理器执行该方法流程。 如图 2所示, 该方法包括如下过 程。 步骤 201 : 断点信息管理器存储至少一个应用程序中的断点信息。
在本步骤中, 断点信息中包括断点上下文信息, 并且还包括如下信息中 的至少一项: 设备标识、 用户标识、 应用程序标识。 进一步地, 断点信息中 还可以包括断点时间信息等。
步骤 201具体可以采用如下三种方式实现。
方式一: 断点信息管理器获取上述至少一个应用程序在暂停或退出时通 过调用断点信息保存接口上报的断点信息并存储。 采用此方式, 断点信息管 理器中包括断点信息保存接口, 断点信息管理器通过该断点信息保存接口与 多个应用程序连接。 对于多个应用程序, 当其中存在应用程序暂停或退出时, 该应用程序调用断点信息保存接口, 通过该接口向断点信息管理器上报该应 用程序自身的断点信息。 断点信息管理器获取断点信息后对其进行存储。 具 体地, 该断点信息保存接口可以采用应用程序编程接口 ( Application Programming Interface, 简称 API ) , 该断点信息保存接口的一个具体实例 为: pushBreakPointContext (备标识, 用户标识, 应用程序标识, 断点上下 文信息) 。
方式二:断点信息管理器当监控到上述至少一个应用程序暂停或退出时, 通过截屏操作接口截取屏幕页面信息, 根据该屏幕页面信息获取上述至少一 个应用程序的断点信息并存储。 采用此方式, 断点信息管理器中包括截屏操 作接口, 断点信息管理器通过该截屏操作接口与多个应用程序连接。 断点信 息管理器对多个应用程序进行监控, 当监控到存在应用程序暂停或退出时, 通过截屏操作接口截取当前屏幕页面信息, 根据该屏幕页面信息获取该应用 程序的断点信息并对其进行存储。 具体地, 在截取到当前屏幕页面信息之后, 断点信息管理器对当前屏幕页面信息进行处理, 一种较佳的实施方式是, 采 用向量空间模型 (Vector Space Model, 简称 VSM )模型对当前屏幕页面信 息进行处理, 将其表示为矢量化形式, 以获取的该矢量作为断点信息。
方式三: 断点信息管理器从存储设备获取上述至少一个应用程序中的断 点信息并存储。 此方式主要用于对断点信息管理器进行复位的情况。 采用此 方式, 预先将断点信息管理器中存储的断点信息备份到存储设备, 当该断点 信息管理器进行复位操作后 , 从该存储设备中获取备份的断点信息并对其进 行存储。
以啟件(widget ) 系统为例, 断点信息管理器可以作为一个模块部署在 widget 引擎客户端, 从而增强 widget 的应用程序之间的信息共享。 widget 引擎可以监控 widget应用程序的运行, 当判断断点发生时, 应用程序调用断 点信息保存接口上报自身的断点信息; 或者, 当判断断点发生时, 断点信息 管理器对当前应用程序进行截屏操作, 获取断点上下文信息。 其中, 断点上 下文信息中包括但不限于: 文本内容、 网络连接、 网络服务质量(Quality of Service, 简称 QoS ) 、 网络配置等。
步骤 202: 断点信息管理器监控到断点查询触发事件。
在本步骤中, 断点查询触发事件可以包括: 用户打开新的应用程序, 或, 用户重新打开上述退出的应用程序, 或, 用户恢复播放上述暂停的应用程序。 上述事件为启动断点查询过程的触发事件, 断点信息管理器在监控到上述事 件之后开始执行步骤 203。
或者, 步骤 202为非必要步骤, 断点信息管理器可以不需要任何事件的 触发, 在步骤 201之后的任意时刻开始执行步骤 203。
步骤 203: 断点信息管理器获取当前应用程序通过调用断点信息查询接 口上 的查询参数。
在本步骤中, 查询参数包括如下信息中的至少一项: 设备标识、 用户标 识、 应用程序标识。 进一步地, 查询参数还可以包括断点时间信息等。
具体地, 断点信息管理器中包括断点信息查询接口, 断点信息管理器通 过该断点信息查询接口与多个应用程序连接, 该断点信息查询接口可以采用 API。与断点信息管理器连接的应用程序中包括用于调用断点信息查询接口的 API代码, 如果当前程序运行到该 API代码, 则当前应用程序通过调用断点 信息查询接口向断点信息管理器上报查询参数。 该断点信息查询接口的一个 具体实例为: VSM(context)=popBreakPointContext (设备标识, 用户标识, 应用程序标识) 。
在步骤 202中, 如果用户打开新的应用程序, 则步骤 203中的当前应用 程序为该新打开的应用程序, 由该新打开的应用程序调用断点信息查询接口 向断点信息管理器上报查询参数。 如果用户打开上述退出的应用程序, 或继 续播放上述暂停的应用程序, 则步骤 203中的当前应用程序为上述退出或暂 停的应用程序, 由上述退出或暂停的应用程序调用断点信息查询接口向断点 信息管理器上报查询参数。
步骤 204: 断点信息管理器根据从当前应用程序获取的查询参数和存储 的至少一个应用程序中的断点信息, 获取上述查询参数对应的断点上下文信 自
在本步骤中, 断点信息管理器根据查询参数在存储的断点信息中进行查 询, 获取该参数对应的断点上下文信息。
步骤 205: 断点信息管理器根据查询参数判断用户是否重新打开退出的 应用程序或恢复播放暂停的应用程序, 如果是, 执行步骤 211 , 否则, 执行 步骤 221。
在本步骤中, 断点信息管理器根据获取的查询参数进行判断。 如果查询 参数中的设备标识、 用户标识、 应用程序标识等信息均与步骤 201 中采用方 式一或方式二获取的断点信息中的相应信息相同, 则说明用户重新打开了之 前退出的应用程序, 或者用户恢复播放之前暂停的应用程序。 例如, 在步骤 201 中用户在播放歌曲时按下暂停键, 断点信息管理器对该断点信息进行了 存储; 在步骤 202中, 该用户恢复播放该歌曲; 在步骤 203中, 断点信息管 理器获取到歌曲播放器应用程序调用断点信息查询接口上报的查询参数; 在 步骤 204中, 断点信息管理器根据查询参数中的设备标识、 用户标识、 应用 程序标识等进行判断, 获知用户恢复播放暂停的应用程序。 在此情况下, 断 点信息管理器为用户进行断点恢复操作, 具体地, 执行步骤 211。 否则, 如 果查询参数中的设备标识、 用户标识、 应用程序标识等信息与步骤 201 中采 用方式一或方式二获取的断点信息中的相应信息不同, 则说明用户打开了新 的应用程序, 而不是继续使用之前暂停或退出的应用程序。 在此情况下, 断 点信息管理器为用户进行兴趣信息计算操作, 具体地, 执行步骤 221。
步骤 211 : 断点信息管理器向当前应用程序返回上述查询参数对应的断 点上下文信息。
在本步骤中, 断点信息管理器向当前应用程序返回上述查询参数对应的 断点上下文信息。 当前应用程序获取该断点上下文信息后, 从该断点上下文 信息指示的位置, 播放该断点上下文信息指示的电子文件, 实现断点恢复。
步骤 221: 断点信息管理器根据上述断点上下文信息计算兴趣信息。 在本步骤中, 兴趣信息是根据断点上下文抽取出的一些代表用户兴趣的 关键词组成的集合。 代表用户兴趣的关键词一般是名词, 例如: 人物、 地点、 时间、 物品名称、 商标、 职业、 建筑风格、 歌曲流派、 影视作品、 运动项目 等。
具体地, 根据上述断点上下文信息计算兴趣信息包括两个步骤。 第一步: 根据上述断点上下文信息计算计算临时兴趣信息。 第二步: 根据临时兴趣信 息计算兴趣信息。 上述两个步骤的具体过程如下。
第一步: 根据上述断点上下文信息计算临时兴趣信息。 在第一步中, 以 向量来表示断点上下文信息的文本, 向量中的各个特征项及其权重构成临时 兴趣信息。具体地,可以采用 VSM将上述断点上下文信息表示为向量。例如: 断点上下文信息的文本对应的向量为(W1 , W2, W3... ... Wn ), 其中, Wi 为第 i 个特征项的权重, i=1 , 2, ..· , n。 可以选取字、 词或词组作为上述特 点上下文信息的文本表示为向量空间中的一个向量之前, 先要对断点上下文 信息的文本进行分词操作, 由分词操作获得的词作为向量的维数来表示该断 点上下文信息的文本。
每一个特征项的权重可以采用 0、 1的形式表示。 即, 如果断点上下文信 息的文本中出现了该词, 那么断点上下文信息的文本向量中的该词对应的特 征项的权重为 1 ; 否则, 如果断点上下文信息的文本中没有出现该词, 那么 断点上下文信息的文本向量中的该词对应的特征项的权重为 0。
每一个特征项的权重也可以采用词频的形式表示。 具体地, 词频的可以 绝对词频和相对词频两种方式。 其中, 绝对词频的方式使用词在断点上下文 信息的文本中出现的频率表示断点上下文信息的文本中该词对应的特征项的 权重。 相对词频的方式使用词的归一化的词频表示断点上下文信息的文本中 该词对应的特征项的权重。 归一化的词频具体可以采用词频反文档频率 ( Term Frequency-Inverse Document Frequency, 简称 TF-IDF )公式进行 计算。 TF-IDF是一种统计方法, 用以评估一个字词对于一个文件集或一个语 料库中的其中一份文件的重要程度。 字词的重要性随着它在文件中出现的次 数成正比增加, 但同时会随着它在语料库中出现的频率成反比下降。 以 TF-IDF方法应用于电子书的断点信息为例。 词频(Term Frequency , 简称 TF ) 的计算方法是: 一个词语在当前断点页面出现的次数除以当前断点页面 的总词语数。 例如, 当前页面的总词语数是 100个, 而词 "然乌湖" 出现了 10次, 那么 "然乌湖"一词在该断点页面中的词频就是 10/100=0.1。 文档频 率 ( Document Frequency, 简称 DF )的计算方法是: 出现一个词语的页面 的个数除以电子书包含的页面总数。 逆向文档频率的计算方法是: 逆向文档 频率 =ln (电子书包含的页面总数 /出现一个词语的页面的个数)。 例如, "然乌 湖"一词在 1 ,000份页面出现过, 而页面总数是 10,000,000份, 其逆向文档 频率为: ln(10,000,000 / 1 ,000)=9.21。 则计算得到 "然乌湖"一词的 TF-IDF 的分数为: 0.1*9.21 =0.92。
在第一步中, 采用上述方法, 对多个应用程序的断点信息进行运算, 获 取多个应用程序的临时兴趣信息。 每个临时兴趣信息都是由至少一个代表用 户兴趣的关键词组成的集合。
第二步: 根据临时兴趣信息计算兴趣信息。 在第二步中, 对第一步获得 的至少一个应用程序的临时兴趣信息进行集合运算, 将运算结果作为兴趣信 息。 其中, 可以根据实际需要设置集合运算的具体运算法则, 包括: 对临时 兴趣信息对应的集合进行并运算、 差运算或者交运算等。 每个兴趣信息也是 由至少一个代表用户兴趣的关键词组成的集合。
步骤 222: 断点信息管理器向当前应用程序返回上述兴趣信息。
在本步骤中, 断点信息管理器向当前应用程序返回步骤 221 中计算得到 的兴趣信息。 当前应用程序获取该兴趣信息后, 在自身能够播放的格式的电 子文件中, 查询并播放与该兴趣信息相关的电子文件。 例如, 在步骤 203中, 图片应用程序调用断点信息查询接口; 在步骤 221 中, 断点信息管理器根据 存储的多种应用程序的断点信息进行计算, 获得兴趣信息为 "然乌湖" ; 在 步骤 222中, 断点信息管理器向图片应用程序返回兴趣信息为 "然乌湖" , 图片应用程序根据该兴趣信息, 查询到电子播放设备中保存有与 "然乌湖" 相关的图片, 则图片应用程序播放上述与 "然乌湖" 相关的图片。
在上述技术方案的基础上, 断点信息管理器可以设置于电子播放设备本 地, 也可以设置于网络服务端, 还可以在电子播放设备本地和网络服务端同 时设置。
对于断点信息管理器设置于电子播放设备本地的情况, 查询参数中可以 只包括应用程序标识, 用于区分该电子播放设备中不同的应用程序。 进一步 地, 考虑到多个用户共用一台电子播放设备的情况, 查询参数中还可以包括 用户标识, 用于区分使用该电子播放设备的不同的用户。 此情况下, 查询参 数中可以包括设备标识, 也可以不包括设备标识, 如果包括设备标识, 则该 设备标识设置为一个固定值。
除了断点信息管理器设置于电子播放设备本地的情况, 该断点信息管理 器还可以设置于网络服务端。 例如, 在智能家电网络中, 电视、 音响、 计算 机、 电子相册等多种电子播放设备通过网络互联, 在该网络中具有网络服务 端。 将该断点信息管理器设置于网络服务端中, 不仅可以对一台电子播放设 备内多种应用程序的断点信息进行管理, 还可以对跨电子播放设备的断点信 息进行管理。 对于断点信息管理器设置于网络服务端的情况, 查询参数中包 括: 设备标识和应用程序标识。 设备标识用于区分网络中不同的电子播放设 备。 应用程序标识用于区分不同的应用程序。 进一步地, 查询参数中还可以 包括用于区分不同用户的用户标识。
或者,断点信息管理器可以在电子播放设备本地和网络服务端同时设置。 在此情况下, 电子播放设备与网络服务端都定期与对方进行同步操作, 更新 各自存储的断点信息。 对于断点信息管理器在电子播放设备本地和网络服务 端同时设置的情况, 可以向电子播放设备本地的断点信息管理器或网络服务 端的断点信息管理器进行断点查询。 查询参数中至少包括设备标识和应用程 序标识, 还可以包括用户标识。 相应地, 断点查询接口的具体参数的一种具 体实施方式如下。 其中, 用户标识可以默认为登录当前网络系统的用户标识, 可以由网络系统自动写入。 当在电子播放设备本地查询断点信息时, 设备标 识可以为 "local" ; 当在服务端查询断点信息时, 设备标识可以为网络中的一 个设备的设备标识。 当需要查询当前应用程序的断点信息时, 应用程序标识 可以为 "this" ; 当需要查询所有应用程序的断点信息时, 应用程序标识可以 为 "*"。 当设备标识、 用户标识和应用程序标识均相同时, 断点信息管理器 实现断点恢复过程, 一个常见的具体实施例是, 电子书应用程序中从上一次 暂停或退出操作的断点开始继续播放。 如果设备标识不同, 而用户标识和应 用程序标识均相同, 则断点信息管理器可以实现跨设备的断点信息管理。
在本发明实施例二中, 在获取至少一个应用程序中的断点信息之后, 通 过查询参数从中获取对应的断点上下文, 如果用户重新打开退出的应用程序 或恢复播放暂停的应用程序, 则播放上述查询参数对应的断点上下文信息进 行断点恢复; 如果用户没有重新打开退出的应用程序或恢复播放暂停的应用 程序, 则根据上述断点上下文计算兴趣信息, 并根据兴趣信息播放对应的电 子文件。 从而通过对断点信息进行深入分析对其再次使用, 根据用户打开的 应用程序实现断点恢复或向用户播放符合该用户兴趣特点的电子文件, 因此 扩大了断点信息的应用范围。
图 3为本发明实施例三的断点信息管理器的结构示意图。 如图 3所示, 该断点信息管理器包括: 断点信息库 31、 断点查询模块 32、 兴趣信息计算 模块 33和返回模块 34。
其中, 断点信息库 31用于存储至少一个应用程序中的断点信息。 断点查 询模块 32用于根据获取的查询参数和断点信息库 31中存储的至少一个应用 程序中的断点信息, 获取查询参数对应的断点上下文信息。 兴趣信息计算模 块 33用于根据上述断点上下文信息计算兴趣信息。 返回模块 34用于向当前 应用程序返回上述兴趣信息, 以使所述当前应用程序播放对应的电子文件。
在上述技术方案的基础上, 进一步地, 该断点信息管理器还包括: 断点 保存模块 35。 断点保存模块 35包括断点信息保存接口, 通过断点信息保存 接口连接至少一个应用程序, 用于获取至少一个应用程序在暂停或退出时通 过调用断点信息保存接口上报的断点信息并存储到所述断点信息库 31。 或 者, 断点保存模块 35包括截屏操作接口,通过截屏操作接口连接至少一个应 用程序, 用于当监控到至少一个应用程序暂停或退出时, 通过该截屏操作接 口截取屏幕页面信息, 根据该屏幕页面信息获取该应用程序的断点信息并存 储到断点信息库 31。 或者, 断点保存模块 35用于从存储设备获取至少一个 应用程序中的断点信息并存储到所述断点信息库 31。
在上述技术方案的基础上, 具体地, 断点查询模块 32包括断点信息查询 接口, 通过断点信息查询接口连接当前应用程序, 获取当前应用程序通过调 用断点信息查询接口上报的查询参数。
在上述技术方案的基础上, 具体地, 上述断点信息保存接口和上述断点 信息查询接口为应用程序编程接口 API。 在上述技术方案的基础上,具体地,兴趣信息计算模块 33用于采用 VSM 将断点上下文信息表示为向量, 获取临时兴趣信息, 并对该临时兴趣信息进 行集合运算, 获取兴趣信息。
上述断点信息管理器中的断点保存模块 35、 断点信息库 31、 断点查询 模块 32、兴趣信息计算模块 33和返回模块 34的具体功能和执行的详细操作 可以参见本发明实施例一和实施例二的记载。
在本发明实施例三中,断点信息库存储至少一个应用程序中的断点信息, 断点查询模块获取来自当前应用程序的查询参数, 并根据查询参数从断点信 息库获取对应的断点上下文, 兴趣信息计算模块根据上述断点上下文计算兴 趣信息, 返回模块向当前应用程序返回兴趣信息, 当前应用程序播放兴趣信 息对应的电子文件。 从而通过对断点信息进行深入分析对其再次使用, 实现 向用户播放符合该用户兴趣特点的电子文件, 扩大了断点信息的应用范围。
需要说明的是: 对于前述的各方法实施例, 为了简单描述, 故将其都表 述为一系列的动作组合, 但是本领域技术人员应该知悉, 本发明并不受所描 述的动作顺序的限制, 因为依据本发明, 某些步骤可以采用其他顺序或者同 时进行。 其次, 本领域技术人员也应该知悉, 说明书中所描述的实施例均属 于优选实施例, 所涉及的动作和模块并不一定是本发明所必须的。
在上述实施例中, 对各个实施例的描述都各有侧重, 某个实施例中没有 详述的部分, 可以参见其他实施例的相关描述。
本领域普通技术人员可以理解: 实现上述方法实施例的全部或部分步骤 可以通过程序指令相关的硬件来完成, 前述的程序可以存储于一计算机可读 取存储介质中, 该程序在执行时, 执行包括上述方法实施例的步骤; 而前述 的存储介质包括: ROM、 RAM, 磁碟或者光盘等各种可以存储程序代码的介 质。
最后应说明的是: 以上实施例仅用以说明本发明的技术方案, 而非对其 限制; 尽管参照前述实施例对本发明进行了详细的说明, 本领域的普通技术 人员应当理解: 其依然可以对前述各实施例所记载的技术方案进行修改, 或 者对其中部分技术特征进行等同替换; 而这些修改或者替换, 并不使相应技 术方案的本质脱离本发明各实施例技术方案的精神和范围。

Claims

权 利 要求
1、 一种断点信息管理方法, 其特征在于, 包括:
根据从当前应用程序获取的查询参数和存储的至少一个应用程序中的断 点信息, 获取所述查询参数对应的断点上下文信息;
Figure imgf000016_0001
向所述当前应用程序返回所述兴趣信息, 以使所述当前应用程序播放对 应的电子文件。
2、 根据权利要求 1所述的方法, 其特征在于,
所述断点信息包括: 断点上下文信息, 还包括: 设备标识、 用户标识、 应用程序标识中的至少一项;
所述查询参数包括: 设备标识、 用户标识、 应用程序标识中的至少一项。
3、 根据权利要求 1所述的方法, 其特征在于, 所述根据从当前应用程序 获取的查询参数和存储的至少一个应用程序中的断点信息, 获取所述查询参 数对应的断点上下文信息之前, 还包括:
获取所述至少一个应用程序在暂停或退出时通过调用断点信息保存接口 上报的断点信息并存储;
或, 当监控到所述至少一个应用程序暂停或退出时, 通过截屏操作接口 截取屏幕页面信息, 根据所述屏幕页面信息获取所述至少一个应用程序的断 点信息并存储;
或, 从存储设备获取所述至少一个应用程序中的断点信息并存储。
4、 根据权利要求 3所述的方法, 其特征在于, 所述根据从当前应用程序 获取的查询参数和存储的至少一个应用程序中的断点信息, 获取所述查询参 数对应的断点上下文信息之前, 还包括:
获取当前应用程序通过调用断点信息查询接口上报的查询参数。
5、 根据权利要求 4所述的方法, 其特征在于,
所述断点信息保存接口和所述断点信息查询接口为应用程序编程接口 API。
6、根据权利要求 1至 5中任意一项所述的方法, 其特征在于, 所述根据 所述断点上下文信息计算兴趣信息包括:
采用向量空间模型 VSM将所述断点上下文信息表示为向量,获取临时兴 趣信息;
对所述临时兴趣信息进行集合运算, 获取所述兴趣信息。
7、 一种断点信息管理器, 其特征在于, 包括:
断点信息库, 用于存储至少一个应用程序中的断点信息;
断点查询模块, 用于根据从当前应用程序获取的查询参数和存储的至少 一个应用程序中的断点信息, 获取所述查询参数对应的断点上下文信息; 兴趣信息计算模块, 用于根据所述断点上下文信息计算兴趣信息; 返回模块, 用于向所述当前应用程序返回所述兴趣信息, 以使所述当前 应用程序播放对应的电子文件。
8、 根据权利要求 7所述的断点信息管理器, 其特征在于, 还包括: 断点 保存模块;
所述断点保存模块通过断点信息保存接口连接所述至少一个应用程序, 用于获取所述至少一个应用程序在暂停或退出时通过调用断点信息保存接口 上报的断点信息并存储到所述断点信息库;
或, 所述断点保存模块通过截屏操作接口连接所述至少一个应用程序, 用于当监控到所述至少一个应用程序暂停或退出时, 通过所述截屏操作接口 截取屏幕页面信息, 根据所述屏幕页面信息获取所述至少一个应用程序的断 点信息并存储到所述断点信息库;
或, 所述断点保存模块用于从存储设备获取所述至少一个应用程序中的 断点信息并存储到所述断点信息库。
9、 根据权利要求 8所述的断点信息管理器, 其特征在于,
所述断点查询模块具体通过断点信息查询接口连接当前应用程序, 具体 用于获取所述当前应用程序通过调用断点信息查询接口上报的查询参数。
10、 根据权利要求 9所述的断点信息管理器, 其特征在于,
所述断点信息保存接口和所述断点信息查询接口为应用程序编程接口
API。
11、 根据权利要求 7至 10中任意一项所述的断点信息管理器, 其特征 在于,
所述兴趣信息计算模块具体用于采用向量空间模型 VSM 将所述断点上 下文信息表示为向量, 获取临时兴趣信息, 对所述临时兴趣信息进行集合运 算, 获取所述兴趣信息。
PCT/CN2011/072805 2011-04-14 2011-04-14 断点信息管理方法和断点信息管理器 WO2011100931A2 (zh)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CN201180000302.3A CN102187340B (zh) 2011-04-14 2011-04-14 断点信息管理方法和断点信息管理器
PCT/CN2011/072805 WO2011100931A2 (zh) 2011-04-14 2011-04-14 断点信息管理方法和断点信息管理器
US13/962,820 US8924991B2 (en) 2011-04-14 2013-08-08 Breakpoint information management method and breakpoint information manager

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2011/072805 WO2011100931A2 (zh) 2011-04-14 2011-04-14 断点信息管理方法和断点信息管理器

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/962,820 Continuation US8924991B2 (en) 2011-04-14 2013-08-08 Breakpoint information management method and breakpoint information manager

Publications (2)

Publication Number Publication Date
WO2011100931A2 true WO2011100931A2 (zh) 2011-08-25
WO2011100931A3 WO2011100931A3 (zh) 2012-04-12

Family

ID=44483401

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/072805 WO2011100931A2 (zh) 2011-04-14 2011-04-14 断点信息管理方法和断点信息管理器

Country Status (3)

Country Link
US (1) US8924991B2 (zh)
CN (1) CN102187340B (zh)
WO (1) WO2011100931A2 (zh)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102968369B (zh) * 2012-03-23 2015-02-04 中国科学院计算技术研究所 一种动态断点的自动生成方法及系统
CN103065662A (zh) * 2013-01-22 2013-04-24 中兴通讯股份有限公司 一种媒体资源在设备中续播的方法及系统
US9417854B1 (en) * 2015-03-26 2016-08-16 Accenture Global Services Limited Functional use-case generation
CN108008994A (zh) * 2017-11-29 2018-05-08 中国平安财产保险股份有限公司 车辆理赔的断点操作方法、装置、设备及计算机存储介质
KR101995176B1 (ko) * 2018-11-26 2019-07-01 한국과학기술원 프로그램 실행 컨텍스트 기반의 빅데이터를 활용한 역공학 방법 및 시스템
CN110046189A (zh) * 2019-03-28 2019-07-23 阿里巴巴集团控股有限公司 数据传输方法及其装置

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1353851A (zh) * 1999-03-30 2002-06-12 提维股份有限公司 多媒体节目书签系统
CN1991823A (zh) * 2005-12-30 2007-07-04 联想(北京)有限公司 媒体文件播放器和媒体文件播放方法
CN101097774A (zh) * 2006-06-30 2008-01-02 佛山市顺德区顺达电脑厂有限公司 具书签功能的数字音乐播放机

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070011616A1 (en) * 2005-07-11 2007-01-11 Bas Ording User interface for dynamically managing presentations
US8079037B2 (en) * 2005-10-11 2011-12-13 Knoa Software, Inc. Generic, multi-instance method and GUI detection system for tracking and monitoring computer applications
US8990215B1 (en) * 2007-05-21 2015-03-24 Amazon Technologies, Inc. Obtaining and verifying search indices
US20090327809A1 (en) * 2008-06-26 2009-12-31 Microsoft Corporation Domain-specific guidance service for software development
CN101394530B (zh) * 2008-10-29 2010-06-16 中兴通讯股份有限公司 手机电视播放过程中画面定格的方法及装置
US9043296B2 (en) * 2010-07-30 2015-05-26 Microsoft Technology Licensing, Llc System of providing suggestions based on accessible and contextual information
US20120113019A1 (en) * 2010-11-10 2012-05-10 Anderson Michelle B Portable e-reader and method of use
US20120159373A1 (en) * 2010-12-15 2012-06-21 Verizon Patent And Licensing, Inc. System for and method of generating dog ear bookmarks on a touch screen device
US8745591B2 (en) * 2011-10-19 2014-06-03 Microsoft Corporation Data flow visualization and debugging

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1353851A (zh) * 1999-03-30 2002-06-12 提维股份有限公司 多媒体节目书签系统
CN1991823A (zh) * 2005-12-30 2007-07-04 联想(北京)有限公司 媒体文件播放器和媒体文件播放方法
CN101097774A (zh) * 2006-06-30 2008-01-02 佛山市顺德区顺达电脑厂有限公司 具书签功能的数字音乐播放机

Also Published As

Publication number Publication date
US8924991B2 (en) 2014-12-30
US20130326547A1 (en) 2013-12-05
CN102187340B (zh) 2013-03-13
CN102187340A (zh) 2011-09-14
WO2011100931A3 (zh) 2012-04-12

Similar Documents

Publication Publication Date Title
US11356829B2 (en) Dynamic types for activity continuation between electronic devices
AU2020200339B2 (en) Activity continuation between electronic devices
US9380123B2 (en) Activity continuation between electronic devices
WO2011100931A2 (zh) 断点信息管理方法和断点信息管理器
US10187770B2 (en) Forwarding activity-related information from source electronic devices to companion electronic devices
US20130117271A1 (en) Method and Apparatus for Automatically Classifying Application in Mobile Terminal
WO2016070534A1 (zh) 一种本地媒体文件的扫描方法及系统
WO2015157910A1 (zh) 共享应用信息方法和装置
TW201236435A (en) Application programs starting system and method
US8255545B1 (en) Dual-phase content synchronization
WO2014114070A1 (zh) 基于线索对象的搜索方法及装置
WO2019071894A1 (zh) 动态展示关系拓展图方法及应用服务器
WO2018071432A1 (en) Information pushing
CN105893458B (zh) 媒体内容回放系统和方法
US8230344B2 (en) Multimedia presentation creation
WO2017113717A1 (zh) 视频播放方法、视频播放器及电子装置
US20170134364A1 (en) Note update method and device
US20210011913A1 (en) Delta graph traversing system
CN104010223B (zh) 接管终端系统进行视频播放的方法和系统
US20170262538A1 (en) Method of and system for grouping object in a storage device
US20130317951A1 (en) Auto-annotation of video content for scrolling display
JP2007528531A (ja) カテゴリ別のキーワードの入力順位を提供するための検索サービスシステムおよびその方法
TWI637616B (zh) 基於快取一致性之控制方法
WO2017080198A1 (zh) 便签更新方法及装置
WO2015000433A1 (zh) 一种多媒体查找方法、终端、服务器及系统

Legal Events

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

Ref document number: 201180000302.3

Country of ref document: CN

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

Ref document number: 11744289

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: 11744289

Country of ref document: EP

Kind code of ref document: A2