[go: up one dir, main page]

CN106897444A - A kind of list data update method and device - Google Patents

A kind of list data update method and device Download PDF

Info

Publication number
CN106897444A
CN106897444A CN201710117981.1A CN201710117981A CN106897444A CN 106897444 A CN106897444 A CN 106897444A CN 201710117981 A CN201710117981 A CN 201710117981A CN 106897444 A CN106897444 A CN 106897444A
Authority
CN
China
Prior art keywords
data
updated
piece
original
operation type
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.)
Pending
Application number
CN201710117981.1A
Other languages
Chinese (zh)
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.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information Technology 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 Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201710117981.1A priority Critical patent/CN106897444A/en
Publication of CN106897444A publication Critical patent/CN106897444A/en
Pending 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/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database
    • 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/23Updating
    • G06F16/2379Updates performed during online database operations; commit processing

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The embodiment of the present application provides a kind of list data update method and device, and by determining the data to be updated of form, the data to be updated include at least one the first data;Compare the initial data in the data to be updated and the form, determine the corresponding action type of every first data, the initial data includes at least one the second data;Each the second data in the initial data in the form are traveled through, the mode of the initial data in the form is updated using the corresponding action type of first data, realize automatically updating for list data.

Description

一种表格数据更新方法及装置Method and device for updating form data

技术领域technical field

本发明涉及数据更新技术领域,特别是涉及一种表格数据更新方法及装置。The invention relates to the technical field of data updating, in particular to a table data updating method and device.

背景技术Background technique

表格是一种最常用的数据展现方式,传统的表格数据展示方式都是从后台获取一次数据后,直接显示在表格中,一旦显示完成,表格没有任何动作了,若想查看最新的数据,需要手工刷新或者操作某些按钮。Table is the most commonly used data display method. The traditional table data display method is to obtain data from the background once and display it directly in the table. Once the display is completed, there is no action on the table. If you want to view the latest data, you need Refresh manually or operate some buttons.

这种传统的表格数据展示方式应用非常普遍(例如在云平台中应用),因为大多数数据都是静态不变的,如虚拟机列表、存储列表等,这些数据,只有界面手工添加后,才会发生表格数据的变化,这时只需刷新下表格就能看到最新数据,而且,在无操作的情况下,数据不会增多或减少。This traditional tabular data display method is very common (for example, in cloud platforms), because most of the data is static, such as virtual machine lists, storage lists, etc. These data can only be displayed after the interface is manually added. There will be changes in the table data. At this time, you only need to refresh the table to see the latest data. Moreover, in the case of no operation, the data will not increase or decrease.

但有些数据(如监控数据、告警数据、状态数据等)在后台都是会有变化的,在表格数据展示界面中,如果要看到这些数据的变化,用户不可能一直去手工的刷新表格,这时针对这种情况就需要一种表格数据更新方法,以实现表格数据的自动更新。However, some data (such as monitoring data, alarm data, status data, etc.) will change in the background. In the table data display interface, if users want to see the changes of these data, it is impossible for the user to manually refresh the table all the time. At this time, in view of this situation, a form data update method is needed to realize automatic update of form data.

发明内容Contents of the invention

有鉴于此,本发明实施例提供一种表格数据更新方法及装置,以实现表格数据的自动更新。In view of this, an embodiment of the present invention provides a method and device for updating table data, so as to realize automatic updating of table data.

为了实现上述目的,本发明实施例提供的技术方案如下:In order to achieve the above object, the technical solutions provided by the embodiments of the present invention are as follows:

一种表格数据更新方法,包括:A form data update method, comprising:

确定表格的待更新数据,所述待更新数据包括至少一条第一数据;Determine the data to be updated in the table, the data to be updated includes at least one piece of first data;

比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型,所述原始数据包括至少一条第二数据;comparing the data to be updated with the original data in the table, and determining the operation type corresponding to each piece of the first data, the original data including at least one piece of second data;

遍历所述表格中的原始数据中的每一条第二数据,利用所述第一数据对应的操作类型更新所述表格中的原始数据。Traverse each piece of second data in the original data in the table, and update the original data in the table with the operation type corresponding to the first data.

优选的,所述确定表格的待更新数据,包括:Preferably, the data to be updated in the determination table includes:

获取表格的初始待更新数据,所述初始待更新数据包括至少一条第三数据;Acquiring the initial data to be updated of the table, the initial data to be updated includes at least one piece of third data;

对数据格式不满足预设的数据格式要求的第三数据进行数据格式转换;performing data format conversion on the third data whose data format does not meet the preset data format requirements;

将进行数据格式转换后的初始待更新数据确定为待更新数据,将进行数据格式转换后的初始待更新数据中的每条第三数据确定为一条第一数据。The initial data to be updated after data format conversion is determined as data to be updated, and each piece of third data in the initial data to be updated after data format conversion is determined to be a piece of first data.

优选的,在比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型之前,该方法还包括:Preferably, before comparing the data to be updated with the original data in the table and determining the operation type corresponding to each piece of the first data, the method further includes:

确定所述表格中的原始数据是否为空;determining whether the raw data in said table is empty;

若所述表格中的原始数据为空,加载所述待更新数据至所述表格;If the original data in the table is empty, load the data to be updated to the table;

所述比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型,包括:若所述表格中的原始数据不为空,比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型。The comparing the data to be updated and the original data in the table to determine the operation type corresponding to each piece of the first data includes: if the original data in the table is not empty, comparing the data to be updated Based on the original data in the table, determine the operation type corresponding to each piece of the first data.

优选的,所述比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型,包括:Preferably, the comparing the data to be updated with the original data in the table, and determining the operation type corresponding to each piece of the first data includes:

确定所述第一数据是否携带删除标识;determining whether the first data carries a deletion identifier;

若所述第一数据携带删除标识,确定所述第一数据对应的操作类型为删除类型;If the first data carries a deletion identifier, determine that the operation type corresponding to the first data is a deletion type;

