WO2017045481A1 - web跨页面选择数据的方法和系统 - Google Patents

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
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/CN2016/090737
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.)
Guangzhou Shirui Electronics Co Ltd
Original Assignee
Guangzhou Shirui Electronics 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 Guangzhou Shirui Electronics Co Ltd filed Critical Guangzhou Shirui Electronics Co Ltd
Publication of WO2017045481A1 publication Critical patent/WO2017045481A1/zh
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
    • 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/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

本发明涉及一种web跨页面选择数据的方法和系统,其中方法包括以下步骤:加载前一页面记录的选择对应数据的操作,并生成当前页面的数据列表;接收数据选择指令,根据数据选择指令选择当前页面对应的数据,并记录选择对应数据的操作;根据前一页面和当前页面数据列表记录的选择数据的操作选中需要操作的页面数据。上述web跨页面选择数据的方法和系统,通过记录前一页面和当前页面的选择对应数据的操作,即记录在每个页面上选择数据的操作,根据选择数据的操作选中需要操作的页面数据,从而可以在需要对每个页面的数据进行处理时,选中需要处理的数据后,统一进行处理,处理的效率较高。

Description

web跨页面选择数据的方法和系统
技术领域
本发明涉及计算机技术领域,特别是涉及一种 web跨页面选择数据的方法 和系统。 背景技术
在计算机技术领域中, 网页数据一般多是以分页形式展示。 比如, 邮箱中 的邮件信息, 按照先接收到的邮件展示在前页的形式, 从第一页到最后一页展 示多个邮件信息。
分页形式展示优化了页面加载速度,但是会对用户在批量管理数据上造成 一定影响。 比如, 由于各个页面之间的数据相互独立, 用户如果要对第一页的 第一个数据与第二页的第一个数据进行相关操作, 只能选中第一页数据进行相 关操作后, 跳转第二页选中第二页数据重复进行相关操作, 即只能分别选中每 个页面的数据并分别进行数据处理操作。
综上所述, 现有的技术方案的分页形式展示在刷新页面中, 当需要对每个 页面的数据进行处理时, 只能分别选中每个页面的数据并分别进行数据处理操 作, 处理效率较低。 发明内容
基于此, 有必要针对现有分页形式展示对每个页面的数据进行处理时, 处 理效率较低的问题, 提供一种 web跨页面选择数据的方法和系统。
一种 web跨页面选择数据的方法, 包括以下步骤:
加载前一页面记录的选择对应数据的操作, 并生成当前页面的数据列表; 接收数据选择指令, 根据数据选择指令选择当前页面对应的数据, 并记录 选择对应数据的操作;
根据前一页面和当前页面数据列表记录的选择数据的操作选中需要操作 的页面数据。 上述 web跨页面选择数据的方法,通过记录前一页面和当前页面的选择对 应数据的操作, 即记录在每个页面上选择数据的操作, 根据选择数据的操作选 中需要操作的页面数据, 从而可以在需要对每个页面的数据进行处理时, 选中 需要处理的数据后, 统一进行处理, 处理的效率较高。
在其中一个实施例中, 通过浏览器加载所述页面;
所述记录选择对应数据的操作的步骤包括:
在开启浏览器缓存时, 通过浏览器缓存记录选择对应数据的操作; 在未开启浏览器缓存时,将选择对应数据的操作记录进浏览器内存的对象 数组。
通过浏览器缓存和浏览器内存的对象数组可以在不同应用环境下选择不 同记录的方式。
在其中一个实施例中,所述通过浏览器缓存记录选择对应数据的操作的步 骤包括:
若浏览器的 cookie处于开启状态,则将选择对应数据的操作保存在 cookie 中;
若浏览器的 cookie处于关闭状态,则将选择对应数据的操作回传并保存到 session会话中。
通过 cookie和 session记录选择对应数据的操作可以适应不同应用环境。 在其中一个实施例中,所述根据前一页面和当前页面数据列表记录的选择 数据的操作选中需要操作的页面数据的步骤包括:
通过浏览器缓存记录选择数据的操作,加载浏览器缓存中保存的前一页面 和当前页面选择数据的操作, 选择需要操作的页面数据。
在其中一个实施例中,所述根据前一页面和当前页面数据列表记录的选择 数据的操作选中需要操作的页面数据的步骤包括:
通过浏览器的对象数组记录选择数据的操作,遍历对象数组中保存的前一 页面和当前页面选择数据的操作, 选择需要操作的页面数据。
一种 web跨页面选择数据的系统, 包括: 加载模块, 用于加载前一页面记录的选择对应数据的操作, 并生成当前页 面的数据列表;
记录模块, 用于接收数据选择指令, 根据数据选择指令选择当前页面对应 的数据, 并记录选择对应数据的操作;
选择模块,用于根据前一页面和当前页面数据列表记录的选择数据的操作 选中需要操作的页面数据。
上述 web跨页面选择数据的系统,通过记录前一页面和当前页面的选择对 应数据的操作, 即记录在每个页面上选择数据的操作, 根据选择数据的操作选 中需要操作的页面数据, 从而可以在需要对每个页面的数据进行处理时, 选中 需要处理的数据后, 统一进行处理, 处理的效率较高。
在其中一个实施例中, 通过浏览器加载所述页面;
所述记录模块执行所述记录选择对应数据的操作的过程进一步用于: 在开启浏览器缓存时, 通过浏览器缓存记录选择对应数据的操作; 在未开启浏览器缓存时,将选择对应数据的操作记录进浏览器内存的对象 数组。
通过浏览器缓存和浏览器内存的对象数组可以在不同应用环境下选择不 同记录的方式。
在其中一个实施例中, 所述记录模块进一步用于:
若浏览器的 cookie处于开启状态,则将选择对应数据的操作保存在 cookie 中;
若浏览器的 cookie处于关闭状态,则将选择对应数据的操作回传并保存到 session会话中。
通过 cookie和 session记录选择对应数据的操作可以适应不同应用环境。 在其中一个实施例中, 所述选择模块进一步用于:
通过浏览器缓存记录选择数据的操作,加载浏览器缓存中保存的前一页面 和当前页面选择数据的操作, 选择需要操作的页面数据。
在其中一个实施例中, 所述选择模块进一步用于: 通过浏览器的对象数组记录选择数据的操作,遍历对象数组中保存的前一 页面和当前页面选择数据的操作, 选择需要操作的页面数据。 附图说明
图 1为一实施例 web跨页面选择数据的方法流程图;
图 2为另一实施例 web跨页面选择数据的方法流程图;
图 3为一实施例 web跨页面选择数据的系统结构示意图。 具体实施方式
为了详细说明本发明的 web跨页面选择数据的方法和系统,下面将结合附 图进行说明。
请参阅图 1, 图 1为一实施例 web跨页面选择数据的方法流程图。
一种 web跨页面选择数据的方法, 包括以下步骤:
步骤 S101 : 加载前一页面记录的选择对应数据的操作, 并生成当前页面 的数据列表;
在步骤 S101 中, 前一页面指的是进行选择对应数据操作的前一页面, 与 预先排列的页面顺序并不相同;加载前一页面记录的选择对应数据的操作是为 了后续选中前一页面对应数据提供依据, 比如一个页面有 20条数据, 在前一 页面时选择了第 3条数据, 在加载前一页面记录的选择对应数据的操作后, 会 记录下前一页面选择第 3条数据的操作。
步骤 S103 : 接收数据选择指令, 根据数据选择指令选择当前页面对应的 数据, 并记录选择对应数据的操作;
在步骤 S103中, 接收数据选择指令可以是用户通过计算机发出的数据选 择指令。
步骤 S105 : 根据前一页面和当前页面数据列表记录的选择数据的操作选 中需要操作的页面数据。
在步骤 S105中, 选择数据是前一页面和当前页面记录的选择数据, 由于 每翻到一个页面时, 都加载前一页面记录的选择数据的操作, 与当前页面记录 的选择数据的合并一起保存; 以 3页数据为例, 当翻到第三页时则会加载对第 一页、 第二页记录的选择数据的操作, 再加上当前页面(即第三页)记录的选 择数据的操作来选中需要操作的页面数据。
在一实施例中, 所述步骤 S101中通过浏览器加载所述页面;
所述步骤 S103中的记录选择对应数据的操作的步骤可以包括:
在开启浏览器缓存时, 通过浏览器缓存记录选择对应数据的操作; 在未开启浏览器缓存时,将选择对应数据的操作记录进浏览器内存的对象 数组。
通过浏览器缓存和浏览器内存的对象数组可以在不同应用环境下选择不 同记录的方式。
作为一个实施例,所述通过浏览器缓存记录选择对应数据的操作的步骤可 以包括:
若浏览器的 cookie处于开启状态,则将选择对应数据的操作保存在 cookie 中;
若浏览器的 cookie处于关闭状态,则将选择对应数据的操作回传并保存到 session会话中。
通过 cookie (存储在用户本地终端上的数据)和 session (会话、 时域)记 录选择对应数据的操作可以适应不同应用环境。
在一实施例中,所述根据前一页面和当前页面数据列表记录的选择数据的 操作选中需要操作的页面数据的步骤可以包括:
通过浏览器缓存记录选择数据的操作,加载浏览器缓存中保存的前一页面 和当前页面选择数据的操作, 选择需要操作的页面数据。
在一实施例中,所述根据前一页面和当前页面数据列表记录的选择数据的 操作选中需要操作的页面数据的步骤可以包括:
通过浏览器的对象数组记录选择数据的操作,遍历对象数组中保存的前一 页面和当前页面选择数据的操作, 选择需要操作的页面数据。
上述 web跨页面选择数据的方法,通过记录前一页面和当前页面的选择对 应数据的操作, 即记录在每个页面上选择数据的操作, 根据选择数据的操作选 中需要操作的页面数据, 从而可以在需要对每个页面的数据进行处理时, 选中 需要处理的数据后, 统一进行处理, 处理的效率较高。
为了更加详细的说明本发明的 web跨页面选择数据的方法,下面将结合具 体应用实例进行说明。
本具体应用实例以在批量管理设备的应用为例进行说明。
请参阅图 2, 图 2为另一实施例 web跨页面选择数据的方法流程图。
步骤 S201 : 开始操作, 进入设备数据页面;
步骤 S202: 判断是否开启浏览器缓存; 一般是指的是用户通过 cookie 或 session存储的 "记录用户当前选中的设备"; 若是, 执行步骤 S203 , 否则执行步 骤 S204;,
步骤 S203 :加载浏览器的缓存,选中缓存中用户选中的设备,执行步骤 S204; 步骤 S204: 加载设备列表;
步骤 S205: 从设备列表中选中设备;
步骤 S206: 判断用户选中设备后是否开启缓存, 若否, 执行步骤 S207; 若 是, 执行步骤 S208;
步骤 S207: 更新浏览器内存里的对象数组, 将用户操作记录进数组内; 步骤 S208:判断用户在选中设备后是否禁用了 cookie,若否,执行步骤 S209; 若是, 执行步骤 S210;
步骤 S209: 将选中的设备操作记录存到 cookie内, 执行步骤 S207;
步骤 S210:将选中的设备以异步回传保存到 session会话中,执行步骤 S207; 步骤 S211 :将选中设备存至 cookie或 session缓存后,刷新页面更新选中的 设备; 在此过程中, 操作记录不会丢失, 用户刷新网页后, 仍保持之前对设备 列表的选中情况;
以此类推, 当用户翻页后进行的操作也会同步记录在浏览器内存的对象数 组, 或者开启缓存后的记录入 cookie (浏览器缓存) 或 session (会话、 时域)。 因此, 用户只需对想要的页面、 想要的设备进行勾选, 便能完成统一的管理; 步骤 S212: 对当前浏览器内存中的对象数组进行遍历并逐一发出对应操作 指令来操作设备, 例如统一发送开机关机指令、 删除等;
在技术实现上, 实现分页数据的跨页选中, 首先实现的是整站的异步数据 加载模式。 并定义相对应的结构体将用户每次操作予以存储, 在最后提交时遍 历结构体内对象从而实现跨页选中。
同时, 只要在配置中开启缓存, 即可将操作记录写入缓存, 在刷新页面后 仍可以选中用户在上一页面选中的数据。实现原理是通过将数据落地到浏览器 缓存, 保存当次会话过程中。若用户禁用了 cookie机制, 缓存会升级到 session 服务器会话等级。 总体而言, 效果可体现在以下两点:
( 1 ) 支持用户跨页操作, 与当前每页的重复操作相比会有操作体验上的 提升;
( 2 ) 可通过配置, 支持浏览器缓存, 设置非异步加载内容的站点。 无需 在原先站点上做过多的业务逻辑修改, 即可支持跨页操作。
如果是针对 web邮箱垃圾邮件的处理, 传统的清理垃圾邮件的方式是每 个分页选中垃圾邮件, 点击删除, 然后下一页, 再选中再删除, 依次类推。 如 果采用本发明的跨页面选择数据的方法,我们可以方便的选中每个页面的垃圾 邮件, 随后对选中的邮件一键清除, 减少重复操作提高工作效率。
请参阅图 3, 图 3为一实施例 web跨页面选择数据的系统结构示意图。 一种 web跨页面选择数据的系统, 包括:
加载模块 310, 用于加载前一页面记录的选择对应数据的操作, 并生成当 前页面的数据列表;
记录模块 330, 用于接收数据选择指令, 根据数据选择指令选择当前页面 对应的数据, 并记录选择对应数据的操作;
选择模块 350, 用于根据前一页面和当前页面数据列表记录的选择数据的 操作选中需要操作的页面数据。
上述 web跨页面选择数据的系统,通过记录前一页面和当前页面的选择对 应数据的操作, 即记录在每个页面上选择数据的操作, 根据选择数据的操作选 中需要操作的页面数据, 从而可以在需要对每个页面的数据进行处理时, 选中 需要处理的数据后, 统一进行处理, 处理的效率较高。 在其中一个实施例中, 通过浏览器加载所述页面;
所述记录模块 330执行所述记录选择对应数据的操作的过程可以进一步用 于:
在开启浏览器缓存时, 通过浏览器缓存记录选择对应数据的操作; 在未开启浏览器缓存时,将选择对应数据的操作记录进浏览器内存的对象 数组。
通过浏览器缓存和浏览器内存的对象数组可以在不同应用环境下选择不 同记录的方式。
在一实施例中, 所述记录模块 330可以进一步用于:
若浏览器的 cookie处于开启状态,则将选择对应数据的操作保存在 cookie 中;
若浏览器的 cookie处于关闭状态,则将选择对应数据的操作回传并保存到 session会话中。
通过 cookie和 session记录选择对应数据的操作可以适应不同应用环境。 在一实施例中, 所述选择模块 350可以进一步用于:
通过浏览器缓存记录选择数据的操作,加载浏览器缓存中保存的前一页面 和当前页面选择数据的操作, 选择需要操作的页面数据。
在一实施例中, 所述选择模块 350可以进一步用于:
通过浏览器的对象数组记录选择数据的操作,遍历对象数组中保存的前一 页面和当前页面选择数据的操作, 选择需要操作的页面数据。
以上所述实施例的各技术特征可以进行任意的组合, 为使描述简洁, 未对 上述实施例中的各个技术特征所有可能的组合都进行描述, 然而, 只要这些技 术特征的组合不存在矛盾, 都应当认为是本说明书记载的范围。
以上所述实施例仅表达了本发明的几种实施方式, 其描述较为具体和详 细, 但并不能因此而理解为对发明专利范围的限制。 应当指出的是, 对于本领 域的普通技术人员来说, 在不脱离本发明构思的前提下, 还可以做出若干变形 和改进, 这些都属于本发明的保护范围。 因此, 本发明专利的保护范围应以所 附权利要求为准(

Claims

权利要求书
1、 一种 web跨页面选择数据的方法, 其特征在于, 包括以下步骤: 加载前一页面记录的选择对应数据的操作, 并生成当前页面的数据列表; 接收数据选择指令, 根据数据选择指令选择当前页面对应的数据, 并记录 选择对应数据的操作;
根据前一页面和当前页面数据列表记录的选择数据的操作选中需要操作 的页面数据。
2、 根据权利要求 1所述的 web跨页面选择数据的方法, 其特征在于, 通 过浏览器加载所述页面;
所述记录选择对应数据的操作的步骤包括:
在开启浏览器缓存时, 通过浏览器缓存记录选择对应数据的操作; 在未开启浏览器缓存时,将选择对应数据的操作记录进浏览器内存的对象 数组。
3、 根据权利要求 2所述的 web跨页面选择数据的方法, 其特征在于, 所 述通过浏览器缓存记录选择对应数据的操作的步骤包括:
若浏览器的 cookie处于开启状态,则将选择对应数据的操作保存在 cookie 中;
若浏览器的 cookie处于关闭状态,则将选择对应数据的操作回传并保存到 session会话中。
4、 根据权利要求 2所述的 web跨页面选择数据的方法, 其特征在于, 所 述根据前一页面和当前页面数据列表记录的选择数据的操作选中需要操作的 页面数据的步骤包括:
通过浏览器缓存记录选择数据的操作,加载浏览器缓存中保存的前一页面 和当前页面选择数据的操作, 选择需要操作的页面数据。
5、 根据权利要求 2所述的 web跨页面选择数据的方法, 其特征在于, 所 述根据前一页面和当前页面数据列表记录的选择数据的操作选中需要操作的 页面数据的步骤包括: 通过浏览器的对象数组记录选择数据的操作,遍历对象数组中保存的前一 页面和当前页面选择数据的操作, 选择需要操作的页面数据。
6、 一种 web跨页面选择数据的系统, 其特征在于, 包括:
加载模块, 用于加载前一页面记录的选择对应数据的操作, 并生成当前页 面的数据列表;
记录模块, 用于接收数据选择指令, 根据数据选择指令选择当前页面对应 的数据, 并记录选择对应数据的操作;
选择模块,用于根据前一页面和当前页面数据列表记录的选择数据的操作 选中需要操作的页面数据。
7、 根据权利要求 6所述的 web跨页面选择数据的系统, 其特征在于, 通 过浏览器加载所述页面;
所述记录模块执行所述记录选择对应数据的操作的过程进一步用于: 在开启浏览器缓存时, 通过浏览器缓存记录选择对应数据的操作; 在未开启浏览器缓存时,将选择对应数据的操作记录进浏览器内存的对象 数组。
8、 根据权利要求 7所述的 web跨页面选择数据的系统, 其特征在于, 所 述记录模块进一步用于:
若浏览器的 cookie处于开启状态,则将选择对应数据的操作保存在 cookie 中;
若浏览器的 cookie处于关闭状态,则将选择对应数据的操作回传并保存到 session会话中。
9、 根据权利要求 7所述的 web跨页面选择数据的系统, 其特征在于, 所 述选择模块进一步用于:
通过浏览器缓存记录选择数据的操作,加载浏览器缓存中保存的前一页面 和当前页面选择数据的操作, 选择需要操作的页面数据。
10、根据权利要求 7所述的 web跨页面选择数据的系统, 其特征在于, 所 述选择模块进一步用于: 通过浏览器的对象数组记录选择数据的操作,遍历对象数组中保存的前一 页面和当前页面选择数据的操作, 选择需要操作的页面数据。
PCT/CN2016/090737 2015-09-15 2016-07-20 web跨页面选择数据的方法和系统 Ceased WO2017045481A1 (zh)

Applications Claiming Priority (2)

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

Publications (1)

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

Family

ID=55100086

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/090737 Ceased WO2017045481A1 (zh) 2015-09-15 2016-07-20 web跨页面选择数据的方法和系统

Country Status (2)

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

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 北京蒙奇迪科技发展有限公司 一种跨页复选系统及方法
CN113672650B (zh) * 2021-08-24 2024-07-12 北京北大方正电子有限公司 跨页选择数据的方法、装置、设备及存储介质

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 (zh) web跨页面选择数据的方法和系统
US9954964B2 (en) Content suggestion for posting on communication network
JP6050503B2 (ja) 階層キャッシュを用いたメールのインデックス化および検索
US9916390B2 (en) Managing web browser cache for offline browsing
WO2016095151A1 (en) Storing log records in a non-volatile memory
US10929445B2 (en) Distributed search framework with virtual indexing
CN105335170A (zh) 分布式系统及数据增量更新方法
CN105653684A (zh) 分布式文件系统的预读方法和装置
CN108241688A (zh) 一种页面访问方法、装置及计算设备
CN110688070B (zh) 固态硬盘数据表的管理方法、装置、存储介质及电子设备
WO2019015490A1 (zh) 一种数据处理方法、装置、设备及系统
JP2018526740A (ja) モバイル端末のためのデータ記憶方法及び装置
CN109933461A (zh) 一种数据处理的方法和装置
US20120185440A1 (en) Method and apparatus for providing address book restoration
EP3269098B1 (en) Large data management in communication applications through multiple mailboxes
JP2015079473A (ja) データ運用方法及びこれを支援するシステム
CN114077574A (zh) 数据处理方法、装置及电子设备
US9754006B2 (en) System and method for processing long relation chain data of user
US8805942B2 (en) Storing and partitioning email messaging data
US20150347008A1 (en) Method for controlling virtual keyboard and electronic device implementing the same
US10073657B2 (en) Data processing apparatus, data processing method, and computer program product, and entry processing apparatus
CN117389475A (zh) 一种数据处理的方法和装置
CN105630991A (zh) Id自动生成方法及装置
CN112104735A (zh) 一种文件传输方法、系统、装置及电子设备
CN119669198B (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: 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