WO2017107679A1 - Procédé et appareil d'affichage d'informations d'historique - Google Patents

Procédé et appareil d'affichage d'informations d'historique Download PDF

Info

Publication number
WO2017107679A1
WO2017107679A1 PCT/CN2016/104570 CN2016104570W WO2017107679A1 WO 2017107679 A1 WO2017107679 A1 WO 2017107679A1 CN 2016104570 W CN2016104570 W CN 2016104570W WO 2017107679 A1 WO2017107679 A1 WO 2017107679A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
displayed
historical information
missing
historical
Prior art date
Application number
PCT/CN2016/104570
Other languages
English (en)
Chinese (zh)
Inventor
李崇欣
朱作义
韦自升
杨帆
Original Assignee
北京奇虎科技有限公司
奇智软件(北京)有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 北京奇虎科技有限公司, 奇智软件(北京)有限公司 filed Critical 北京奇虎科技有限公司
Publication of WO2017107679A1 publication Critical patent/WO2017107679A1/fr

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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/951Indexing; Web crawling techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/214Monitoring or handling of messages using selective forwarding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/216Handling conversation history, e.g. grouping of messages in sessions or threads
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/08Protocols specially adapted for terminal emulation, e.g. Telnet
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/146Markers for unambiguous identification of a particular session, e.g. session cookie or URL-encoding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services