若所述第一数据未携带删除标识,确定所述表格中的原始数据中是否存在与所述第一数据相同的第二数据;If the first data does not carry a deletion flag, determine whether there is second data identical to the first data in the original data in the table;

若所述表格中的原始数据中不存在与所述第一数据相同的第二数据,确定所述第一数据对应的操作类型为添加类型;If there is no second data identical to the first data in the original data in the table, determine that the operation type corresponding to the first data is an add type;

若所述表格中的原始数据中存在与所述第一数据相同的第二数据,确定所述第一数据的数据内容与所述第二数据的数据内容是否相同;If there is second data identical to the first data in the original data in the table, determine whether the data content of the first data is the same as the data content of the second data;

若所述第一数据的数据内容与所述第二数据的数据内容不相同,确定所述第一数据对应的操作类型为更新类型。If the data content of the first data is different from the data content of the second data, it is determined that the operation type corresponding to the first data is an update type.

优选的,所述遍历所述表格中的原始数据中的每一条第二数据,利用所述第一数据对应的操作类型更新所述表格中的原始数据,包括:Preferably, traversing each piece of second data in the original data in the table, and using the operation type corresponding to the first data to update the original data in the table includes:

遍历所述表格中的原始数据中的每一条第二数据;Traverse each piece of second data in the original data in the table;

确定所述待更新数据中是否存在与所述第二数据相同的第一数据;determining whether there is first data identical to the second data in the data to be updated;

若所述待更新数据中存在与所述第二数据相同的第一数据,确定所述第一数据对应的操作类型是否为删除类型;If there is first data that is the same as the second data in the data to be updated, determine whether the operation type corresponding to the first data is a deletion type;

如果所述第一数据对应的操作类型为删除类型,将所述表格中的原始数据中的第二数据删除;If the operation type corresponding to the first data is a delete type, delete the second data in the original data in the table;

如果所述第一数据对应的操作类型不为删除类型,确定所述第一数据对应的操作类型是否为更新类型;If the operation type corresponding to the first data is not a deletion type, determine whether the operation type corresponding to the first data is an update type;

如果所述第一数据对应的操作类型为更新类型,利用所述第一数据更新所述表格中的原始数据中的所述第二数据;If the operation type corresponding to the first data is an update type, using the first data to update the second data in the original data in the table;

如果所述第一数据对应的操作类型不为更新类型,确定是否遍历完所述表格中的原始数据;If the operation type corresponding to the first data is not an update type, determine whether to traverse the original data in the table;

如果未遍历完所述表格中的原始数据,遍历所述表格中的原始数据中的所述第二数据的下一条第二数据;If the original data in the table has not been traversed, traverse the second data next to the second data in the original data in the table;

如果遍历完所述表格中的原始数据,将所述待更新数据中的操作类型为添加类型的所有的第一数据加载至所述表格中。If the original data in the table has been traversed, all the first data whose operation type is an adding type in the data to be updated are loaded into the table.

优选的,还包括:在所述表格中标记所加载的操作类型为添加类型的所有的第一数据。Preferably, the method further includes: marking in the table all first data whose loaded operation type is an adding type.

优选的,所述确定表格的待更新数据,包括:在当前系统时间满足表格数据更新条件的情况下,确定表格的待更新数据。Preferably, the determining the data to be updated of the table includes: determining the data to be updated of the table when the current system time satisfies the update condition of the table data.

一种表格数据更新装置,包括:A form data updating device, comprising:

待更新数据确定单元,用于确定表格的待更新数据,所述待更新数据包括至少一条第一数据;The data to be updated determining unit is used to determine the data to be updated in the table, and the data to be updated includes at least one piece of first data;

操作类型确定单元,用于比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型,所述原始数据包括至少一条第二数据;An operation type determining unit, configured to compare the data to be updated with the original data in the table, and determine the operation type corresponding to each piece of the first data, the original data including at least one piece of second data;

表格数据更新单元,用于遍历所述表格中的原始数据中的每一条第二数据,利用所述第一数据对应的操作类型更新所述表格中的原始数据。The table data updating unit is configured to traverse each piece of second data in the original data in the table, and update the original data in the table by using the operation type corresponding to the first data.

优选的,所述待更新数据确定单元,包括:Preferably, the unit for determining the data to be updated includes:

获取单元,用于获取表格的初始待更新数据,所述初始待更新数据包括至少一条第三数据;An acquisition unit, configured to acquire initial data to be updated in the table, where the initial data to be updated includes at least one piece of third data;

数据格式转换单元,用于对数据格式不满足预设的数据格式要求的第三数据进行数据格式转换;A data format conversion unit, configured to perform data format conversion on the third data whose data format does not meet the preset data format requirements;

待更新数据确定子单元,用于将进行数据格式转换后的初始待更新数据确定为待更新数据,将进行数据格式转换后的初始待更新数据中的每条第三数据确定为一条第一数据。The data to be updated determination subunit is used to determine the initial data to be updated after data format conversion as the data to be updated, and determine each piece of third data in the initial data to be updated after data format conversion as a piece of first data .

优选的,还包括加载单元,所述加载单元,包括:Preferably, a loading unit is also included, and the loading unit includes:

确定单元,用于确定所述表格中的原始数据是否为空;A determination unit is used to determine whether the original data in the table is empty;

加载子单元,用于若所述表格中的原始数据为空,加载所述待更新数据至所述表格;a loading subunit, configured to load the data to be updated to the table if the original data in the table is empty;

所述比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型,包括:若所述表格中的原始数据不为空,比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型。The comparing the data to be updated and the original data in the table to determine the operation type corresponding to each piece of the first data includes: if the original data in the table is not empty, comparing the data to be updated Based on the original data in the table, determine the operation type corresponding to each piece of the first data.

