WO2019109518A1 - 一种数据列表的上传方法及其终端 - Google Patents

一种数据列表的上传方法及其终端 Download PDF

Info

Publication number
WO2019109518A1
WO2019109518A1 PCT/CN2018/074871 CN2018074871W WO2019109518A1 WO 2019109518 A1 WO2019109518 A1 WO 2019109518A1 CN 2018074871 W CN2018074871 W CN 2018074871W WO 2019109518 A1 WO2019109518 A1 WO 2019109518A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
list template
data list
upload
template
Prior art date
Application number
PCT/CN2018/074871
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 WO2019109518A1 publication Critical patent/WO2019109518A1/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/25Integrating or interfacing systems involving database management systems
    • 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/24Querying
    • G06F16/245Query processing
    • G06F16/2457Query processing with adaptation to user needs

Definitions

  • the present application belongs to the field of database technologies, and in particular, to a method for uploading a data list and a terminal thereof.
  • the embodiment of the present application provides a data list uploading method and a terminal thereof, so as to solve the existing data list uploading method, the data collecting personnel need to configure an independent collecting program for each application and network platform to obtain Target data, and after the acquisition is completed, it is necessary to manually fill the acquired data into the data list and then import it into the database server, which is difficult to operate and has low uploading efficiency.
  • a first aspect of the embodiment of the present application provides a method for uploading a data list, including:
  • the uploading parameter includes: an upload trigger condition, a list template identifier, and at least one application identifier;
  • the embodiment of the present application only needs to configure corresponding parameters, such as an upload trigger condition, an identifier of the generated list template, and an application identifier corresponding to the application concerned, and the terminal device can automatically execute the corresponding upload policy according to the foregoing parameters, and For all applications and network platforms, the parts required by the user are the same, so that there is no need to reconfigure the corresponding independent program, which reduces the difficulty of data collection, and the operation of importing the target data list is also based on the target data of the terminal device.
  • the attribute information is imported into the matching field, and the user does not need to manually fill in, which further improves the upload efficiency of the data list.
  • FIG. 1 is a flowchart of an implementation of a method for uploading a data list according to a first embodiment of the present application
  • FIG. 2 is a flowchart of a method for uploading a data list S103 according to a second embodiment of the present application
  • FIG. 3 is a flowchart of a method for uploading a data list S102 according to a third embodiment of the present application
  • FIG. 4 is a flowchart of implementing a method for uploading a data list according to a fourth embodiment of the present application
  • FIG. 5 is a structural block diagram of an upload terminal of a data list according to an embodiment of the present application.
  • FIG. 6 is a schematic diagram of a terminal device according to an embodiment of the present application.
  • FIG. 1 is a flowchart showing an implementation of a method for uploading a data list according to a first embodiment of the present application, which is described in detail as follows:
  • an upload parameter is received; the upload parameter includes: an upload trigger condition, a list template identifier, and at least one application identifier.
  • the user may input a corresponding uploading parameter by using an interaction module set on the terminal device, and the interaction module may be a module having an interactive function such as a display screen, a touch screen, and a soft keyboard.
  • the user can also input the upload parameter in the local user terminal, and then send it to the terminal device through the communication network. Then, when the terminal device detects that the user sends the data, the related operation of S101 is performed.
  • the user terminal is installed with the client corresponding to the uploading terminal of the data list, and the user terminal establishes a communication connection with the terminal device by logging in to the client, and the uploading parameter preset on the client terminal. In the setting interface, enter the custom upload parameters. After the input is completed, click the Set Complete button.
  • the client encapsulates the parameter values input by the user in the upload parameter data packet and sends them to the upload terminal of the data list.
  • the uploading parameter may be obtained by the server, and may be delivered by the server.
  • the terminal device communicates with the server at a preset time interval, and queries whether the new upload parameter is configured in the server. If the terminal device detects that a new upload parameter is configured in the server, the terminal device sends an upload parameter acquisition request, and then the terminal After receiving the upload parameter acquisition request, the server corresponding to the device sends the newly added upload parameters to the terminal device.
  • the server can be automatically delivered to each terminal device that belongs to the server, and the uploading parameters of all the data list uploading terminals are updated synchronously, thereby improving the update efficiency of the uploading parameters. And reduce the amount of operations users need to update the upload parameters.
  • the upload parameter includes an upload trigger condition, a list template identifier, and at least one application identifier.
  • the upload trigger condition is used to limit the specific timing of the data list upload.
  • the trigger condition may be an automatic trigger or a manual trigger.
  • Automatic triggering includes: one or two combinations of triggering in periodic triggering or data state triggering.
  • the periodic triggering is that the terminal device uploads the generated data list to the database server at a preset periodic interval, and the data state triggering may be performed to detect that the current data amount reaches a certain threshold.
  • the manual trigger is specifically: when an instruction of the user or other terminal device is received, an upload operation is performed, for example, the user initiates a data formatting instruction, and in order to ensure that the current data is recorded in the database server, the formatting operation is performed. Before, you can upload the data list.
  • the terminal device has at least one data list template, and each data list template corresponds to a list template identifier, and the user can select an appropriate one from the plurality of list templates as the list template corresponding to the target data list. If the data list template of the terminal device does not apply to the current collection requirement of the user, the user can create a new data list template, and the terminal device configures a unique identification code, that is, the list template identifier, and saves it in the list template library. . After the storage is completed, the user can resend the upload parameter and fill in the newly added unique identifier in the list template identifier.
  • the uploading parameter further includes an application identifier, where the application identifier is specifically an application identifier corresponding to the target application, the target network platform, or even the target program.
  • the data list upload operation is performed, and the data list upload operation is specifically the operation of S102 ⁇ S105; otherwise, if the terminal device detects that the current time does not meet the pre-preparation If the upload trigger condition is set, continue to wait.
  • the upload triggering conditions include automatic triggering and manual triggering.
  • automatic triggering includes periodic triggering and/or data state triggering. If the upload trigger condition is a periodic trigger, the terminal device has a built-in counter, and starts timing when the terminal device starts; if the value of the timer is consistent with the duration of the upload trigger period, it indicates that the current time meets the upload trigger. If the condition is met, the related operation of S102 is performed, and the count value of the timer is set to zero, thereby achieving the purpose of periodic triggering. If the uploading triggering condition is the data state triggering, the terminal device is configured to be triggered by an uploading threshold.
  • the terminal device When the terminal device detects that the data volume of the target application or the target network platform exceeds the uploading trigger threshold, the terminal device performs the related operation of S102, and re-adjusts the The upload trigger threshold is used to automatically back up the application data when the application data changes to a certain amount.
  • the terminal template identifier included in the upload parameter is extracted, and the data list template matching the list template identifier is queried from the list template library.
  • the list template corresponding to the generated target data list If the data list template corresponding to the list template identifier does not exist in the list template, the information indicating the error is returned to the sender of the upload parameter.
  • the display is performed.
  • the module displays the identifier error information; otherwise, if the data list template corresponding to the list template identifier exists in the list template library, the template read operation is performed to determine the attribute information of each field in the data list template. It should be noted that the operation of determining whether the list template identifier exists in the foregoing judgment list template library may be performed when the upload parameter is received, or may be performed in the step of S102.
  • the data list template includes a plurality of fields, and each field defines attribute information of the data stored therein.
  • Table 1 shows a data list template provided by this embodiment.
  • the attribute information of the field 1 is the user name
  • the attribute information of the field 2 is the user age
  • the attribute information of the field 3 is the user transaction volume.
  • target data matching the respective fields is obtained from an application server corresponding to the application identifier.
  • the terminal device determines, according to the application identifier included in the upload parameter, an application server that needs to obtain data, and performs communication connection with the application server, reads data stored in the application server, and queries with S102.
  • the data matched by each field in the obtained data list template is used as the target data. It should be noted that, since the attribute information is defined in each field, the data matching the field is specifically: if the attribute information of the target data is consistent with the attribute information of the field, it indicates that the two matches are successful.
  • the attribute information of the field 1 is a user name
  • the terminal device extracts the attribute information of the application server as the user name as the target data, and associates the target data of the part with the field one to match Imported into the corresponding field in S104.
  • the uploading parameter may include only one application identifier.
  • the terminal device directly establishes a communication connection with the application server corresponding to the application identifier through the main thread, and synchronously acquires target data matched by each field. If the upload parameter includes more than two application identifiers, the terminal device may acquire target data of multiple application servers by means of serial acquisition or parallel acquisition.
  • the uploading parameter may also be configured with the obtaining order corresponding to each application identifier. If the uploading parameter does not define the obtaining order, the terminal device uses the default order as the corresponding corresponding to the uploading parameter. order. According to the acquisition order, the terminal device sequentially performs communication connection with the application server corresponding to each application identifier, and sets the working mode of the main thread to the serial operation mode, and then acquires target data matching the field from each application server according to the acquisition order.
  • the target data is imported into the data list template to generate a target data list.
  • the terminal device may import the target data into the data list template according to the corresponding association relationship.
  • the target data list that needs to be uploaded this time is obtained.
  • the terminal device imports the target data obtained by the current acquisition into the data list template, and then communicates with the next application server.
  • Obtain the target data contained in the next application server repeat the above steps until the target data of all application servers is obtained, and the obtained data list is a template data list.
  • the target data list is uploaded to the database server, so that the database server generates a data analysis report according to the target data list uploaded by the upload terminal of each data list.
  • the terminal device after obtaining the target data list, the terminal device establishes a communication connection with the database server, where the communication connection includes a wired communication connection or a wireless communication connection, in particular, if the terminal device is integrated in the database server,
  • the communication connection can be a serial communication link of the internal board.
  • the terminal device sends the target data list to the database server, which realizes the automatic collection, automatic import and automatic upload of the data list.
  • the database server can simultaneously manage the uploading terminals of the data lists distributed in the plurality of application systems, and the uploading terminal of each data list is used to obtain the target data of each application in the application system in which the application system is located, and then the database server
  • the data analysis operation of multiple application systems can be implemented according to the target list uploaded by the upload terminal of each data list, and the data analysis report is generated. Because there are many data interchange restrictions between different enterprises, if you need to collect data from different enterprises, you may need to configure a data list upload terminal in each enterprise application system.
  • the terminal device can be configured with the application system server. Inside.
  • the uploading method of the data list provided by the embodiment of the present application generates a corresponding data list uploading policy according to the uploading parameter input by the user, and extracts the data list when the upload triggering condition preset in the uploading parameter is satisfied.
  • the template is used to determine the attribute information of the field to be collected, and then the application identifier recorded in the parameter is uploaded, and the target data matched by each field is obtained from the application server corresponding to the application identifier, and imported into the extracted data list template to generate A list of target data, and upload the target data list to the database server for subsequent analysis operations.
  • the user only needs to configure corresponding parameters, such as an upload trigger condition, an identifier of the generated list template, and an application identifier corresponding to the application concerned, and the terminal device can
  • corresponding uploading strategy is automatically executed, and for all applications and network platforms, the parts that the user needs to set are the same, thereby eliminating the need to reconfigure the corresponding independent programs, reducing the difficulty of data collection, and importing
  • the operation of the target data list is also imported into the matching field according to the attribute information of the target data, and the user does not need to manually fill in, which further improves the upload efficiency of the data list.
  • FIG. 2 is a flowchart showing a specific implementation of a method for uploading a data list S103 according to the second embodiment of the present application.
  • S103 includes S201 ⁇ S203, and the details are as follows:
  • the number of application identifiers in the upload parameter is determined.
  • the upload parameter may include two application identifiers, and in this case, the terminal device needs to acquire target data from different application servers.
  • the terminal device reads the target data collection mode in the upload parameter, where the target data collection mode includes a parallel acquisition mode.
  • the target data collection module may further include serial collection. mode.
  • the terminal device determines that the target data collection mode of the current time is the parallel acquisition mode, the related operations of S201 to S203 are performed.
  • the terminal device first determines the number of application identifiers included in the upload parameter.
  • the terminal device may further determine the number of application servers that need to perform a communication connection according to the number of application identifiers. Due to different application identifiers, the corresponding application servers may be the same. For example, the two applications of Tencent and QQ are mutually interoperable, so it is possible to store data of the above two applications through the same application server.
  • the terminal device controls multiple sub-threads under the main thread, and different sub-threads are used to execute different process services. Therefore, the terminal device can perform parallel processing by configuring different sub-threads and executing multiple processes at the same time. The purpose of multiple events.
  • the terminal device after determining the number corresponding to the application identifier, the terminal device will invoke the same number of sub-threads, and each sub-thread is used to connect with an application server, and obtain the target of the application server. Data, and set the working mode of the child thread to asynchronous parallel download mode, so that the corresponding target data can be downloaded from multiple application servers at the same time.
  • the terminal device detects whether the number of currently enabled sub-threads is greater than a preset thread threshold, and if not, Determining the number of threads to be created and creating a corresponding number of threads according to the difference between the number of application identifiers and the number of idle threads; if the number of currently enabled child threads is greater than a preset thread threshold, It indicates that the terminal device has reached the maximum upper limit of the parallel processing. Therefore, the idle sub-thread is used to download the target data corresponding to the partial application identifier. If there is an idle thread, the target data corresponding to the remaining unassigned application identifier is sequentially downloaded.
  • a virtual communication port assigned by each of the sub-threads establishes a communication connection with an application server corresponding to each of the application identifiers, and acquires target data corresponding to the attribute information of each field.
  • the terminal device since the child thread needs to communicate with the application server, a corresponding communication port number is required, so the terminal device configures a virtual communication port for each child thread, so that the child thread can be associated with each application identifier.
  • the corresponding application server establishes a communication connection.
  • each sub-thread determines the target data to be collected by reading the attribute information of each field in the data list template, and queries the data recorded by the application server, extracts the target data matching the field, and downloads the target data to the terminal device. .
  • the asynchronous parallel download operation is implemented by the sub-thread, thereby improving the downloading efficiency of the target data, and the corresponding target data can be retrieved from multiple application servers at the same time, and the data list is generated.
  • FIG. 3 is a flowchart of a specific implementation of a method for uploading a data list S102 according to the third embodiment of the present application.
  • S102 includes S301 and S302, and the details are as follows:
  • the upload triggering condition includes: an upload trigger period and an upload trigger data amount
  • the data list template corresponding to the list template identifier is extracted, and the attribute information of each field in the data list template is determined, including:
  • the terminal device performs monitoring whether the current time reaches the upload trigger period recorded in the upload parameter, and if the upload trigger period is not reached, the terminal continues to wait.
  • the terminal device turns off the time monitoring function.
  • Other functions that is, performing a standby state to reduce the resource consumption of the waiting time; if it is detected that the current time reaches the upload triggering period, acquiring the amount of data that the application server corresponding to the application identifier has stored in the current time memory is the above-mentioned A data amount.
  • the method for obtaining the amount of data that the application server corresponding to the application identifier has stored at the current time may be: the terminal device sends a storage status query request to the application server, and the application server receives the storage status query. After the request, the storage module is read, and the storage status query result is generated and returned to the terminal device, where the storage status query result includes the first data amount.
  • the amount of data that has been stored by the application server is recorded once the terminal device triggers the uploading trigger period.
  • the first data amount obtained by the current cycle and the second data amount stored by the application server in the previous cycle are determined, and the difference between the data amounts between the two is determined, and the difference is compared with the upload trigger data amount.
  • the difference is smaller than the amount of the upload trigger data, it means that the increment of the data is less. Since the creation of a new data list, the frame of the list itself needs to occupy a certain storage space, so if the stored data If the value is smaller, the storage efficiency of the data list is reduced. Therefore, in this case, the terminal device will not perform the upload operation of the data list; otherwise, if the difference is greater than the upload trigger data amount, it indicates that the application server is uploading this time. The amount of data generated in the triggering period is large, and the recording needs to be performed. Therefore, the operation of extracting the data list template corresponding to the list template identifier and determining the attribute information of each field in the data list template is performed.
  • the terminal device triggers the combination of the timing trigger and the data volume triggering as the upload triggering condition, thereby avoiding unnecessary data list uploading operations, improving the efficiency of the uploading operation, and avoiding repeated uploading and invalid uploading. The situation happened.
  • FIG. 4 is a flowchart of a specific implementation of a method for uploading a data list according to a fourth embodiment of the present application.
  • the method further includes: S401 and S402, which are specifically described below. :
  • the method further includes:
  • the user in addition to the existing data list templates in the terminal device, the user can also customize the required data list template according to actual analysis requirements.
  • the user will send a data list template to be created to the terminal device.
  • the method of sending is similar to the description in S101, and can be directly input through the interaction module of the terminal device, or can be returned to the terminal device through the client after the local user terminal is generated.
  • the user determines the number of fields to be collected and the attribute information of each field according to actual requirements, generates a list template based on the above two parameters, and encapsulates the list template in the list template creation instruction. So that the terminal device generates a data list template corresponding thereto according to the list template.
  • the terminal device needs to identify the creation permission of the user before responding to the user's list template creation request, and if the user has the creation permission of the list template, perform the related operation of S401; If the user does not have the create permission of the list template, the list template creation instruction is rejected.
  • the user account records the authority information, and defines the operation range executable by the user, and the terminal device implements the authority determination by reading the authority information in the user account.
  • the terminal device after receiving the data list template to be created, matches the data list template with each data list template in the list template library to determine whether the list template is already stored in the list template library. If it already exists, the related operation of S404 is performed; otherwise, if the list template is not recorded in the list template library, the related operation of S402 is performed.
  • the determining condition of the presence or absence is specifically: comparing the attribute information of each field in the created list template with the attribute information of the field included in each data list template in the list template library, if the created list is The attribute information of each field in the template can be consistent with the attribute information of each field of a certain data list template. If the two list templates belong to the same list template, the list template needs to be created.
  • the terminal device determines that any of the data list templates in the list template library does not match the list template created by the user, it indicates that the list template created by the user is not recorded in the list template library, and thus
  • the list template created by the user allocates a list template identifier, establishes a correspondence between the list template identifier and the list template, and stores the list template in the list template library to achieve the purpose of expanding the number of templates in the list template library.
  • the creation success information is returned to the terminal that sends the data list template that is to be created, and the creation success information carries the list template identifier corresponding to the data list template that needs to be created.
  • the terminal device after the terminal device is stored, the terminal device returns a creation success information to the terminal that sends the list template creation instruction, so as to inform the user that the creation operation has been completed.
  • the data list may be formulated. template.
  • the creation success information also carries the list template identifier corresponding to the list template after the creation is successful.
  • the terminal device determines that the list template that the user needs to create has been stored in the database list template, and the creation operation is unnecessary, and the reason why the user sends the creation information is probably because the created list cannot be obtained.
  • the template template ID of the template-consistent data list template is re-created. Therefore, the terminal device returns the list template identifier corresponding to the data list template that matches the list template to the terminal that sends the list template creation instruction, so that the user can formulate corresponding upload parameters according to the list template identifier.
  • the data list template that is not stored may be stored in the list template library, thereby increasing the number of list templates that the user can invoke, and facilitating the user to formulate an uploading strategy of the corresponding data list.
  • S403 ⁇ S404 are further included.
  • the list template identifier corresponding to the data list template to be created is returned to the terminal that sends the list template creation instruction.
  • the user can define a data list template according to the requirements of the user, and the operability of the user is improved, and the terminal device does not repeatedly store the same data list template, thereby improving the storage efficiency of the terminal device.
  • the S405-S409 is the same as the S101-S105 shown in the embodiment of the present invention. For details, refer to the related descriptions of S101-S105, and details are not described herein.
  • FIG. 5 is a structural block diagram of an upload terminal of a data list according to an embodiment of the present application.
  • the units included in the upload terminal of the data list are used to execute the steps in the embodiment corresponding to FIG. 1.
  • please refer to the related description in the embodiment corresponding to FIG. 1 and FIG. For the convenience of explanation, only the parts related to the present embodiment are shown.
  • the upload terminal of the data list includes:
  • the uploading parameter receiving unit 51 is configured to receive an uploading parameter, where the uploading parameter includes: an upload triggering condition, a list template identifier, and at least one application identifier;
  • the data list template reading unit 52 is configured to: if the upload trigger condition is met, extract a data list template corresponding to the list template identifier, and determine attribute information of each field in the data list template;
  • the target data obtaining unit 53 is configured to acquire, from the application server corresponding to the application identifier, target data that matches the respective fields;
  • the target data list generating unit 54 is configured to import the target data into the data list template to generate a target data list.
  • the data analysis report generating unit 55 is configured to upload the target data list to the database server, so that the database server generates a data analysis report according to the target data list uploaded by the upload terminal of each data list.
  • the uploading parameter includes two or more application identifiers, the uploading parameter further includes a target data collection mode, and the target data collection mode includes a parallel collection mode.
  • the target data obtaining unit 53 includes:
  • An application identifier number determining unit configured to determine a number of application identifiers in the upload parameter
  • a parallel download setting unit configured to invoke the same number of sub-threads as the number, and configure a working mode of each of the sub-threads to be an asynchronous parallel download mode
  • a parallel downloading execution unit configured to establish a communication connection with an application server corresponding to each of the application identifiers, and acquire target data corresponding to the attribute information of each field by using a virtual communication port allocated by each of the sub-threads.
  • the upload triggering condition includes: an upload trigger period and an upload trigger data amount
  • the data list template reading unit 52 includes:
  • a first data volume obtaining unit configured to acquire, when the current time reaches the upload triggering period, a first data amount included in a memory in an application server corresponding to the application identifier
  • a triggering determining unit configured to extract the list template identifier if the difference between the first data amount and the second data amount included in the memory in the application server is greater than the upload trigger data amount
  • Corresponding data list template determining attribute information of each field in the data list template.
  • the uploading terminal of the data list further includes:
  • a list template creation unit for receiving a data list template to be created
  • a list template creation success unit configured to generate a list identifier corresponding to the data list template to be created if the data list template to be created does not exist in the list template library, and create the required identifier
  • the data list template is stored in the list template library
  • the creation success information sending unit is configured to return the creation success information to the terminal that sends the data list template that is to be created, and the creation success information carries the list template identifier corresponding to the data list template that needs to be created.
  • the uploading terminal of the data list further includes:
  • a list template creation failure unit configured to: if the data list template that is required to be created exists in the list template library, return the list template identifier corresponding to the data list template to be created to send the list template creation instruction Terminal.
  • the uploading terminal of the data list provided by the embodiment of the present application only needs to configure corresponding parameters, such as an upload trigger condition, an identifier of the generated list template, and an application identifier corresponding to the application concerned, and the terminal device may be configured according to the foregoing.
  • Parameters automatically execute the corresponding upload strategy, and for all applications, network platforms, the user needs to set the same part, thus eliminating the need to reconfigure the corresponding independent program, reducing the difficulty of data collection, and importing target data
  • the operation of the list is also imported into the matching field according to the attribute information of the target data, and the user does not need to manually fill in, which further improves the upload efficiency of the data list.
  • FIG. 6 is a schematic diagram of a terminal device according to another embodiment of the present application.
  • the terminal device 6 of this embodiment includes a processor 60, a memory 61, and computer readable instructions 62 stored in the memory 61 and operable on the processor 60, such as a data list. Upload the program.
  • the processor 60 executes the steps of the method for uploading the respective data lists when the computer readable instructions 62 are executed, such as S101 to S105 shown in FIG. 1.
  • the processor 60 when executing the computer readable instructions 62, implements the functions of the various units in the various apparatus embodiments described above, such as the modules 51 through 55 functions illustrated in FIG.
  • the computer readable instructions 62 may be partitioned into one or more units, the one or more units being stored in the memory 61 and executed by the processor 60 to complete the application.
  • the one or more units may be a series of computer readable instruction instruction segments capable of performing a particular function for describing the execution of the computer readable instructions 62 in the terminal device 6.
  • the computer readable instructions 62 may be divided into an upload parameter receiving unit, a data list template reading unit, a target data obtaining unit, a target data list generating unit, and a data analysis report generating unit, each unit having a specific function as described above.
  • the terminal device 6 may be a computing device such as a desktop computer, a notebook, a palmtop computer, and a cloud server.
  • the terminal device may include, but is not limited to, a processor 60 and a memory 61. It will be understood by those skilled in the art that FIG. 6 is only an example of the terminal device 6, and does not constitute a limitation of the terminal device 6, and may include more or less components than those illustrated, or combine some components or different components.
  • the terminal device may further include an input/output device, a network access device, a bus, and the like.
  • the so-called processor 60 can be a central processing unit (Central Processing Unit, CPU), can also be other general-purpose processors, digital signal processors (DSP), application specific integrated circuits (Application Specific Integrated Circuit (ASIC), Field-Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware components, etc.
  • the general purpose processor may be a microprocessor or the processor or any conventional processor or the like.
  • the memory 61 may be an internal storage unit of the terminal device 6, such as a hard disk or a memory of the terminal device 6.
  • the memory 61 may also be an external storage device of the terminal device 6, for example, a plug-in hard disk equipped on the terminal device 6, a smart memory card (SMC), and a secure digital (SD). Card, flash card (Flash Card) and so on.
  • the memory 61 may also include both an internal storage unit of the terminal device 6 and an external storage device.
  • the memory 61 is configured to store the computer readable instructions and other programs and data required by the terminal device.
  • the memory 61 can also be used to temporarily store data that has been output or is about to be output.

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)
  • Computational Linguistics (AREA)
  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

