WO2017045481A1 - Procédé et système de sélection de données dans des pages web - Google Patents

Procédé et système de sélection de données dans des pages web Download PDF

Info

Publication number
WO2017045481A1
WO2017045481A1 PCT/CN2016/090737 CN2016090737W WO2017045481A1 WO 2017045481 A1 WO2017045481 A1 WO 2017045481A1 CN 2016090737 W CN2016090737 W CN 2016090737W WO 2017045481 A1 WO2017045481 A1 WO 2017045481A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
selecting
page
browser
selection
Prior art date
Application number
PCT/CN2016/090737
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 WO2017045481A1 publication Critical patent/WO2017045481A1/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • 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/957Browsing optimisation, e.g. caching or content distillation

Definitions

  • the present invention relates to the field of computer technology, and in particular, to a method and system for web cross-page selection data. Background technique
  • the paginated display optimizes the page load speed, but it has an impact on the batch management data. For example, because the data between the pages is independent of each other, if the user wants to perform related operations on the first data of the first page and the first data of the second page, the user can only select the first page of data to perform related operations, and then jump. Go to the second page and select the second page of data to repeat the related operations, that is, you can only select the data of each page separately and perform data processing operations separately.
  • the operation of selecting the corresponding data through the browser cache record when the browser cache is not enabled, the operation of selecting the corresponding data is recorded into the object array of the browser memory.
  • the step of the operation of selecting the corresponding data by the browser cache record includes:
  • the operation of selecting the corresponding data is returned and saved to the session session.
  • a system for selecting data across web pages including: a loading module, configured to load an operation of selecting a corresponding data record of the previous page record, and generate a data list of the current page;
  • a recording module configured to receive a data selection instruction, select data corresponding to the current page according to the data selection instruction, and record an operation of selecting the corresponding data
  • the page is loaded by a browser
  • the process of the operation of the recording module to select the corresponding data is further used to: when the browser cache is enabled, the operation of selecting the corresponding data by the browser cache record; when the browser cache is not enabled, the corresponding data is selected.
  • the operation of selecting the corresponding data is returned and saved to the session session.
  • the selection module is further configured to: The operation of selecting data through the object array of the browser, traversing the operation of the previous page saved in the object array and the current page selection data, and selecting the page data to be operated.
  • FIG. 1 is a flow chart of a method for selecting data across web pages according to an embodiment
  • FIG. 1 is a flowchart of a method for selecting data across web pages according to an embodiment.
  • a method for web-to-page selection of data includes the following steps:
  • Step S103 receiving a data selection instruction, selecting data corresponding to the current page according to the data selection instruction, and recording an operation of selecting the corresponding data;
  • Step S105 Select the page data to be operated according to the operation of selecting data recorded in the previous page and the current page data list.
  • the step of recording the operation of selecting the corresponding data in the step S103 may include:
  • An array of objects in the browser cache and browser memory can be used to select different records in different application environments.
  • the operation of selecting the corresponding data is returned and saved to the session session.
  • the above method for selecting data across pages by the web by recording the selection of the previous page and the current page
  • the operation of the data that is, the operation of selecting data on each page, and selecting the page data to be operated according to the operation of selecting the data, so that when the data of each page needs to be processed, the data to be processed is selected.
  • Uniform processing processing efficiency is higher.
  • FIG. 2 is a flowchart of a method for selecting data across web pages according to another embodiment.
  • Step S202 determining whether to enable the browser cache; generally referring to "recording the currently selected device of the user” stored by the user through the cookie or the session; if yes, executing step S203, otherwise executing step S204;
  • Step S210 Save the selected device to the session session by asynchronous backhaul, and perform step S207;
  • the first implementation of the asynchronous data loading mode of the entire station To achieve cross-page selection of paging data, the first implementation of the asynchronous data loading mode of the entire station. And define the corresponding structure to store the user each operation, and traverse the object in the structure at the last commit to achieve cross-page selection.
  • the operation record can be written to the cache, and the data selected by the user on the previous page can still be selected after the page is refreshed.
  • the implementation principle is to save the data to the browser cache and save it during the session. If the user disables the cookie mechanism, the cache will be upgraded to the session server session level. Overall, the effect can be reflected in the following two points:
  • FIG. 3 is a schematic structural diagram of a system for selecting data across web pages according to an embodiment.
  • a system for selecting data across pages including:
  • the loading module 310 is configured to load an operation of selecting a corresponding data record of the previous page record, and generate a data list of the current page;
  • the above-mentioned web cross-page selection data system records the operation of selecting data corresponding to the previous page and the current page, that is, recording the operation of selecting data on each page, and selecting the page data to be operated according to the operation of selecting the data, thereby When the data of each page needs to be processed, the data to be processed is selected and processed uniformly, and the processing efficiency is high.
  • the page is loaded by a browser;
  • the operation of selecting the corresponding data through the browser cache record when the browser cache is not enabled, the operation of selecting the corresponding data is recorded into the object array of the browser memory.
  • An array of objects in the browser cache and browser memory can be used to select different records in different application environments.
  • the operation of selecting the corresponding data through the cookie and session records can be adapted to different application environments.
  • the selection module 350 can be further configured to:
  • the selection module 350 can be further configured to:

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