本申请实施例提供一种表格数据更新方法及装置,通过确定表格的待更新数据,所述待更新数据包括至少一条第一数据;比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型,所述原始数据包括至少一条第二数据;遍历所述表格中的原始数据中的每一条第二数据,利用所述第一数据对应的操作类型更新所述表格中的原始数据的方式,实现了表格数据的自动更新。The embodiment of the present application provides a method and device for updating table data. By determining the data to be updated in the table, the data to be updated includes at least one piece of first data; comparing the data to be updated with the original data in the table, determine The operation type corresponding to each piece of the first data, the original data includes at least one piece of second data; traverse each piece of second data in the original data in the table, and use the operation type corresponding to the first data to update The way of the original data in the table realizes the automatic update of the table data.

附图说明Description of drawings

为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明中记载的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions in the embodiments of the present invention or the prior art, the following will briefly introduce the drawings that need to be used in the description of the embodiments or the prior art. Obviously, the accompanying drawings in the following description are only These are some embodiments described in the present invention. Those skilled in the art can also obtain other drawings based on these drawings without creative work.

图1为本申请实施例提供的一种表格数据更新方法流程图;FIG. 1 is a flow chart of a method for updating table data provided by an embodiment of the present application;

图2为本申请实施例提供的一种确定表格的待更新数据的方法流程图;FIG. 2 is a flow chart of a method for determining data to be updated in a table provided by an embodiment of the present application;

图3为本申请实施例提供的另一种表格数据更新方法流程图;FIG. 3 is a flow chart of another form data update method provided by the embodiment of the present application;

图4为本申请实施例提供的一种比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型的方法流程图;FIG. 4 is a flow chart of a method for comparing the data to be updated with the original data in the table and determining the operation type corresponding to each piece of the first data provided by the embodiment of the present application;

图5为本申请实施例提供的一种遍历所述表格中的原始数据中的每一条第二数据,利用所述第一数据对应的操作类型更新所述表格中的原始数据的方法流程图;FIG. 5 is a flow chart of a method for traversing each piece of second data in the original data in the table and using the operation type corresponding to the first data to update the original data in the table provided by the embodiment of the present application;

图6为本申请实施例提供的一种表格数据更新装置的结构示意图。FIG. 6 is a schematic structural diagram of an apparatus for updating table data provided by an embodiment of the present application.

具体实施方式detailed description

为了使本技术领域的人员更好地理解本发明中的技术方案,下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都应当属于本发明保护的范围。In order to enable those skilled in the art to better understand the technical solutions in the present invention, the technical solutions in the embodiments of the present invention will be clearly and completely described below in conjunction with the drawings in the embodiments of the present invention. Obviously, the described The embodiments are only some of the embodiments of the present invention, not all of them. Based on the embodiments of the present invention, all other embodiments obtained by persons of ordinary skill in the art without making creative efforts shall fall within the protection scope of the present invention.

实施例:Example:

图1为本申请实施例提供的一种表格数据更新方法流程图。FIG. 1 is a flow chart of a method for updating table data provided by an embodiment of the present application.

如图1所示,该方法包括:As shown in Figure 1, the method includes:

S101、确定表格的待更新数据,所述待更新数据包括至少一条第一数据;S101. Determine data to be updated in the table, where the data to be updated includes at least one piece of first data;

可选的,确定表格的待更新数据的方式请参见图2。Optionally, refer to FIG. 2 for the manner of determining the data to be updated in the table.

如图2所示,该方法包括:As shown in Figure 2, the method includes:

S201、获取表格的初始待更新数据,所述初始待更新数据包括至少一条第三数据;S201. Acquire initial data to be updated in the table, where the initial data to be updated includes at least one piece of third data;

可选的,从后台获取表格的初始待更新数据,所述初始待更新数据包括至少一条第三数据。Optionally, the initial data to be updated of the table is obtained from the background, and the initial data to be updated includes at least one piece of third data.

可选的,所述后台通过数据采集的方式采集初始待更新数据,并将所采集到的初始待更新数据存储在后台的缓存中,以便本申请实施例提供的一种数据更新方法,从所述后台的缓冲中获取表格的初始待更新数据。Optionally, the background collects the initial data to be updated by means of data collection, and stores the collected initial data to be updated in the cache of the background, so that a data update method provided in the embodiment of the present application can be obtained from the The initial data to be updated of the table is obtained from the buffer in the background described above.

S202、对数据格式不满足预设的数据格式要求的第三数据进行数据格式转换;S202. Perform data format conversion on the third data whose data format does not meet the preset data format requirements;

可选的,所述初始待更新数据包括至少一条第三数据,从初始待更新数据中确定不满足预设的数据格式要求的第三数据,并分别对所确定的每条第三数据进行数据格式转换,以使得进行数据格式转换后的第三数据满足所述数据格式要求。Optionally, the initial data to be updated includes at least one piece of third data, and the third data that does not meet the preset data format requirements are determined from the initial data to be updated, and each determined piece of third data is respectively processed. Format conversion, so that the third data after data format conversion meets the data format requirements.

S203、将进行数据格式转换后的初始待更新数据确定为待更新数据,将进行数据格式转换后的初始待更新数据中的每条第三数据确定为一条第一数据。S203. Determine the initial data to be updated after data format conversion as data to be updated, and determine each piece of third data in the initial data to be updated after data format conversion as a piece of first data.

可选的,将初始待更新数据执行完成数据格式转换后,得到的待更新数据;此时,初始待更新数据中未进行数据格式转换的每一条第三数据为一条第一数据,初始待更新数据中进行数据格式转换后的每一条第三数据也为一条第一数据。Optionally, the data to be updated is obtained after the data format conversion is completed on the initial data to be updated; Each piece of third data in the data after data format conversion is also a piece of first data.

可选的,以上仅仅是本申请实施例的优选方式,发明人可根据自己的需求任意设置确定表格的待更新数据的具体实现方式(比如,不直接对数据格式不满足预设的数据格式要求的第三数据进行数据格式转换,而是对数据格式不满足预设的数据格式要求的第三数据进行判断,若所述第三数据满足预设的删除规则时,将所述第三数据从所述初始待更新数据中删除,且被删除的第三数据不再执行步骤S202-S203),在此不做限定。Optionally, the above is only the preferred mode of the embodiment of the present application, and the inventor can arbitrarily set the specific implementation mode of the data to be updated in the determination table according to his own needs (for example, not directly for the data format that does not meet the preset data format requirements The data format conversion of the third data is carried out, but the third data whose data format does not meet the preset data format requirements is judged, and if the third data meets the preset deletion rules, the third data is deleted from the The initial data to be updated is deleted, and the deleted third data does not perform steps S202-S203), which is not limited here.