本申请适用于数据库技术领域,提供了一种数据列表的上传方法及其终端,包括:接收上传参数;若满足上传触发条件,则提取列表模板标识对应的数据列表模板,确定所述数据列表模板中各个字段的属性信息;从应用标识对应的应用服务器中获取与各个字段匹配的目标数据;将目标数据导入数据列表模板,生成目标数据列表;上传目标数据列表至数据库服务器。本申请解决了现有的数据列表的上传方法,需要数据采集人员为每一个应用、网络平台配置独立的采集程序以获取目标数据,并且在获取完成后,需要人工手动将获取的数据填入到数据列表,再导入到数据库服务器,操作难度较大,上传效率较低的问题。

Description

一种数据列表的上传方法及其终端
本申请申明享有2017年12月8日递交的申请号为201711294741.5、名称为“一种数据列表的上传方法及其终端”中国专利申请的优先权,该中国专利申请的整体内容以参考的方式结合在本申请中。
技术领域
本申请属于数据库技术领域,尤其涉及一种数据列表的上传方法及其终端。
背景技术
随着信息化进程的快速发展,如何对数据进行分析直接影响了各大企业制定运营策略的时效性以及准确性,而进行数据分析的一个重要前提则是需要从各个关注的目标平台或应用获取所需要的数据,生成对应的数据列表。因此,如何高效地生成符合分析要求的数据列表并上传至分析的数据库服务器显得尤为重要。
然而,即便每个受关注的应用或平台供分析使用的数据列表格式均相同,也需要配置独立的采集程序以获取目标数据,并且在获取完成后,需要人工手动将获取的数据填入到数据列表,再导入到数据库服务器,操作难度较大,上传效率较低。
技术问题
有鉴于此,本申请实施例提供了一种数据列表的上传方法及其终端,以解决现有的数据列表的上传方法,需要数据采集人员为每一个应用、网络平台配置独立的采集程序以获取目标数据,并且在获取完成后,需要人工手动将获取的数据填入到数据列表,再导入到数据库服务器,操作难度较大,上传效率较低的问题。
技术解决方案
本申请实施例的第一方面提供了一种数据列表的上传方法,包括:
接收上传参数;所述上传参数包括:上传触发条件、列表模板标识以及至少一个应用标识;
若满足所述上传触发条件,则提取所述列表模板标识对应的数据列表模板,确定所述数据列表模板中各个字段的属性信息;
从所述应用标识对应的应用服务器中获取与所述各个字段匹配的目标数据;
将所述目标数据导入所述数据列表模板,生成目标数据列表;
上传所述目标数据列表至数据库服务器,以使所述数据库服务器根据各个数据列表的上传终端上传的目标数据列表,生成数据分析报告。
有益效果
实施本申请实施例提供的一种数据列表的上传方法及其终端具有以下有益效果:
本申请实施例只需配置对应的参数,例如上传触发条件、所需生成的列表模板的标识以及所关注的应用对应的应用标识,终端设备即可根据上述参数,自动执行对应的上传策略,并且对于所有应用、网络平台而言,用户所需设置的部分均是相同的,从而无需重新配置对应的独立程序,减少了数据采集的难度,而且导入目标数据列表的操作也是终端设备根据目标数据的属性信息,导入到与之匹配的字段内,也无需用户手动填入,也进一步提高了数据列表的上传效率。
附图说明
图1是本申请第一实施例提供的一种数据列表的上传方法的实现流程图;
图2是本申请第二实施例提供的一种数据列表的上传方法S103的流程图;
图3是本申请第三实施例提供的一种数据列表的上传方法S102的流程图;
图4是本申请第四实施例提供的一种数据列表的上传方法的实现流程图;
图5是本申请一实施例提供的一种数据列表的上传终端的结构框图;
图6是本申请一实施例提供的一种终端设备的示意图。
本发明的实施方式
在本申请实施例中,流程的执行主体为数据列表的上传终端。图1示出了本申请第一实施例提供的数据列表的上传方法的实现流程图,详述如下:
在S101中,接收上传参数;所述上传参数包括:上传触发条件、列表模板标识以及至少一个应用标识。
在本实施例中,用户可通过终端设备上设置的交互模块,输入对应的上传参数,该交互模块可以为显示屏、触控屏、软键盘等具备交互功能的模块。用户还可以在本地的用户终端,输入上传参数,继而通过通信网络发送给终端设备,继而终端设备检测到用户发送数据时,执行S101的相关操作。可选地,在该情况下,用户终端安装有该数据列表的上传终端所对应的客户端,用户终端通过登录该客户端,实现与终端设备建立通信连接,并在客户端预设的上传参数设置界面中,输入自定义的上传参数,在输入完成后,点击设置完全的按钮,客户端则将用户输入的各个参数值封装于上传参数数据包中,并发送给数据列表的上传终端。
可选地,该上传参数除了是用户手动输入的方式进行获取外,还可以通过服务器进行下发。终端设备以预设的时间间隔与服务器进行通信,并查询该服务器中是否配置了新的上传参数,若终端设备检测到服务器中配置了新的上传参数,则发送一个上传参数获取请求,继而终端设备对应的服务器在接收到该上传参数获取请求后,将新增的上传参数下发到该终端设备。优选地,服务器在获取到新增的上传参数后,可自动下发到各个隶属于该服务器的终端设备,实现所有数据列表的上传终端的上传参数同步更新的目的,提高了上传参数的更新效率,并减少了用户更新上传参数所需的操作。
在本实施例中,上传参数包括有上传触发条件、列表模板标识以及至少一个应用标识。上传触发条件用于限定数据列表上传的具体时机,该触发条件可以为自动触发,也可以为手动触发。自动触发包括:周期性触发或数据状态触发中一种或两种组合的触发方式。其中,周期性触发即为终端设备以预设的周期间隔,将生成的数据列表上传到数据库服务器;而数据状态触发可以为检测到当前的数据量达到一定阈值,则执行上传操作。手动触发具体为:当接收到用户或其他终端设备的某一指令时,则执行上传操作,例如用户发起了数据格式化指令,为了确保当前的数据均记载于数据库服务器内,在执行格式化操作前,可以进行数据列表的上传操作。
在本实施例中,终端设备内置有至少一个数据列表模板,每个数据列表模板对应一个列表模板标识,用户可从多个列表模板中选取合适的一个作为目标数据列表所对应的列表模板。其中,若终端设备的数据列表模板不适用用户本次的采集需求,则用户可新建一个数据列表模板,终端设备将为其配置一个唯一标识码,即列表模板标识,并保存到列表模板库内。存储完毕后,用户可重新发送上传参数,并在列表模板标识中填入该新增的唯一标识码。
在本实施例中,上传参数还包括应用标识,该应用标识具体为目标应用、目标网络平台甚至目标程序所对应的应用标识。
在S102中,若满足所述上传触发条件,则提取所述列表模板标识对应的数据列表模板,确定所述数据列表模板中各个字段的属性信息。
在本实施例中,终端设备若检测到当前时刻满足上传触发条件,则执行数据列表上传操作,该数据列表上传操作具体为S102~S105的操作;反之若终端设备检测到当前时刻并未满足预设的上传触发条件,则继续等待。
如上所述,在本实施例中该上传触发条件包括自动触发以及手动触发两种触发方式。其中,自动触发包括周期性触发和/或数据状态触发。其中,若上传触发条件为周期性触发,则终端设备内置有一计数器,在终端设备启动时则开始计时;若该计时器的数值与所述上传触发周期的时长一致,则表示当前时刻满足上传触发条件,则执行S102的相关操作,并将该计时器的计数值置零,从而实现周期触发的目的。若上传触发条件为数据状态触发,则终端设备配置由一上传触发阈值,在终端设备检测到目标应用或目标网络平台的数据量超过上传触发阈值时,则执行S102的相关操作,并重新调整该上传触发阈值,实现当应用的数据的变化到达一定量时,自动对应用的数据进行备份。
在本实施例中,终端设备在监测到满足上传触发条件时,则提取该上传参数中包含的列表模板标识,并从列表模板库中查询与该列表模板标识匹配的数据列表模板,作为本次生成的目标数据列表所对应的列表模板。若列表模板库中不存在该列表模板标识所对应的数据列表模板,则返回标识错误的信息给上传参数的发送端,特别地,若用户是通过终端设备的交互模板输入上传参数,则通过显示模块显示该标识错误信息;反之,若列表模板库中存在该列表模板标识所对应的数据列表模板,则进行模板读取操作,确定该数据列表模板中各个字段的属性信息。需要说明的是,上述判断列表模板库中是否存在该列表模板标识的操作可以在接收到上传参数时则进行,也可以在S102的步骤中执行。
在本实施例中,数据列表模板中包含多个字段,每个字段定义其存储的数据的属性信息。表1示出了本实施例提供的一种数据列表模板,参见表1所示,字段一的属性信息为用户名,字段二的属性信息为用户年龄,字段三的属性信息为用户交易量,通过定义了列表模板中各个字段所对应的属性信息,则可以从目标应用服务器中提取与之匹配的目标数据。其中,字段用于限定数据列表模板中的一行或一列数据中的所有数据的属性信息。
Figure dest_path_image002a
表1
在S103中,从所述应用标识对应的应用服务器中获取与所述各个字段匹配的目标数据。
在本实施例中,终端设备将根据上传参数中包含的应用标识,确定需要获取数据的应用服务器,并与该应用服务器进行通信连接,读取该应用服务器中存储的数据,并查询与S102中得到的数据列表模板中各个字段匹配的数据,作为目标数据。需要说明的是,由于各个字段均定义了属性信息,则与字段匹配的数据具体为:该目标数据的属性信息与该字段的属性信息一致,则表示两者匹配成功。例如,如表1所示,字段一的属性信息为用户名,则终端设备将提取应用服务器中属性信息为用户名的数据作为目标数据,并关联该部分的目标数据与字段一匹配,以便在S104中导入到对应的字段内。
在本实施例中,上传参数中可以只包含一个应用标识,该情况下,终端设备直接通过主线程,与该应用标识对应的应用服务器建立通信连接,同步获取各个字段匹配的目标数据。若上传参数中包含两个以上的应用标识,则终端设备可通过串行获取或并行获取的方式,实现获取多个应用服务器的目标数据。
具体地,若终端设备通过串行获取的方式,则上传参数中还可以设置有各个应用标识对应的获取次序,若上传参数没有定义获取次序,则终端设备将默认次序作为该上传参数对应的获取次序。根据该获取次序,终端设备依次与各个应用标识对应的应用服务器进行通信连接,并设置主线程的工作模式为串行运行模式,继而按照获取次序从各个应用服务器获取与字段匹配的目标数据。
在S104中,将所述目标数据导入所述数据列表模板,生成目标数据列表。
在本实施例中,终端设备在获取了各个字段对应的目标数据后,并建立了各个目标数据与字段的关联关系后,可按照与之对应的关联关系,将目标数据导入到数据列表模板中对应的字段内,导入完成后则得到本次需要进行上传的目标数据列表。
具体地,若存在多个应用标识,则终端设备在获取完成一个应用服务器对应的目标数据后,则将本次获取得到目标数据导入到数据列表模板中,然后再与下一个应用服务器进行通信,获取下一个应用服务器所包含的目标数据,重复上述步骤,直到获取了所有应用服务器的目标数据,得到的数据列表则为模板数据列表。
在S105中,上传所述目标数据列表至数据库服务器,以使所述数据库服务器根据各个数据列表的上传终端上传的目标数据列表,生成数据分析报告。
在本实施例中,终端设备在得到目标数据列表后,则与数据库服务器建立通信连接,其中,该通信连接包括有线通信连接或无线通信连接,特别地,若终端设备集成于数据库服务器内,则该通信连接可以为内部板件的串行通信链路。连接建立后,终端设备将目标数据列表发送给数据库服务器,实现了数据列表自动采集、自动导入并自动上传的目的。
在本实施例中,数据库服务器可以同时管理分布于多个应用系统内的数据列表的上传终端,每个数据列表的上传终端用于获取其所在的应用系统内各个应用的目标数据,然后数据库服务器可以根据各个数据列表的上传终端上传的目标列表,实现多个应用系统的数据分析操作,并生成数据分析报告。由于不同的企业之间数据互通限制较多,若需要统计不同企业的数据情况,则可能需要在各个企业的应用系统中配置一个数据列表的上传终端,该终端设备可配置与该应用系统的服务器内。
以上可以看出,本申请实施例提供的一种数据列表的上传方法根据用户输入的上传参数,生成对应的数据列表上传策略,在满足上传参数中预设的上传触发条件时,则提取数据列表模板,并确定所需要采集的字段的属性信息,继而通过上传参数中记载的应用标识,从该应用标识对应的应用服务器获取各个字段匹配的目标数据,导入到提取获得的数据列表模板内,生成目标数据列表,并将该目标数据列表上传至数据库服务器,以便后续的分析操作。与现有的数据列表上传方法相比,本实施例中用户只需配置对应的参数,例如上传触发条件、所需生成的列表模板的标识以及所关注的应用对应的应用标识,终端设备即可根据上述参数,自动执行对应的上传策略,并且对于所有应用、网络平台而言,用户所需设置的部分均是相同的,从而无需重新配置对应的独立程序,减少了数据采集的难度,而且导入目标数据列表的操作也是终端设备根据目标数据的属性信息,导入到与之匹配的字段内,也无需用户手动填入,也进一步提高了数据列表的上传效率。
图2示出了本申请第二实施例提供的一种数据列表的上传方法S103的具体实现流程图。参见图2所示,相对于图1所述实施例,本实施例提供的一种数据列表的上传方法中S103包括S201~S203,具体详述如下:
在S201中,确定所述上传参数中应用标识的个数。
在本实施例中,上传参数中可以包含两个以使的应用标识,在该情况下,则表示终端设备需要从不同的应用服务器中获取目标数据。终端设备在确定了应用标识为多个时,则会读取上传参数中的目标数据采集模式,该目标数据采集模式包括并行采集模式,可选地,该目标数据采集模块还可以包括串行采集模式。终端设备在确定了本次的目标数据采集模式为并行采集模式时,则执行S201~S203的相关操作。
在本实施例中,终端设备首先确定上传参数中包含的应用标识的个数。优选地,终端设备还可以根据应用标识的个数,确定需要进行通信连接的应用服务器的个数。由于不同的应用标识,其对应的应用服务器可能相同,例如腾讯与QQ两个应用由于部分数据是互通的,因此可能通过同一个应用服务器存储上述两个应用的数据。
在S202中,调用与所述个数数量相同的子线程,配置各个所述子线程的工作模式为异步并行下载模式。
在本实施例中,终端设备主线程下控制了多条子线程,不同的子线程用于执行不同的进程服务,因此,终端设备可通过配置不同的子线程,同时执行多个进程,实现并行处理多个事件的目的。
在本实施例中,终端设备在确定了应用标识所对应的个数后,将调用与该个数数量相同的子线程,每个子线程用于与一个应用服务器连接,并获取该应用服务器的目标数据,并将该子线程的工作模式设置为异步并行下载模式,以便可以同时从多个应用服务器中下载对应的目标数据。
可选地,在本实施例中,若当前空闲的子线程的数量小于上述应用标识的个数数量,则终端设备检测当前开启的子线程的数量是否大于预设的线程阈值,若不是,则根据应用标识的个数与空闲线程的数量之间的差值,确定所需创建的线程数量,并创建对应数量的线程;反之,若当前开启的子线程的数量大于预设的线程阈值,则表示终端设备已经达到并行处理的最大上限了,因此利用空闲的子线程,先下载部分应用标识对应的目标数据,若存在空闲的线程,则依次下载剩余未被分配的应用标识对应的目标数据。
在S203中,通过各个所述子线程分配的虚拟通信端口,分别与各个所述应用标识对应的应用服务器建立通信连接,并获取所述各个字段的属性信息对应的目标数据。
在本实施例中,由于子线程需要与应用服务器进行通信连接,则需要有一个对应的通信端口号,因此终端设备将为每个子线程配置一个虚拟通信端口,以便该子线程可以与各个应用标识对应的应用服务器建立通信连接。
在本实施例中,各个子线程通过读取数据列表模板中各个字段的属性信息,确定所需要采集的目标数据,并查询应用服务器记载的数据,提取与字段匹配的目标数据,下载至终端设备。
在本申请实施例中,通过子线程实现异步并行下载操作,从而提高了目标数据的下载效率,可以同时从多个应用服务器取回对应的目标数据,生成数据列表。
图3了本申请第三实施例提供的一种数据列表的上传方法S102的具体实现流程图。参见图3所示,相对于图1所述实施例,本实施例提供的一种数据列表的上传方法中 S102包括S301以及S302,具体详述如下:
进一步地,所述上传触发条件包括:上传触发周期以及上传触发数据量;
所述若满足所述上传触发条件,则提取所述列表模板标识对应的数据列表模板,确定所述数据列表模板中各个字段的属性信息,包括:
在S301中,若当前时刻到达所述上传触发周期,则获取所述应用标识对应的应用服务器中存储器包含的第一数据量。
在本实施例中,终端设备实施监测当前时刻是否到达上传参数中记载的上传触发周期,若未到达该上传触发周期,则继续进行等待,可选地,终端设备将关闭除时间监测功能外的其他功能,即进行待机状态,以减少等待时刻的资源消耗;若监测到当前时刻到达该上传触发周期,则获取应用标识对应的应用服务器在当前时刻存储器已存储的数据量,即为上述的第一数据量。
具体地,在本实施例中,获取应用标识对应的应用服务器在当前时刻已存储的数据量的方法可以为:终端设备向应用服务器发送一个存储状态查询请求,应用服务器在接收到该存储状态查询请求后,将读取其存储模块的占用情况,并将该占用情况生成一个存储状态查询结果,返回给终端设备,其中该存储状态查询结果中包含第一数据量。
在S302中,若所述第一数据量与上一周期获取时刻所述应用服务器中存储器包含的第二数据量之差大于所述上传触发数据量,则提取所述列表模板标识对应的数据列表模板,确定所述数据列表模板中各个字段的属性信息。
在本实施例中,由于终端设备每经过一次上传触发周期,则记录一次应用服务器已存储的数据量,为了确定在本次上传触发周期内,应用服务器的数据量变化是否满足上传触发条件,因此需要通过本次周期获取的第一数据量与上一周期应用服务器已存储的第二数据量,确定两者之间数据量的差值,并将该差值与上传触发数据量进行比较。
在本实施例中,若该差值小于上传触发数据量,则表示数据的增量较少,由于创建一个新的数据列表,该列表的框架本身需要占用一定的存储空间,因此若存储的数据较小,则会降低该数据列表的存储效率,因而该情况下,终端设备将不执行数据列表的上传操作;反之,若该差值大于上传触发数据量,则表示该应用服务器在本次上传触发周期内所产生的数据量较大,需要进行记录,因此,将执行提取所述列表模板标识对应的数据列表模板,确定所述数据列表模板中各个字段的属性信息的操作。
在本申请实施例中,终端设备通过时机触发以及数据量触发结合的方式作为上传触发条件,从而避免了不必要的数据列表上传操作,提高了上传操作的有效率,避免重复上传、无效上传的情况发生。
图4了本申请第四实施例提供的一种数据列表的上传方法的具体实现流程图。参见图4所示,相对于图1至图3所述实施例,本实施例提供的一种数据列表的上传方法中在所述接收上传参数之前,还包括:S401以及S402,具体详述如下:
进一步地,在所述接收上传参数之前,还包括:
在S401中,接收所需创建的数据列表模板。
在本实施例中,用户除了可利用终端设备中已有的数据列表模板外,还可以根据实际的分析需求,自定义所需的数据列表模板。在该情况下,用户将发送一个所需创建的数据列表模板给到终端设备。其中,发送的方式与S101的中的描述相似,可通过终端设备的交互模块直接输入,也可以通过本地用户终端生成完毕后,通过客户端返回给终端设备。
在本实施例中,用户根据实际需求,确定所需采集的字段的个数,以及各个字段的属性信息,基于上述两个参数生成一个列表模板,并将该列表模板封装于列表模板创建指令内,以便终端设备根据该列表模板生成与之对应的数据列表模板。
可选地,在本实施例中,终端设备在响应用户的列表模板创建请求之前,需要对用户的创建权限进行识别,若该用户具备列表模板的创建权限,则执行S401的相关操作;反之,若该用户不具备列表模板的创建权限,则拒绝响应该列表模板创建指令。具体地,用户账户中记录有权限信息,限定了该用户可执行的操作范围,终端设备通过读取该用户账户中的权限信息,实现权限判定。
在S402中,若所述列表模板库中不存在所述所需创建的数据列表模板,则生成所述所需创建的数据列表模板对应的列表标识,并将所述所需创建的数据列表模板存储于所述列表模板库中。
在本实施例中,终端设备在接收到所需创建的数据列表模板后,将该数据列表模板与列表模板库中各个数据列表模板进行匹配,确定该列表模板是否已经存储在列表模板库内,若已经存在,则执行S404的相关操作;反之,若该列表模板并未记载于列表模板库中,则执行S402的相关操作。
在本实施例中,存在与否的判定条件具体为:将该创建的列表模板中各个字段的属性信息与列表模板库中各个数据列表模板包含的字段的属性信息进行比对,若创建的列表模板中的各个字段属性信息能够与某一个数据列表模板各个字段的属性信息均一致,则表示两个列表模板属于相同的列表模板,则表示列表模板库中存在所需创建的列表模板。
在本实施例中,终端设备若确定列表模板库中任一数据列表模板均与用户创建的列表模板不匹配,则表示用户本次创建的列表模板并未记录与列表模板库中,因此将为该用户创建的列表模板分配一个列表模板标识,并建立列表模板标识与列表模板之间的对应关系,以及将该列表模板存储在列表模板库内,实现扩展列表模板库中模板数量的目的。
在S403中,向发送所述所需创建的数据列表模板的终端返回创建成功信息;所述创建成功信息中携带有所述所需创建的数据列表模板对应的列表模板标识。
在本实施例中,终端设备在存储完毕后,将向发送列表模板创建指令的终端返回一个创建成功信息,以便告知用户本次创建操作已经完成,在后续制定上传参数时,可制定该数据列表模板。并且,该创建成功信息中还携带有该创建成功后,列表模板所对应的列表模板标识。
在本实施例中,终端设备确定了用户所需创建的列表模板已经存储与数据库列表模板内,则无需进行创建操作,而用户发送创建信息的原因很大可能是因为无法获取该与创建的列表模板一致的数据列表模板的列表模板标识,因此才重新进行创建。因此,终端设备将与所述列表模板匹配的数据列表模板对应的列表模板标识,返回至发送所述列表模板创建指令的终端,以便用户可以根据该列表模板标识,制定对应的上传参数。
在本申请实施例中,可以将并未存储的数据列表模板存储与列表模板库中,从而增加了用户可调用的列表模板的数量,方便用户制定相应的数据列表的上传策略。
进一步地,作为本申请的另一实施例,在所述接收所需创建的数据列表模板之后,还包括S403~S404。
在S404中,若列表模板库中存在与所述所需创建的数据列表模板,则将所述所需创建的数据列表模板对应的列表模板标识返回至发送所述列表模板创建指令的终端。
在本申请实施例中,用户可根据自己的需求定义数据列表模板,提高了用户的可操作性,并且对于相同的数据列表模板,终端设备不会重复存储,提高了终端设备的存储效率。
由于S405~S409与图1实施例所示的S101~S105的实现方式完全相同,具体阐述可参见S101~S105的相关描述,在此不再赘述。
图5示出了本申请一实施例提供的一种数据列表的上传终端的结构框图,该数据列表的上传终端包括的各单元用于执行图1对应的实施例中的各步骤。具体请参阅图1与图1所对应的实施例中的相关描述。为了便于说明,仅示出了与本实施例相关的部分。
参见图5,所述数据列表的上传终端包括:
上传参数接收单元51,用于接收上传参数;所述上传参数包括:上传触发条件、列表模板标识以及至少一个应用标识;
数据列表模板读取单元52,用于若满足所述上传触发条件,则提取所述列表模板标识对应的数据列表模板,确定所述数据列表模板中各个字段的属性信息;
目标数据获取单元53,用于从所述应用标识对应的应用服务器中获取与所述各个字段匹配的目标数据;
目标数据列表生成单元54,用于将所述目标数据导入所述数据列表模板,生成目标数据列表;
数据分析报告生成单元55,用于上传所述目标数据列表至数据库服务器,以使所述数据库服务器根据各个数据列表的上传终端上传的目标数据列表,生成数据分析报告。
可选地,所述上传参数包含两个以上应用标识,所述上传参数还包括目标数据采集模式,所述目标数据采集模式包括并行采集模式;
所述目标数据获取单元53,包括:
应用标识个数确定单元,用于确定所述上传参数中应用标识的个数;
并行下载设置单元,用于调用与所述个数数量相同的子线程,配置各个所述子线程的工作模式为异步并行下载模式;
并行下载执行单元,用于通过各个所述子线程分配的虚拟通信端口,分别与各个所述应用标识对应的应用服务器建立通信连接,并获取所述各个字段的属性信息对应的目标数据。
可选地,所述上传触发条件包括:上传触发周期以及上传触发数据量;
所述数据列表模板读取单元52,包括:
第一数据量获取单元,用于若当前时刻到达所述上传触发周期,则获取所述应用标识对应的应用服务器中存储器包含的第一数据量;
上传触发判定个单元,用于若所述第一数据量与上一周期获取时刻所述应用服务器中存储器包含的第二数据量之差大于所述上传触发数据量,则提取所述列表模板标识对应的数据列表模板,确定所述数据列表模板中各个字段的属性信息。
可选地,所述数据列表的上传终端还包括:
列表模板创建单元,用于接收所需创建的数据列表模板;
列表模板创建成功单元,用于若所述列表模板库中不存在所述所需创建的数据列表模板,则生成所述所需创建的数据列表模板对应的列表标识,并将所述所需创建的数据列表模板存储于所述列表模板库中;
创建成功信息发送单元,用于向发送所述所需创建的数据列表模板的终端返回创建成功信息;所述创建成功信息中携带有所述所需创建的数据列表模板对应的列表模板标识。
可选地,所述数据列表的上传终端还包括:
列表模板创建失败单元,用于若列表模板库中存在与所述所需创建的数据列表模板,则将所述所需创建的数据列表模板对应的列表模板标识返回至发送所述列表模板创建指令的终端。
因此,本申请实施例提供的数据列表的上传终端同样只需配置对应的参数,例如上传触发条件、所需生成的列表模板的标识以及所关注的应用对应的应用标识,终端设备即可根据上述参数,自动执行对应的上传策略,并且对于所有应用、网络平台而言,用户所需设置的部分均是相同的,从而无需重新配置对应的独立程序,减少了数据采集的难度,而且导入目标数据列表的操作也是终端设备根据目标数据的属性信息,导入到与之匹配的字段内,也无需用户手动填入,也进一步提高了数据列表的上传效率。
图6是本申请另一实施例提供的一种终端设备的示意图。如图6所示,该实施例的终端设备6包括:处理器60、存储器61以及存储在所述存储器61中并可在所述处理器60上运行的计算机可读指令62,例如数据列表的上传程序。所述处理器60执行所述计算机可读指令62时实现上述各个数据列表的上传方法实施例中的步骤,例如图1所示的S101至S105。或者,所述处理器60执行所述计算机可读指令62时实现上述各装置实施例中各单元的功能,例如图5所示模块51至55功能。
示例性的,所述计算机可读指令62可以被分割成一个或多个单元,所述一个或者多个单元被存储在所述存储器61中,并由所述处理器60执行,以完成本申请。所述一个或多个单元可以是能够完成特定功能的一系列计算机可读指令指令段,该指令段用于描述所述计算机可读指令62在所述终端设备6中的执行过程。例如,所述计算机可读指令62可以被分割成上传参数接收单元、数据列表模板读取单元、目标数据获取单元、目标数据列表生成单元以及数据分析报告生成单元,各单元具体功能如上所述。
所述终端设备6可以是桌上型计算机、笔记本、掌上电脑及云端服务器等计算设备。所述终端设备可包括,但不仅限于,处理器60、存储器61。本领域技术人员可以理解,图6仅仅是终端设备6的示例,并不构成对终端设备6的限定,可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件,例如所述终端设备还可以包括输入输出设备、网络接入设备、总线等。
所称处理器60可以是中央处理单元(Central Processing Unit,CPU),还可以是其他通用处理器、数字信号处理器 (Digital Signal Processor,DSP)、专用集成电路 (Application Specific Integrated Circuit,ASIC)、现成可编程门阵列(Field-Programmable Gate Array,FPGA) 或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。
所述存储器61可以是所述终端设备6的内部存储单元,例如终端设备6的硬盘或内存。所述存储器61也可以是所述终端设备6的外部存储设备,例如所述终端设备6上配备的插接式硬盘,智能存储卡(Smart Media Card, SMC),安全数字(Secure Digital, SD)卡,闪存卡(Flash Card)等。进一步地,所述存储器61还可以既包括所述终端设备6的内部存储单元也包括外部存储设备。所述存储器61用于存储所述计算机可读指令以及所述终端设备所需的其他程序和数据。所述存储器61还可以用于暂时地存储已经输出或者将要输出的数据。
以上所述实施例仅用以说明本申请的技术方案,而非对其限制;尽管参照前述实施例对本申请进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本申请各实施例技术方案的精神和范围,均应包含在本申请的保护范围之内。