Definitions

  • the present invention relates to the field of computer network technologies, and in particular, to a method and device for displaying historical information.
  • the present invention has been made in order to provide a historical information display method and apparatus that overcomes the above problems or at least partially solves or alleviates the above problems, so that a user can browse a complete history message on the same terminal device while saving The waste of traffic caused by the download of all historical information improves the user experience.
  • a method for displaying a history information comprising: acquiring a history information to be displayed corresponding to the historical information display instruction in response to a history information display instruction triggered by a user; Demonstrating whether there is a missing information identifier in the historical information; if there is an information missing identifier in the historical information to be displayed, determining whether to obtain historical information corresponding to the missing information identifier; if yes, obtaining the corresponding information according to the missing information identifier
  • the historical information is added to the corresponding position in the historical information to be displayed, and the added historical information to be displayed is displayed.
  • a history information display apparatus comprising: a first acquisition unit adapted to display historical information triggered by a user Determining, by the instruction, the history information to be displayed corresponding to the historical information display instruction; the determining unit is configured to determine whether the information missing identifier exists in the history information to be displayed acquired by the first acquiring unit, and the determining unit is adapted to be in the The determining result of the determining unit is that, when the information missing identifier exists in the history information to be displayed, determining whether to acquire the history information corresponding to the information missing identifier; the second obtaining unit is configured to determine, in the determining unit, that the obtaining the information is missing When the corresponding historical information is identified, the corresponding historical information is obtained according to the missing information identifier; the display unit is adapted to add the historical information acquired by the second acquiring unit to a corresponding position in the historical information to be displayed. The added history information to be displayed is displayed.
  • a computer program comprising computer readable code that, when executed on a computing device, causes the computing device to perform the method as described above.
  • a computer readable medium wherein a computer program as described above is stored.
  • the method and device for displaying historical information determine whether there is an information missing identifier in the history information to be displayed corresponding to the historical information display instruction triggered by the user, and when there is a missing information identifier in the history information to be displayed, Obtaining the corresponding historical information, and adding the acquired historical information to the corresponding position in the historical information to be displayed, thereby implementing the display of the added historical information to be displayed, so that the user can browse the complete historical message on the same terminal device. At the same time, it saves the waste of traffic caused by the download of all historical information and improves the user experience.
  • FIG. 1 is a schematic flow chart showing a historical information display method according to an embodiment of the present invention
  • FIG. 2 is a schematic diagram showing the subdivision flow of step S11 in the historical information display method according to an embodiment of the present invention
  • FIG. 3 is a schematic diagram showing the subdivided flow of step S11 in the historical information display method according to another embodiment of the present invention.
  • FIG. 4 is a schematic flow chart showing a historical information display method according to another embodiment of the present invention.
  • FIG. 5 is a schematic structural diagram of a historical information display apparatus according to an embodiment of the present invention.
  • FIG. 6 is a schematic diagram showing a specific structure of a first acquiring unit in a history information display device according to an embodiment of the present invention.
  • FIG. 7 is a schematic diagram showing a specific structure of a first acquiring unit in a history information display device according to another embodiment of the present invention.
  • FIG. 8 is a schematic structural diagram of a history information display apparatus according to another embodiment of the present invention.
  • Figure 9 shows a block diagram of a computing device for performing a method in accordance with the present invention.
  • Figure 10 shows a schematic diagram of a memory unit for holding or carrying program code implementing a method in accordance with the present invention.
  • the execution body of the method of the present embodiment is a terminal device
  • the terminal device is a device such as a mobile phone, a tablet computer, a PDA or a notebook computer, and of course, other devices having similar functions may be used. This is not limited.
  • FIG. 1 is a schematic flow chart showing a historical information display method according to an embodiment of the present invention
  • the historical information display method of the embodiment of the present invention specifically includes the following steps;
  • the historical information display instruction triggered by the user can be understood as a display instruction generated by the triggering information display area.
  • the historical information to be displayed corresponding to the historical information display instruction is a trigger information display area. Historical information that needs to be displayed when displaying instructions.
  • the triggering information display area to generate the display instruction may be implemented in various manners, for example, by clicking a mouse button to display an entry element displayed in the information display area. Or, the entry element is clicked on the touch screen on which the information display area is displayed, which is not limited in this embodiment.
  • the manner in which the trigger information display area mentioned above is used to generate the display instruction is merely an example, and other situations may be included in addition to the above cases, for example, the sliding element or the gesture triggering the entry element in the information display area. Wait.
  • the invention does not need to define the manner in which the trigger information display area is specifically implemented according to the mode to generate the display instruction, and those skilled in the art need to set according to the actual application.
  • step S12 Determine whether there is an information missing identifier in the history information to be displayed. If there is an information missing identifier in the history information to be displayed, step S13 is performed; otherwise, the current operation is ended.
  • the information missing identifier is an identifier symbol used to indicate that the presence information is missing.
  • the information missing identifier may be implemented by a placeholder, and the present invention does not need to define the labeling of the missing information according to the specific manner, and those skilled in the art need to set according to the actual application.
  • the historical information to be displayed corresponding to the historical information display instruction is acquired, and whether the acquired historical information to be displayed exists, such as a placeholder, is used for marking information. Missing glyphs to determine whether there is an information missing identifier in the history information to be displayed.
  • step S13 Determine whether to acquire the history information corresponding to the information missing identifier. If it is determined to obtain the historical information corresponding to the information missing identifier, step S14 is performed; otherwise, the current operation is ended.
  • the historical information corresponding to the missing information identifier may be obtained according to a further operation of the user, for example, if the user does not perform other operations after triggering the historical information display instruction, determining to obtain the information.
  • the historical information corresponding to the missing identifier is deleted. If the user closes the current window after the historical information display instruction is triggered, or the new information is viewed, the information is missing. Identify the corresponding historical information.
  • the corresponding prompt component may be provided in the interface of the information display area to prompt the user to determine whether to obtain historical information corresponding to the missing information identifier, and receive feedback information of the user through the prompt component.
  • the acquired historical information is added to the location corresponding to the missing information identifier in the history information to be displayed, and a complete history message to be displayed is obtained, thereby implementing the display of the entire history message to be displayed.
  • the historical information display method provided by the embodiment of the present invention adds the acquired historical information to the corresponding position in the historical information to be displayed, thereby implementing the display of the added history information to be displayed, and solving the user message in the prior art. It will remain on different terminal devices, leaving a lot of holes in the message, making it impossible for users to browse through the complete history message on the same terminal device. The user can browse the complete history message on the same terminal device, saves the waste of all the historical information downloading, and improves the user experience.
  • step S11 as shown in FIG. 2, specifically includes the following steps:
  • the history information record corresponding to the current login user needs to be searched.
  • the user ID carried in the information is used to view the historical information record stored locally to implement the search of the current user's historical information record.
  • the historical information display instruction carries information for indicating historical information to be displayed.
  • the embodiment of the present invention searches for the historical information record corresponding to the current user, and then obtains the history information to be displayed corresponding to the historical information display instruction from the searched historical information record.
  • the historical information to be displayed corresponding to the historical information display instruction is obtained from the searched historical information record, instead of all the historical information records corresponding to the user, thereby saving data acquisition time and effectively improving the data acquisition time.
  • the speed at which the historical information to be displayed is obtained enables the user to browse the complete history message on the same terminal device, thereby improving the information display speed and improving the user experience.
  • step S11 as shown in FIG. 3, specifically includes the following steps:
  • the user identifier input by the user may be received during a user login process.
  • S111 searching for a mapping relationship according to the received user identifier, to obtain a history information record corresponding to the user identifier, and recording the history information corresponding to the user identifier as a historical information record of the user, where the mapping relationship includes the user identifier. Correspondence with historical information records.
  • mapping relationship can be implemented by a relational table or a relational database.
  • the correspondence between the user identifier and the history information record is implemented in a relationship table, where the user identifier may be in the information of the user's identity (id, id), user account, user name, and the like. One or more.
  • step S112' is the same as step S112 of the embodiment shown in FIG. 2, and details are not described herein again.
  • the method for displaying the historical information provided by the embodiment of the present invention, after receiving the user identifier input by the user, searches for the mapping relationship by using the received user identifier, and obtains the historical information record corresponding to the user identifier, and the historical information corresponding to the user identifier is obtained.
  • the history information record is recorded as a user, and the mapping relationship includes a correspondence between the user identifier and the history information record.
  • the preset mapping relationship is established in advance according to the user identifier and the historical information record corresponding to the user identifier. By searching for a preset relationship, the present invention can conveniently and quickly find a user history information record, and improve the speed of displaying historical information, thereby better satisfying the user's needs and experiences.
  • the history information to be displayed includes a time stamp of each history information.
  • the historical information display method of the embodiment of the present invention specifically includes the following steps;
  • this step it is determined whether there is missing information in the historical information to be displayed according to the timestamp of each historical information in the history information to be displayed, and if there is missing information in the historical information to be displayed, further determining the to-be-displayed The location of the information is missing from the history information to insert an information missing identifier at a location where the missing information exists in the history information to be displayed.
  • step S42 Determine whether there is an information missing identifier in the history information to be displayed. If there is an information missing identifier in the history information to be displayed, step S43 is performed. Otherwise,
  • step S43 Determine whether to acquire historical information corresponding to the missing identifier of the information, if If the history information corresponding to the information missing identifier is obtained, step S44 is performed; otherwise, the current operation is ended.
  • steps S40 and S42 to S45 are the same as steps S11 to S15 of the embodiment shown in FIG. 1 and will not be described again.
  • the information missing identifier can be accurately inserted into the to-be-displayed historical information by using the timestamp of the historical information, so as to ensure that the user can browse the complete historical message on the same terminal device, and improve the The speed of information display to enhance the user experience.
  • step S41 specifically includes the steps not shown in the following figures:
  • the timestamp of the historical information is sent to the historical information server, so that the historical information server determines whether there is missing information in the historical information to be displayed according to the timestamp of each historical information, if the If there is missing information in the display history information, the location of the missing information in the historical information to be displayed is fed back;
  • the step of inserting the information missing identifier in the history information to be displayed according to the timestamp of each historical information may be sent to the historical information server by using the timestamp of the historical information in the information to be displayed by the terminal device.
  • the historical information server compares the timestamps of the historical information with all the historical information stored in the locality to determine whether there is missing information in the historical information to be displayed, and returns the history to be displayed when there is missing information in the historical information to be displayed.
  • the location of the missing information in the information is received, and the location of the missing information fed back by the historical information server is received, and the missing information identifier is inserted into the historical information to be displayed according to the location of the missing information.
  • the information missing identifier insertion can be accurately realized by the location of the missing information fed back according to the history information server. Moreover, by setting the timestamp, the waste of the process of determining whether there is missing information in the history information to be displayed is further saved by transmitting the history information.
  • step S41 specifically includes the steps not shown in the following figures:
  • the step of inserting the information missing identifier in the history information to be displayed according to the timestamp of each historical information is recorded by the terminal device to record the information sent by the historical information server, and the time stamp of each historical information. Perform comparisons.
  • the location of the missing information in the historical information to be displayed is further determined, and the information missing identifier is inserted into the historical information to be displayed according to the location of the missing information.
  • the historical information display instruction carries the quantity of information to be displayed.
  • the setting of the amount of information to be displayed can be implemented by user setting, or according to The information display area is set by default by the system, and is not specifically limited in this embodiment of the present invention.
  • the acquiring the corresponding historical information according to the information missing identifier includes: acquiring the historical information corresponding to the missing information identifier according to the quantity of the information to be displayed.
  • the number of information to be displayed is carried in the historical information display instruction, and the historical information corresponding to the missing information identifier is obtained according to the quantity of the information to be displayed, so as to implement the history corresponding to the information missing identifier according to the user's display requirement.
  • the information is obtained to avoid a large amount of historical information at one time, and the user does not waste the resources caused by the entire history information, so that the user can browse the complete history message on the same terminal device, and further save the information. Download the resulting traffic consumption and enhance the user experience.
  • FIG. 5 is a schematic block diagram showing the structure of a history information display device according to an embodiment of the present invention.
  • the historical information display apparatus of the embodiment of the present invention specifically includes a first obtaining unit 501, a determining unit 502, a determining unit 503, a second obtaining unit 504, and a displaying unit 505, where:
  • the first obtaining unit 501 is configured to acquire history information to be displayed corresponding to the historical information display instruction in response to a historical information display instruction triggered by the user;
  • the determining unit 502 is configured to determine whether an information missing identifier exists in the history information to be displayed acquired by the first acquiring unit;
  • the determining unit 503 is configured to determine, when the determination result of the determining unit is that the information missing identifier exists in the history information to be displayed, whether to acquire historical information corresponding to the information missing identifier;
  • the second obtaining unit 504 is configured to acquire the corresponding historical information according to the information missing identifier when the determining unit determines to acquire the historical information corresponding to the information missing identifier;
  • the display unit 505 is configured to add the historical information acquired by the second acquiring unit to a corresponding position in the historical information to be displayed, and display the added historical information to be displayed.
  • the historical information display device provided by the embodiment of the present invention adds the acquired historical information to the corresponding position in the historical information to be displayed, thereby implementing the display of the added history information to be displayed, and solving the user message in the prior art. It will remain on different terminal devices, leaving a lot of holes in the message, making it impossible for users to browse through the complete history message on the same terminal device. The user can browse the complete history message on the same terminal device, saves the waste of all the historical information downloading, and improves the user experience.
  • the first acquiring unit specifically includes a searching module 5011 and an obtaining module 5012:
  • the searching module 5011 is configured to search for a history information record of the user
  • the obtaining module 5012 is configured to obtain historical information to be displayed corresponding to the historical information display instruction from the searched historical information record.
  • the first acquiring unit specifically includes a receiving module 5010', a searching module 5011', and an obtaining module 5012':
  • the receiving module 5010' is adapted to receive the user identifier input by the user before the searching module searches for the historical information record of the user;
  • the searching module 5011' is specifically configured to search for a mapping relationship according to the received user identifier, to obtain a history information record corresponding to the user identifier, and to identify the user identifier.
  • the corresponding history information record is recorded as a history information of the user, and the mapping relationship includes a correspondence between the user identifier and the history information record.
  • the obtaining module 5012' is adapted to obtain the to-be-displayed history information corresponding to the historical information display instruction from the searched historical information record.
  • the history information to be displayed includes a time stamp of each history information
  • the historical information display apparatus of the embodiment of the present invention specifically includes a first obtaining unit 801, an inserting unit 802, a determining unit 803, a determining unit 804, a second obtaining unit 805, and a displaying unit 806, where:
  • the first obtaining unit 801 is configured to acquire history information to be displayed corresponding to the historical information display instruction in response to a historical information display instruction triggered by the user;
  • the inserting unit 802 is configured to insert an information missing identifier in the to-be-displayed history information according to the timestamp of each historical information before the determining unit determines whether the information missing identifier is present in the history information to be displayed. .
  • the determining unit 803 is configured to determine whether an information missing identifier exists in the history information to be displayed acquired by the first acquiring unit.
  • the determining unit 804 is configured to determine, when the judgment result of the determining unit is that the information missing identifier exists in the history information to be displayed, whether to acquire historical information corresponding to the information missing identifier;
  • the second obtaining unit 805 is configured to acquire the corresponding historical information according to the information missing identifier when the determining unit determines to acquire the historical information corresponding to the information missing identifier;
  • the display unit 806 is adapted to add the historical information acquired by the second acquiring unit to a corresponding position in the historical information to be displayed, and display the added historical information to be displayed.
  • the inserting unit specifically includes a sending module and an inserting module:
  • the sending module is configured to send the timestamp of the historical information to the historical information server, so that the historical information server determines, according to the timestamp of each historical information, whether there is a missing in the historical information to be displayed. Information, if there is missing information in the history information to be displayed, feedback the location of the missing information in the historical information to be displayed;
  • the insertion module is adapted to receive a location of the missing information fed back by the historical information server, and insert an information missing identifier in the to-be-displayed history information according to the location of the missing information.
  • the inserting unit specifically includes a receiving module, a determining module, and an inserting module:
  • the receiving module is configured to receive a time record of the information sent by the historical information server, where the information time is recorded as a time stamp of the historical information in the preset time period;
  • the determining module is configured to compare the timestamps of the historical information with the information time record, and determine whether the missing information exists in the historical information to be displayed according to the comparison result;
  • the inserting module is configured to determine, when the determining module determines that there is missing information in the history information to be displayed, a location of the missing information in the history information to be displayed, and according to the location of the missing information, The missing information identifier is inserted in the history information to be displayed.
  • the historical information display instruction carries the quantity of information to be displayed
  • the second obtaining unit is configured to acquire historical information corresponding to the information missing identifier according to the quantity of information to be displayed.
  • the description is relatively simple, and the relevant parts can be referred to the description of the method embodiment.
  • the historical information display method and apparatus determine whether the historical information to be displayed corresponding to the historical information display instruction triggered by the user is If there is a missing information identifier, if there is a missing information identifier in the historical information to be displayed, the corresponding historical information is obtained according to the missing information identifier, and the acquired historical information is added to the corresponding position in the historical information to be displayed, thereby implementing the added information.
  • the display of the historical information to be displayed enables the user to browse the complete historical message on the same terminal device, and saves the waste of all the historical information downloading and improves the user experience.
  • modules in the devices of the embodiments can be adaptively changed and placed in one or more devices different from the embodiment.
  • the modules or units or components in the embodiment can be combined into one module or single Meta or components, and in addition they can be divided into sub-modules or sub-units or sub-components.
  • any combination of the features disclosed in the specification, including the accompanying claims, the abstract and the drawings, and any methods so disclosed, or All processes or units of the device are combined.
  • Each feature disclosed in this specification may be replaced by alternative features that provide the same, equivalent or similar purpose.
  • the various component embodiments of the present invention may be implemented in hardware, or in a software module running on one or more processors, or in a combination thereof.
  • a microprocessor or digital signal processor may be used in practice to implement some or all of the functionality of some or all of the components of the website security detection device in accordance with embodiments of the present invention.
  • the invention can also be implemented as a device or device program (e.g., a computer program and a computer program product) for performing some or all of the methods described herein.
  • a program implementing the invention may be stored on a computer readable medium or may be in the form of one or more signals.
  • Such signals may be downloaded from an Internet website, provided on a carrier signal, or provided in any other form.
  • the various component embodiments of the present invention may be implemented in hardware, or in a software module running on one or more processors, or in a combination thereof.
  • a microprocessor or digital signal processor may be used in practice to implement some or all of the functionality of some or all of the components of the apparatus in accordance with embodiments of the present invention.
  • the invention may also be embodied as a device or device program (eg, a computer program and a computer program) for performing some or all of the methods described herein. product).
  • Such a program implementing the invention may be stored on a computer readable medium or may be in the form of one or more signals. Such signals may be downloaded from an Internet website, provided on a carrier signal, or provided in any other form.
  • Figure 9 illustrates a block diagram of a computing device that can implement a historical information presentation method in accordance with the present invention.
  • the computing device conventionally includes a processor 710 and a computer program product or computer readable medium in the form of a memory 720.
  • Memory 720 can be an electronic memory such as a flash memory, EEPROM (Electrically Erasable Programmable Read Only Memory), EPROM, hard disk, or ROM.
  • Memory 720 has a storage space 730 that stores program code 731 for performing any of the method steps described above.
  • storage space 730 storing program code may store respective program code 731 for implementing various steps in the above methods, respectively.
  • the program code can be read from or written to one or more computer program products.
  • Such computer program products include program code carriers such as hard disks, compact disks (CDs), memory cards or floppy disks.
  • Such a computer program product is typically a portable or fixed storage unit such as that shown in FIG.
  • the storage unit may have a storage segment or storage space or the like arranged similarly to the storage 720 in the computing device of FIG.
  • the program code can be compressed, for example, in an appropriate form.
  • the storage unit stores program code 731' for performing the steps of the method according to the present invention, i.e., program code that can be read by a processor, such as 710, when the program is run by the computing device, causing the program
  • the computing device performs the various steps in the methods described above.