可选的,第三数据满足预设的删除规则包括:所述第三数据的数据内容与预设的删除规则指示的数据内容对应。Optionally, the third data satisfying the preset deletion rule includes: the data content of the third data corresponds to the data content indicated by the preset deletion rule.

以上仅仅是本申请实施例提供的优选方式,发明人可根据自己的需求任意设置第三数据满足预设的删除规则的具体实现方式,在此不做限定。The above are only the preferred methods provided by the embodiments of the present application, and the inventors can arbitrarily set the specific implementation methods for the third data to meet the preset deletion rules according to their own needs, which are not limited here.

S102、比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型,所述原始数据包括至少一条第二数据;S102. Compare the data to be updated with the original data in the table, and determine the operation type corresponding to each piece of the first data, where the original data includes at least one piece of second data;

S103、遍历所述表格中的原始数据中的每一条第二数据,利用所述第一数据对应的操作类型更新所述表格中的原始数据。S103. Traverse each piece of second data in the original data in the table, and update the original data in the table by using the operation type corresponding to the first data.

图3为本申请实施例提供的另一种表格数据更新方法流程图。FIG. 3 is a flow chart of another method for updating table data provided by the embodiment of the present application.

如图3所示,该方法包括:As shown in Figure 3, the method includes:

S301、确定表格的待更新数据,所述待更新数据包括至少一条第一数据;S301. Determine data to be updated in the table, where the data to be updated includes at least one piece of first data;

S302、确定所述表格中的原始数据是否为空;若所述表格中的原始数据为空,执行步骤S303;若所述表格中的原始数据不为空,执行步骤S304;S302. Determine whether the original data in the table is empty; if the original data in the table is empty, execute step S303; if the original data in the table is not empty, execute step S304;

S303、加载所述待更新数据至所述表格;S303. Load the data to be updated to the table;

S304、比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型,所述原始数据包括至少一条第二数据;S304. Compare the data to be updated with the original data in the table, and determine the operation type corresponding to each piece of the first data, where the original data includes at least one piece of second data;

S305、遍历所述表格中的原始数据中的每一条第二数据,利用所述第一数据对应的操作类型更新所述表格中的原始数据。S305. Traverse each piece of second data in the original data in the table, and use the operation type corresponding to the first data to update the original data in the table.

图4为本申请实施例提供的一种比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型的方法流程图。Fig. 4 is a flow chart of a method for comparing the data to be updated with the original data in the table and determining the operation type corresponding to each piece of first data provided by the embodiment of the present application.

如图4所示,该方法包括:As shown in Figure 4, the method includes:

S401、确定所述第一数据是否携带删除标识;若所述第一数据携带删除标识,执行步骤S402;若所述第一数据未携带删除标识,执行步骤S403;S401. Determine whether the first data carries a deletion identifier; if the first data carries a deletion identifier, perform step S402; if the first data does not carry a deletion identifier, perform step S403;

S402、确定所述第一数据对应的操作类型为删除类型;S402. Determine that the operation type corresponding to the first data is a deletion type;

S403、确定所述表格中的原始数据中是否存在与所述第一数据相同的第二数据;若所述表格中的原始数据中不存在与所述第一数据相同的第二数据,执行步骤S404;若所述表格中的原始数据中存在与所述第一数据相同的第二数据,执行步骤S405;S403. Determine whether there is second data that is the same as the first data in the original data in the table; if there is no second data that is the same as the first data in the original data in the table, execute the step S404: If there is second data identical to the first data in the original data in the table, execute step S405;

可选的,第一数据和第二数据相同,指示:第一数据的数据属性与第二数据的数据属性相同。例如,第一数据包括姓名29、性别女;第二数据包括姓名20、性别男;可认为第一数据的数据属性(姓名和性别)和第二数据的数据属性(姓名和性别)相同,第一数据和第二数据相同。其中,29和女可认为是第一数据的数据内容,20和男可认为是第二数据的数据内容。Optionally, the first data is the same as the second data, indicating that the data attribute of the first data is the same as the data attribute of the second data. For example, the first data includes name 29, gender female; the second data includes name 20, gender male; it can be considered that the data attributes (name and gender) of the first data are the same as the data attributes (name and gender) of the second data, and the second data The first data is the same as the second data. Among them, 29 and female can be considered as the data content of the first data, and 20 and male can be considered as the data content of the second data.

S404、确定所述第一数据对应的操作类型为添加类型;S404. Determine that the operation type corresponding to the first data is an adding type;

S405、确定所述第一数据的数据内容与所述第二数据的数据内容是否相同;若所述第一数据的数据内容与所述第二数据的数据内容不相同,执行步骤S406;S405. Determine whether the data content of the first data is the same as the data content of the second data; if the data content of the first data is not the same as the data content of the second data, perform step S406;

例如,第一数据包括姓名29、性别女;第二数据包括姓名20、性别男;可认为第一数据的数据内容(29、女)和第二数据的数据内容(20、男)不同。For example, the first data includes name 29, gender female; the second data includes name 20, gender male; it can be considered that the data content (29, female) of the first data is different from the data content (20, male) of the second data.

S406、确定所述第一数据对应的操作类型为更新类型。S406. Determine that the operation type corresponding to the first data is an update type.