Claims (20)

  1. 一种数据列表的上传方法,其特征在于,包括:
    接收上传参数;所述上传参数包括:上传触发条件、列表模板标识以及至少一个应用标识;
    若满足所述上传触发条件,则提取所述列表模板标识对应的数据列表模板,确定所述数据列表模板中各个字段的属性信息;
    从所述应用标识对应的应用服务器中获取与所述各个字段匹配的目标数据;
    将所述目标数据导入所述数据列表模板,生成目标数据列表;
    上传所述目标数据列表至数据库服务器,以使所述数据库服务器根据各个数据列表的上传终端上传的目标数据列表,生成数据分析报告。
  2. 根据权利要求1所述的上传方法,其特征在于,所述上传参数包含两个以上应用标识,所述上传参数还包括目标数据采集模式,所述目标数据采集模式包括并行采集模式;
    所述从所述应用标识对应的应用服务器中取回所述各个字段的属性信息对应的目标数据,包括:
    确定所述上传参数中应用标识的个数;
    调用与所述个数数量相同的子线程,配置各个所述子线程的工作模式为异步并行下载模式;
    通过各个所述子线程分配的虚拟通信端口,分别与各个所述应用标识对应的应用服务器建立通信连接,并获取所述各个字段的属性信息对应的目标数据。
  3. 根据权利要求1所述的上传方法,其特征在于,所述上传触发条件包括:上传触发周期以及上传触发数据量;
    所述若满足所述上传触发条件,则提取所述列表模板标识对应的数据列表模板,确定所述数据列表模板中各个字段的属性信息,包括:
    若当前时刻到达所述上传触发周期,则获取所述应用标识对应的应用服务器中存储器包含的第一数据量;
    若所述第一数据量与上一周期获取时刻所述应用服务器中存储器包含的第二数据量之差大于所述上传触发数据量,则提取所述列表模板标识对应的数据列表模板,确定所述数据列表模板中各个字段的属性信息。
  4. 根据权利要求1-3任一项所述的上传方法,其特征在于,在所述接收上传参数之前,还包括:
    接收所需创建的数据列表模板;
    若所述列表模板库中不存在所述所需创建的数据列表模板,则生成所述所需创建的数据列表模板对应的列表标识,并将所述所需创建的数据列表模板存储于所述列表模板库中;
    向发送所述所需创建的数据列表模板的终端返回创建成功信息;所述创建成功信息中携带有所述所需创建的数据列表模板对应的列表模板标识。
  5. 根据权利要求4所述的上传方法,其特征在于,在所述接收所需创建的数据列表模板之后,还包括:
    若列表模板库中存在与所述所需创建的数据列表模板,则将所述所需创建的数据列表模板对应的列表模板标识返回至发送所述列表模板创建指令的终端。
  6. 一种数据列表的上传终端,其特征在于,包括:
    上传参数接收单元,用于接收上传参数;所述上传参数包括:上传触发条件、列表模板标识以及至少一个应用标识;
    数据列表模板读取单元,用于若满足所述上传触发条件,则提取所述列表模板标识对应的数据列表模板,确定所述数据列表模板中各个字段的属性信息;
    目标数据获取单元,用于从所述应用标识对应的应用服务器中获取与所述各个字段匹配的目标数据;
    目标数据列表生成单元,用于将所述目标数据导入所述数据列表模板,生成目标数据列表;
    数据分析报告生成单元,用于上传所述目标数据列表至数据库服务器,以使所述数据库服务器根据各个数据列表的上传终端上传的目标数据列表,生成数据分析报告。
  7. 根据权利要求6所述的上传终端,其特征在于,所述上传参数包含两个以上应用标识,所述上传参数还包括目标数据采集模式,所述目标数据采集模式包括并行采集模式;
    所述目标数据获取单元,包括:
    应用标识个数确定单元,用于确定所述上传参数中应用标识的个数;
    并行下载设置单元,用于调用与所述个数数量相同的子线程,配置各个所述子线程的工作模式为异步并行下载模式;
    并行下载执行单元,用于通过各个所述子线程分配的虚拟通信端口,分别与各个所述应用标识对应的应用服务器建立通信连接,并获取所述各个字段的属性信息对应的目标数据。
  8. 根据权利要求6所述的上传终端,其特征在于,所述上传触发条件包括:上传触发周期以及上传触发数据量;
    所述数据列表模板读取单元,包括:
    第一数据量获取单元,用于若当前时刻到达所述上传触发周期,则获取所述应用标识对应的应用服务器中存储器包含的第一数据量;
    上传触发判定个单元,用于若所述第一数据量与上一周期获取时刻所述应用服务器中存储器包含的第二数据量之差大于所述上传触发数据量,则提取所述列表模板标识对应的数据列表模板,确定所述数据列表模板中各个字段的属性信息。
  9. 根据权利要求6-8任一项所述的上传终端,其特征在于,所述数据列表的上传终端还包括:
    列表模板创建单元,用于接收所需创建的数据列表模板;
    列表模板创建成功单元,用于若所述列表模板库中不存在所述所需创建的数据列表模板,则生成所述所需创建的数据列表模板对应的列表标识,并将所述所需创建的数据列表模板存储于所述列表模板库中;
    创建成功信息发送单元,用于向发送所述所需创建的数据列表模板的终端返回创建成功信息;所述创建成功信息中携带有所述所需创建的数据列表模板对应的列表模板标识。
  10. 根据权利要求9所述的上传终端,其特征在于,所述数据列表的上传终端还包括:
    列表模板创建失败单元,用于若列表模板库中存在与所述所需创建的数据列表模板,则将所述所需创建的数据列表模板对应的列表模板标识返回至发送所述列表模板创建指令的终端。
  11. 一种终端设备,其特征在于,所述终端设备包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,所述处理器执行所述计算机可读指令时实现如下步骤:
    接收上传参数;所述上传参数包括:上传触发条件、列表模板标识以及至少一个应用标识;
    若满足所述上传触发条件,则提取所述列表模板标识对应的数据列表模板,确定所述数据列表模板中各个字段的属性信息;
    从所述应用标识对应的应用服务器中获取与所述各个字段匹配的目标数据;
    将所述目标数据导入所述数据列表模板,生成目标数据列表;
    上传所述目标数据列表至数据库服务器,以使所述数据库服务器根据各个数据列表的上传终端上传的目标数据列表,生成数据分析报告。
  12. 根据权利要求11所述的终端设备,其特征在于,其特征在于,所述上传参数包含两个以上应用标识,所述上传参数还包括目标数据采集模式,所述目标数据采集模式包括并行采集模式;
    所述从所述应用标识对应的应用服务器中取回所述各个字段的属性信息对应的目标数据,包括:
    确定所述上传参数中应用标识的个数;
    调用与所述个数数量相同的子线程,配置各个所述子线程的工作模式为异步并行下载模式;
    通过各个所述子线程分配的虚拟通信端口,分别与各个所述应用标识对应的应用服务器建立通信连接,并获取所述各个字段的属性信息对应的目标数据。
  13. 根据权利要求11所述的终端设备,其特征在于,所述上传触发条件包括:上传触发周期以及上传触发数据量;
    所述若满足所述上传触发条件,则提取所述列表模板标识对应的数据列表模板,确定所述数据列表模板中各个字段的属性信息,包括:
    若当前时刻到达所述上传触发周期,则获取所述应用标识对应的应用服务器中存储器包含的第一数据量;
    若所述第一数据量与上一周期获取时刻所述应用服务器中存储器包含的第二数据量之差大于所述上传触发数据量,则提取所述列表模板标识对应的数据列表模板,确定所述数据列表模板中各个字段的属性信息。
  14. 根据权利要求11-13任一项所述的终端设备,其特征在于,在所述接收关于待上传的目标数据列表的上传参数之前,所述处理器执行所述计算机可读指令时还实现如下步骤:
    接收所需创建的数据列表模板;
    若所述列表模板库中不存在所述所需创建的数据列表模板,则生成所述所需创建的数据列表模板对应的列表标识,并将所述所需创建的数据列表模板存储于所述列表模板库中;
    向发送所述所需创建的数据列表模板的终端返回创建成功信息;所述创建成功信息中携带有所述所需创建的数据列表模板对应的列表模板标识。
  15. 根据权利要求14所述的终端设备,其特征在于,在所述接收所需创建的数据列表模板之后,还包括:
    若列表模板库中存在与所述所需创建的数据列表模板,则将所述所需创建的数据列表模板对应的列表模板标识返回至发送所述列表模板创建指令的终端。
  16. 一种计算机可读存储介质,所述计算机可读存储介质存储有计算机可读指令,其特征在于,所述计算机可读指令被处理器执行时实现如下步骤:
    接收上传参数;所述上传参数包括:上传触发条件、列表模板标识以及至少一个应用标识;
    若满足所述上传触发条件,则提取所述列表模板标识对应的数据列表模板,确定所述数据列表模板中各个字段的属性信息;
    从所述应用标识对应的应用服务器中获取与所述各个字段匹配的目标数据;
    将所述目标数据导入所述数据列表模板,生成目标数据列表;
    上传所述目标数据列表至数据库服务器,以使所述数据库服务器根据各个数据列表的上传终端上传的目标数据列表,生成数据分析报告。
  17. 根据权利要求16所述的计算机可读存储介质,其特征在于,所述上传参数包含两个以上应用标识,所述上传参数还包括目标数据采集模式,所述目标数据采集模式包括并行采集模式;
    所述从所述应用标识对应的应用服务器中取回所述各个字段的属性信息对应的目标数据,包括:
    确定所述上传参数中应用标识的个数;
    调用与所述个数数量相同的子线程,配置各个所述子线程的工作模式为异步并行下载模式;
    通过各个所述子线程分配的虚拟通信端口,分别与各个所述应用标识对应的应用服务器建立通信连接,并获取所述各个字段的属性信息对应的目标数据。
  18. 根据权利要求16所述的计算机可读存储介质,其特征在于,所述上传触发条件包括:上传触发周期以及上传触发数据量;
    所述若满足所述上传触发条件,则提取所述列表模板标识对应的数据列表模板,确定所述数据列表模板中各个字段的属性信息,包括:
    若当前时刻到达所述上传触发周期,则获取所述应用标识对应的应用服务器中存储器包含的第一数据量;
    若所述第一数据量与上一周期获取时刻所述应用服务器中存储器包含的第二数据量之差大于所述上传触发数据量,则提取所述列表模板标识对应的数据列表模板,确定所述数据列表模板中各个字段的属性信息。
  19. 根据权利要求16-18任一项所述的计算机可读存储介质,其特征在于,在所述接收上传参数之前,还包括:
    接收所需创建的数据列表模板;
    若所述列表模板库中不存在所述所需创建的数据列表模板,则生成所述所需创建的数据列表模板对应的列表标识,并将所述所需创建的数据列表模板存储于所述列表模板库中;
    向发送所述所需创建的数据列表模板的终端返回创建成功信息;所述创建成功信息中携带有所述所需创建的数据列表模板对应的列表模板标识。
  20. 根据权利要求19所述的计算机可读存储介质,其特征在于,在所述接收所需创建的数据列表模板之后,还包括:
    若列表模板库中存在与所述所需创建的数据列表模板,则将所述所需创建的数据列表模板对应的列表模板标识返回至发送所述列表模板创建指令的终端。