La présente invention concerne un procédé et un système de sélection de données dans des pages Web, le procédé comprenant : le chargement d'une opération de sélection de données correspondantes enregistrée par une page précédente, et la génération d'une liste de données de la page courante ; la réception d'une instruction de sélection de données, et, selon cette instruction de sélection de données, la sélection des données correspondant à la page courante, et l'enregistrement de l'opération de sélection des données correspondantes ; et la sélection, en fonction des opérations de sélection de données enregistrées dans les listes de données de la page précédente et de la page courante, des données de pages sur lesquelles une opération doit être effectuée. Selon ce procédé et ce système de sélection d'une page de données dans des pages Web, les opérations de sélection des données correspondantes de la page précédente et de la page courante sont enregistrées, c'est-à-dire que les opérations de sélection de données sur chaque page sont enregistrées et que des données de pages sur lesquelles une opération doit être effectuée sont sélectionnées conformément à l'opération de sélection de données. Ainsi, lorsqu'il est nécessaire de traiter les données de chacune des pages, les données qui doivent être traitées sont sélectionnées et traitées de façon unifiée, et le traitement est très efficace.
PCT/CN2016/090737 2015-09-15 2016-07-20 Procédé et système de sélection de données dans des pages web WO2017045481A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510586675.3A CN105260394A (zh) 2015-09-15 2015-09-15 web跨页面选择数据的方法和系统
CN201510586675.3 2015-09-15

Publications (1)

Publication Number Publication Date
WO2017045481A1 true WO2017045481A1 (fr) 2017-03-23

Family

ID=55100086

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/090737 WO2017045481A1 (fr) 2015-09-15 2016-07-20 Procédé et système de sélection de données dans des pages web

Country Status (2)