进一步的,本申请实施例提供的一种比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型的方法中,还包括:若所述第一数据的数据内容与所述第二数据的数据内容相同,确定所述第一数据对应的操作类型为空类型,所述空类型指示所述第一数据为无效数据,不需利用所述第一数据对所述表格的原始数据进行更新。Further, the method for comparing the data to be updated with the original data in the table and determining the operation type corresponding to each piece of the first data provided by the embodiment of the present application further includes: if the first The data content of the data is the same as that of the second data, and it is determined that the operation type corresponding to the first data is an empty type, and the empty type indicates that the first data is invalid data, and it is not necessary to use the first data The data updates the original data of the table.

例如,第一数据包括姓名29、性别女;第二数据包括姓名29、性别女;可认为第一数据的数据内容(29、女)与第二数据的数据内容(29、女)相同。For example, the first data includes name 29, gender female; the second data includes name 29, gender female; it can be considered that the data content (29, female) of the first data is the same as the data content (29, female) of the second data.

可选的,利用第一数据对所述表格的原始数据进行更新,包括:利用第一数据对所述表格的原始数据中的第二数据的数据内容进行更新。Optionally, using the first data to update the original data of the table includes: using the first data to update the data content of the second data in the original data of the table.

图5为本申请实施例提供的一种遍历所述表格中的原始数据中的每一条第二数据,利用所述第一数据对应的操作类型更新所述表格中的原始数据的方法流程图。Fig. 5 is a flow chart of a method for traversing each piece of second data in the original data in the table and using the operation type corresponding to the first data to update the original data in the table provided by the embodiment of the present application.

如图5所示,该方法包括:As shown in Figure 5, the method includes:

S501、遍历所述表格中的原始数据中的每一条第二数据;S501. Traverse each piece of second data in the original data in the table;

S502、确定所述待更新数据中是否存在与所述第二数据相同的第一数据;若所述待更新数据中存在与所述第二数据相同的第一数据,执行步骤S503;S502. Determine whether there is first data that is the same as the second data in the data to be updated; if there is first data that is the same as the second data in the data to be updated, perform step S503;

S503、确定所述第一数据对应的操作类型是否为删除类型;如果所述第一数据对应的操作类型为删除类型,执行步骤S504;如果所述第一数据对应的操作类型不为删除类型,执行步骤S505;S503. Determine whether the operation type corresponding to the first data is a deletion type; if the operation type corresponding to the first data is a deletion type, perform step S504; if the operation type corresponding to the first data is not a deletion type, Execute step S505;

S504、将所述表格中的原始数据中的第二数据删除;S504. Delete the second data in the original data in the table;

S505、确定所述第一数据对应的操作类型是否为更新类型;如果所述第一数据对应的操作类型为更新类型,执行步骤S506;如果所述第一数据对应的操作类型不为更新类型,执行步骤S507;S505. Determine whether the operation type corresponding to the first data is an update type; if the operation type corresponding to the first data is an update type, perform step S506; if the operation type corresponding to the first data is not an update type, Execute step S507;

S506、利用所述第一数据更新所述表格中的原始数据中的所述第二数据;S506. Utilize the first data to update the second data in the original data in the table;

S507、确定是否遍历完所述表格中的原始数据;如果未遍历完所述表格中的原始数据,执行步骤S508;如果遍历完所述表格中的原始数据,执行步骤S509;S507. Determine whether the original data in the table has been traversed; if the original data in the table has not been traversed, perform step S508; if the original data in the table has been traversed, perform step S509;

S508、遍历所述表格中的原始数据中的所述第二数据的下一条第二数据;S508. Traverse the next piece of second data of the second data among the original data in the table;

S509、将所述待更新数据中的操作类型为添加类型的所有的第一数据加载至所述表格中。S509. Load all the first data in the data to be updated whose operation type is an adding type into the table.

进一步的,在本申请实施例提供的一种表格数据更新方法中,还包括:在所述表格中标记所加载的操作类型为添加类型的所有的第一数据。Further, in a method for updating table data provided in an embodiment of the present application, the method further includes: marking in the table all first data whose loaded operation type is an add type.

可选的,在遍历所述表格中的原始数据中的每一条第二数据,利用所述第一数据对应的操作类型更新所述表格中的原始数据之后,通过在所述表格中标记所加载的操作类型为添加类型的所有的第一数据的方式,可便于用户了解表格中新加载内容。Optionally, after traversing each piece of second data in the original data in the table and updating the original data in the table with the operation type corresponding to the first data, mark the loaded The operation type of is the method of adding all the first data of the type, which can facilitate the user to understand the newly loaded content in the table.

可选的,所述确定表格的待更新数据,包括:在当前系统时间满足表格数据更新条件的情况下,确定表格的待更新数据。Optionally, the determining the data to be updated of the table includes: determining the data to be updated of the table when the current system time satisfies a condition for updating the table data.

可选的,表格数据更新条件包括:表格数据更新周期。例如,表格数据更新周期为2小时,若表格第一次被打开展示的时间为2点,则当前系统时间为4点的时候,确定当前系统时间满足表格数据更新周期;当前系统时间为6点的时候,确定当前系统时间满足表格数据更新周期;以此类推,当当前系统时间与上一次确定表格的待更新数据的时间间隔为2小时时,确定当前系统时间满足表格数据更新周期。Optionally, the table data update condition includes: table data update period. For example, the table data update cycle is 2 hours, if the table is opened and displayed for the first time at 2:00, then when the current system time is 4:00, it is determined that the current system time meets the table data update cycle; the current system time is 6:00 , determine that the current system time satisfies the table data update cycle; and so on, when the time interval between the current system time and the last determined table data to be updated is 2 hours, determine that the current system time satisfies the table data update cycle.

以上仅仅是本申请实施例的优选方式,发明人可根据自己的需求任意设置在当前系统时间满足表格数据更新条件的情况下,确定表格的待更新数据的具体实现方式,在此不做限定。The above is only the preferred method of the embodiment of the present application. The inventor can arbitrarily set the specific implementation method of determining the data to be updated in the table under the condition that the current system time meets the table data update condition according to his own needs, which is not limited here.

