WO2024007906A1 - 数据处理方法、装置、电子设备和存储介质 - Google Patents

数据处理方法、装置、电子设备和存储介质 Download PDF

Info

Publication number
WO2024007906A1
WO2024007906A1 PCT/CN2023/103047 CN2023103047W WO2024007906A1 WO 2024007906 A1 WO2024007906 A1 WO 2024007906A1 CN 2023103047 W CN2023103047 W CN 2023103047W WO 2024007906 A1 WO2024007906 A1 WO 2024007906A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
target database
target
database
data table
Prior art date
Application number
PCT/CN2023/103047
Other languages
English (en)
French (fr)
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 WO2024007906A1 publication Critical patent/WO2024007906A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/176Support for shared access to files; File sharing support
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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/21Design, administration or maintenance of databases
    • G06F16/215Improving data quality; Data cleansing, e.g. de-duplication, removing invalid entries or correcting typographical errors

Definitions

  • the present disclosure relates to the field of computer technology, and in particular, to a data processing method, device, electronic equipment and storage medium.
  • the present disclosure provides a data processing method, device, electronic equipment and storage medium.
  • the present disclosure provides a data processing method, including:
  • the updated data table is displayed.
  • Acquisition module used to obtain data operation events for the target database
  • the second processing module is configured to display the updated data table in response to a table view request for the target database.
  • the present disclosure provides an electronic device including: at least one memory and at least one processor;
  • the memory is used to store program code
  • the processor is used to call the program code stored in the memory to execute the above method.
  • the data processing method provided by the embodiment of the present disclosure obtains data operation events for the target database, updates the target database and the data tables associated with the target database according to the data operation events, and can respond to the table view request for the target database.
  • the user displays the updated data table, thereby providing the user with a table tool that can automatically synchronize data, facilitating the user to use the data table for data management, and meeting the efficient office needs of specific scenarios.
  • y may eventually lead to the occurrence of x, but there may be other intermediate events and/or conditions. In other cases, y may not necessarily cause x to occur, and x may occur even if y has not yet occurred. Furthermore, the term "responsive to” may also mean “responsive at least in part to.”
  • the target database may be a carrier for storing and displaying preset data, such as a web interface, a directory (including a cloud directory), or a folder (including a cloud folder), etc., but the disclosure is not limited thereto. this.
  • the target database is a folder used to store enterprise talent information in the system as an example.
  • the data operation events for the target database are obtained, that is, after the user enters the target folder, the data operation events in the target folder are obtained. Operation events performed on the data.
  • operation events include but are not limited to: adding or deleting talent information in a folder, and updating talent information in a folder.
  • the data in the target database is obtained after legal authorization, and the user also needs to obtain legal authorization when accessing the data in the target database.
  • only users with reading rights of the target folder can enter the target folder, and only users with editing rights of the target folder can edit the data content of the target folder.
  • Step S02 Update the target database and the data table associated with the target database according to the data operation event
  • updating the target database and the data table may be performed simultaneously or sequentially, without specific limitations. For example, when the number of bytes corresponding to the data operation event is less than the preset threshold, the target database and data table are updated and saved at the same time; when the number of bytes corresponding to the data operation event is greater than the preset threshold, the target database is updated and then updated.
  • the data table is updated.
  • prompt information is generated at a preset position of the system interface during the update process of the database and data table respectively. The prompt information may include update success, update failure, update progress bar, etc.
  • the data table is updated according to the data operation event in the target database. For example: if the data operation event is to add data in the target database, then a new record is created in the data table; if the data operation event is to add data in the target database To delete data, the corresponding records in the data table are deleted; if the data operation event is to modify data in the target database, the data in the data table is modified accordingly.
  • the records of the data table can be understood as the data content in the data table, such as table data.
  • the updated data table is displayed so that the user can view the data information in the target database in the data table.
  • the data processing method provided by the embodiment of the present disclosure obtains data operation events for the target database, updates the target database and the data tables associated with the target database according to the data operation events, and can respond to the table view request for the target database.
  • the user displays the updated data table, thereby providing the user with a table tool that can automatically synchronize data, facilitating the user to use the data table for data management, and meeting the efficient office needs of specific scenarios.
  • the data table is created based on the following steps:
  • Multidimensional Table is a new generation of efficiency application based on tables. It has the lightness of a form and the power of a business system. It integrates online collaboration, information management and visualization capabilities. It can adapt to team thinking and business development needs. It is a business management tool with personalized capabilities.
  • a multidimensional table can contain multiple data tables.
  • one folder corresponds to one multidimensional table.
  • a table view identifier is set at a preset location of the target database, and the table view identifier is used to trigger the table view request.
  • a [Table View] logo is set at a preset position on the folder page. The user can click the logo to open a multi-dimensional table and view the talent details recorded on the folder page in the multi-dimensional table.
  • the table view identifier is also used to create a corresponding data table when triggered for the first time.
  • a corresponding multidimensional table is created, a new tab is opened to open the multidimensional table link, and the folder data is synchronized until completion.
  • users can view synchronized data in real time during the multidimensional table data synchronization process.
  • it also includes:
  • the table view identifier is hidden.
  • the folder if there are no talent details in the target folder, it indicates that the folder currently does not need to generate a multi-dimensional table, and the [Table View] logo on the target folder page is hidden.
  • the target database includes a local database and/or a shared database.
  • the data operation event includes at least one of the following: adding data, deleting data, and modifying data.
  • data operation events include but are not limited to: adding talent information to a folder, removing talent information from a folder, and modifying talent information within a folder.
  • the data table associated with the target database is updated according to the data operation event.
  • the data operation event is to add data in the target database, create a new record in the data table
  • the data operation event is to delete data in the target database, then delete the corresponding record in the data table;
  • the data operation event is to modify data in the target database, then the data in the data table is modified accordingly.
  • talent data in a folder is synchronized to a multi-dimensional table in one direction, and one record in the multi-dimensional table corresponds to one talent in the folder.
  • a multidimensional table can contain multiple data tables.
  • a new data table is created in the multidimensional table to achieve data synchronization.
  • the name of the data table can be set independently according to the actual situation.
  • the data table includes at least one table view.
  • the multidimensional table includes at least one view, which can be selected and switched at a preset position of the multidimensional table.
  • the multidimensional table view includes but is not limited to table view, Kanban view, album view, Gantt view and form view. The view of a newly created multidimensional table defaults to table view.
  • it also includes:
  • the folder and the corresponding multi-dimensional table are deleted after the user confirms for a second time to delete the folder and the multi-dimensional table at the same time; If the folder does not create a corresponding multidimensional table, the folder will be deleted based on the user's deletion operation on the folder.
  • a name of a data table associated with the target database is updated.
  • the multidimensional table name associated with the target folder is updated simultaneously.
  • it also includes:
  • the permissions of the data table include at least one of the following: reading permission, editing permission, creating copy permission, copying content permission, downloading permission, printing permission, sharing permission and commenting permission.
  • all users can share a folder, but the person being shared needs to apply for permission from the folder owner.
  • the folder owner confirms whether to share the folder.
  • sharing a folder will also share the corresponding multidimensional table, and its viewing and editing permissions are consistent with the folder.
  • a correspondence between the folder reading permission owned by the user and the multi-dimensional table reading permission obtained synchronously by the user can be set. For example, when a user has permission to read a folder, he or she can automatically obtain permission to read a multidimensional table, or automatically obtain permission to read part of a multidimensional table. When a user has folder editing permissions, he or she automatically obtains editing permissions for the multidimensional table and can edit all records and fields in the multidimensional table.
  • the folder owner has full permissions. Among them, the field can be understood as the title or label of the data table, such as table header.
  • the target database has at least one target sub-database
  • the data operation events include operation events for the target sub-database
  • the data table is associated with the target sub-database.
  • the target sub-database can be a folder in the talent database
  • the data operation event is an operation event for the target folder
  • one folder corresponds to a multi-dimensional table.
  • the target sub-database includes one or more of the following: a sub-folder under the target database, a sub-directory under the target database, or a sub-web interface of the target database.
  • the target sub-database includes, but is not limited to, sub-folders, sub-directories, sub-web interfaces, sub-cloud folders, and sub-cloud directories.
  • the user has the authority to read the target database, the user has the authority to edit the data of the target type in the data table; or,
  • the user has the authority to edit the target database, the user has the authority to edit all data in the database.
  • the target type includes only editable records in the multidimensional table, set specified editable records, set editable specified fields, etc.
  • the [name] field of the multidimensional table is set as a hyperlink, and in response to the user clicking on the target name of the multidimensional table, the corresponding talent details page is jumped to.
  • the detailed information includes resume information of the person pointed to by the person identification.
  • it also includes:
  • the preset operation is used to change the target data to a preset field.
  • the user edits (for example, modifies or identifies) the talent information in the data table as "current talent” or “hidden talent", indicating that If the talent cannot be recruited currently, the corresponding talent information can be deleted in the target database in response to the user's editing.
  • users can edit the contents of the multidimensional table, such as adding or deleting empty records.
  • the user's identity can be authenticated based on preset authentication logic.
  • the disclosed embodiment combines a talent database and a multi-dimensional form to provide users with a form tool that can automatically synchronize data, which can meet HR's need for detailed talent inventory information at a low cost and conduct recruitment more efficiently.
  • HR can take inventory of existing talents based on the talent pool and multi-dimensional tables. For example, HR and management confirm needs/goals, confirm communication objects, formats, delivery time, existing talent resources, etc.
  • HR can add talent information to the talent database and filter it in the multi-dimensional table. Select talents and supplement talent information.
  • HR can use multi-dimensional tables to quickly locate talents and produce recruitment data reports.
  • An embodiment of the present disclosure also provides a data processing device, including:
  • Acquisition module used to obtain data operation events for the target database
  • a first processing module configured to update the target database and the data table associated with the target database according to the data operation event
  • the second processing module is configured to display the updated data table in response to a table view request for the target database.
  • the data table is created based on the following steps:
  • a corresponding data table is created based on the data of the target database.
  • a table view identifier is set at a preset location of the target database, and the table view identifier is used to trigger the table view request.
  • the table view identifier is also used to create a corresponding data table when triggered for the first time.
  • it also includes: a hidden module
  • the hiding module is used to hide the table view identification if the target database does not contain preset data.
  • the target database includes a local database and/or a shared database.
  • the data operation event includes at least one of the following: adding data, deleting data, and modifying data.
  • the first processing module is specifically used to:
  • the data operation event is to add data in the target database, create a new record in the data table
  • the data operation event is to delete data in the target database, then delete the corresponding record in the data table;
  • the data operation event is to modify data in the target database, then the data in the data table is modified accordingly.
  • the data table includes at least one table view.
  • it also includes: a third processing module
  • the third processing module is configured to delete the target database and/or the data table in response to the deletion operation on the target database.
  • it also includes: a fourth processing module
  • the fourth processing module is configured to update the name of the data table associated with the target database in response to a name modification operation on the target database.
  • it also includes: a fifth processing module
  • the fifth processing module is used to configure permissions on the target database and the data table.
  • the permissions of the target database include at least one of the following: reading permissions and editing permissions.
  • the permissions of the data table include at least one of the following: reading permission, editing permission, creating copy permission, copying content permission, downloading permission, printing permission, sharing permission and commenting permission.
  • the target database has at least one target sub-database
  • the data operation events include operation events for the target sub-database
  • the data table is associated with the target sub-database.
  • the target sub-database includes one or more of the following: a sub-folder under the target database, a sub-directory under the target database, or a sub-web interface of the target database.
  • the preset associations include:
  • the user has the authority to read the target database, the user has the authority to edit the data of the target type in the data table; or,
  • the user has the authority to edit the target database, the user has the authority to edit all data in the database.
  • it also includes: a sixth processing module
  • the detailed information includes resume information of the person pointed to by the person identification.
  • it also includes: a seventh processing module
  • the seventh processing module is configured to delete the data corresponding to the target data in the target database in response to the target data in the data table being executed as a preset operation.
  • the preset operation is used to change the target data to a preset field.
  • the device embodiment since it basically corresponds to the method embodiment, please refer to the partial description of the method embodiment for relevant details.
  • the device embodiments described above are only illustrative, and the modules described as separate modules may or may not be separate. Some or all of the modules can be selected according to actual needs to achieve the purpose of the solution of this embodiment. Persons of ordinary skill in the art can understand and implement the method without any creative effort.
  • the present disclosure also provides an electronic device and a computer-readable storage medium. These electronic devices and computer-readable storage media are described below.
  • Terminal devices in embodiments of the present disclosure may include, but are not limited to, mobile phones, laptops, digital broadcast receivers, PDAs (Personal Digital Assistants), PADs (Tablets), PMPs (Portable Multimedia Players), vehicle-mounted terminals (such as Mobile terminals such as car navigation terminals) and fixed terminals such as digital TVs, desktop computers, etc.
  • PDAs Personal Digital Assistants
  • PADs Tablets
  • PMPs Portable Multimedia Players
  • vehicle-mounted terminals such as Mobile terminals such as car navigation terminals
  • fixed terminals such as digital TVs, desktop computers, etc.
  • the electronic device shown in the figure is only an example and should not bring any limitations to the functions and scope of use of the embodiments of the present disclosure.
  • Electronic device 800 may include a processing device (eg, central processing unit, graphics processor, etc.) 801 that may be loaded into random access memory (RAM) 803 according to a program stored in read-only memory (ROM) 802 or from storage device 808 program to perform various appropriate actions and processes. In the RAM 803, various programs and data required for the operation of the electronic device 800 are also stored.
  • the processing device 801, ROM 802 and RAM 803 are connected to each other via a bus 804.
  • An input/output (I/O) interface 805 is also connected to bus 804.
  • the following devices may be connected to the I/O interface 805: input devices 806 including, for example, a touch screen, touch pad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc.; including It includes an output device 807 such as a liquid crystal display (LCD), a speaker, a vibrator, etc.; a storage device 808 including a magnetic tape, a hard disk, etc.; and a communication device 809.
  • the communication device 809 may allow the electronic device 800 to communicate wirelessly or wiredly with other devices to exchange data.
  • electronic device 800 is shown with various means, it is to be understood that implementation or availability of all illustrated means is not required. More or fewer means may alternatively be implemented or provided.
  • embodiments of the present disclosure include a computer program product including a computer program carried on a computer-readable medium, the computer program containing program code for performing the method illustrated in the flowchart.
  • the computer program may be downloaded and installed from the network via communication device 809, or from storage device 808, or from ROM 802.
  • the processing device 801 the above-mentioned functions defined in the method of the embodiment of the present disclosure are performed.
  • the computer-readable medium mentioned above in the present disclosure may be a computer-readable signal medium or a computer-readable storage medium, or any combination of the above two.
  • the computer-readable storage medium may be, for example, but is not limited to, an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus or device, or any combination thereof. More specific examples of computer readable storage media may include, but are not limited to: an electrical connection having one or more wires, a portable computer disk, a hard drive, random access memory (RAM), read only memory (ROM), removable Programmd read-only memory (EPROM or flash memory), fiber optics, portable compact disk read-only memory (CD-ROM), optical storage device, magnetic storage device, or any suitable combination of the above.
  • a computer-readable storage medium may be any tangible medium that contains or stores a program for use by or in connection with an instruction execution system, apparatus, or device.
  • a computer-readable signal medium may include a data signal propagated in baseband or as part of a carrier wave, carrying computer-readable program code therein. Such propagated data signals may take many forms, including but not limited to electromagnetic signals, optical signals, or any suitable combination of the above.
  • a computer-readable signal medium may also be any computer-readable medium other than a computer-readable storage medium that can send, propagate, or transmit a program for use by or in connection with an instruction execution system, apparatus, or device .
  • Program code embodied on a computer-readable medium may be transmitted using any suitable medium, including but not limited to: wire, optical cable, RF (radio frequency), etc., or any suitable combination of the above.
  • the above-mentioned computer-readable medium may be included in the above-mentioned electronic device; it may also exist independently without being assembled into the electronic device.
  • the above-mentioned computer-readable medium carries one or more programs.
  • the electronic device When the above-mentioned one or more programs are executed by the electronic device, the electronic device is caused to perform the above-mentioned method of the present disclosure.
  • Computer program code for performing the operations of the present disclosure may be written in one or more programming languages, including object-oriented programming languages such as Java, Smalltalk, C++, and conventional Procedural programming language—such as "C" or a similar programming language.
  • the program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
  • the remote computer can be connected to the user's computer through any kind of network, including a local area network (LAN) or a wide area network (WAN), or it can be connected to an external computer (such as an Internet service provider through Internet connection).
  • LAN local area network
  • WAN wide area network
  • Internet service provider such as an Internet service provider through Internet connection
  • each block in the flowchart or block diagram may represent a module, segment, or portion of code that contains one or more logic functions that implement the specified executable instructions.
  • the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown one after another may actually execute substantially in parallel, or they may sometimes execute in the reverse order, depending on the functionality involved.
  • each block of the block diagram and/or flowchart illustration, and combinations of blocks in the block diagram and/or flowchart illustration can be implemented by special purpose hardware-based systems that perform the specified functions or operations. , or can be implemented using a combination of specialized hardware and computer instructions.
  • FPGAs Field Programmable Gate Arrays
  • ASICs Application Specific Integrated Circuits
  • ASSPs Application Specific Standard Products
  • SOCs Systems on Chips
  • CPLD Complex Programmable Logical device
  • a machine-readable medium may be a tangible medium that may contain or store a program for use by or in connection with an instruction execution system, apparatus, or device.
  • the machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium.
  • Machine-readable media may include, but are not limited to, electronic, magnetic, optical, electromagnetic, infrared, or semiconductor systems, devices or devices, or any suitable combination of the foregoing.
  • machine-readable storage media would include one or more wire-based electrical connections, laptop disks, hard drives, random access memory (RAM), read only memory (ROM), erasable programmable read only memory (EPROM or flash memory), optical fiber, portable compact disk read-only memory (CD-ROM), optical storage device, magnetic storage device, or any suitable combination of the above.
  • RAM random access memory
  • ROM read only memory
  • EPROM or flash memory erasable programmable read only memory
  • CD-ROM portable compact disk read-only memory
  • magnetic storage device or any suitable combination of the above.
  • a data processing method including:
  • the updated data table is displayed.
  • a data processing method is provided, and the data table is created based on the following steps:
  • a corresponding data table is created based on the data of the target database.
  • a data processing method is provided.
  • a table view identifier is set at a preset position of the target database, and the table view identifier is used to trigger the table view request.
  • the table view identifier is hidden.
  • a data processing method is provided, and the target database includes a local database and/or a shared database.
  • a data processing method is provided, and the data operation events include at least one of the following: adding data, deleting data, and modifying data.
  • a data processing method which updates a data table associated with the target database according to the data operation event, including:
  • the data operation event is to add data in the target database, create a new record in the data table
  • the data operation event is to delete data in the target database, then delete the corresponding record in the data table;
  • the data operation event is to modify data in the target database, then the data in the data table is modified accordingly.
  • a data processing method is provided, and the data table includes at least one table view.
  • a data processing method further comprising:
  • a data processing method further comprising:
  • a name of a data table associated with the target database is updated.
  • a data processing method further comprising:
  • a data processing method is provided, and the permissions of the target database include at least one of the following: reading permissions and editing permissions.
  • a data processing method is provided.
  • the permissions of the data table include at least one of the following: reading permission, editing permission, creating copy permission, copying content permission, downloading permission, and printing permission. , sharing permissions and comment permissions.
  • a data processing method is provided, the target database has at least one target sub-database, the data operation events include operation events for the target sub-database, the data table Associated with the target sub-database.
  • the target sub-database includes one or more of the following: sub-folders under the target database, sub-folders under the target database. Subdirectory, sub-web interface of the target database.
  • a data processing method is provided.
  • a data processing method is provided, and the preset association includes:
  • the user has the authority to read the target database, the user has the authority to edit the data of the target type in the data table; or,
  • the user has the authority to edit the target database, the user has the authority to edit all data in the database.
  • a data processing method further comprising:
  • a data processing method is provided.
  • the detailed information includes resume information of the person pointed to by the person identification.
  • a data processing method further comprising:
  • a data processing method is provided.
  • the preset operation is used to change the target data to a preset field.
  • a data processing apparatus including:
  • Acquisition module used to obtain data operation events for the target database
  • a first processing module configured to update the target database and the data table associated with the target database according to the data operation event
  • the second processing module is configured to display the updated data table in response to a table view request for the target database.
  • an electronic device including: at least one memory and at least one processor;
  • the at least one memory is used to store program code
  • the at least one processor is used to call the program code stored in the at least one memory to execute any one of the methods described above.
  • a computer-readable storage medium is provided.
  • the computer-readable storage medium is used to store program code.
  • the program code When the program code is run by a processor, the program code causes the processor to Execute the above method.

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)
  • Quality & Reliability (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

本公开提供数据处理方法、装置、电子设备和存储介质。所述数据处理方法包括:获取针对目标数据库的数据操作事件;根据所述数据操作事件,更新所述目标数据库以及与所述目标数据库关联的数据表;响应于针对所述目标数据库的表格查看请求,显示更新后的所述数据表。本公开的方法可将目标数据库数据同步更新至数据表,便于用户使用数据表进行数据管理,满足高效办公需求。

Description

数据处理方法、装置、电子设备和存储介质
相关申请的交叉引用
本申请基于申请号为202210798271.0、申请日为2022年07月06日,名称为“数据处理方法、装置、电子设备和存储介质”的中国专利申请提出,并要求该中国专利申请的优先权,该中国专利申请的全部内容在此引入本申请作为参考。
技术领域
本公开涉及计算机技术领域,尤其涉及一种数据处理方法、装置、电子设备和存储介质。
背景技术
企业人力资源HR(Human Resources)在招聘时,需要高频查看和编辑人才明细的表格。为了低成本的满足HR盘点人才明细信息的需求,目前亟需一种可自实现动同步数据的表格工具。
发明内容
提供该发明内容部分以便以简要的形式介绍构思,这些构思将在后面的具体实施方式部分被详细描述。该发明内容部分并不旨在标识要求保护的技术方案的关键特征或必要特征,也不旨在用于限制所要求的保护的技术方案的范围。
本公开提供一种数据处理方法、装置、电子设备和存储介质。
本公开采用以下的技术方案。
在一些实施例中,本公开提供一种数据处理方法,包括:
获取针对目标数据库的数据操作事件;
根据所述数据操作事件,更新所述目标数据库以及与所述目标数据库关联的数据表;
响应于针对所述目标数据库的表格查看请求,显示更新后的所述数据表。
在一些实施例中,本公开提供一种数据处理装置,包括:
获取模块,用于获取针对目标数据库的数据操作事件;
第一处理模块,用于根据所述数据操作事件,更新所述目标数据库以及与所述目标数据库关联的数据表;
第二处理模块,用于响应于针对所述目标数据库的表格查看请求,显示更新后的所述数据表。
在一些实施例中,本公开提供一种电子设备,包括:至少一个存储器和至少一个处理器;
其中,存储器用于存储程序代码,处理器用于调用所述存储器所存储的程序代码执行上述的方法。
在一些实施例中,本公开提供一种计算机可读存储介质,所述计算机可读存储介质用于存储程序代码,所述程序代码在被处理器运行时,促使所述处理器执行上述方法。
本公开实施例提供的数据处理方法通过获取针对目标数据库的数据操作事件,根据数据操作事件,更新目标数据库以及与目标数据库关联的数据表,能够在响应于针对目标数据库的表格查看请求时,为用户显示更新后的所述数据表,从而可以为用户提供可自动同步数据的表格工具,便于用户使用数据表进行数据管理,满足特定场景的高效办公需求。
附图说明
结合附图并参考以下具体实施方式,本公开各实施例的上述和其他特征、优点及方面将变得更加明显。贯穿附图中,相同或相似的附图标记表示相同或相似的元素。应当理解附图是示意性的,元件和元素不一定按照比例绘制。
图1是本公开实施例的数据处理方法的流程图。
图2是本公开实施例的电子设备的结构示意图。
具体实施方式
下面将参照附图更详细地描述本公开的实施例。虽然附图中显示了本公开的某些实施例,然而应当理解的是,本公开可以通过各种形式来实现,而且不应该被解释为限于这里阐述的实施例,相反提供这些实施例是为了更加 透彻和完整地理解本公开。应当理解的是,本公开的附图及实施例仅用于示例性作用,并非用于限制本公开的保护范围。
应当理解,本公开的方法实施方式中记载的各个步骤可以按和/或并行执行。此外,方法实施方式可以包括附加的步骤和/或省略执行示出的步骤。本公开的范围在此方面不受限制。
本文使用的术语“包括”及其变形是开放性包括,即“包括但不限于”。术语“基于”是“至少部分地基于”。术语“一个实施例”表示“至少一个实施例”;术语“另一实施例”表示“至少一个另外的实施例”;术语“一些实施例”表示“至少一些实施例”。其他术语的相关定义将在下文描述中给出。术语“响应于”以及有关的术语是指一个信号或事件被另一个信号或事件影响到某个程度,但不一定是完全地或直接地受到影响。如果事件x“响应于”事件y而发生,则x可以直接或间接地响应于y。例如,y的出现最终可能导致x的出现,但可能存在其它中间事件和/或条件。在其它情形中,y可能不一定导致x的出现,并且即使y尚未发生,x也可能发生。此外,术语“响应于”还可以意味着“至少部分地响应于”。
术语“确定”广泛涵盖各种各样的动作,可包括获取、演算、计算、处理、推导、调研、查找(例如,在表、数据库或其他数据结构中查找)、探明、和类似动作,还可包括接收(例如,接收信息)、访问(例如,访问存储器中的数据)和类似动作,以及解析、选择、选取、建立和类似动作等等。其他术语的相关定义将在下文描述中给出。其他术语的相关定义将在下文描述中给出。
需要注意,本公开中提及的“第一”、“第二”等概念仅用于对不同的装置、模块或单元进行区分,并非用于限定这些装置、模块或单元所执行的功能的顺序或者相互依存关系。
需要注意,本公开中提及的“一个”的修饰是示意性而非限制性的,本领域技术人员应当理解,除非在上下文另有明确指出,否则应该理解为“一个或多个”。
本公开实施方式中的多个装置之间所交互的消息或者信息的名称仅用于说明性的目的,而并不是用于对这些消息或信息的范围进行限制。
以下将结合附图,对本公开实施例提供的方案进行详细描述。
如图1所示,图1是本公开实施例的数据处理方法的流程图,包括如下步骤。
步骤S01:获取针对目标数据库的数据操作事件;
在一些实施例中,目标数据库可以为用于存储和显示预设数据的载体,例如可以为网页界面、目录(包括云目录)、或文件夹(包括云文件夹)等,但本公开不限于此。在一个具体实施例中,以目标数据库为系统中用于存储企业人才信息的文件夹为例进行说明,获取针对目标数据库的数据操作事件,即获取用户进入目标文件夹后,对目标文件夹中的数据进行的操作事件。在一些实施例中,操作事件包括但不限于:新增或删除文件夹内的人才信息,以及更新文件夹内的人才信息。
在一些实施例中,目标数据库中的数据是经过合法授权后获取的数据,用户在访问目标数据库中的数据时,也需要得到合法授权。
在一些实施例中,具有目标文件夹阅读权限的用户才可以进入目标文件夹内,具有目标文件夹编辑权限的用户才可以对目标文件夹的数据内容进行编辑。
步骤S02:根据所述数据操作事件,更新所述目标数据库以及与所述目标数据库关联的数据表;
在一些实施例中,根据数据操作事件,更新目标数据库和数据表可以是同时进行的,也可以是先后进行的,不做具体限制。例如,当数据操作事件对应的字节数小于预设阈值时,同时更新目标数据库和数据表并进行保存;当数据操作事件对应的字节数大于预设阈值时,在目标数据库更新后再对数据表进行更新。在一些实施例中,分别在数据库和数据表更新过程中在系统界面的预设位置处产生提示信息,提示信息可包括更新成功、更新失败、更新进度条等。
在一些实施例中,根据目标数据库中的数据操作事件,更新数据表,例如:若数据操作事件为在目标数据库中添加数据,则在数据表中新建记录;若数据操作事件为在目标数据库中删除数据,则删除数据表中对应的记录;若数据操作事件为在目标数据库中修改数据,则对应修改数据表中的数据。其中,数据表的记录可以理解为数据表中的数据内容,例如表元(table data)。
步骤S03:响应于针对所述目标数据库的表格查看请求,显示更新后的所述数据表。
在一些实施例中,在响应于用户针对目标数据库的表格查看请求后,显示更新后的数据表,以使用户在数据表中查看目标数据库中的数据信息。
本公开实施例提供的数据处理方法通过获取针对目标数据库的数据操作事件,根据数据操作事件,更新目标数据库以及与目标数据库关联的数据表,能够在响应于针对目标数据库的表格查看请求时,为用户显示更新后的所述数据表,从而可以为用户提供可自动同步数据的表格工具,便于用户使用数据表进行数据管理,满足特定场景的高效办公需求。
在一些实施例中,所述数据表基于以下步骤创建:
响应于针对所述目标数据库的表格创建请求,基于所述目标数据库的数据创建对应的数据表。
在一些实施例中,需要说明的是,人才招聘过程中经常需要通过调研、绘制外部关键人才的区域分布情况,盘点人才所在公司、部门、职能等,达到精准引进需求人才的目的。需要的工具包括用于处理人才明细的数据表和总览人才数据情况的思维导图。相关技术中,人才明细通常被用户存储至系统特定的文件夹中,进而基于文件夹内容制作所需的数据表,该方式需要耗费用户大量的精力,且当数据库包含大量数据时,无法保证数据表的实时性和准确性。因此,目前亟需一种向用户提供可自动同步数据的表格工具。
在一些实施例中,在首次有用户在文件夹页面的预设位置点击[表格查看]标识后,将文件夹的数据以预设格式导入多维表格。多维表格是一款以表格为基础的新一代效率应用。它具备表格的轻盈和业务系统的强大,融合了在线协作、信息管理和可视化能力,能够自适应团队思维和业务发展需求,是具备个性化能力的业务管理工具。一个多维表格可以包括多个数据表。
在一些实施例中,为促进用户使用多维表格查看文件夹内人才明细这一功能,在用户首次进入任一文件夹页面后,在预设位置弹出新功能提示窗口,便于用户快速定位文件夹页面的[表格查看]标识。
在一些实施例中,一个文件夹对应一个多维表格。
在一些实施例中,所述目标数据库的预设位置处设置有表格查看标识,所述表格查看标识用于触发所述表格查看请求。
在一些实施例中,在文件夹页面的预设位置处设置一个[表格查看]标识,用户可通过点击该标识打开多维表格,在多维表格内查看文件夹页面记载的人才明细。
在一些实施例中,所述表格查看标识还用于首次被触发时创建对应的数据表。
在一些实施例中,当用户首次在目标文件夹页面点击[表格查看]标识时,创建对应的多维表格,并新开标签页打开多维表格链接,持续同步文件夹数据至完成。在一个具体实施例中,创建多维表格耗时约200ms,每新增100条记录约200ms。在一些实施例中,用户在多维表格同步数据过程中可实时查看已同步数据。
在一些实施例中,还包括:
若所述目标数据库不包含预设数据,则隐藏所述表格查看标识。
在一些实施例中,若目标文件夹内没有人才明细,则表明该文件夹当前无需生成多维表格,则隐藏目标文件夹页面的[表格查看]标识。
在一些实施例中,所述目标数据库包括本地数据库和/或共享数据库。
在一些实施例中,本地数据库可以为本地[我的文件夹]及其下包含的子文件夹,共享数据库可以为本地[共享文件夹]及其下包含的子文件夹。任一文件夹均可以用于记载人才明细,并关联对应的多维表格。
在一些实施例中,所述数据操作事件包括以下至少一种:添加数据、删除数据和修改数据。
在一些实施例中,数据操作事件包括但不限于:在文件夹新增人才信息、在文件夹移除人才信息和在文件夹内修改人才信息。
在一些实施例中,所述根据所述数据操作事件,更新与所述目标数据库关联的数据表。包括:
若所述数据操作事件为在所述目标数据库中添加数据,则在所述数据表中新建记录;
若所述数据操作事件为在所述目标数据库中删除数据,则删除所述数据表中对应的记录;
若所述数据操作事件为在所述目标数据库中修改数据,则对应修改所述数据表中的数据。
在一些实施例中,单向同步文件夹内人才数据至多维表格,多维表格中一条记录对应文件夹内一个人才。
在一些实施例中,一个多维表格可以包含多个数据表,当文件夹内超过预设数量人才时,在多维表格中新建数据表以实现数据同步,数据表名称可根据实际情况自主设定。
在一些实施例中,所述数据表包括至少一种表格视图。
在一些实施例中,多维表格包括至少一种试图,可通过多维表格预设位置处进行选择切换,多维表格视图包括但不限于表格视图、看板视图、画册视图、甘特视图和表单视图。新建的多维表格,其视图默认为表格视图。
在一些实施例中,还包括:
响应于针对所述目标数据库的删除操作,删除所述目标数据库和/或所述数据表。
在一些实施例中,响应于针对目标文件夹的删除操作,若该文件夹已创建对应的多维表格,则在用户二次确认同时删除文件夹及多维表格后,删除文件夹及对应多维表格;若该文件夹未创建对应的多维表格,则基于用户对该文件夹的删除操作,删除文件夹。
在一些实施例中,还包括:
响应于针对所述目标数据库的名称修改操作,更新与所述目标数据库关联的数据表的名称。
在一些实施例中,在人才库更新目标文件夹名称,对应同步更新与目标文件夹关联的多维表格名称。
在一些实施例中,还包括:
对所述目标数据库和所述数据表进行权限配置。
在一些实施例中,所述目标数据库的权限包括以下至少一种:阅读权限和编辑权限。
在一些实施例中,所述数据表的权限包括以下至少一种:阅读权限、编辑权限、创建副本权限、复制内容权限、下载权限、打印权限、分享权限和评论权限。
在一些实施例中,所有用户可分享文件夹,但被分享者需向文件夹所有者申请权限。当被分享者发送申请权限后,文件夹所有者确认是否分享文件夹。在一些实施例中,分享文件夹将同时分享对应的多维表格,其查看、编辑权限与文件夹一致。
在一些实施例中,可设置文件夹是否允许被分享到其他平台,谁可以添加协作者,谁可以复制内容、创建副本、打印、下载以及谁可以评论。
在一些实施例中,可设置用户拥有的文件夹阅读权限和用户同步获得的多维表格阅读权限间的对应关系。例如当用户拥有文件夹阅读权限时,即可自动获得多维表格的阅读权限,或是自动获得多维表格部分阅读权限。当用户拥有文件夹编辑权限时,自动获得多维表格的编辑权限,即可编辑多维表格的所有记录和字段,文件夹所有者拥有全部权限。其中,字段可以理解为数据表的标题或标签,例如表头(table head)。
在一些实施例中,所述目标数据库具有至少一个目标子数据库,所述数据操作事件包括针对所述目标子数据库的操作事件,所述数据表与所述目标子数据库关联。
在一些实施例中,当所述目标数据库为人才库时,目标子数据库可以为人才库中的文件夹,数据操作事件为针对目标文件夹的操作事件,一个文件夹对应一个多维表格。
在一些实施例中,所述目标子数据库包括如下中的一种或多种:所述目标数据库下的子文件夹、所述目标数据库下的子目录、所述目标数据库的子网页界面。
在一些实施例中,目标子数据库包括但不限于子文件夹、子目录、子网页界面、子云文件夹、子云目录。
在一些实施例中,所述目标数据库的权限与所述数据表的权限之间存在预设的关联关系。
在一些实施例中,所述预设的关联关系包括:
若用户具备阅读所述目标数据库的权限,则所述用户具备编辑所述数据表中目标类型的数据的权限;或者,
若用户具备编辑所目标数据库的权限,则所述用户具备编辑所述数据库中所有数据的权限。
在一些实施例中,目标类型包括多维表格中仅可编辑记录、设置的指定可编辑的记录、设置的可编辑的指定字段等。
在一些实施例中,包括:
响应于针对所述数据表中目标字段的查看请求,在预设界面内显示与所述目标字段对应的详情信息。
在一些实施例中,将多维表格的[姓名]字段设置为超链接,响应于用户点击多维表格的目标姓名,跳转至对应的人才详情页面。
在一些实施例中,若所述目标字段包括人员标识,则所述详情信息包括所述人员标识所指代的人员的简历信息。
在一些实施例中,简历信息包括以下一种或多种:背景信息、联系信息、教育信息和职业信息。
在一些实施例中,还包括:
响应于所述数据表中的目标数据被执行预设的操作,在所述目标数据库中删除与所述目标数据对应的数据。
在一些实施例中,所述预设的操作用于使所述目标数据变更为预设的字段。
在一些实施例中,若目标数据库中的人才信息由目标数据库同步至数据表后,用户将数据表中的该人才信息编辑(例如修改或标识)为“在职人才”或“隐藏人才”,表明该人才目前无法被招聘,则可响应于用户的编辑在目标数据库中删除对应的人才信息。
在一些实施例中,用户可对多维表格的内容进行编辑,例如添加或删除空记录。
在一些实施例中,在用户进入目标文件夹、查看目标文件夹的多维表格、编辑多维表格、编辑目标文件夹、删除目标文件夹前,可基于预设的鉴权逻辑对用户身份进行鉴权。
本公开实施例结合人才库和多维表格,向用户提供可自动同步数据的表格工具,可以低成本地满足HR盘点人才明细信息的需求,更高效地进行招聘。在一些实施例中,第一步,HR可基于人才库和多维表格盘点已有人才,例如:HR和管理层确认需求/目标,确认沟通对象、形式、交付时间、已有人才资源等。第二步,HR可在人才库添加人才信息,在多维表格中筛 选人才和补充人才信息。第三步,HR可利用多维表格快速定位人才,制作招聘数据报告。
本公开实施例还提供一种数据处理装置,包括:
获取模块,用于获取针对目标数据库的数据操作事件;
第一处理模块,用于根据所述数据操作事件,更新所述目标数据库以及与所述目标数据库关联的数据表;
第二处理模块,用于响应于针对所述目标数据库的表格查看请求,显示更新后的所述数据表。
在一些实施例中,所述数据表基于以下步骤创建:
响应于针对所述目标数据库的表格创建请求,基于所述目标数据库的数据创建对应的数据表。
在一些实施例中,所述目标数据库的预设位置处设置有表格查看标识,所述表格查看标识用于触发所述表格查看请求。
在一些实施例中,所述表格查看标识还用于首次被触发时创建对应的数据表。
在一些实施例中,还包括:隐藏模块;
所述隐藏模块用于若所述目标数据库不包含预设数据,则隐藏所述表格查看标识。
在一些实施例中,所述目标数据库包括本地数据库和/或共享数据库。
在一些实施例中,所述数据操作事件包括以下至少一种:添加数据、删除数据和修改数据。
在一些实施例中,所述第一处理模块,具体用于:
若所述数据操作事件为在所述目标数据库中添加数据,则在所述数据表中新建记录;
若所述数据操作事件为在所述目标数据库中删除数据,则删除所述数据表中对应的记录;
若所述数据操作事件为在所述目标数据库中修改数据,则对应修改所述数据表中的数据。
在一些实施例中,所述数据表包括至少一种表格视图。
在一些实施例中,还包括:第三处理模块;
所述第三处理模块,用于响应于针对所述目标数据库的删除操作,删除所述目标数据库和/或所述数据表。
在一些实施例中,还包括:第四处理模块;
所述第四处理模块,用于响应于针对所述目标数据库的名称修改操作,更新与所述目标数据库关联的数据表的名称。
在一些实施例中,还包括:第五处理模块;
所述第五处理模块,用于对所述目标数据库和所述数据表进行权限配置。
在一些实施例中,所述目标数据库的权限包括以下至少一种:阅读权限和编辑权限。
在一些实施例中,所述数据表的权限包括以下至少一种:阅读权限、编辑权限、创建副本权限、复制内容权限、下载权限、打印权限、分享权限和评论权限。
在一些实施例中,所述目标数据库具有至少一个目标子数据库,所述数据操作事件包括针对所述目标子数据库的操作事件,所述数据表与所述目标子数据库关联。
在一些实施例中,所述目标子数据库包括如下中的一种或多种:所述目标数据库下的子文件夹、所述目标数据库下的子目录、所述目标数据库的子网页界面。
在一些实施例中,所述目标数据库的权限与所述数据表的权限之间存在预设的关联关系。
在一些实施例中,所述预设的关联关系包括:
若用户具备阅读所述目标数据库的权限,则所述用户具备编辑所述数据表中目标类型的数据的权限;或者,
若用户具备编辑所目标数据库的权限,则所述用户具备编辑所述数据库中所有数据的权限。
在一些实施例中,还包括:第六处理模块;
所述第六处理模块,用于响应于针对所述数据表中目标字段的查看请求,在预设界面内显示与所述目标字段对应的详情信息。
在一些实施例中,若所述目标字段包括人员标识,则所述详情信息包括所述人员标识所指代的人员的简历信息。
在一些实施例中,还包括:第七处理模块;
所述第七处理模块,用于响应于所述数据表中的目标数据被执行预设的操作,在所述目标数据库中删除与所述目标数据对应的数据。
在一些实施例中,所述预设的操作用于使所述目标数据变更为预设的字段。
对于装置的实施例而言,由于其基本对应于方法实施例,所以相关之处参见方法实施例的部分说明即可。以上所描述的装置实施例仅仅是示意性的,其中所述作为分离模块说明的模块可以是或者也可以不是分开的。可以根据实际的需要选择其中的部分或者全部模块来实现本实施例方案的目的。本领域普通技术人员在不付出创造性劳动的情况下,即可以理解并实施。
以上,基于实施例和应用例说明了本公开的方法及装置。此外,本公开还提供一种电子设备及计算机可读存储介质,以下说明这些电子设备和计算机可读存储介质。
下面参考图2,其示出了适于用来实现本公开实施例的电子设备(例如终端设备或服务器)800的结构示意图。本公开实施例中的终端设备可以包括但不限于诸如移动电话、笔记本电脑、数字广播接收器、PDA(个人数字助理)、PAD(平板电脑)、PMP(便携式多媒体播放器)、车载终端(例如车载导航终端)等等的移动终端以及诸如数字TV、台式计算机等等的固定终端。图中示出的电子设备仅仅是一个示例,不应对本公开实施例的功能和使用范围带来任何限制。
电子设备800可以包括处理装置(例如中央处理器、图形处理器等)801,其可以根据存储在只读存储器(ROM)802中的程序或者从存储装置808加载到随机访问存储器(RAM)803中的程序而执行各种适当的动作和处理。在RAM803中,还存储有电子设备800操作所需的各种程序和数据。处理装置801、ROM 802以及RAM 803通过总线804彼此相连。输入/输出(I/O)接口805也连接至总线804。
通常,以下装置可以连接至I/O接口805:包括例如触摸屏、触摸板、键盘、鼠标、摄像头、麦克风、加速度计、陀螺仪等的输入装置806;包 括例如液晶显示器(LCD)、扬声器、振动器等的输出装置807;包括例如磁带、硬盘等的存储装置808;以及通信装置809。通信装置809可以允许电子设备800与其他设备进行无线或有线通信以交换数据。虽然图中示出了具有各种装置的电子设备800,但是应理解的是,并不要求实施或具备所有示出的装置。可以替代地实施或具备更多或更少的装置。
特别地,根据本公开的实施例,上文参考流程图描述的过程可以被实现为计算机软件程序。例如,本公开的实施例包括一种计算机程序产品,其包括承载在计算机可读介质上的计算机程序,该计算机程序包含用于执行流程图所示的方法的程序代码。在这样的实施例中,该计算机程序可以通过通信装置809从网络上被下载和安装,或者从存储装置808被安装,或者从ROM 802被安装。在该计算机程序被处理装置801执行时,执行本公开实施例的方法中限定的上述功能。
需要说明的是,本公开上述的计算机可读介质可以是计算机可读信号介质或者计算机可读存储介质或者是上述两者的任意组合。计算机可读存储介质例如可以是——但不限于——电、磁、光、电磁、红外线、或半导体的系统、装置或器件,或者任意以上的组合。计算机可读存储介质的更具体的例子可以包括但不限于:具有一个或多个导线的电连接、便携式计算机磁盘、硬盘、随机访问存储器(RAM)、只读存储器(ROM)、可擦式可编程只读存储器(EPROM或闪存)、光纤、便携式紧凑磁盘只读存储器(CD-ROM)、光存储器件、磁存储器件、或者上述的任意合适的组合。在本公开中,计算机可读存储介质可以是任何包含或存储程序的有形介质,该程序可以被指令执行系统、装置或者器件使用或者与其结合使用。而在本公开中,计算机可读信号介质可以包括在基带中或者作为载波一部分传播的数据信号,其中承载了计算机可读的程序代码。这种传播的数据信号可以采用多种形式,包括但不限于电磁信号、光信号或上述的任意合适的组合。计算机可读信号介质还可以是计算机可读存储介质以外的任何计算机可读介质,该计算机可读信号介质可以发送、传播或者传输用于由指令执行系统、装置或者器件使用或者与其结合使用的程序。计算机可读介质上包含的程序代码可以用任何适当的介质传输,包括但不限于:电线、光缆、RF(射频)等等,或者上述的任意合适的组合。
在一些实施方式中,客户端、服务器可以利用诸如HTTP(HyperText Transfer Protocol,超文本传输协议)之类的任何当前已知或未来研发的网络协议进行通信,并且可以与任意形式或介质的数字数据通信(例如,通信网络)互连。通信网络的示例包括局域网(“LAN”),广域网(“WAN”),网际网(例如,互联网)以及端对端网络(例如,ad hoc端对端网络),以及任何当前已知或未来研发的网络。
上述计算机可读介质可以是上述电子设备中所包含的;也可以是单独存在,而未装配入该电子设备中。
上述计算机可读介质承载有一个或者多个程序,当上述一个或者多个程序被该电子设备执行时,使得该电子设备执行上述的本公开的方法。
可以以一种或多种程序设计语言或其组合来编写用于执行本公开的操作的计算机程序代码,上述程序设计语言包括面向对象的程序设计语言—诸如Java、Smalltalk、C++,还包括常规的过程式程序设计语言—诸如“C”语言或类似的程序设计语言。程序代码可以完全地在用户计算机上执行、部分地在用户计算机上执行、作为一个独立的软件包执行、部分在用户计算机上部分在远程计算机上执行、或者完全在远程计算机或服务器上执行。在涉及远程计算机的情形中,远程计算机可以通过任意种类的网络——包括局域网(LAN)或广域网(WAN)-连接到用户计算机,或者,可以连接到外部计算机(例如利用因特网服务提供商来通过因特网连接)。
附图中的流程图和框图,图示了按照本公开各种实施例的系统、方法和计算机程序产品的可能实现的体系架构、功能和操作。在这点上,流程图或框图中的每个方框可以代表一个模块、程序段、或代码的一部分,该模块、程序段、或代码的一部分包含一个或多个用于实现规定的逻辑功能的可执行指令。也应当注意,在有些作为替换的实现中,方框中所标注的功能也可以以不同于附图中所标注的顺序发生。例如,两个接连地表示的方框实际上可以基本并行地执行,它们有时也可以按相反的顺序执行,这依所涉及的功能而定。也要注意的是,框图和/或流程图中的每个方框、以及框图和/或流程图中的方框的组合,可以用执行规定的功能或操作的专用的基于硬件的系统来实现,或者可以用专用硬件与计算机指令的组合来实现。
描述于本公开实施例中所涉及到的单元可以通过软件的方式实现,也可以通过硬件的方式来实现。其中,单元的名称在某种情况下并不构成对该单元本身的限定。
本文中以上描述的功能可以至少部分地由一个或多个硬件逻辑部件来执行。例如,非限制性地,可以使用的示范类型的硬件逻辑部件包括:现场可编程门阵列(FPGA)、专用集成电路(ASIC)、专用标准产品(ASSP)、片上系统(SOC)、复杂可编程逻辑设备(CPLD)等等。
在本公开的上下文中,机器可读介质可以是有形的介质,其可以包含或存储以供指令执行系统、装置或设备使用或与指令执行系统、装置或设备结合地使用的程序。机器可读介质可以是机器可读信号介质或机器可读储存介质。机器可读介质可以包括但不限于电子的、磁性的、光学的、电磁的、红外的、或半导体系统、装置或设备,或者上述内容的任何合适组合。机器可读存储介质的更具体示例会包括基于一个或多个线的电气连接、便携式计算机盘、硬盘、随机存取存储器(RAM)、只读存储器(ROM)、可擦除可编程只读存储器(EPROM或快闪存储器)、光纤、便捷式紧凑盘只读存储器(CD-ROM)、光学储存设备、磁储存设备、或上述内容的任何合适组合。
根据本公开的一个或多个实施例,提供了一种数据处理方法,包括:
获取针对目标数据库的数据操作事件;
根据所述数据操作事件,更新所述目标数据库以及与所述目标数据库关联的数据表;
响应于针对所述目标数据库的表格查看请求,显示更新后的所述数据表。
根据本公开的一个或多个实施例,提供了一种数据处理方法,所述数据表基于以下步骤创建:
响应于针对所述目标数据库的表格创建请求,基于所述目标数据库的数据创建对应的数据表。
根据本公开的一个或多个实施例,提供了一种数据处理方法,所述目标数据库的预设位置处设置有表格查看标识,所述表格查看标识用于触发所述表格查看请求。
根据本公开的一个或多个实施例,提供了一种数据处理方法,所述表格查看标识还用于首次被触发时创建对应的数据表。
根据本公开的一个或多个实施例,提供了一种数据处理方法,还包括:
若所述目标数据库不包含预设数据,则隐藏所述表格查看标识。
根据本公开的一个或多个实施例,提供了一种数据处理方法,所述目标数据库包括本地数据库和/或共享数据库。
根据本公开的一个或多个实施例,提供了一种数据处理方法,所述数据操作事件包括以下至少一种:添加数据、删除数据和修改数据。
根据本公开的一个或多个实施例,提供了一种数据处理方法,所述根据所述数据操作事件,更新与所述目标数据库关联的数据表,包括:
若所述数据操作事件为在所述目标数据库中添加数据,则在所述数据表中新建记录;
若所述数据操作事件为在所述目标数据库中删除数据,则删除所述数据表中对应的记录;
若所述数据操作事件为在所述目标数据库中修改数据,则对应修改所述数据表中的数据。
根据本公开的一个或多个实施例,提供了一种数据处理方法,所述数据表包括至少一种表格视图。
根据本公开的一个或多个实施例,提供了一种数据处理方法,还包括:
响应于针对所述目标数据库的删除操作,删除所述目标数据库和/或所述数据表。
根据本公开的一个或多个实施例,提供了一种数据处理方法,还包括:
响应于针对所述目标数据库的名称修改操作,更新与所述目标数据库关联的数据表的名称。
根据本公开的一个或多个实施例,提供了一种数据处理方法,还包括:
对所述目标数据库和所述数据表进行权限配置。
根据本公开的一个或多个实施例,提供了一种数据处理方法,所述目标数据库的权限包括以下至少一种:阅读权限和编辑权限。
根据本公开的一个或多个实施例,提供了一种数据处理方法,所述数据表的权限包括以下至少一种:阅读权限、编辑权限、创建副本权限、复制内容权限、下载权限、打印权限、分享权限和评论权限。
根据本公开的一个或多个实施例,提供了一种数据处理方法,所述目标数据库具有至少一个目标子数据库,所述数据操作事件包括针对所述目标子数据库的操作事件,所述数据表与所述目标子数据库关联。
根据本公开的一个或多个实施例,提供了一种数据处理方法,所述目标子数据库包括如下中的一种或多种:所述目标数据库下的子文件夹、所述目标数据库下的子目录、所述目标数据库的子网页界面。
根据本公开的一个或多个实施例,提供了一种数据处理方法,
所述目标数据库的权限与所述数据表的权限之间存在预设的关联关系。
根据本公开的一个或多个实施例,提供了一种数据处理方法,所述预设的关联关系包括:
若用户具备阅读所述目标数据库的权限,则所述用户具备编辑所述数据表中目标类型的数据的权限;或者,
若用户具备编辑所目标数据库的权限,则所述用户具备编辑所述数据库中所有数据的权限。
根据本公开的一个或多个实施例,提供了一种数据处理方法,还包括:
响应于针对所述数据表中目标字段的查看请求,在预设界面内显示与所述目标字段对应的详情信息。
根据本公开的一个或多个实施例,提供了一种数据处理方法,
若所述目标字段包括人员标识,则所述详情信息包括所述人员标识所指代的人员的简历信息。
根据本公开的一个或多个实施例,提供了一种数据处理方法,还包括:
响应于所述数据表中的目标数据被执行预设的操作,在所述目标数据库中删除与所述目标数据对应的数据。
根据本公开的一个或多个实施例,提供了一种数据处理方法,
所述预设的操作用于使所述目标数据变更为预设的字段。
根据本公开的一个或多个实施例,提供了一种数据处理装置,包括:
获取模块,用于获取针对目标数据库的数据操作事件;
第一处理模块,用于根据所述数据操作事件,更新所述目标数据库以及与所述目标数据库关联的数据表;
第二处理模块,用于响应于针对所述目标数据库的表格查看请求,显示更新后的所述数据表。
根据本公开的一个或多个实施例,提供了一种电子设备,包括:至少一个存储器和至少一个处理器;
其中,所述至少一个存储器用于存储程序代码,所述至少一个处理器用于调用所述至少一个存储器所存储的程序代码执行上述中任一项所述的方法。
根据本公开的一个或多个实施例,提供了一种计算机可读存储介质,所述计算机可读存储介质用于存储程序代码,所述程序代码在被处理器运行时,促使所述处理器执行上述方法。
以上描述仅为本公开的较佳实施例以及对所运用技术原理的说明。
本领域技术人员应当理解,本公开中所涉及的公开范围,并不限于上述技术特征的特定组合而成的技术方案,同时也应涵盖在不脱离上述公开构思的情况下,由上述技术特征或其等同特征进行任意组合而形成的其它技术方案。例如上述特征与本公开中公开的(但不限于)具有类似功能的技术特征进行互相替换而形成的技术方案。
此外,虽然采用特定次序描绘了各操作,但是这不应当理解为要求这些操作以所示出的特定次序或以顺序次序执行来执行。在一定环境下,多任务和并行处理可能是有利的。同样地,虽然在上面论述中包含了若干具体实现细节,但是这些不应当被解释为对本公开的范围的限制。在单独的实施例的上下文中描述的某些特征还可以组合地实现在单个实施例中。相反地,在单个实施例的上下文中描述的各种特征也可以单独地或以任何合适的子组合的方式实现在多个实施例中。
尽管已经采用特定于结构特征和/或方法逻辑动作的语言描述了本主题,但是应当理解所附权利要求书中所限定的主题未必局限于上面描述 的特定特征或动作。相反,上面所描述的特定特征和动作仅仅是实现权利要求书的示例形式。

Claims (25)

  1. 一种数据处理方法,其特征在于,包括:
    获取针对目标数据库的数据操作事件;
    根据所述数据操作事件,更新所述目标数据库以及与所述目标数据库关联的数据表;
    响应于针对所述目标数据库的表格查看请求,显示更新后的所述数据表。
  2. 根据权利要求1所述的方法,其特征在于,所述数据表基于以下步骤创建:
    响应于针对所述目标数据库的表格创建请求,基于所述目标数据库的数据创建对应的数据表。
  3. 根据权利要求1所述的方法,其特征在于,所述目标数据库的预设位置处设置有表格查看标识,所述表格查看标识用于触发所述表格查看请求。
  4. 根据权利要求3所述的方法,其特征在于,所述表格查看标识还用于首次被触发时创建对应的数据表。
  5. 根据权利要求3所述的方法,还包括:
    若所述目标数据库不包含预设数据,则隐藏所述表格查看标识。
  6. 根据权利要求1所述的方法,其特征在于,所述目标数据库包括本地数据库和/或共享数据库。
  7. 根据权利要求1所述的方法,其特征在于,所述数据操作事件包括以下至少一种:添加数据、删除数据和修改数据。
  8. 根据权利要求7所述的方法,其特征在于,所述根据所述数据操作事件,更新与所述目标数据库关联的数据表,包括:
    若所述数据操作事件为在所述目标数据库中添加数据,则在所述数据表中新建记录;
    若所述数据操作事件为在所述目标数据库中删除数据,则删除所述数据表中对应的记录;
    若所述数据操作事件为在所述目标数据库中修改数据,则对应修改所述数据表中的数据。
  9. 根据权利要求1所述的方法,其特征在于,所述数据表包括至少一种表格视图。
  10. 根据权利要求1所述的方法,其特征在于,还包括:
    响应于针对所述目标数据库的删除操作,删除所述目标数据库和/或所述数据表。
  11. 根据权利要求1所述的方法,其特征在于,还包括:
    响应于针对所述目标数据库的名称修改操作,更新与所述目标数据库关联的数据表的名称。
  12. 根据权利要求1所述的方法,其特征在于,还包括:
    对所述目标数据库和所述数据表进行权限配置。
  13. 根据权利要求12所述的方法,其特征在于,所述目标数据库的权限包括以下至少一种:阅读权限和编辑权限。
  14. 根据权利要求12所述的方法,其特征在于,所述数据表的权限包括以下至少一种:阅读权限、编辑权限、创建副本权限、复制内容权限、下载权限、打印权限、分享权限和评论权限。
  15. 根据权利要求1所述的方法,其特征在于,
    所述目标数据库具有至少一个目标子数据库,所述数据操作事件包括针对所述目标子数据库的操作事件,所述数据表与所述目标子数据库关联。
  16. 根据权利要求1所述的方法,其特征在于,所述目标子数据库包括如下中的一种或多种:所述目标数据库下的子文件夹、所述目标数据库下的子目录、所述目标数据库的子网页界面。
  17. 根据权利要求12所述的方法,其特征在于,
    所述目标数据库的权限与所述数据表的权限之间存在预设的关联关系。
  18. 根据权利要求17所述的方法,其特征在于,所述预设的关联关系包括:
    若用户具备阅读所述目标数据库的权限,则所述用户具备编辑所述数据表中目标类型的数据的权限;或者,
    若用户具备编辑所目标数据库的权限,则所述用户具备编辑所述数据库中所有数据的权限。
  19. 根据权利要求1所述的方法,其特征在于,还包括:
    响应于针对所述数据表中目标字段的查看请求,在预设界面内显示与所述目标字段对应的详情信息。
  20. 根据权利要求19所述的方法,其特征在于,
    若所述目标字段包括人员标识,则所述详情信息包括所述人员标识所指代的人员的简历信息。
  21. 根据权利要求1所述的方法,其特征在于,还包括:
    响应于所述数据表中的目标数据被执行预设的操作,在所述目标数据库中删除与所述目标数据对应的数据。
  22. 根据权利要求21所述的方法,其特征在于,
    所述预设的操作用于使所述目标数据变更为预设的字段。
  23. 一种数据处理装置,其特征在于,包括:
    获取模块,用于获取针对目标数据库的数据操作事件;
    第一处理模块,用于根据所述数据操作事件,更新所述目标数据库以及与所述目标数据库关联的数据表;
    第二处理模块,用于响应于针对所述目标数据库的表格查看请求,显示更新后的所述数据表。
  24. 一种电子设备,包括:
    至少一个存储器和至少一个处理器;
    其中,所述至少一个存储器用于存储程序代码,所述至少一个处理器用于调用所述至少一个存储器所存储的程序代码执行权利要求1至22中任一项所述的方法。
  25. 一种计算机可读存储介质,所述计算机可读存储介质用于存储程序代码,所述程序代码在被计算机设备运行时,促使所述计算机设备执行权利要求1至22中任一项所述的方法。
PCT/CN2023/103047 2022-07-06 2023-06-28 数据处理方法、装置、电子设备和存储介质 WO2024007906A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202210798271.0A CN115185967A (zh) 2022-07-06 2022-07-06 数据处理方法、装置、电子设备和存储介质
CN202210798271.0 2022-07-06

Publications (1)

Publication Number Publication Date
WO2024007906A1 true WO2024007906A1 (zh) 2024-01-11

Family

ID=83518095

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2023/103047 WO2024007906A1 (zh) 2022-07-06 2023-06-28 数据处理方法、装置、电子设备和存储介质

Country Status (2)

Country Link
CN (1) CN115185967A (zh)
WO (1) WO2024007906A1 (zh)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115185967A (zh) * 2022-07-06 2022-10-14 北京字跳网络技术有限公司 数据处理方法、装置、电子设备和存储介质
CN115658656A (zh) * 2022-10-31 2023-01-31 北京字跳网络技术有限公司 信息处理方法、装置、电子设备和存储介质
CN116126872B (zh) * 2023-04-18 2023-06-23 紫金诚征信有限公司 一种针对实时维表的关联方法、装置及计算机可读介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101650710A (zh) * 2009-08-03 2010-02-17 金蝶软件(中国)有限公司 一种在线软件服务系统及其报表生成方法和装置
CN109325037A (zh) * 2018-08-17 2019-02-12 中国平安人寿保险股份有限公司 一种针对海量数据的数据同步方法、存储介质和服务器
CN111368520A (zh) * 2020-02-28 2020-07-03 中国平安人寿保险股份有限公司 一种电子表格的编辑方法及设备
US10891433B2 (en) * 2017-05-22 2021-01-12 Workday, Inc. Data transformation for time period associated data
CN115185967A (zh) * 2022-07-06 2022-10-14 北京字跳网络技术有限公司 数据处理方法、装置、电子设备和存储介质

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101860517A (zh) * 2009-04-08 2010-10-13 北京博越世纪科技有限公司 一种精准控制系统用户权限的方法
CN105893624B (zh) * 2016-04-29 2020-01-17 珠海市魅族科技有限公司 一种数据显示方法以及系统
CN111352947B (zh) * 2020-02-28 2024-05-14 深圳前海微众银行股份有限公司 数据的更新方法、装置、设备及存储介质
CN113392150A (zh) * 2020-11-09 2021-09-14 腾讯科技(深圳)有限公司 一种基于业务域的数据表展示方法、装置、设备及介质
CN112861496A (zh) * 2021-03-22 2021-05-28 平安商业保理有限公司 报表生成显示方法、装置、计算机设备和可读存储介质

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101650710A (zh) * 2009-08-03 2010-02-17 金蝶软件(中国)有限公司 一种在线软件服务系统及其报表生成方法和装置
US10891433B2 (en) * 2017-05-22 2021-01-12 Workday, Inc. Data transformation for time period associated data
CN109325037A (zh) * 2018-08-17 2019-02-12 中国平安人寿保险股份有限公司 一种针对海量数据的数据同步方法、存储介质和服务器
CN111368520A (zh) * 2020-02-28 2020-07-03 中国平安人寿保险股份有限公司 一种电子表格的编辑方法及设备
CN115185967A (zh) * 2022-07-06 2022-10-14 北京字跳网络技术有限公司 数据处理方法、装置、电子设备和存储介质

Also Published As

Publication number Publication date
CN115185967A (zh) 2022-10-14

Similar Documents

Publication Publication Date Title
WO2024007906A1 (zh) 数据处理方法、装置、电子设备和存储介质
EP3595243B1 (en) Email integration with shared folder based integrated workspaces
US9292479B2 (en) Providing an electronic document collection
US10019441B2 (en) Systems and methods for managing document repositories
US9767110B2 (en) Case data visualization application
WO2023020577A1 (zh) 信息处理方法、装置、设备及介质
US20110099189A1 (en) Method and apparatus for exploring connections of a polymorphic note
CN110889263A (zh) 文档的待办事项生成方法、装置、设备及存储介质
WO2022022619A1 (zh) 一种文档编辑方法、装置和电子设备
WO2018204341A1 (en) Managing multi-tenant keys in multi-tenant computing environments
US20220141227A1 (en) Managing Metadata for External Content within a Computing Environment
WO2023202453A1 (zh) 任务的处理方法、装置、设备及介质
US10430504B1 (en) Presenting document versions
CN115733812A (zh) 一种信息交互方法、装置、设备及介质
CN109492200A (zh) 协同文档还原方法、装置、存储介质及电子设备
WO2022242439A1 (zh) 信息的处理方法、装置、终端和存储介质
US20240303414A1 (en) Electronic document processing method and apparatus, terminal, and storage medium
WO2024146340A1 (zh) 信息处理方法、装置、电子设备和存储介质
US20240163236A1 (en) Information processing method and apparatus, and electronic device and storage medium
CN112131181B (zh) 存储路径的展示方法、装置以及电子设备
US20240012985A1 (en) Table content processing method and apparatus, and device and storage medium
WO2023124910A1 (zh) 数据处理方法、装置、电子设备和存储介质
WO2023088380A1 (zh) 信息处理方法、装置、电子设备和存储介质
WO2023116469A1 (zh) 信息处理方法、装置、终端和存储介质
WO2023020546A1 (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: 23834674

Country of ref document: EP

Kind code of ref document: A1