PCT/CN2018/074871 2017-12-08 2018-01-31 一种数据列表的上传方法及其终端 WO2019109518A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201711294741.5A CN108062367B (zh) 2017-12-08 2017-12-08 一种数据列表的上传方法及其终端
CN201711294741.5 2017-12-08

Publications (1)

Publication Number Publication Date
WO2019109518A1 true WO2019109518A1 (zh) 2019-06-13

Family

ID=62136237

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/074871 WO2019109518A1 (zh) 2017-12-08 2018-01-31 一种数据列表的上传方法及其终端

Country Status (2)

Country Link
CN (1) CN108062367B (zh)
WO (1) WO2019109518A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110580334A (zh) * 2019-09-11 2019-12-17 北京明略软件系统有限公司 目标表模板的上传方法及装置、存储介质、电子装置

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110661762B (zh) * 2018-06-29 2022-04-15 中兴通讯股份有限公司 一种交叉信息传输方法、装置和计算机存储介质
CN109063178B (zh) * 2018-08-22 2019-12-24 四川新网银行股份有限公司 一种自动扩展的自助分析报表的方法及装置
CN109271363B (zh) * 2018-09-17 2023-05-26 平安科技(深圳)有限公司 一种文件存储的方法及设备
CN109408535B (zh) * 2018-09-28 2024-04-09 中国平安财产保险股份有限公司 大数据量匹配方法、装置、计算机设备及存储介质
CN109480817A (zh) * 2018-10-30 2019-03-19 深圳市心流科技有限公司 进食方案生成方法、装置、终端及可读存储介质
CN109783426A (zh) * 2018-12-14 2019-05-21 深圳壹账通智能科技有限公司 采集数据的方法、装置、计算机设备及存储介质
CN110413279B (zh) * 2019-07-05 2023-11-03 中国平安财产保险股份有限公司 数据加载方法和装置
CN110502515B (zh) * 2019-08-15 2023-06-20 中国平安财产保险股份有限公司 数据采集方法、装置、设备及计算机可读存储介质
CN110765750B (zh) * 2019-09-16 2024-03-15 平安科技(深圳)有限公司 报表数据录入方法及终端设备
CN112231444A (zh) * 2020-03-31 2021-01-15 北京来也网络科技有限公司 结合rpa和ai的语料数据的处理方法、装置和电子设备
CN111988401A (zh) * 2020-08-20 2020-11-24 支付宝(杭州)信息技术有限公司 数据上传方法及装置
CN112015870B (zh) * 2020-09-14 2024-06-07 支付宝(杭州)信息技术有限公司 数据上传方法及装置
CN113553305B (zh) * 2021-07-30 2024-07-30 国网数字科技控股有限公司 一种工业互联网标识处理方法及装置
CN114385954A (zh) * 2022-01-14 2022-04-22 北京字节跳动网络技术有限公司 一种信息预测方法、装置、计算机设备和存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102541541A (zh) * 2011-12-15 2012-07-04 大唐软件技术股份有限公司 界面生成方法和装置
US8549030B2 (en) * 2010-05-26 2013-10-01 General Electric Company Methods and apparatus to enhance queries in an affinity domain
CN103995908A (zh) * 2014-06-17 2014-08-20 山东中创软件工程股份有限公司 一种数据导入方法及装置
CN105550325A (zh) * 2015-12-16 2016-05-04 北京奇虎科技有限公司 一种数据管理方法和装置
CN106209936A (zh) * 2015-05-04 2016-12-07 北大方正集团有限公司 第三方系统数据获取方法和装置

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7730129B2 (en) * 2004-10-20 2010-06-01 Inbit, Inc. Collaborative communication platforms
CN105373293A (zh) * 2015-12-15 2016-03-02 北京奇虎科技有限公司 一种数据采集方法和装置

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8549030B2 (en) * 2010-05-26 2013-10-01 General Electric Company Methods and apparatus to enhance queries in an affinity domain
CN102541541A (zh) * 2011-12-15 2012-07-04 大唐软件技术股份有限公司 界面生成方法和装置
CN103995908A (zh) * 2014-06-17 2014-08-20 山东中创软件工程股份有限公司 一种数据导入方法及装置
CN106209936A (zh) * 2015-05-04 2016-12-07 北大方正集团有限公司 第三方系统数据获取方法和装置
CN105550325A (zh) * 2015-12-16 2016-05-04 北京奇虎科技有限公司 一种数据管理方法和装置

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110580334A (zh) * 2019-09-11 2019-12-17 北京明略软件系统有限公司 目标表模板的上传方法及装置、存储介质、电子装置