本申请实施例提供一种表格数据更新方法,通过确定表格的待更新数据,所述待更新数据包括至少一条第一数据;比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型,所述原始数据包括至少一条第二数据;遍历所述表格中的原始数据中的每一条第二数据,利用所述第一数据对应的操作类型更新所述表格中的原始数据的方式,实现了表格数据的自动更新。An embodiment of the present application provides a method for updating table data. By determining the data to be updated in the table, the data to be updated includes at least one piece of first data; comparing the data to be updated with the original data in the table, and determining each The operation type corresponding to the first data, the original data includes at least one piece of second data; traverse each piece of second data in the original data in the table, and use the operation type corresponding to the first data to update the The way of the original data in the table realizes the automatic update of the table data.

图6为本申请实施例提供的一种表格数据更新装置的结构示意图。FIG. 6 is a schematic structural diagram of an apparatus for updating table data provided by an embodiment of the present application.

如图6所示,该装置包括:As shown in Figure 6, the device includes:

待更新数据确定单元61,用于确定表格的待更新数据,所述待更新数据包括至少一条第一数据;The data to be updated determining unit 61 is configured to determine the data to be updated of the table, the data to be updated includes at least one piece of first data;

操作类型确定单元62,用于比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型,所述原始数据包括至少一条第二数据;An operation type determining unit 62, configured to compare the data to be updated with the original data in the table, and determine the operation type corresponding to each piece of the first data, and the original data includes at least one piece of second data;

表格数据更新单元63,用于遍历所述表格中的原始数据中的每一条第二数据,利用所述第一数据对应的操作类型更新所述表格中的原始数据。The table data updating unit 63 is configured to traverse each piece of second data in the original data in the table, and update the original data in the table by using the operation type corresponding to the first data.

可选的,所述待更新数据确定单元,包括:Optionally, the unit for determining the data to be updated includes:

获取单元,用于获取表格的初始待更新数据,所述初始待更新数据包括至少一条第三数据;An acquisition unit, configured to acquire initial data to be updated in the table, where the initial data to be updated includes at least one piece of third data;

数据格式转换单元,用于对数据格式不满足预设的数据格式要求的第三数据进行数据格式转换;A data format conversion unit, configured to perform data format conversion on the third data whose data format does not meet the preset data format requirements;

待更新数据确定子单元,用于将进行数据格式转换后的初始待更新数据确定为待更新数据,将进行数据格式转换后的初始待更新数据中的每条第三数据确定为一条第一数据。The data to be updated determination subunit is used to determine the initial data to be updated after data format conversion as the data to be updated, and determine each piece of third data in the initial data to be updated after data format conversion as a piece of first data .

进一步的,本申请实施例提供的一种表格数据更新装置中还包括加载单元,所述加载单元,包括:Further, a table data updating device provided in an embodiment of the present application further includes a loading unit, and the loading unit includes:

确定单元,用于确定所述表格中的原始数据是否为空;A determination unit is used to determine whether the original data in the table is empty;

加载子单元,用于若所述表格中的原始数据为空,加载所述待更新数据至所述表格;a loading subunit, configured to load the data to be updated to the table if the original data in the table is empty;

所述比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型,包括:若所述表格中的原始数据不为空,比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型。The comparing the data to be updated and the original data in the table to determine the operation type corresponding to each piece of the first data includes: if the original data in the table is not empty, comparing the data to be updated Based on the original data in the table, determine the operation type corresponding to each piece of the first data.

本申请实施例提供一种表格数据更新装置,通过确定表格的待更新数据,所述待更新数据包括至少一条第一数据;比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型,所述原始数据包括至少一条第二数据;遍历所述表格中的原始数据中的每一条第二数据,利用所述第一数据对应的操作类型更新所述表格中的原始数据的方式,实现了表格数据的自动更新。An embodiment of the present application provides a table data update device, by determining the data to be updated in the table, the data to be updated includes at least one piece of first data; comparing the data to be updated with the original data in the table, determine the The operation type corresponding to the first data, the original data includes at least one piece of second data; traverse each piece of second data in the original data in the table, and use the operation type corresponding to the first data to update the The way of the original data in the table realizes the automatic update of the table data.

本发明中各个实施例采用递进的方式描述,每个实施例重点说明的都是与其他实施例的不同之处,各个实施例之间相同相似部分互相参见即可。对于实施例公开的装置而言,由于其与实施例公开的方法相对应,所以描述的比较简单,相关之处参见方法部分说明即可。Each embodiment of the present invention is described in a progressive manner, each embodiment focuses on the difference from other embodiments, and the same and similar parts of each embodiment can be referred to each other. As for the device disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and for the related information, please refer to the description of the method part.