Abstract

La présente invention concerne un procédé et un appareil d'affichage d'informations d'historique, le procédé consistant à : acquérir des informations d'historique à afficher correspondant à une instruction d'affichage d'informations d'historique en réponse à l'instruction d'affichage d'informations d'historique déclenchée par un utilisateur; déterminer s'il existe une identification de perte d'informations dans les informations d'historique à afficher; s'il existe une identification de perte d'informations dans les informations d'historique à afficher, déterminer s'il convient d'acquérir les informations d'historique correspondant à l'identification de perte d'informations, et si tel est le cas, acquérir les informations d'historique correspondant à l'identification de perte d'informations; ajouter les informations d'historique acquises au niveau de la position correspondante dans les informations d'historique à afficher, et afficher les informations d'historique ajoutées à afficher. La solution technique de la présente invention permet à un utilisateur de revoir les informations d'historique complètes au niveau du même équipement terminal et en même temps d'économiser du trafic susceptible de se produire en raison du téléchargement de toutes les informations d'historique, améliorant ainsi l'expérience de l'utilisateur.
PCT/CN2016/104570 2015-12-23 2016-11-04 Procédé et appareil d'affichage d'informations d'historique WO2017107679A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510977622.4 2015-12-23
CN201510977622.4A CN106911554B (zh) 2015-12-23 2015-12-23 一种历史信息展示方法及装置