Also Published As

Publication number Publication date
CN108062367A (zh) 2018-05-22
CN108062367B (zh) 2020-07-17

Similar Documents

Publication Publication Date Title
WO2019109518A1 (zh) 一种数据列表的上传方法及其终端
CN110908879B (zh) 埋点数据的上报方法、装置、终端和存储介质
CN111767143B (zh) 交易数据处理方法、装置、设备及系统
EP3657358A1 (en) Method, device and system for persistent data processing, and readable storage medium
WO2019019769A1 (zh) 业务功能实现的方法、装置、计算机设备及存储介质
WO2021169268A1 (zh) 数据处理方法、装置、设备和存储介质
WO2019051948A1 (zh) 监控数据的处理方法、设备、服务器及存储介质
WO2019228034A1 (zh) 一种数据同步方法及装置
WO2021169275A1 (zh) Sdn 网络设备访问方法、装置、计算机设备及存储介质
CN112434043B (zh) 一种数据同步方法、装置、电子设备及介质
CN109857723B (zh) 基于可扩容数据库集群的动态数据迁移方法及相关设备
CN111800462A (zh) 微服务实例处理方法、装置、计算机设备及存储介质
CN112559525B (zh) 数据检查系统、方法、装置和服务器
CN112799925A (zh) 数据采集方法、装置、电子设备和可读存储介质
CN110928681A (zh) 数据的处理方法和装置、存储介质及电子装置
CN114064712A (zh) 数据访问方法、装置、电子设备及计算机可读存储介质
CN112671878B (zh) 一种区块链的信息订阅方法、装置、服务器和存储介质
CN111125226B (zh) 一种配置数据采集方法及装置
CN110321356B (zh) 数据更新方法及系统、计算机装置及可读存储介质
CN114157662B (zh) 一种云平台参数适配方法、装置、终端设备及储存介质
CN116594834A (zh) 一种用于多协议服务器的运维数据处理方法及装置
US20240195860A1 (en) Sample message processing method and apparatus
CN113515425A (zh) 数据动态上报的方法和装置
CN114116866A (zh) 一种数据获取方法、装置、终端设备及存储介质
CN113764110A (zh) 数据处理方法、装置、电子设备及存储介质

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 15.10.2020)

122 Ep: pct application non-entry in european phase

Ref document number: 18885827

Country of ref document: EP

Kind code of ref document: A1