WO2014075508A1 - 电子终端历史操作记录处理方法、装置以及存储介质 - Google Patents

电子终端历史操作记录处理方法、装置以及存储介质 Download PDF

Info

Publication number
WO2014075508A1
WO2014075508A1 PCT/CN2013/083660 CN2013083660W WO2014075508A1 WO 2014075508 A1 WO2014075508 A1 WO 2014075508A1 CN 2013083660 W CN2013083660 W CN 2013083660W WO 2014075508 A1 WO2014075508 A1 WO 2014075508A1
Authority
WO
WIPO (PCT)
Prior art keywords
operation record
record
electronic terminal
time
target object
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/CN2013/083660
Other languages
English (en)
French (fr)
Inventor
严舟
杨光
李安琪
钟庆华
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Publication of WO2014075508A1 publication Critical patent/WO2014075508A1/zh
Priority to US14/714,140 priority Critical patent/US20150248465A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/24Querying
    • G06F16/248Presentation of query results
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/14Details of searching files based on file metadata
    • G06F16/148File search processing
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operations
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1448Management of the data involved in backup or backup restore
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/22Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • G06F16/285Clustering or classification
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2201/00Indexing scheme relating to error detection, to error correction, and to monitoring
    • G06F2201/80Database-specific techniques

Definitions

  • the present invention relates to an electronic terminal history operation recording processing technology, and in particular, to an electronic terminal history operation recording processing method, apparatus, and storage medium. Background technique
  • the existing technical solutions record the user's usage history by type.
  • the Windows XP operating system provides the function of "recently used documents" to display the recently opened files of each program.
  • these functions are relatively simple and have the following disadvantages:
  • An electronic terminal history operation record processing method comprising: recording an operation record about the predetermined operation after the application completes a predetermined operation, where the operation record includes at least a target object and an operation time And an action; performing cluster analysis on the operation record to respectively aggregate operation records of each target object; receiving a request for displaying an operation record and acquiring a time period to be displayed included in the request; and according to the request An operation record after aggregation of at least one sub-target object in the time period is displayed in the first display area.
  • An electronic terminal history operation record processing device comprising: a recording module, configured to record an operation record about the predetermined operation after the application program completes a predetermined operation, where the operation record includes at least a target object, an operation time, and an action; and an analysis module, And a time selection module, configured to receive a request for displaying an operation record and obtain a time period to be displayed included in the request; And an operation record display module, configured to display an operation record after the aggregation of the at least one target object in the time period in the first display area according to the request.
  • the historical operation record of the electronic device is recorded and displayed in the interface by clustering, so that the user can quickly and clearly understand various operations performed in a specific time period, and Successfully find related files and folders.
  • FIG. 1 is a flow chart of a method for processing historical operation records of an electronic terminal according to a first embodiment of the present invention.
  • FIG. 2 is a schematic diagram of operation records displayed in a historical operation record processing method for an electronic terminal according to a first embodiment of the present invention.
  • FIG. 3 is a schematic diagram of an operation record displayed in a history operation record processing method of an electronic terminal according to a second embodiment of the present invention.
  • FIG. 4 is a schematic diagram of an operation record displayed in a historical operation record processing method of an electronic terminal according to a third embodiment of the present invention.
  • FIG. 5 is a structural block diagram of an electronic terminal history operation record processing apparatus according to a fourth embodiment of the present invention.
  • Embodiments of the present invention provide a method and apparatus for processing an electronic terminal history operation record.
  • the above electronic terminal is, for example, an electronic device that runs an operating system, can receive user input, and completes corresponding data processing operations.
  • Specific examples of the electronic terminal may include a computer, a smartphone, a tablet, and the like.
  • the above operations refer to steps performed in the electronic terminal to implement a certain function, such as file creation, editing, saving, deleting, downloading, uploading, posting information on the Internet, sending mail, and the like. As you can understand, all operations are performed based on the application. However, it is worth noting that the application here is not limited to the user-installed application.
  • the various applications provided by the operating system itself can be considered as applications.
  • FIG. 1 shows an electronic terminal historical operation record processing method provided by this embodiment, and the method includes the following steps S1 10-S140:
  • Step S110 Record an operation record about the predetermined operation after the application completes the predetermined operation, and the operation record includes at least the target object, the operation time, and the action.
  • the above applications include user-installed applications and applications embedded in the operating system. These applications can be used for web browsing, word processing, image processing, audio and video processing, or system settings.
  • the above predetermined operation refers to an operation that needs to be recorded, and may include, for example, creation, update, deletion of a file/folder, and change of system information.
  • the creation of the file means, for example, that the user creates a new file through the application and saves a file that does not exist in the storage device;
  • the update means that the user edits and saves the content of the file/folder through the application;
  • Some files/folders are deleted. It can be understood that, for the operation of the system, the operating system of the electronic device itself generally performs the above operations continuously, but most of the system operations are not worthy of attention for ordinary users, so further, the above
  • the operations that need to be recorded refer to, for example, operations that can generate user data or data operations related to user personal settings.
  • the operations used to generate user data are for objects that do not exist in the system catalog or for no target objects.
  • Specific embodiments of the object may include: a document created and saved by a word processing software (such as Word), using a design software Design drawings, photos imported from external data sources, an instant message entered and sent in instant messaging software, and more.
  • the data operations related to the user's personal settings are generally specific to the system or application specific parameters (such as the registry of the Windows system).
  • the above-mentioned target object refers to an object processed by the application, and may specifically be a setting parameter of a file, a folder, or a system or an application in various formats. Take the Windows system as an example. If the user creates a new text file D: ⁇ test. txt in the hard disk partition D through the file browser (explorer.exe) provided by the system, D: ⁇ test.txt is the target object; The newly created folder D: ⁇ tes t , then the folder D: ⁇ test is the target object; if the file D: ⁇ l. txt is deleted, the file D: ⁇ 1. txt is the target object.
  • the registry item is the target object. If the user modifies the value of an item in the registry through the registry editor provided by the system, the registry item is the target object. If the user opens the file D: ⁇ Documents ⁇ test. doc using the file processing software, the J3 ⁇ 4'J file D: ⁇ Documents ⁇ test. doc is the above ⁇ ; target object. It can be understood that after the above step S110, the operation record flow data as shown in Table 1 can be obtained: Table 1: The electronic terminal operation record flow data in a certain period of time Operation time Action Target object ...
  • Step S120 Perform cluster analysis on the operation record to respectively aggregate operation records of each target object.
  • Step S130 Receive a request for displaying an operation record and acquire a time period to be displayed included in the request.
  • the user runs an application
  • the default interface of the application is the page displaying the operation record or when the user selects a specific entry in the application (such as a button, a link, a menu, etc.) or the user presses
  • a specific entry in the application such as a button, a link, a menu, etc.
  • the above time period may be a time period set by the user or a default selected time period such as the last 2 hours, 4 hours, 1 day.
  • Step S140 Display an operation record after the convergence of at least one target object in the time period in the first display area according to the request.
  • the first display area 101 is used to display the operation record after the aggregation.
  • the operation record of each target object is displayed in a separate sub-area 102.
  • the icon (I con ) 103 of the target object is displayed on the first side (left side) of the sub-area 102, and the specific action prompt 104 is displayed on the second side (right side).
  • a predetermined function such as a target object, can be triggered when a predetermined user operation, such as a click, is detected within the action prompt 1 04 and its surrounding area (without exceeding the range of the sub-area 102).
  • each operational record substantially corresponds to a different version of a file.
  • the updated file in addition to recording the operation record, can be backed up. You can take a full backup method when backing up, or you can take an incremental backup method. That is, on the basis of the first full backup, all subsequent backups only store changed data and records.
  • the predetermined function described above may also be to open the corresponding backup.
  • the user can further easily trace different versions of the file through the interface shown in FIG. 2, for example, the action prompt 104 can be used as a link for the corresponding file backup.
  • the operation record in the first display area 101 is associated with the corresponding file backup.
  • the user's usage habits and preferences can be analyzed, so that some functions, applications, and consultations are pushed to the user. For example, if the user uses the graphics processing application most frequently, some graphics processing applications can be pushed to the user for selection.
  • the above push interface can be displayed, for example, at the top or bottom of the first area 101.
  • the historical operation record of the electronic device is recorded, and displayed in the interface by clustering, so that the user can quickly and clearly understand various operations performed in a specific time period, and can be successfully found.
  • Related files and folders are related files and folders.
  • an electronic terminal history operation record processing method is similar to the embodiment 1, except that: the operation record further includes an identifier of the related application, so that a similar form can be formed.
  • the operation shown in Listing 3 records the flow data.
  • Table 3 Data flow of electronic terminal operation records in a certain period of time
  • cluster analysis may be performed according to an application, and operation records of the same application are aggregated according to the identifier of the application, so that a similar to that shown in Table 4 below is obtained. Cluster analysis results.
  • Table 4 Table 1 Operation Record Flow Data Cluster Analysis Results Application Operation Time Action Target Object ...
  • the historical operation record of the electronic device is recorded, and displayed in the interface by clustering according to the identification of the application, so that the user can quickly and clearly understand various applications in a specific time period. Various operations, and can smoothly find related files and folders.
  • Embodiment 1 mainly describes the historical operation record from the perspective of file/folder change, and it is easier for the user to find the document within a certain period of time.
  • the method in Embodiment 2 mainly describes the historical operation record from the perspective of the application, and this way, the user can better understand the operation record of different applications.
  • the embodiment provides a method for processing an electronic terminal history operation record, which is similar to the embodiment 1, except that the time index is displayed in the second display area.
  • the time index is displayed in the second display area 202.
  • the time index 210 includes a first time scale 211 and a second time scale 212.
  • the first time scale 211 can be used to set a date
  • the second time scale 212 can be used to set a specific time (or time period).
  • the user can select a time point by clicking and/or dragging on the first time scale 211 and the second time scale 212. Accordingly, after the user completes the operation, the background can obtain the time period to be displayed.
  • the target object displayed in the first display area 101 is updated accordingly.
  • the specific process is as follows: The operation record is filtered by selecting the time point of the operation time. For example, in the embodiment shown in FIG. 4, the operation record in the last 2 hours is selected. Then filter out the operation record 2 hours ago.
  • time index 210 is not limited to the manner shown in Fig. 4, and for example, the time scale can also be displayed in a horizontal manner. Further, the time scale method described above may not be used.
  • the control for directly selecting the time period may be provided by pulling a list or a button to allow the user to directly select the time period to be displayed.
  • the embodiment may further include the steps of: displaying a filter setting interface in the third area; and screening the operation object displayed in the first display area according to the selected filter.
  • the third area 203 is used to display the filter 21 3 .
  • the filter 21 3 can be used to set one or more search rules by which one or more target objects displayed in the first area 101 can be filtered out, and only the results desired to be displayed are retained.
  • the above search rules are, for example, only viewing new files, or only viewing files of a certain format (for example, .doc files;), and the conditions that can be used for retrieval depend on the fields saved in the operation record, and all the fields in the operation record. Content can be used to retrieve and filter operational records.
  • the search conditions can also be combined with each other. For example, view only the .doc files that have been updated within 2 hours.
  • time index described above is also essentially a filter, so its functionality can be incorporated into the filter 2 1 3 .
  • the third area 203 where the filter 21 3 is located can be automatically hidden to provide more display space, and can be redisplayed after a specific operation is detected.
  • the displayed operation object is filtered by time and by the filter.
  • the user imports many files at one time in an automated manner, it still forms in a short period of time.
  • a large number of operation records if each document is displayed separately in the manner of Embodiment 1, will undoubtedly make it difficult for users to find the object that they really care about.
  • the embodiment provides an electronic terminal history operation record processing device. As shown in FIG. 5, the embodiment includes a record module 410, an analysis module 420, a time selection module 430, and an operation record display module 440.
  • the recording module 410 is configured to record an operation record about the predetermined operation after the application completes the predetermined operation, where the operation record includes at least a target object, an operation time, and an action; the analysis module 420 is configured to perform cluster analysis on the operation record to Separating the operation records of each target object separately; the time selection module 430 is configured to receive a request for displaying the operation record and obtain a time period to be displayed included in the request; the operation record display module 440 is configured to An operation record after aggregation of at least one target object in the time period is displayed in a display area.
  • the operation record described above also includes an identification of the application; correspondingly, the analysis module 420 is further configured to perform cluster analysis on the operation record to separately aggregate the operation records of each application.
  • the operational record display module 440 is further configured to display an aggregated operational record of at least one application within the first display area.
  • the processing device may further include: a time index display module 450 and a filtering module 460.
  • the time index display module 450 is configured to display a time index in the second display area.
  • the time selection of the time period to be displayed includes acquiring the selected time point in the time index.
  • the filtering module 460 is configured to correspondingly update the target object displayed in the first display area after detecting that the time point at which the time index is selected changes.
  • the processing device may further include: a filter display module 470, configured to display a filter setting interface in the third display area.
  • the filtering module 460 is further configured to filter the operation objects displayed in the first display area by using a filter.
  • processing device may further include: a backup processing module 480, configured to back up the corresponding file after the application completes the predetermined operation; and enable the operation record and the corresponding file displayed in the first area Backup association.
  • a backup processing module 480 configured to back up the corresponding file after the application completes the predetermined operation.
  • processing device may further include: a statistical analysis module 490, configured to perform statistical analysis on the operation record and recommend a corresponding application to the user according to the statistical analysis.
  • a statistical analysis module 490 configured to perform statistical analysis on the operation record and recommend a corresponding application to the user according to the statistical analysis.
  • the historical operation record of the electronic device is recorded and displayed in the interface by clustering, so that the user can quickly and clearly understand the progress in a specific time period.
  • an embodiment of the present invention further provides a computer readable storage medium having stored therein computer executable instructions, such as a non-volatile memory such as an optical disk, a hard disk, or a flash memory.
  • the above computer executable instructions are for causing a computer or the like to perform various operations in the processing method of the historical operation recording of the above electronic device.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Library & Information Science (AREA)
  • Human Computer Interaction (AREA)
  • Quality & Reliability (AREA)
  • Computational Linguistics (AREA)
  • Software Systems (AREA)
  • User Interface Of Digital Computer (AREA)
  • Debugging And Monitoring (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

本发明涉及一种电子终端历史操作记录处理方法,包括:在应用程序完成预定操作后记录关于该预定操作的操作记录,所述操作记录至少包括目标对象、操作时间以及动作;对所述操作记录进行聚类分析以分别汇聚每一目标对象的操作记录;接收用于显示操作记录的请求并且获取所述请求中包括的所要显示的时间段;以及根据所述请求在第一显示区域内显示在所述时间段内至少一个目标对象的汇聚后的操作记录。上述的方法可以让用户快速的在历史操作记录中找到想要找到的文件或者文件夹。此外,本发明还提供一种电子终端历史操作记录处理装置。

Description

说 明 书 电子终端历史操作记录处理方法、 装置以及存储介庸 相关申请的交叉引用
本专利申请要求于 2012年 11月 9日提交的、 申请号为 201210468040.X、 申请人为腾讯科技(深圳)有限公司、 发明名称为 "电子终端历史操作记录处 理方法及装置" 的中国专利申请的优先权, 该申请的全文以引用的方式并入本 申请中。 技术领域
本发明涉及电子终端历史操作记录处理技术, 尤其涉及一种电子终端历史 操作记录处理方法、 装置以及存储介质。 背景技术
现有的技术方案会按类型分别记录用户的使用历史, 如 Windows XP操作系 统就提供 "最近使用文档" 的功能, 显示各个程序的最近打开的文件, 然而这 些功能比较简单, 具有以下缺点:
( 1 )历史记录分散, 入口较深, 无法统一查看;
( 2 )没有系统新增或删除文件的记录,用户无法快速查找刚刚下载的文件, 也无法弥补因为误操作导致的文件丢失等情况;
( 3 )现有方案的文档历史、 版本保存不全或不保存;
( 4 )现有方案的历史记录无法进行统计, 不能帮助用户整理和回顾自己之 前的工作;
( 5 )现有方案的记录仅仅是打开历史, 无法对用户产生更多社交或应用推 荐的价值。 发明内容
有鉴于此, 有必要提供一种电子终端历史操作记录处理方法及装置, 其可 让用户快速清晰地了解特定时间段内进行的各种操作, 并可顺利找到相关的文 件及文件夹以及发送的信息等。
一种电子终端历史操作记录处理方法, 包括: 在应用程序完成预定操作后 记录关于该预定操作的操作记录, 所述操作记录至少包括目标对象、 操作时间 以及动作; 对所述操作记录进行聚类分析以分别汇聚每一目标对象的操作记 录; 接收用于显示操作记录的请求并且获取所述请求中包括的所要显示的时间 段; 以及根据所述请求在第一显示区域内显示在所述时间段内至少一个分目标 对象的汇聚后的操作记录。
一种电子终端历史操作记录处理装置, 包括: 记录模块, 用于在应用程序 完成预定操作后记录关于该预定操作的操作记录, 所述操作记录至少包括目标 对象、 操作时间以及动作; 分析模块, 用于对所述操作记录进行聚类分析以分 别汇聚每一目标对象的操作记录; 时间选取模块, 用于接收用于显示操作记录 的请求并且获取所述请求中包括的所要显示的时间段; 以及操作记录显示模 块, 用于根据所述请求在第一显示区域内显示在所述时间段内至少一个目标对 象的汇聚后的操作记录。
在上述的历史操作记录处理方法及装置中, 记录电子装置的历史操作记 录, 并通过聚类的方式显示于界面中, 可让用户快速清晰地了解特定时间段内 进行的各种操作, 并可顺利找到相关的文件及文件夹。 附图说明
为让本发明的上述和其他目的、 特征和优点能更明显易懂, 下文结合优选 实施例以及附图, 作详细说明如下, 其中:
图 1 为本发明第一实施例提供的一种电子终端历史操作记录处理方法的流 程图。
图 2 为本发明第一实施例提供的一种电子终端历史操作记录处理方法中显 示的操作记录示意图。
图 3 为本发明第二实施例提供的一种电子终端历史操作记录处理方法中显 示的操作记录示意图。
图 4 为本发明第三实施例提供的一种电子终端历史操作记录处理方法中显 示的操作记录示意图。
图 5 为本发明第四实施例提供的一种电子终端历史操作记录处理装置的结 构框图。 具体实施方式 为更进一步阐述本发明为实现预定发明目的所釆取的技术手段及本发明的 技术效果, 以下结合附图及较佳实施例, 详细说明本发明的具体实施方式、 结 构、 特征以及本发明的技术效果。
本发明的实施例提供了一种电子终端历史操作记录处理方法及装置。 上述 的电子终端例如是指运行有操作系统、 可接收用户输入并完成相应的数据处理 运算的电子装置。 该电子终端的具体的实例可包括计算机、 智能手机、 平板电 脑等。 上述的操作是指在电子终端内为实现某个功能而执行的步骤, 例如文件 的新建、 编辑、 保存、 删除、 下载、 上传, 在互联网上发布信息、 发送邮件等 等。 可以理解, 所有的操作都是基于应用程序执行的。 但值得注意的是此处的 应用程序并不限于用户自行安装的应用程序。 操作系统自身提供的各种应用均 可视为应用程序。
实施例 1
参阅图 1,图 1示出了本实施例提供的一种电子终端历史操作记录处理方法, 该方法包括以下步驟 S1 10- S140:
步骤 S110: 在应用程序完成预定操作后记录关于该预定操作的操作记录, 所述操作记录至少包括目标对象、 操作时间以及动作。
上述应用程序包括用户自行安装的应用程序以及操作系统内嵌的应用程 序。 这些应用程序可用于进行网页浏览、 文字处理、 图像处理、 音视频处理或 者系统设定。
上述的预定操作是指需要记录下来的操作, 例如可包括文件 /文件夹的创 建、 更新、 删除以及系统信息的变更等。 所述文件的创建例如是指用户通过应 用程序新建并在存储装置中保存一个原来并不存在的文件; 更新是指用户通过 应用程序编辑并且保存了文件 /文件夹的内容; 删除是指将现有的文件 /文件夹 删除。 可以理解, 出于系统运行的需要, 电子装置的操作系统自身一般也都在 不停地进行上述的操作, 但大部分的系统操作对于普通用户来说并不值得关注, 因此进一步地, 上述的需要记录下来的操作是指例如可以生成用户数据的操作 或者与用户个人设定相关的数据操作。 一般来说, 用于生成用户数据的操作针 对的是系统目录中不存在的对象或者没有目标对象。 该对象的具体实施例可包 括: 采用文字处理软件(例如 Word )新建并保存的一篇文档、 采用设计软件生 成的设计图纸、 从外部数据源导入的照片、 在即时通讯软件中输入并发送的一 条即时消息等。 而与用户个人设定相关的数据操作一般针对的是系统或者应用 程序的特定参数 (例如 Wi ndows系统的注册表)。
上述的目标对象是指应用程序所处理的对象, 具体例如可为各种格式的文 件、 文件夹或者系统或者应用的设定参数。 以 Windows 系统为例, 若用户通过 系统自带的文件浏览器 (explorer.exe ) 在硬盘分区 D 中新建了文本文件 D: \test. txt, 则 D: \test. txt即为目标对象; 若新建立了文件夹 D: \tes t , 则 文件夹 D: \test即为目标对象; 若删除了文件 D: \l. txt, 则文件 D: \1. txt即为 目标对象。 若用户通过系统自带的注册表编辑器修改了注册表中某个项目的值, 则该注册表项目即为目标对象。 若用户使用文件处理软件打开了文件 D: \Documents\test. doc,J¾'J文件 D: \Documents\test. doc即为上述^;目标†象。 可以理解,经过上述的步骤 S110后,可以获得如表 1所示的操作记录流水数据: 表 1 : 某一时间段内电子终端操作记录流水数据 操作时间 动作 目标对象 ...
2012/11/8/ 创建 D: \test ·■■
15: 32: 00
2012/11/8/ 创建 D: \test\test. txt ···
15: 32: 15
2012/11/8/ 删除 D: \1. txt ···
15: 32: 30
2012/11/8/ 创建 D: \Documents\test. doc
15: 32: 38
2012/11/8/ 更新 D: \Documents\test. doc ·■■
15: 38: 45
2012/11/8/ 更新 D: \test\test. txt ···
15: 42: 00
2012/11/8/ 更新 D: \Documents\test. doc ·■■
15: 46: 15 步骤 S120: 对所述操作记录进行聚类分析以分别汇聚每一目标对象的操作 记录。
上述表 1所示的操作记录总共涉及 4个目标对象: "D: \test"、
"D: \test\test. txt"、 "D:\l. txt" 以及 "D: \Documents\test.doc"。 对不同 目标对象进行聚类分析后可得到类似表 2所示的聚类分析结果:
表 1的操作记录流水数据聚类分析结果
Figure imgf000007_0001
步骤 S 130: 接收用于显示操作记录的请求并且获取所述清求中包括的所要 显示的时间段。
例如, 在用户运行某个应用程序之后, 当所述应用程序的默认界面即为显 示操作记录的页面时或者用户选择应用程序中的特定入口 (如按钮. 链接、 菜 单等) 时或者用户按下特定的硬件按键时或者检测到特定的手势、 语音口令时, 可视为接收到用于显示操作记录的请求。 上述的时间段可以是一个由用户设定的时间段或者是一个默认选取的时间 段例如最近 2小时、 4小时、 1天。
步骤 S 140: 根据所述请求在第一显示区域内显示在所述时间段内至少一个 目标对象的汇聚后的操作记录。
如图 2所示, 第一显示区域 101用于显示汇聚后的操作记录。 每个目标对 象的操作记录显示于一个独立的子区域 1 02中。 在图 2所示的实例中, 在子区 域 102的第一侧 (左侧)显示目标对象的图标(I con ) 103 , 在第二侧 (右侧) 显示具体的动作提示 104。 在动作提示 1 04及其周边的区域(不超出子区域 102 的范围) 内检测到预定的用户操作例如点选后, 可触发预定的功能例如打开目 标对象。
在图 2所示的显示方式中, 可以显示每个文件的多条操作记录。 可以理解, 每条操作记录实质上对应于一个文件的不同版本。 本实施例的方法中, 除了记 录操作记录外, 还可以对更新后的文件进行备份。 备份时可以采取完全备份的 方式, 还可以采取增量备份的方式, 即在第一份完全备份的基础上, 以后所有 备份仅储存变化的数据和记录。
由于存储了与操作记录对应的备份, 因此, 上述的预定的功能还可以是打 开对应的备份。 如此, 用户可以进一步通过图 2所示的界面轻松追溯文件的不 同版本, 例如动作提示 104可以作为对应文件备份的链接。 换言之, 在第一显 示区域 101内的操作记录是与对应的文件备份相关联的。
进一步地, 通过记录用户的操作记录数据, 可以分析得出用户的使用习惯 和偏好, 从而向用户青准推送一些功能、 应用和咨询等信息。 例如, 若用户使 用图形处理应用的频率最高, 可相应推送一些图形处理应用给用户选择。 上述 的推送界面例如可以显示于第一区域 101的顶部或者底部。
在上述的历史操作记录处理方法中, 记录电子装置的历史操作记录, 并通 过聚类的方式显示于界面中, 可让用户快速清晰地了解特定时间段内进行的各 种操作, 并可顺利找到相关的文件及文件夹。
实施例 2
本实施例一种电子终端历史操作记录处理方法, 其与实施例 1相似, 不同 之处在于: 操作记录中还包括相关的应用程序的标识, 如此则可形成类似于下 列表 3所示的操作记录流水数据。
表 3 某一时间段内电子终端操作记录流水数据
Figure imgf000009_0001
相应地, 类似于实施例 1中的步驟 120, 还可根据应用程序进行聚类分析, 按照应用程序的标识将同一应用程序的操作记录汇聚至一起, 如此则可得到类 似于下列表 4所示的聚类分析结果。
表 4 表 1的操作记录流水数据聚类分析结果 应用程序 操作时间 动作 目标对象 …
2012/11/8/ 创建 D: \test 15: 32: 00
Explorer, exe
2012/11/8/ 删除 D: \1. txt ··· 15: 32: 30
Notepad, exe 2012/11/8/ 创建 D: \test\test. txt 2012/11/8/ 更新 D: \test\test. txt
15: 42: 00
2012/11/8/ 创建 D: \Documents\test. doc
15: 32: 38
2012/11/8/ 更新 D: \Documents\test. doc
Word. exe
15: 38: 45
2012/11/8/ 更新 D: \Documents\test. doc ··· 15: 46: 15 根据上述的聚类分析结果, 采用类似于实施例 1中步骤 S140的显示方式, 则可得到如图 3所示显示结果。
在上述的历史操作记录处理方法中, 记录电子装置的历史操作记录, 并通 过按照应用程序的标识聚类的方式显示于界面中, 可让用户快速清晰地了解特 定时间段内各种应用程序进行的各种操作 , 并可顺利找到相关的文件及文件夹。
可以理解, 实施例 1中的方式主要是从文件 /文件夹变更的角度来描述历史 操作记录, 采用此种方式更容易让用户找到某个时间段内的文档。 而实施例 2 中的方式主要是从应用程序的角度来描述历史操作记录, 采用此种方式可以让 用户更好地了解不同应用程序的操作记录。
进一步地, 还可以结合实施例 1与实施例 2中的方式, 既显示根据目标对 象聚类分析的结果, 也显示根据应用程序聚类分析的结果。
实施例 3
本实施例提供一种电子终端历史操作记录处理方法, 其与实施例 1相似, 不同之处在于, 还包括: 在第二显示区域中显示时间索引。
参阅图 4, 时间索引显示于第二显示区域 202中。 本实施例中, 时间索引 210包括第一时间刻度 211以及第二时间刻度 212。 第一时间刻度 211可用于设 定日期, 而第二时间刻度 212可用于设定具体的时间 (或时间段)。 用户可以通 过点击和 /或拖拽在第一时间刻度 211及第二时间刻度 212来选取时间点。 相应 地, 在用户完成操作后, 后台即可获取所要显示的时间段。 相应地, 若检测到时间索引 21 0被选取的时间点发生改变则相应地更新显 示于所述第一显示区域 101内的目标对象。 其具体的过程如下: 通过选取操作 时间的时间点对操作记录进行过滤。 例如在图 4所示的实施例中, 选取的是最 近 2个小时内的操作记录。 则过滤掉 2个小时以前的操作记录。
可以理解, 时间索引 21 0并不限于图 4所示的方式, 例如还可将时间刻度 显示成横置的方式。 进一步地, 还可不采用上述的时间刻度方式, 例如可直接 提供选择时间段的控件如下拉列表或者按钮让用户直接选取所要显示的时间 段。
进一步地, 本实施例还可包括以下步骤: 在第三区域内显示筛选器设定界 面; 以及根据选取的筛选器对所述第一显示区域内显示的操作对象进行筛选。
如图 4所示, 第三区域 203用于显示筛选器 21 3。 筛选器 21 3可用于设定一 个或者多个检索规则, 通过执行这些检索规则可以将显示于第一区域 1 01内的 一个或者多个目标对象过滤掉, 而仅保留所想要显示的结果。 上述的检索规则 例如为仅查看新增文件, 或者仅查看某一格式的文件 (例如. doc文件;), 而具体 可用于检索的条件依赖于操作记录中保存的字段, 操作记录中所有字段的内容 均可用于对操作记录进行检索过滤。 检索条件之间还可以相互组合。 例如, 仅 查看 2个小时内已更新过的. doc文件。
可以理解, 上述的时间索引本质上来说也属于一个筛选器, 因此可将其功 能合并于筛选器 2 1 3中。 筛选器 21 3所在的第三区域 203可自动隐藏以提供更 多的显示空间, 在检测到特定的操作后即可重新显示。
可以理解, 即使采用上述的步骤, 既通过时间又通过筛选器对显示的操作 对象进行过滤, 然而当用户采用自动化的方式一次性导入很多文件时, 依然会 在某一个较短的时间段内形成大量的操作记录,若对于每个文档都按照实施例 1 中的方式单独显示, 无疑会让用户很难找到其真正关注的对象。 可以采用对于 符合某些特征的多个文件进行集合显示, 例如, 将其在一个时间段内连续导入 的图片文件显示为一个目标对象, 而在说明文字中采用类似于 "导入了 X张图 片" 这种方式显示一些主要的摘要信息。
本实施例中, 通过显示时间索引以及筛选器, 可以让用户方便地找到想要 的文件或者特定程序的操作记录, 而且可以方便地恢复工作状态。 实施例 4
本实施例提供一种电子终端历史操作记录处理装置, 如图 5所示, 其包括 记录模块 410、 分析模块 420、 时间选取模块 430、 以及操作记录显示模块 440。
记录模块 410用于在应用程序完成预定操作后记录关于该预定操作的操作 记录, 所述操作记录至少包括目标对象、 操作时间以及动作; 分析模块 420用 于对所述操作记录进行聚类分析以分别汇聚每一目标对象的操作记录; 时间选 取模块 430用于接收用于显示操作记录的请求并且获取所述请求包括的所要显 示的时间段; 操作记录显示模块 440用于根据所述请求在第一显示区域内显示 在所述时间段内至少一个目标对象的汇聚后的操作记录。
上述的操作记录还包括所述应用程序的标识; 相应地, 分析模块 420还用 于对操作记录进行聚类分析以分别汇聚每一应用程序的操作记录。 操作记录显 示模块 440还用于在第一显示区域内显示至少一个应用程序的汇聚后的操作记 录。
进一步地, 上述的处理装置可还包括: 时间索引显示模块 450以及过滤模 块 460。 其中, 时间索引显示模块 450用于在第二显示区域显示时间索引; 时间 选耳^莫块 430获取所述要显示的时间段包括获取所述时间索引中被选取的时间 点。 过滤模块 460用于在检测到所述时间索引被选取的时间点发生改变之后相 应地更新显示于所述第一显示区域内的目标对象。
进一步地, 上述的处理装置可还包括: 筛选器显示模块 470 , 用于在第三显 示区域内显示筛选器设定界面。 过滤模块 460还用于利用筛选器对所述第一显 示区域内显示的操作对象进行筛选。
进一步地, 上述的处理装置可还包括: 备份处理模块 480 , 用于在应用程序 完成预定操作后对相应的文件进行备份; 以及使显示在所述的第一区域内的操 作记录与相应的文件备份关联。
进一步地, 上述的处理装置可还包括: 统计分析模块 490, 用于对所述操作 记录进行统计分析并根据该统计分析向用户推荐相应的应用。
关于上述的处理装置的其他细节还可进一步参阅图 1-4及相关描述。
在上述的历史操作记录处理方法中, 记录电子装置的历史操作记录, 并通 过聚类的方式显示于界面中, 可让用户快速清晰地了解在特定时间段内进行的 各种操作, 并可顺利找到相关的文件及文件夹。
此外, 本发明实施例还提供一种计算机可读存储介质, 其内存储有计算机 可执行指令, 上述的计算机可读存储介质例如为非易失性存储器例如光盘、 硬 盘或者闪存。 上述的计算机可执行指令用于让计算机或者类似的运算装置完成 上述的电子装置的历史操作记录的处理方法中的各种操作。
以上所述, 仅是本发明的较佳实施例, 并非对本发明作任何形式上的限制, 虽然本发明已通过以上较佳实施例得以披露, 然而并非用以限定本发明。 任何 本领域技术人员, 在不脱离本发明技术方案范围内, 都可利用上述揭示的技术 内容做出具有替换或修改的等效实施例, 但凡是未脱离本发明技术方案内容, 依据本发明的技术实质对以上实施例所作的任何修改、 等同变化与修饰, 均仍 属于本发明技术方案的范围内。

Claims

权 利 要 求 书
1. 一种电子终端历史操作记录处理方法, 包括:
在应用程序完成预定操作后记录关于该预定操作的操作记录, 所述操作记 录至少包括目标对象、 操作时间以及动作;
对所述操作记录进行聚类分析以分别汇聚每一目标对象的操作记录; 接收用于显示操作记录的请求并且获取所述请求中包括的所要显示的时间 段; 以及
根据所述请求在第一显示区域内显示在所述时间段内至少一个目标对象的 汇聚后的操作记录。
2. 如权利要求 1所述的电子终端历史操作记录处理方法, 其特征在于, 所 述操作记录还包括对所述操作对象执行所述动作的所述应用程序的标识;
所述方法还包括: 对所述操作记录进行聚类分析以分别汇聚每一应用程序 的操作记录; 以及在所述第一显示区域内按照所述标识显示在所述时间段内至 少一个应用程序的汇聚后的操作记录。
3. 如权利要求 1所述的电子终端历史操作记录处理方法, 其特征在于, 所 述方法还包括在第二显示区域显示时间索引; 并且, 获取所述要显示的时间段 包括获取所述时间索引中被选取的时间点。
4. 如权利要求 3所述的电子终端历史操作记录处理方法, 其特征在于, 所 述方法还包括: 在检测到所述被选取的时间点发生改变之后相应地更新显示于 所述第一显示区域内的目标对象。
5. 如权利要求 1所述的电子终端历史操作记录处理方法, 其特征在于, 所 述方法还包括: 在第三显示区域内显示筛选器设定界面; 以及
利用筛选器对所迷第一显示区域内显示的操作对象进行筛选。
6. 如权利要求 1所述的电子终端历史操作记录处理方法, 其特征在于, 所 迷方法还包括: 在应用程序完成预定操作后生成相应的文件的备份; 以及使显 示在所述的第一区域内的操作记录与相应的文件的备份关联。
7. 如权利要求 1所述的电子终端历史操作记录处理方法, 其特征在于, 所 述方法还包括: 对所述操作记录进行统计分析并根据所述统计分析向用户推荐 目应的应用。
8. 一种电子终端历史操作记录处理装置, 包括: 记录模块, 用于在应用程序完成预定操作后记录关于该预定操作的操作记 录, 所述操作记录至少包括目标对象、 操作时间以及动作;
分析模块, 用于对所述操作记录进行聚类分析以分别汇聚每一目标对象的 操作记录;
时间选取模块 , 用于接收用于显示操作记录的请求并且获取所述请求中包 括的所要显示的时间段; 以及
操作记录显示模块, 用于根据所述请求在第一显示区域内显示在所述时间 内至少一个目标对象的汇聚后的操作记录。
9. 如权利要求 8所述的电子终端历史操作记录处理装置, 其特征在于, 所 述操作记录还包括对所述操作对象执行所述动作的所述应用程序的标识;
所述分析模块还用于: 对所述操作记录进行聚类分析以分别汇聚每一应用 程序的操作记录;
所述操作记录显示模块还用于在第一显示区域内按照所述标识显示在所述 时间段内至少一个应用程序的汇聚后的操作记录。
10. 如权利要求 8 所述的电子终端历史操作记录处理装置, 其特征在于, 所述装置还包括: 时间索引显示模块, 用于在第二显示区域显示时间索引; 所 述时间选取模块获取所述要显示的时间段包括获取所述时间索引中被选取的时 间点。
11. 如权利要求 10所述的电子终端历史操作记录处理装置, 其特征在于, 所述装置还包括: 过滤模块, 用于在检测到所述时间索引被选取的时间点发生 改变之后相应地更新显示于所述第一显示区域内的目标对象。
12. 如权利要求 8 所述的电子终端历史操作记录处理装置, 其特征在于, 所述装置还包括: 筛选器显示模块, 用于在第三显示区域内显示筛选器设定界 面;
所述过滤模块还用于: 利用筛选器对所述第一显示区域内显示的操作对象 进行筛选。
13. 如权利要求 8 所述的电子终端历史操作记录处理装置, 其特征在于, 所述装置还包括: 备份处理模块, 用于在应用程序完成预定操作后生成相应的 文件的备份; 以及使显示在所述的第一区域内的操作记录与相应的文件的备份 关联。
14. 如权利要求 8 所述的电子终端历史操作记录处理装置, 其特征在于, 所述装置还包括: 统计分析模块, 用于对所述操作记录进行统计分析并根据统 计分析向用户推荐相应的应用。
15 , 一种包含计算机可执行指令的存储介质, 所述计算机可执行指令在由 计算机处理器执行时用于执行一种搜索方法, 其特征在于, 该方法包括:
在应用程序完成预定操作后记录关于该预定操作的操作记录, 所述操作记 录至少包括目标对象、 操作时间以及动作;
对所述操作记录进行聚类分析以分别汇聚每一目标对象的操作记录; 接收用于显示操作记录的请求并且获取所述请求中包括的所要显示的时间 段; 以及
根据所述请求在第一显示区域内显示在所述时间段内至少一个目标对象的 汇聚后的操作记录。
PCT/CN2013/083660 2012-11-19 2013-09-17 电子终端历史操作记录处理方法、装置以及存储介质 Ceased WO2014075508A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/714,140 US20150248465A1 (en) 2012-11-19 2015-05-15 Method and apparatus for processing history operation records of electronic terminal, and storage medium

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201210468040.XA CN103823813B (zh) 2012-11-19 2012-11-19 电子终端历史操作记录处理方法及装置
CN201210468040.X 2012-11-19

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US14/714,140 Continuation US20150248465A1 (en) 2012-11-19 2015-05-15 Method and apparatus for processing history operation records of electronic terminal, and storage medium

Publications (1)

Publication Number Publication Date
WO2014075508A1 true WO2014075508A1 (zh) 2014-05-22

Family

ID=50730569

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/083660 Ceased WO2014075508A1 (zh) 2012-11-19 2013-09-17 电子终端历史操作记录处理方法、装置以及存储介质

Country Status (3)

Country Link
US (1) US20150248465A1 (zh)
CN (1) CN103823813B (zh)
WO (1) WO2014075508A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105684399A (zh) * 2016-01-30 2016-06-15 深圳市博信诺达经贸咨询有限公司 基于大数据的数据推送方法及系统

Families Citing this family (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105302700B (zh) * 2014-06-13 2018-11-13 阿里巴巴集团控股有限公司 一种记录在触摸终端上的用户操作的方法与设备
CN104021215B (zh) * 2014-06-20 2020-05-01 努比亚技术有限公司 一种图片整理方法及装置
WO2016008389A1 (zh) * 2014-07-16 2016-01-21 谢成火 一种快速翻阅历史信息的方法和时间段信息查询系统
US10896151B2 (en) 2014-08-08 2021-01-19 Nokia Technologies Oy Method and apparatus for providing a visual indication of the copy history
CN104391898B (zh) * 2014-11-13 2018-06-26 北京国双科技有限公司 数据展示方法和装置
CN104571916B (zh) * 2014-12-31 2018-07-06 广东欧珀移动通信有限公司 一种执行终端操作信息的方法及装置
CN107644046A (zh) * 2016-07-22 2018-01-30 北京搜狗科技发展有限公司 一种信息处理方法、装置及电子设备
CN106250300B (zh) * 2016-07-26 2019-08-02 上海银赛计算机科技有限公司 界面展示方法及装置
CN107688477B (zh) * 2016-08-04 2021-08-20 北京搜狗科技发展有限公司 设置项的处理方法和装置、用于设置项处理的装置
CN107025276A (zh) * 2017-03-22 2017-08-08 广东小天才科技有限公司 一种信息查询方法及移动终端
CN108563503A (zh) * 2018-01-02 2018-09-21 郑州云海信息技术有限公司 一种用于程序测试的数据流记录方法和数据流记录系统
CN109739707B (zh) * 2018-12-29 2023-08-11 Tcl移动通信科技(宁波)有限公司 一种测试处理方法、移动终端及存储介质
CN113272786A (zh) * 2018-12-29 2021-08-17 深圳市欢太科技有限公司 应用程序控制方法、装置、存储介质及电子设备
CN110221876A (zh) * 2019-05-30 2019-09-10 维沃移动通信有限公司 一种提示方法及移动终端
CN113268293A (zh) * 2020-02-14 2021-08-17 腾讯科技(深圳)有限公司 屏幕录制方法、装置、电子设备及存储介质
CN111427644B (zh) * 2020-03-04 2022-05-06 维沃软件技术有限公司 一种目标行为识别方法及电子设备
CN112199133B (zh) * 2020-09-01 2021-10-12 北京达佳互联信息技术有限公司 信息聚合方法、装置、电子设备及存储介质
US11763078B2 (en) 2021-04-22 2023-09-19 Microsoft Technology Licensing, Llc Provisional selection drives edit suggestion generation
CN113901125B (zh) * 2021-09-17 2024-07-16 盐城天眼察微科技有限公司 数据展示方法和装置、及存储介质和电子设备
CN114296944B (zh) * 2022-01-04 2025-04-01 腾讯科技(深圳)有限公司 数据处理方法、装置、电子设备、程序产品及存储介质
CN115329391B (zh) * 2022-10-18 2023-01-24 成都卫士通信息产业股份有限公司 一种文本数据库的防护方法、装置、设备及介质
CN119960861A (zh) * 2023-11-08 2025-05-09 北京小米移动软件有限公司 一种应用程序的控制方法、装置以及存储介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101349987A (zh) * 2007-07-19 2009-01-21 精品科技股份有限公司 一种计算机使用情况的统计分析方法
US20090099805A1 (en) * 2007-09-28 2009-04-16 Hitachi High-Technologies Corporation Measurement system
CN101833489A (zh) * 2010-05-06 2010-09-15 北京邮电大学 一种文件实时监控和智能备份的方法

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11249777A (ja) * 1998-02-27 1999-09-17 Toshiba Corp ドキュメント管理システムおよび同システムのドキュメント管理方法
US7672979B1 (en) * 2005-04-22 2010-03-02 Symantec Operating Corporation Backup and restore techniques using inconsistent state indicators
CN101360300A (zh) * 2008-09-27 2009-02-04 深圳华为通信技术有限公司 一种信息记录的查找方法及装置
US8346590B2 (en) * 2010-01-27 2013-01-01 Google Inc. Automatically schedule and re-schedule meetings through search interface
CN102118511A (zh) * 2011-03-23 2011-07-06 宇龙计算机通信科技(深圳)有限公司 信息的显示方法和装置
JP5774513B2 (ja) * 2012-02-07 2015-09-09 株式会社日立ソリューションズ ファイルリスト生成方法及びシステム並びにプログラム、ファイルリスト生成装置

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101349987A (zh) * 2007-07-19 2009-01-21 精品科技股份有限公司 一种计算机使用情况的统计分析方法
US20090099805A1 (en) * 2007-09-28 2009-04-16 Hitachi High-Technologies Corporation Measurement system
CN101833489A (zh) * 2010-05-06 2010-09-15 北京邮电大学 一种文件实时监控和智能备份的方法

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105684399A (zh) * 2016-01-30 2016-06-15 深圳市博信诺达经贸咨询有限公司 基于大数据的数据推送方法及系统
WO2017128361A1 (zh) * 2016-01-30 2017-08-03 深圳市博信诺达经贸咨询有限公司 基于大数据的数据推送方法及系统

Also Published As

Publication number Publication date
CN103823813A (zh) 2014-05-28
CN103823813B (zh) 2018-10-02
US20150248465A1 (en) 2015-09-03

Similar Documents

Publication Publication Date Title
WO2014075508A1 (zh) 电子终端历史操作记录处理方法、装置以及存储介质
JP6725715B2 (ja) 共有され同期されたコンテンツにアクセスするアプリケーションにおいてプレゼンスを判定すること
US11789590B2 (en) User interface for content sharing client in a desktop file system context
US11683389B2 (en) Browser display of native application presence and interaction data
AU2019284033B2 (en) Displaying presence in an application accessing shared and synchronized content
EP3563315B1 (en) Managing tasks in a content management system
JP6692418B2 (ja) ネイティブアプリケーションのコラボレーション
US10440110B2 (en) Managing presence among devices accessing shared and synchronized content
US10496609B2 (en) Systems and methods for automatic synchronization of recently modified data
CN101957730B (zh) 信息处理设备和信息处理方法
CN101617336B (zh) 使用结构化数据管理网页链接
TWI450107B (zh) 用於網路資料使用平臺之方法及電腦可讀儲存媒體
JP2020501208A (ja) コンテンツ管理システムにおけるプロジェクトの管理
CN107408242B (zh) 提供对通信内的内容的交互式预览
EP2765523B1 (en) Method and device for processing user generated content
CN112882789A (zh) 信息显示方法、装置、电子设备和存储介质

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 01/10/2015)

122 Ep: pct application non-entry in european phase

Ref document number: 13855570

Country of ref document: EP

Kind code of ref document: A1