Publications (1)

Publication Number Publication Date
WO2017107679A1 true WO2017107679A1 (fr) 2017-06-29

Family

ID=59088937

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/104570 WO2017107679A1 (fr) 2015-12-23 2016-11-04 Procédé et appareil d'affichage d'informations d'historique

Country Status (2)

Country Link
CN (1) CN106911554B (fr)
WO (1) WO2017107679A1 (fr)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110020382A (zh) * 2018-03-29 2019-07-16 中国平安财产保险股份有限公司 信息的智能输入方法、用户设备、存储介质及装置
CN111382223A (zh) * 2018-12-29 2020-07-07 西安四维图新信息技术有限公司 电子地图的展示方法、终端和电子设备

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110691024B (zh) * 2018-07-05 2023-01-31 连株式会社 收集对话相关数据的方法、计算机可读取存储介质、计算机装置及服务器系统
CN111190671B (zh) * 2019-12-20 2023-07-28 上海淇玥信息技术有限公司 一种窗口显示控制的方法、装置和电子设备
CN113489634A (zh) * 2021-06-16 2021-10-08 中企链信(北京)科技有限公司 一种企业间协同即时通讯扩展方法

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101227425A (zh) * 2007-12-25 2008-07-23 腾讯科技(深圳)有限公司 获取历史消息、反馈历史消息的方法、客户端及系统
CN102185875A (zh) * 2011-01-30 2011-09-14 北京开心人信息技术有限公司 一种信息同步更新的方法与系统
CN102946401A (zh) * 2011-08-15 2013-02-27 联想(北京)有限公司 一种数据生成方法、装置及设备

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8028024B2 (en) * 2006-02-24 2011-09-27 Qualcomm Incorporated System and method of instant messaging between wireless devices
CN100454908C (zh) * 2006-04-21 2009-01-21 华为技术有限公司 一种即时消息业务处理方法及服务系统
US8290797B2 (en) * 2006-07-03 2012-10-16 Evalscore, Llc Interactive credential system and method
JP4645728B2 (ja) * 2008-11-25 2011-03-09 ソニー株式会社 履歴表示装置、履歴表示システム、履歴表示方法、およびプログラム
CN102497332B (zh) * 2011-12-18 2018-08-14 上海量明科技发展有限公司 输出历史信息的即时通信工具的实现方法、客户端及系统
CN104144175B (zh) * 2013-05-06 2019-09-13 腾讯科技(深圳)有限公司 数据迁移的方法、装置及系统
CN103747017B (zh) * 2014-01-28 2016-12-21 北京智谷睿拓技术服务有限公司 服务信息交互方法及设备
CN104753933A (zh) * 2015-03-19 2015-07-01 腾讯科技(深圳)有限公司 一种数据处理方法、装置、客户端及服务器

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101227425A (zh) * 2007-12-25 2008-07-23 腾讯科技(深圳)有限公司 获取历史消息、反馈历史消息的方法、客户端及系统
CN102185875A (zh) * 2011-01-30 2011-09-14 北京开心人信息技术有限公司 一种信息同步更新的方法与系统
CN102946401A (zh) * 2011-08-15 2013-02-27 联想(北京)有限公司 一种数据生成方法、装置及设备

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110020382A (zh) * 2018-03-29 2019-07-16 中国平安财产保险股份有限公司 信息的智能输入方法、用户设备、存储介质及装置
CN110020382B (zh) * 2018-03-29 2023-08-22 中国平安财产保险股份有限公司 信息的智能输入方法、用户设备、存储介质及装置
CN111382223A (zh) * 2018-12-29 2020-07-07 西安四维图新信息技术有限公司 电子地图的展示方法、终端和电子设备
CN111382223B (zh) * 2018-12-29 2024-04-02 西安四维图新信息技术有限公司 电子地图的展示方法、终端和电子设备