以上仅是本发明的优选实施方式,使本领域技术人员能够理解或实现本发明。对这些实施例的多种修改对本领域的技术人员来说将是显而易见的,本文中所定义的一般原理可以在不脱离本发明的精神或范围的情况下,在其它实施例中实现。因此,本发明将不会被限制于本文所示的这些实施例,而是要符合与本文所公开的原理和新颖特点相一致的最宽的范围。The above are only preferred embodiments of the present invention, so that those skilled in the art can understand or realize the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the general principles defined herein may be implemented in other embodiments without departing from the spirit or scope of the invention. Therefore, the present invention will not be limited to the embodiments shown herein, but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1.一种表格数据更新方法,其特征在于,包括:1. A tabular data update method, characterized in that, comprising: 确定表格的待更新数据,所述待更新数据包括至少一条第一数据;Determine the data to be updated in the table, the data to be updated includes at least one piece of first data; 比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型,所述原始数据包括至少一条第二数据;comparing the data to be updated with the original data in the table, and determining the operation type corresponding to each piece of the first data, the original data including at least one piece of second data; 遍历所述表格中的原始数据中的每一条第二数据,利用所述第一数据对应的操作类型更新所述表格中的原始数据。Traverse each piece of second data in the original data in the table, and update the original data in the table with the operation type corresponding to the first data. 2.根据权利要求1所述的方法,其特征在于,所述确定表格的待更新数据,包括:2. The method according to claim 1, wherein the determining the data to be updated of the form comprises: 获取表格的初始待更新数据,所述初始待更新数据包括至少一条第三数据;Acquiring the initial data to be updated of the table, the initial data to be updated includes at least one piece of third data; 对数据格式不满足预设的数据格式要求的第三数据进行数据格式转换;performing data format conversion on the third data whose data format does not meet the preset data format requirements; 将进行数据格式转换后的初始待更新数据确定为待更新数据,将进行数据格式转换后的初始待更新数据中的每条第三数据确定为一条第一数据。The initial data to be updated after data format conversion is determined as data to be updated, and each piece of third data in the initial data to be updated after data format conversion is determined to be a piece of first data. 3.根据权利要求2所述的方法,其特征在于,在比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型之前,该方法还包括:3. The method according to claim 2, wherein, before comparing the data to be updated with the original data in the table and determining the operation type corresponding to each piece of the first data, the method further comprises: 确定所述表格中的原始数据是否为空;determining whether the raw data in said table is empty; 若所述表格中的原始数据为空,加载所述待更新数据至所述表格;If the original data in the table is empty, load the data to be updated to the table; 所述比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型,包括:若所述表格中的原始数据不为空,比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型。The comparing the data to be updated and the original data in the table to determine the operation type corresponding to each piece of the first data includes: if the original data in the table is not empty, comparing the data to be updated Based on the original data in the table, determine the operation type corresponding to each piece of the first data. 4.根据权利要求3所述的方法,其特征在于,所述比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型,包括:4. The method according to claim 3, wherein the comparing the data to be updated with the original data in the table to determine the operation type corresponding to each piece of the first data includes: 确定所述第一数据是否携带删除标识;determining whether the first data carries a deletion identifier; 若所述第一数据携带删除标识,确定所述第一数据对应的操作类型为删除类型;If the first data carries a deletion identifier, determine that the operation type corresponding to the first data is a deletion type; 若所述第一数据未携带删除标识,确定所述表格中的原始数据中是否存在与所述第一数据相同的第二数据;If the first data does not carry a deletion flag, determine whether there is second data identical to the first data in the original data in the table; 若所述表格中的原始数据中不存在与所述第一数据相同的第二数据,确定所述第一数据对应的操作类型为添加类型;If there is no second data identical to the first data in the original data in the table, determine that the operation type corresponding to the first data is an add type; 若所述表格中的原始数据中存在与所述第一数据相同的第二数据,确定所述第一数据的数据内容与所述第二数据的数据内容是否相同;If there is second data identical to the first data in the original data in the table, determine whether the data content of the first data is the same as the data content of the second data; 若所述第一数据的数据内容与所述第二数据的数据内容不相同,确定所述第一数据对应的操作类型为更新类型。If the data content of the first data is different from the data content of the second data, it is determined that the operation type corresponding to the first data is an update type. 5.根据权利要求4所述的方法,其特征在于,所述遍历所述表格中的原始数据中的每一条第二数据,利用所述第一数据对应的操作类型更新所述表格中的原始数据,包括:5. The method according to claim 4, characterized in that traversing each piece of second data in the original data in the table, using the operation type corresponding to the first data to update the original data in the table data, including: 遍历所述表格中的原始数据中的每一条第二数据;Traverse each piece of second data in the original data in the table; 确定所述待更新数据中是否存在与所述第二数据相同的第一数据;determining whether there is first data identical to the second data in the data to be updated; 若所述待更新数据中存在与所述第二数据相同的第一数据,确定所述第一数据对应的操作类型是否为删除类型;If there is first data that is the same as the second data in the data to be updated, determine whether the operation type corresponding to the first data is a deletion type; 如果所述第一数据对应的操作类型为删除类型,将所述表格中的原始数据中的第二数据删除;If the operation type corresponding to the first data is a delete type, delete the second data in the original data in the table; 如果所述第一数据对应的操作类型不为删除类型,确定所述第一数据对应的操作类型是否为更新类型;If the operation type corresponding to the first data is not a deletion type, determine whether the operation type corresponding to the first data is an update type; 如果所述第一数据对应的操作类型为更新类型,利用所述第一数据更新所述表格中的原始数据中的所述第二数据;If the operation type corresponding to the first data is an update type, using the first data to update the second data in the original data in the table; 如果所述第一数据对应的操作类型不为更新类型,确定是否遍历完所述表格中的原始数据;If the operation type corresponding to the first data is not an update type, determine whether to traverse the original data in the table; 如果未遍历完所述表格中的原始数据,遍历所述表格中的原始数据中的所述第二数据的下一条第二数据;If the original data in the table has not been traversed, traverse the second data next to the second data in the original data in the table; 如果遍历完所述表格中的原始数据,将所述待更新数据中的操作类型为添加类型的所有的第一数据加载至所述表格中。If the original data in the table has been traversed, all the first data whose operation type is an adding type in the data to be updated are loaded into the table. 6.根据权利要求5所述的方法,其特征在于,还包括:在所述表格中标记所加载的操作类型为添加类型的所有的第一数据。6 . The method according to claim 5 , further comprising: marking in the table all first data whose operation type is added. 7.根据权利要求1-6任意一项所述的方法,其特征在于,所述确定表格的待更新数据,包括:在当前系统时间满足表格数据更新条件的情况下,确定表格的待更新数据。7. The method according to any one of claims 1-6, wherein the determining the data to be updated of the table comprises: determining the data to be updated of the table when the current system time satisfies the update condition of the table data . 8.一种表格数据更新装置,其特征在于,包括:8. A form data updating device, characterized in that, comprising: 待更新数据确定单元,用于确定表格的待更新数据,所述待更新数据包括至少一条第一数据;The data to be updated determining unit is used to determine the data to be updated in the table, and the data to be updated includes at least one piece of first data; 操作类型确定单元,用于比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型,所述原始数据包括至少一条第二数据;An operation type determining unit, configured to compare the data to be updated with the original data in the table, and determine the operation type corresponding to each piece of the first data, the original data including at least one piece of second data; 表格数据更新单元,用于遍历所述表格中的原始数据中的每一条第二数据,利用所述第一数据对应的操作类型更新所述表格中的原始数据。The table data updating unit is configured to traverse each piece of second data in the original data in the table, and update the original data in the table by using the operation type corresponding to the first data. 9.根据权利要求8所述的装置,其特征在于,所述待更新数据确定单元,包括:9. The device according to claim 8, wherein the unit for determining the data to be updated comprises: 获取单元,用于获取表格的初始待更新数据,所述初始待更新数据包括至少一条第三数据;An acquisition unit, configured to acquire initial data to be updated in the table, where the initial data to be updated includes at least one piece of third data; 数据格式转换单元,用于对数据格式不满足预设的数据格式要求的第三数据进行数据格式转换;A data format conversion unit, configured to perform data format conversion on the third data whose data format does not meet the preset data format requirements; 待更新数据确定子单元,用于将进行数据格式转换后的初始待更新数据确定为待更新数据,将进行数据格式转换后的初始待更新数据中的每条第三数据确定为一条第一数据。The data to be updated determination subunit is used to determine the initial data to be updated after data format conversion as the data to be updated, and determine each piece of third data in the initial data to be updated after data format conversion as a piece of first data . 10.根据权利要求9所述的方法,其特征在于,还包括加载单元,所述加载单元,包括:10. The method according to claim 9, further comprising a loading unit, the loading unit comprising: 确定单元,用于确定所述表格中的原始数据是否为空;A determination unit is used to determine whether the original data in the table is empty; 加载子单元,用于若所述表格中的原始数据为空,加载所述待更新数据至所述表格;a loading subunit, configured to load the data to be updated to the table if the original data in the table is empty; 所述比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型,包括:若所述表格中的原始数据不为空,比较所述待更新数据与所述表格中的原始数据,确定每条所述第一数据对应的操作类型。The comparing the data to be updated and the original data in the table to determine the operation type corresponding to each piece of the first data includes: if the original data in the table is not empty, comparing the data to be updated Based on the original data in the table, determine the operation type corresponding to each piece of the first data.
CN201710117981.1A 2017-03-01 2017-03-01 A kind of list data update method and device Pending CN106897444A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710117981.1A CN106897444A (en) 2017-03-01 2017-03-01 A kind of list data update method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710117981.1A CN106897444A (en) 2017-03-01 2017-03-01 A kind of list data update method and device

