WO2019062019A1 - Procédé d'exportation de liste de données et terminal utilisant ce procédé - Google Patents
Procédé d'exportation de liste de données et terminal utilisant ce procédé Download PDFInfo
- Publication number
- WO2019062019A1 WO2019062019A1 PCT/CN2018/077662 CN2018077662W WO2019062019A1 WO 2019062019 A1 WO2019062019 A1 WO 2019062019A1 CN 2018077662 W CN2018077662 W CN 2018077662W WO 2019062019 A1 WO2019062019 A1 WO 2019062019A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- data
- export
- user terminal
- query result
- sub
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/25—Integrating or interfacing systems involving database management systems
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2458—Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
Definitions
- the present application belongs to the field of data processing technologies, and in particular, to a method for deriving a data list and a terminal thereof.
- the embodiment of the present application provides a method for deriving a data list and a terminal thereof, so as to solve the existing data exporting technology, all the exported data are encapsulated in a data list for export, and the number of data rows of the data list often occurs. If the maximum number of rows is exceeded, and the export fails, the failure rate of data export is high, which reduces the problem of data export efficiency.
- a first aspect of the embodiment of the present application provides a method for deriving a data list, where the method for deriving the data list includes:
- all the data to be exported are split into multiple data sub-lists for export, so that the number of rows actually included in each data sub-list will not exceed the maximum capacity of the file.
- the number of rows is avoided to avoid the failure of the export due to the excessive amount of data, which improves the success rate of the data export process.
- the improvement of the data export success rate the number of times the user repeatedly performs the export operation is also reduced, and the efficiency of data list export is also improved.
- FIG. 1 is a flowchart of implementing a method for deriving a data list according to a first embodiment of the present application
- FIG. 2 is a specific implementation flowchart of a method for deriving a data list according to a second embodiment of the present application
- FIG. 3 is a flowchart of implementing a method for deriving a data list S101 according to a third embodiment of the present application;
- FIG. 4 is a flowchart of implementing a method for deriving a data list S104 according to a fourth embodiment of the present application;
- FIG. 5 is a flowchart of implementing a method for deriving a data list S104 according to a fifth embodiment of the present application
- FIG. 6 is a structural block diagram of a data terminal deriving terminal according to an embodiment of the present application.
- FIG. 7 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 deriving a data list provided by a first embodiment of the present application, which is described in detail as follows:
- the data query result is displayed according to the data query request sent by the user terminal.
- the user generates a data query request through the local user terminal, and then connects to the terminal device provided in this embodiment through the communication network, and sends a data query request to the terminal device.
- the user can input the keyword of the required query through the data service query interface of the user terminal, and after determining the keywords of all the queries, click the corresponding query confirmation button in the query interface, and the user terminal according to the user in the query interface.
- the selection content and the input content, the data query request is generated, and is sent to the device corresponding to the destination address indicated by the query interface, that is, the terminal device provided in this embodiment, thereby completing the sending operation of the data query request.
- the user can open the corresponding data service query interface through the APP or the client and other related application programs to complete the data query operation, in addition to opening the webpage page corresponding to the data service query interface through the browser provided in the user terminal.
- the terminal device after receiving the data query request sent by the user terminal, the terminal device queries the data matching the keyword in the database according to the keyword included in the data query request, and uses the matched data as data. Query the query result corresponding to the request, and then display the query result.
- the terminal device can display all the query results in one page, so that the user can view all the query data by scrolling the page. Since the data content that can be displayed by one interface is limited, in this case, the terminal device only loads the first M query data results, wherein the M value is the number of maximum query data results that can be accommodated in one page interface, when the user slides When viewing the data below, the terminal device reloads the query data result of the corresponding location, thereby avoiding the waiting time for the first display being too long.
- the terminal device can display the query result by paging, divide the query result into multiple pages, and set the corresponding number. The user terminal controls the display interface to display the corresponding query result display page by sending the corresponding number.
- a data export instruction that is returned by the user terminal according to the data query result is received, and data to be exported corresponding to the data export instruction is determined from the data query result.
- the user terminal may select data to be exported in the query result. For example, the user can select the data to be exported by checking the manner. If the query result is displayed by paging, the corresponding data page can be selected to indicate that all the query data in the data page is exported. Of course, the user can also export all the query results, and select all the options by clicking the all-select button or the all-export button. After confirming the data that the user needs to export, the user terminal generates a data export instruction corresponding thereto and returns it to the terminal device.
- the terminal device after receiving the data export instruction returned by the user terminal, extracts the data identifier included in the data export instruction, and determines the data that the user needs to export according to the data identifier, and extracts the query result. , get the data to be exported.
- data matching the maximum number of rows of the preset file is extracted from the data to be exported, and at least one data sub-list is generated according to the data extracted each time.
- the user terminal pre-sets the maximum number of lines of the file, and the maximum number of lines of the file is specifically used to display the maximum number of lines included in a data sub-list, so as to avoid the number of data rows included in the data sub-list being too large.
- the sending of an export exception occurred.
- the matching with the maximum number of lines of the preset file is specifically: the number of extracted lines is less than or equal to the maximum number of lines of the file.
- the terminal device determines the data to be exported according to the data exporting instruction
- the data of the corresponding row number is sequentially extracted from the data to be exported according to the maximum number of rows of the preset file, and a data sub-list is generated, if not extracted, If the number of rows of the exported data is less than the maximum number of rows of the file, the last data sub-list is generated from the un-exported data to be extracted, and the operation of S104 is performed.
- the maximum number of lines of the preset file can be set by default by the terminal device, and the default value is the maximum number of lines that the data sub-list can actually accommodate.
- the data sub-list is sent to the user terminal.
- the terminal device after the terminal device generates at least one data sub-list according to the data export instruction of the user, all the data sub-lists are sent to the user terminal to implement the purpose of exporting the page in response to the user's data.
- the terminal device may send the data sub-list to the user terminal immediately after each data sub-list is generated, or after all the data sub-lists are generated, the terminal device aggregates all the data sub-lists and uniformly sends them to the user terminal.
- the terminal device determines whether the data to be exported includes unexported data through a preset data leak detection algorithm, and if so, determines the last generated data sub-list. Whether the number of rows is less than the maximum number of rows in the file. If less, the data to be exported is added to the last generated data sublist; if equal, an independent data sublist is generated.
- the method for deriving a data list receives the data query request of the user and displays the data query result required by the user, so that the user can select the data to be exported from the data query result.
- the export terminal of the data list After receiving the data export instruction of the user, extracts only the data matching the maximum number of rows of the preset file at a time, and generates a data sub-list, and then takes all the generated data sub-lists as The result of the export is returned to the user terminal.
- the method for deriving the data list does not encapsulate all the data to be exported in one data list, but according to the maximum number of rows of the preset file,
- the data to be exported is split into multiple data sub-lists for export, so that the number of rows actually included in each data sub-list will not exceed the maximum number of rows that can be accommodated by the file, so as to avoid the situation that the export fails due to excessive data volume. Occurs, improving the success rate of the data export process.
- the improvement of the data export success rate the number of times the user repeatedly performs the export operation is also reduced, and the efficiency of data list export is also improved.
- FIG. 2 is a flowchart showing a specific implementation of a method for deriving a data list according to a second embodiment of the present application.
- a method for deriving a data list provided by this embodiment includes the following steps, which are detailed as follows:
- the data query result is displayed according to the data query request sent by the user terminal.
- the determining, by the data query result, the data to be exported corresponding to the data exporting instruction includes:
- the terminal device and the user terminal perform information exchange through the established communication connection, for example, the terminal device receives the data query request initiated by the user terminal, and the user terminal receives the query result returned by the terminal device, etc., therefore, the two In the process of data interaction, the corresponding port number is inevitably occupied to establish a communication connection, and data communication is performed through the communication connection.
- the terminal device after receiving the data export instruction sent by the user terminal, the terminal device disconnects the communication connection with the user terminal, and adjusts the corresponding port number from the occupied state to the idle state, and executes the slave
- the operation of determining the data to be exported corresponding to the data export instruction is determined in the data query result. Since the time of the data export process is generally long, and there is no data interaction between the terminal device and the user terminal during the export process, the data is waiting for the result. Therefore, the relevant communication resources can be released at this time to reduce the network resources. Occupy.
- data matching the maximum number of rows of the preset file is extracted from the data to be exported, and at least one data sub-list is generated according to the data extracted each time.
- the sending the data sub-list to the user terminal includes:
- a communication connection request is sent to the user terminal to establish a communication connection with the user terminal.
- the terminal device determines that all the data to be exported has been extracted, and the last data sub-list has been generated, it indicates that the export operation has been completed, and the relevant export result can be fed back to the user terminal. Therefore, a communication connection request is sent to the user terminal according to the network address of the user terminal, so that the user terminal establishes a communication link and feeds back the relevant derivation result.
- the user terminal after receiving the communication connection request sent by the terminal device, the user terminal returns a connection confirmation command to the terminal device, and after receiving the connection confirmation command returned by the user terminal, the terminal device determines that the communication connection has been established. , the related operations of S206 can be performed.
- a derivation result is generated according to the plurality of the data sub-lists, and the derivation result is sent to the user terminal.
- the terminal device may generate a plurality of data sub-lists in the process of exporting data, in this case, the plurality of data sub-lists are encapsulated in the same file to generate the above-mentioned derivation result.
- the terminal device after generating the derivation result, sends the derivation result to the user terminal through the communication channel established in S205 to complete the response of the derivation data service.
- the user terminal is configured to have a maximum waiting time.
- the user terminal sends a data export instruction, the user terminal starts to perform timing. If the waiting time is greater than the maximum waiting time, the communication connection is established with the terminal device, and the export progress is obtained. Instructions to confirm the current export progress.
- the communication connection with the user is disconnected, the communication resource is released, and the connection is established after the export operation is completed, and the corresponding export is returned to the same.
- the connection failure is prevented due to long-time connection, and the export result cannot be fed back to the user.
- the network resource is also released, and the process of waiting for a long time in the export process has less data interaction.
- the terminal device can respond to the service request of the other user terminal. Therefore, the time division multiplexing of the terminal device service can be fully implemented in the embodiment, the utilization rate of the terminal device is improved, and the occupancy rate of the exported operation resource is reduced.
- FIG. 3 is a flowchart showing a specific implementation of a method for deriving a data list S101 according to the third embodiment of the present application.
- a method S101 for processing customer feedback information provided by this embodiment includes S301 ⁇ S303, which is as follows:
- the terminal device After receiving the data query request of the user, the terminal device determines, according to the query keyword included in the data query request, a data query result that matches the query keyword in the database, and in this step, the terminal device The data obtained by the query is not extracted, but the data matching the query keyword is marked in the database.
- the terminal device After the terminal device completes the search in the entire database, the data query result is obtained, and all the data to be displayed that matches the query keyword in the database is determined. At this time, the terminal device will include the statistics included in the query result. The number of data, specifically, the number of rows included in the data list obtained by the query.
- the data query result is divided into a plurality of sub-data query results according to a preset maximum number of displays, and a display number is associated with each of the sub-data query results.
- the maximum number of displays is displayed in the terminal device, that is, the number of data or the number of list lines that can be displayed at one time in one page.
- the maximum number of displays can be set by the system default, or can be adjusted at any time by the user during the query process.
- the maximum number of displays is related to the resolution of the user terminal and the area of the display module, and the maximum number of data that can be accommodated in the same interface is determined according to the resolution of the user terminal and the area of the display module, as the maximum number of displays. .
- the terminal device divides the maximum number of displays and the number of data included in the data query result into multiple sub-data query results, wherein each sub-data query result includes the maximum number of data.
- the maximum number of displays are the maximum number of displays and the number of data included in the data query result into multiple sub-data query results, wherein each sub-data query result includes the maximum number of data. The maximum number of displays.
- the terminal device associates each sub-data query result with a display number, that is, a relationship in which the display number and the sub-data query result are in one-to-one correspondence. Specifically, the terminal device may sort the data in the data query result according to a preset sorting manner, and sequentially divide the data query result according to the maximum display number, and sequentially number them.
- the sub-data query result associated with the display number is extracted from the database according to the display number selected by the user terminal, and displayed.
- the terminal device may extract the sub-data query result associated with the display number from the database to the local cache according to the display number sent by the user terminal, and display the data included in the sub-data query result. That is, in the embodiment, the amount of data extracted by the terminal device from the database is the amount of data corresponding to the maximum number of displays.
- the amount of data extracted by the terminal device is the amount of data corresponding to the maximum number of displays. Since the terminal device does not extract all the data obtained by the query at one time, the waiting time is less, and the response rate is shorter. Fast, so as to avoid the service response timeout caused by the long extraction operation time.
- FIG. 4 is a flowchart showing a specific implementation of a method for deriving a data list S103 according to the fourth embodiment of the present application.
- the S103 in the embodiment of the data list, the S103 further includes S401 ⁇ S403 in the method for deriving the data list according to the embodiment shown in FIG.
- the corresponding export control button is set by the AJAX technology in the export display page of the user terminal.
- the user can click the corresponding export control button on the local user terminal, and then after receiving the relevant click operation, the user terminal will generate a corresponding export control instruction through the AJAX technology in the page, and export the control command. Send to the terminal device.
- the export control instructions include, but are not limited to, suspending the export instruction, terminating the export instruction, restoring the export instruction, re-exporting the instruction, and the like.
- the export control instruction is added to the extraction operation control data flow; wherein the extraction operation control data flow is: control data generated between the export terminal of the data list and the database when performing the extraction operation.
- two data streams are generated between the two, which are: the data stream of the extraction result pointed out by the database to the terminal device, that is, the data sub-list of the generated data is extracted.
- the data stream generated by the data; and the terminal device, that is, the export terminal of the above data list points to the extraction operation control data flow of the database, and is used for controlling the database to perform related extraction operations, such as sending the maximum number of lines of the file to the database, and the current extraction operation
- the number range of the data to be exported and the control data such as the above-mentioned export control command.
- the terminal device after receiving the export control instruction sent by the user terminal, the terminal device adds the export control command to the extraction operation control data stream, so that the control data stream is transmitted to the database to implement a corresponding export control operation. .
- the export control operation of the response is performed. Specifically, if the export control instruction is a pause export instruction, stopping the data extraction operation, waiting for the user to start the export process again; if the export control instruction is aborting the export instruction, ending the export response operation and deleting the generated output The data sub-list; if the export control instruction is the resume export instruction, the data extraction operation corresponding to the pause time is continued, and the data sub-list corresponding to the pause time is generated.
- the user terminal can control the export operation of the terminal device at any time, thereby improving the operable range of the user and the user experience.
- FIG. 5 is a flowchart showing a specific implementation of a method for deriving a data list S103 according to the fifth embodiment of the present application. As shown in FIG. 5, in the method for deriving the data list provided in this embodiment, S103 further includes S501 and S502, which are as follows:
- the value of the derived response timer is reset after each of the data sublists is generated.
- the terminal device sets a corresponding maximum operation duration in each related operation to automatically repair the abnormal operation. Therefore, the terminal device sets the maximum response duration in order to determine whether the export operation is abnormal.
- the terminal device resets the value of the derivation response timer to avoid that the amount of data to be exported is too large, and the response time is too long, and is determined to be an abnormal operation.
- the export response timer is also used to keep the session between the terminal device and the database valid. Since the terminal device and the database need to maintain data interaction status for a long time during the export process, a session is established between the two. The duration, that is, the session value, when the terminal device resets the value of the response timer, the session value is also updated synchronously to maintain the session between the terminal device and the database.
- the terminal device when the terminal device detects that the value of the export response timer is greater than the maximum response duration, it determines that there is an abnormality in the current export operation, and thus the export abnormal operation is performed.
- the exporting the abnormal operation may be: disconnecting the data connection with the database, and restarting the database; and re-establishing the connection after the database startup is completed, so as to perform the export operation again.
- the value of the export response timer is reset to keep the session between the terminal device and the database valid, and the export timeout is avoided due to excessive data volume. The situation happened.
- FIG. 6 is a structural block diagram of a derivation terminal of a data list according to an embodiment of the present application, where each unit included in the derivation terminal of the data list is used to execute each step in the embodiment corresponding to FIG. 1.
- each unit included in the derivation terminal of the data list is used to execute each step in the embodiment corresponding to FIG. 1.
- FIG. 6 For details, 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 export terminal of the data list includes:
- the data query result display unit 61 is configured to display a data query result according to the data query request sent by the user terminal;
- the to-be-exported data determining unit 62 is configured to receive a data exporting instruction that is returned by the user terminal according to the data query result, and determine, from the data query result, the to-be-exported data corresponding to the data exporting instruction;
- the data sub-list generating unit 63 is configured to sequentially extract data matching the maximum number of rows of the preset file from the data to be exported, and generate at least one data sub-list according to the data extracted each time;
- the data sub-list sending unit 64 is configured to send the data sub-list to the user terminal.
- the to-be-exported data determining unit 62 includes:
- a communication connection interruption unit configured to disconnect a communication connection with the user terminal, and determine, after the communication connection is disconnected, the data to be exported corresponding to the data export instruction from the data query result;
- the data sub-list sending unit 64 includes:
- a communication connection reconnection unit configured to: if it is detected that the to-be-exported data has been extracted, send a communication connection request to the user terminal to establish a communication connection with the user terminal;
- a derivation result sending unit configured to generate a derivation result according to the plurality of the data sub-lists, and send the derivation result to the user terminal.
- the data query result display unit 61 includes:
- a data query result determining unit configured to determine the data query result in the database that matches the data query request, and the number of data corresponding to the data query result
- a data query result dividing unit configured to divide the data query result into a plurality of sub-data query results according to a preset maximum number of displays, and associate a display number with each of the sub-data query results;
- the sub-data query result display unit is configured to extract and display the sub-data query result associated with the display number from the database according to the display number selected by the user terminal.
- the data sub-list generating unit 63 includes:
- an export control instruction receiving unit configured to receive an export control instruction initiated by the user terminal
- an export control instruction adding unit configured to add the export control command to the extracting operation control data stream; wherein the extracting operation controls the data stream to be: when the extracting terminal of the data list and the database are generated during the extracting operation Control data;
- the export control command response unit is configured to execute the export control operation corresponding to the export control command if the extraction operation control data stream includes an export control command.
- the data sub-list generating unit 63 includes:
- a response timer reset unit configured to reset a value of the export response timer after each generating the data sublist
- the exception processing unit is configured to perform an export exception operation if the value of the export response timer is greater than a preset maximum response duration.
- the derivation terminal of the data category provided by the embodiment of the present application can also split all the data to be exported into multiple data sub-lists according to the preset maximum number of lines of the file, so that each data sub-list actually contains The number of rows will not exceed the maximum number of rows that the file can accommodate, avoiding the failure of the export due to excessive data volume, and improving the success rate of the data export process.
- the improvement of the data export success rate the number of times the user repeatedly performs the export operation is also reduced, and the efficiency of data list export is also improved.
- FIG. 7 is a schematic diagram of a terminal device according to another embodiment of the present application.
- the terminal device 7 of this embodiment includes a processor 70, a memory 71, and computer readable instructions 72 stored in the memory 71 and operable on the processor 70, such as a data list. Export the program.
- the processor 70 executes the steps of the method for deriving the respective data lists when the computer readable instructions 72 are executed, such as S101 to S104 shown in FIG. 1.
- the processor 70 when executing the computer readable instructions 72, implements the functions of the various units in the various apparatus embodiments described above, such as the functions of the modules 61-64 shown in FIG.
- the computer readable instructions 72 may be partitioned into one or more units, the one or more units being stored in the memory 71 and executed by the processor 70 to complete the application.
- the one or more units may be a series of computer readable instruction instructions segments capable of performing a particular function for describing the execution of the computer readable instructions 72 in the terminal device 7.
- the computer readable instructions 72 may be segmented into a data query result display unit, a data to be derived determination unit, a data sub-list generation unit, and a data sub-list transmission unit, each unit functioning as above.
- the terminal device 7 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 70 and a memory 71. It will be understood by those skilled in the art that FIG. 7 is only an example of the terminal device 7, and does not constitute a limitation of the terminal device 7, 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 70 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 71 may be an internal storage unit of the terminal device 7, such as a hard disk or a memory of the terminal device 7.
- the memory 71 may also be an external storage device of the terminal device 7, for example, a plug-in hard disk provided on the terminal device 7, a smart memory card (SMC), and a secure digital (SD). Card, flash card (Flash Card) and so on.
- the memory 71 may also include both an internal storage unit of the terminal device 7 and an external storage device.
- the memory 71 is configured to store the computer readable instructions and other programs and data required by the terminal device.
- the memory 71 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)
- Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Fuzzy Systems (AREA)
- Mathematical Physics (AREA)
- Probability & Statistics with Applications (AREA)
- Software Systems (AREA)
- Computational Linguistics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
L'invention concerne un procédé d'exportation de liste de données, un terminal, un dispositif terminal et un support d'informations lisible par ordinateur, le procédé comprenant les étapes qui consistent : à afficher un résultat d'interrogation de données selon une demande d'interrogation de données envoyée par un terminal utilisateur (S101) ; à recevoir une instruction d'exportation de données renvoyée par le terminal utilisateur conformément au résultat d'interrogation de données, et à déterminer des données à exporter correspondant à l'instruction d'exportation de données à partir du résultat d'interrogation de données (S102) ; à extraire des données à exporter des données dont le nombre de rangées est identique à un nombre de rangées maximal prédéfini pour un fichier, et à générer au moins une sous-liste de données en fonction des données extraites à chaque fois (S103) ; et à envoyer la sous-liste de données au terminal utilisateur (S104).
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201710919421.8 | 2017-09-30 | ||
| CN201710919421.8A CN107784085B (zh) | 2017-09-30 | 2017-09-30 | 一种数据列表的导出方法及其终端 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2019062019A1 true WO2019062019A1 (fr) | 2019-04-04 |
Family
ID=61434159
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2018/077662 Ceased WO2019062019A1 (fr) | 2017-09-30 | 2018-02-28 | Procédé d'exportation de liste de données et terminal utilisant ce procédé |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN107784085B (fr) |
| WO (1) | WO2019062019A1 (fr) |
Families Citing this family (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN110807058B (zh) * | 2018-08-01 | 2024-04-12 | 北京京东尚科信息技术有限公司 | 一种导出数据的方法和系统 |
| CN110309217B (zh) * | 2019-05-30 | 2024-03-08 | 平安科技(深圳)有限公司 | 数据的导入导出方法、装置、终端及计算机可读存储介质 |
| CN111444011B (zh) * | 2020-02-29 | 2024-11-19 | 中国平安人寿保险股份有限公司 | 数据导出方法及相关产品 |
| CN112383313B (zh) * | 2020-10-10 | 2023-08-04 | 中科驭数(北京)科技有限公司 | 一种并行数据解码装置及方法 |
| CN112650805A (zh) * | 2020-12-30 | 2021-04-13 | 杭州贝嘟科技有限公司 | 数据导出方法、装置、计算机设备和可读存储介质 |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1858735A (zh) * | 2005-12-30 | 2006-11-08 | 华为技术有限公司 | 一种海量数据的处理方法 |
| CN101826085A (zh) * | 2009-12-30 | 2010-09-08 | 厦门市美亚柏科信息股份有限公司 | 一种基于ajax的网页在线导入/导出大文件的方法 |
| CN102521296A (zh) * | 2011-11-30 | 2012-06-27 | 向进轮 | 一种网页隔页数据条目筛选方法 |
| CN103390007A (zh) * | 2012-05-11 | 2013-11-13 | 阿里巴巴集团控股有限公司 | 数据获取方法和装置 |
| CN103473234A (zh) * | 2012-06-07 | 2013-12-25 | 中兴通讯股份有限公司 | 一种从web查询系统导出报表的方法、装置及系统 |
Family Cites Families (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101426019B (zh) * | 2007-10-30 | 2013-04-24 | 广州市威宝网络科技有限公司 | 手机系统的数据文件传输方法 |
| CN101231665A (zh) * | 2008-02-20 | 2008-07-30 | 中兴通讯股份有限公司 | 将数据库中数据导出成Excel文件的装置及其方法 |
| CN101710402A (zh) * | 2009-12-14 | 2010-05-19 | 白雪松 | 一种高校教职工管理信息系统及其实现 |
| CN102387120B (zh) * | 2010-08-31 | 2014-04-16 | 北大方正集团有限公司 | 文件传输方法及网络传输系统 |
| CN103034735B (zh) * | 2012-12-26 | 2017-02-08 | 北京讯鸟软件有限公司 | 一种大数据分布式文件导出方法 |
| US9348834B2 (en) * | 2013-07-03 | 2016-05-24 | International Business Machines Corporation | Effective method to compress tabular data export files for data movement |
| CN106776843A (zh) * | 2016-11-28 | 2017-05-31 | 浪潮软件集团有限公司 | 一种基于xml解析的导入excel文件的方法 |
| CN106776829A (zh) * | 2016-11-28 | 2017-05-31 | 成都广达新网科技股份有限公司 | 一种数据导出系统及其工作方法 |
| CN106897431B (zh) * | 2017-02-27 | 2021-06-11 | 郑州云海信息技术有限公司 | 一种日志导出方法及系统 |
| CN107153717A (zh) * | 2017-06-14 | 2017-09-12 | 成都三零凯天通信实业有限公司 | 通过浏览器从数据库导出百万级记录到表格的方法及系统 |
-
2017
- 2017-09-30 CN CN201710919421.8A patent/CN107784085B/zh active Active
-
2018
- 2018-02-28 WO PCT/CN2018/077662 patent/WO2019062019A1/fr not_active Ceased
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1858735A (zh) * | 2005-12-30 | 2006-11-08 | 华为技术有限公司 | 一种海量数据的处理方法 |
| CN101826085A (zh) * | 2009-12-30 | 2010-09-08 | 厦门市美亚柏科信息股份有限公司 | 一种基于ajax的网页在线导入/导出大文件的方法 |
| CN102521296A (zh) * | 2011-11-30 | 2012-06-27 | 向进轮 | 一种网页隔页数据条目筛选方法 |
| CN103390007A (zh) * | 2012-05-11 | 2013-11-13 | 阿里巴巴集团控股有限公司 | 数据获取方法和装置 |
| CN103473234A (zh) * | 2012-06-07 | 2013-12-25 | 中兴通讯股份有限公司 | 一种从web查询系统导出报表的方法、装置及系统 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN107784085B (zh) | 2021-04-13 |
| CN107784085A (zh) | 2018-03-09 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2019075980A1 (fr) | Procédé de réglage de fil et terminal associé | |
| WO2019062019A1 (fr) | Procédé d'exportation de liste de données et terminal utilisant ce procédé | |
| WO2021164178A1 (fr) | Procédé et appareil de téléversement de fragment de fichier basé sur la technologie en nuage, et dispositif et support de stockage | |
| WO2021129367A1 (fr) | Procédé et appareil de surveillance de système de stockage décentralisé | |
| CN109756417B (zh) | 离线消息分发方法、服务器及存储介质 | |
| US20160269479A1 (en) | Cloud virtual server scheduling method and apparatus | |
| WO2017041398A1 (fr) | Procédé et dispositif de transmission de données | |
| CN112799824B (zh) | 一种限流方法、装置、设备和存储介质 | |
| EP2894567A1 (fr) | Dispositif de gestion de copie de données et procédé associé de copie de données | |
| CN110019125A (zh) | 数据库管理的方法和装置 | |
| US20240205292A1 (en) | Data processing method and apparatus, computer device, and computer-readable storage medium | |
| WO2019104974A1 (fr) | Procédé de démarrage et d'arrêt de serveur automatique basé sur une plateforme dubbo, serveur et support d'informations | |
| CN106648832B (zh) | 提高虚拟机资源利用率的装置及方法 | |
| WO2022267646A1 (fr) | Procédé et appareil de déploiement de conteneur | |
| US11488082B2 (en) | Monitoring and verification system for end-to-end distribution of messages | |
| CN108090000A (zh) | 一种获取cpu寄存器信息的方法及系统 | |
| CN116361106A (zh) | 一种日志处理方法、装置、电子设备及存储介质 | |
| WO2021121407A1 (fr) | Procédé et appareil de changement de capacité pour machine virtuelle | |
| US20180352028A1 (en) | Method and device for dispatching replication tasks in network storage device | |
| WO2022214012A1 (fr) | Système et procédé de réalisation d'une traduction multilingue d'un programme d'application, dispositif et support | |
| WO2021164163A1 (fr) | Procédé et appareil de traitement de requêtes, dispositif et support de stockage | |
| CN114866533A (zh) | 一种文件上传方法、装置及电子设备 | |
| CN105373563A (zh) | 数据库切换方法及装置 | |
| US20180157699A1 (en) | Identifying schema changes in a data streaming system | |
| CN111259060B (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 07/10/2020) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 18860844 Country of ref document: EP Kind code of ref document: A1 |