Country Link
CN (1) CN105260394A (fr)
WO (1) WO2017045481A1 (fr)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105260394A (zh) * 2015-09-15 2016-01-20 广州视睿电子科技有限公司 web跨页面选择数据的方法和系统
CN107145488A (zh) * 2016-03-01 2017-09-08 阿里巴巴集团控股有限公司 一种记录结果页面中被选择数据项的方法与设备
CN105808702B (zh) * 2016-03-04 2019-07-02 华自科技股份有限公司 页面内容刷新方法、系统及页面内容同步刷新的管理系统
CN105955888B (zh) * 2016-05-04 2020-12-08 腾讯科技(深圳)有限公司 一种页面调试预览方法及系统
CN106776970A (zh) * 2016-12-05 2017-05-31 金蝶软件(中国)有限公司 Web叙事簿翻页操作方法和装置
CN108304112B (zh) * 2017-01-13 2020-10-13 北京国双科技有限公司 数据处理方法和装置
CN110597435B (zh) * 2019-09-05 2021-01-01 北京蒙奇迪科技发展有限公司 一种跨页复选系统及方法
CN113672650A (zh) * 2021-08-24 2021-11-19 北京北大方正电子有限公司 跨页选择数据的方法、装置、设备及存储介质

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101251858A (zh) * 2008-03-12 2008-08-27 腾讯科技(深圳)有限公司 多页面浏览器中数据管理的方法及浏览器
CN101364236A (zh) * 2008-09-18 2009-02-11 中兴通讯股份有限公司 一种web页面的数据处理装置及处理方法
CN102073694A (zh) * 2010-12-17 2011-05-25 传神联合(北京)信息技术有限公司 原译文多页面审校方法
CN102867007A (zh) * 2011-07-08 2013-01-09 腾讯科技(深圳)有限公司 网页浏览方法及装置
CN103150358A (zh) * 2013-02-27 2013-06-12 三星半导体(中国)研究开发有限公司 在移动设备中进行连续网页浏览的装置和方法
CN103729354A (zh) * 2012-10-10 2014-04-16 腾讯科技(深圳)有限公司 网页信息处理方法及装置
CN105260394A (zh) * 2015-09-15 2016-01-20 广州视睿电子科技有限公司 web跨页面选择数据的方法和系统

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1929488B (zh) * 2006-10-08 2012-07-04 华为技术有限公司 基于服务器分页的跨多页操作方法和装置
US20110314395A1 (en) * 2010-06-17 2011-12-22 Microsoft Corporation Sequential and non-sequential access to records within a list
CN103699544B (zh) * 2012-09-27 2017-05-31 金蝶软件(中国)有限公司 跨页选择数据的方法和系统

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101251858A (zh) * 2008-03-12 2008-08-27 腾讯科技(深圳)有限公司 多页面浏览器中数据管理的方法及浏览器
CN101364236A (zh) * 2008-09-18 2009-02-11 中兴通讯股份有限公司 一种web页面的数据处理装置及处理方法
CN102073694A (zh) * 2010-12-17 2011-05-25 传神联合(北京)信息技术有限公司 原译文多页面审校方法
CN102867007A (zh) * 2011-07-08 2013-01-09 腾讯科技(深圳)有限公司 网页浏览方法及装置
CN103729354A (zh) * 2012-10-10 2014-04-16 腾讯科技(深圳)有限公司 网页信息处理方法及装置
CN103150358A (zh) * 2013-02-27 2013-06-12 三星半导体(中国)研究开发有限公司 在移动设备中进行连续网页浏览的装置和方法
CN105260394A (zh) * 2015-09-15 2016-01-20 广州视睿电子科技有限公司 web跨页面选择数据的方法和系统

Also Published As

Publication number Publication date
CN105260394A (zh) 2016-01-20

Similar Documents

Publication Publication Date Title
WO2017045481A1 (fr) Procédé et système de sélection de données dans des pages web
CN109766341B (zh) 一种建立哈希映射的方法、装置、存储介质
JP6050503B2 (ja) 階層キャッシュを用いたメールのインデックス化および検索
WO2016095151A1 (fr) Stockage d'enregistrements d'accès dans une mémoire non volatile
US20160328485A1 (en) Managing web browser cache for offline browsing
TW200839516A (en) A method and system for facilitating fast wake-up of a flash memory system
CN111143417A (zh) 数据处理方法、装置、系统及Nginx服务器和介质
CN109815425A (zh) 缓存数据处理方法、装置、计算机设备和存储介质
WO2019015490A1 (fr) Système, dispositif, appareil et procédé de traitement de données
US10929445B2 (en) Distributed search framework with virtual indexing
JP6788002B2 (ja) モバイル端末のためのデータ記憶方法及び装置
US20120185440A1 (en) Method and apparatus for providing address book restoration
US20110289289A1 (en) Backup and restore of items using bounded checkpoint and log buffers in memory
US20100145933A1 (en) Dynamic Restoration of Message Object Search Indexes
CN104866438B (zh) 存储装置、存储装置控制方法和电子设备
WO2016144922A1 (fr) Gestion de grandes quantités de données dans des applications de communication par l'intermédiaire de multiples boîtes aux lettres
US8805942B2 (en) Storing and partitioning email messaging data
CN102467557B (zh) 重复数据删除的处理方法
US8726147B1 (en) Systems and methods for restoring web parts in content management systems
US20150347008A1 (en) Method for controlling virtual keyboard and electronic device implementing the same
US9754006B2 (en) System and method for processing long relation chain data of user
CN102609240B (zh) 处理器电路及读取数据的方法
JP2010176512A (ja) ストレージ装置、ストレージ装置制御方法およびストレージ装置制御プログラム
CN113792013B (zh) 基于邮件中附件内容的检索方法、计算设备及存储介质
JP5231496B2 (ja) 情報処理装置及びそのサスペンド/リジューム方法

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

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

Country of ref document: EP

Kind code of ref document: A1