Also Published As

Publication number Publication date
CN106911554B (zh) 2020-07-10
CN106911554A (zh) 2017-06-30

Similar Documents

Publication Publication Date Title
WO2017107679A1 (fr) Procédé et appareil d'affichage d'informations d'historique
WO2019140828A1 (fr) Appareil électronique, procédé d'interrogation de journaux dans un système distribué, et support d'informations
CN108804299B (zh) 应用程序异常处理方法及装置
CN108874289B (zh) 应用历史记录查看方法、装置及电子设备
CN112527816B (zh) 数据血缘关系解析方法、系统、计算机设备及存储介质
WO2017088415A1 (fr) Procédé, appareil et dispositif électronique pour récupération de contenu vidéo
US10623522B2 (en) Uploading a form attachment
US10409668B2 (en) Correlating application errors with incomplete transactions
CN112491602B (zh) 行为数据的监控方法、装置、计算机设备及介质
CN108595520B (zh) 一种生成多媒体文件的方法和装置
CN107133165B (zh) 浏览器兼容性检测方法及装置
WO2018121266A1 (fr) Procédé et dispositif d'obtention d'une application et dispositif terminal
CN108600779B (zh) 一种基于视频内容的目标对象操作方法及装置
WO2017000613A1 (fr) Procédé et dispositif de génération d'informations d'indication dans une page de résultats de recherche
WO2016110203A1 (fr) Procédé et dispositif d'enregistrement de chemin de fichier et d'accès à un fichier local
WO2019153589A1 (fr) Appareil et procédé de traitement de données de message, et dispositif informatique et support d'informations
TWI528186B (zh) 經由音訊發布訊息的系統及方法
CN110990365A (zh) 一种数据同步方法、装置、服务器及存储介质
CN113094248B (zh) 用户行为数据分析方法、装置、电子设备及介质
CN106899879B (zh) 一种多媒体数据的处理方法和装置
CN111723235A (zh) 音乐内容识别方法、装置及设备
WO2017099979A1 (fr) Suggestions de mots-clics automatisées pour la catégorisation de communications
WO2017107887A1 (fr) Procédé et appareil permettant de changer d'image de groupe sur un terminal mobile
WO2014108041A1 (fr) Client, procédé et système d'acquisition et d'affichage d'informations de requête
US11373001B2 (en) Screen capturing and masking system and method

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

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

Country of ref document: EP

Kind code of ref document: A1