Publications (1)

Publication Number Publication Date
CN106897444A true CN106897444A (en) 2017-06-27

Family

ID=59184854

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710117981.1A Pending CN106897444A (en) 2017-03-01 2017-03-01 A kind of list data update method and device

Country Status (1)

Country Link
CN (1) CN106897444A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114463766A (en) * 2021-07-16 2022-05-10 荣耀终端有限公司 Form processing method and electronic device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090070393A1 (en) * 2007-09-11 2009-03-12 Siemens Enterprise Communications Gmbh & Co. Kg Method for operating databases
CN102968468A (en) * 2011-11-11 2013-03-13 微软公司 Structured modeling of data in electronic spreadsheet
CN103916373A (en) * 2013-01-07 2014-07-09 腾讯科技(深圳)有限公司 Data updating method, server, client side and system
CN105302787A (en) * 2015-11-10 2016-02-03 浪潮软件股份有限公司 Method and device for table data editing
CN106325933A (en) * 2016-08-24 2017-01-11 明算科技(北京)股份有限公司 Method and device for synchronizing batch data

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090070393A1 (en) * 2007-09-11 2009-03-12 Siemens Enterprise Communications Gmbh & Co. Kg Method for operating databases
CN102968468A (en) * 2011-11-11 2013-03-13 微软公司 Structured modeling of data in electronic spreadsheet
CN103916373A (en) * 2013-01-07 2014-07-09 腾讯科技(深圳)有限公司 Data updating method, server, client side and system
CN105302787A (en) * 2015-11-10 2016-02-03 浪潮软件股份有限公司 Method and device for table data editing
CN106325933A (en) * 2016-08-24 2017-01-11 明算科技(北京)股份有限公司 Method and device for synchronizing batch data

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114463766A (en) * 2021-07-16 2022-05-10 荣耀终端有限公司 Form processing method and electronic device

Similar Documents

Publication Publication Date Title
US20150331612A1 (en) Memory Cleaning Method and Apparatus, and Terminal Device
CN104951507B (en) Method and device for clearing files in mobile terminal applications
CN104572922A (en) Image processing method and device based on mobile equipment
CN102929980B (en) Folder cleaning method and device
JP5682268B2 (en) Printing system, transmission control apparatus, and program
EP3062486A1 (en) Methods, apparatuses and computer program products for enabling intelligent merging of modified data
CN105022804A (en) A picture sorting method and mobile terminal
CN108063818A (en) Data download method, device, terminal and computer readable storage medium
CN111367922A (en) A data update method and related equipment
CN104572771B (en) Processing state display method and device
CN105577879A (en) Address book management method and mobile terminal
US10205813B2 (en) Method and system for detecting abnormal contact information and server
CN112527258A (en) Page component development method, system, terminal and computer readable storage medium
CN106897444A (en) A kind of list data update method and device
JP4811481B2 (en) Discussion support device and discussion support program
CN105988803A (en) Method for displaying application programs and terminal
CN104834549B (en) Application program file updating method and device of mobile terminal
JP2012022596A (en) Program and information processor
CN114692581A (en) Electronic form sub-table display method, device, equipment and storage medium
CN104572105A (en) Data updating method and device
CN104869531B (en) Group member updating method and device
US12014654B2 (en) Information processing apparatus, information system, information processing method, and program
US20200208996A1 (en) Information processing apparatus, information processing method, and program
US20130325999A1 (en) Information-processing system, information-processing device, information-processing method, and storage medium
CN115544981A (en) Document processing method, device, electronic device, storage medium, and program product

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20170627