CN105279175B - Data transmission method and device - Google Patents

Data transmission method and device Download PDF

Info

Publication number
CN105279175B
CN105279175B CN201410311057.3A CN201410311057A CN105279175B CN 105279175 B CN105279175 B CN 105279175B CN 201410311057 A CN201410311057 A CN 201410311057A CN 105279175 B CN105279175 B CN 105279175B
Authority
CN
China
Prior art keywords
data
dynamic link
link library
service
import
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.)
Active
Application number
CN201410311057.3A
Other languages
Chinese (zh)
Other versions
CN105279175A (en
Inventor
陶海洋
江兴才
田明
刘里
黄利华
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tencent Technology Beijing Co Ltd
Original Assignee
Tencent Technology Beijing Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tencent Technology Beijing Co Ltd filed Critical Tencent Technology Beijing Co Ltd
Priority to CN201410311057.3A priority Critical patent/CN105279175B/en
Publication of CN105279175A publication Critical patent/CN105279175A/en
Application granted granted Critical
Publication of CN105279175B publication Critical patent/CN105279175B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a data transmission method and device, and belongs to the field of data storage. The method comprises the following steps: receiving a command to transmit business data from a first process to a second process; running a exporting dynamic link library corresponding to the service, and exporting the service data from the first process to obtain temporary data; transmitting the temporary data to the second process; and operating an import dynamic link library corresponding to the service, and importing the temporary data in a second process to obtain the service data. The device comprises: the device comprises a receiving module, a first operation module, a transmission module and a second operation module. The invention improves the efficiency of data transmission, reduces the complexity of operation, realizes the automation of data operation and maintenance, can be used for data migration and data recovery, can be applied to a heterogeneous distributed storage system, and has wider application.

Description

Data transmission method and device
Technical Field
The present invention relates to the field of data storage, and in particular, to a method and an apparatus for data transmission.
Background
The distributed data storage system stores data on different machines, thereby avoiding the bottleneck brought by single machine centralized storage. In the process of storing data in a distributed manner, part of data on one machine is generally transferred to another machine for data migration due to overload, limited storage space, and the like. In addition, in order to ensure the reliability of data, the same data is stored in a plurality of devices at the same time, and when a device in which one data is located fails, data recovery can be performed by using data in other devices.
Currently, migration and recovery of data in distributed data storage systems is done manually by operation and maintenance personnel using export dump tools and import load tools. For example, the operation and maintenance personnel export the data to be migrated or restored to a file on the machine a by using a dump tool, then transfer the file to the machine B, and import the file on the machine B by using a load tool to obtain the data to be migrated or restored.
However, the migration and recovery process of the data can be completed only by relying on manual assistance, and when data of different services or data of different storage formats are migrated or recovered, corresponding operations must be manually executed on a dump tool and a load tool, so that the operations are complicated, the efficiency is low, and the automation of operation and maintenance is difficult to realize.
Disclosure of Invention
In view of this, embodiments of the present invention provide a method and an apparatus for data transmission, so as to improve efficiency and usability and implement operation and maintenance automation. The technical scheme is as follows:
in one aspect, a method for data transmission is provided, where the method includes:
receiving a command to transmit business data from a first process to a second process;
running a exporting dynamic link library corresponding to the service, and exporting the service data from the first process to obtain temporary data;
transmitting the temporary data to the second process;
and operating an import dynamic link library corresponding to the service, and importing the temporary data in the second process to obtain the service data.
In another aspect, an apparatus for data transmission is provided, the apparatus comprising:
the receiving module is used for receiving a command for transmitting the service data from the first process to the second process;
the first operation module is used for operating a export dynamic link library corresponding to the service and exporting the service data from the first process to obtain temporary data;
a transmission module, configured to transmit the temporary data to the second process;
and the second operation module is used for operating the import dynamic link library corresponding to the service and importing the temporary data in the second process to obtain the service data.
The technical scheme provided by the embodiment of the invention has the following beneficial effects: receiving a command for transmitting service data from a first process to a second process, operating an export dynamic link library corresponding to the service, exporting the service data from the first process to obtain temporary data, transmitting the temporary data to the second process, operating an import dynamic link library corresponding to the service, importing the temporary data in the second process to obtain the service data, automatically completing export, transmission and import according to the command without manually assisting to operate a dump tool and a load tool, improving the efficiency of data transmission, reducing the complexity of operation, enhancing the usability, realizing the automation of data operation and maintenance, being applicable to data migration and data recovery, being applicable to a heterogeneous distributed storage system, and having wider application.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a flowchart of a data transmission method according to an embodiment of the present invention;
FIG. 2 is a flow chart of a data transmission method according to another embodiment of the present invention;
FIG. 3 is a flow chart of a data transmission method according to another embodiment of the present invention;
FIG. 4 is a flow chart of a data transmission method according to another embodiment of the present invention;
FIG. 5 is a schematic diagram of a data transmission application according to another embodiment of the present invention;
fig. 6 is a structural diagram of a data transmission device according to another embodiment of the present invention;
fig. 7 is a structural diagram of a data transmission device according to another embodiment of the present invention;
fig. 8 is a diagram of a terminal structure provided in another embodiment of the present invention;
fig. 9 is a diagram of a server structure according to another embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail with reference to the accompanying drawings.
Referring to fig. 1, an embodiment of the present invention provides a data transmission method, including:
101: a command to transfer traffic data from a first process to a second process is received.
The method provided by the embodiment can be applied to a storage device, and the first process and the second process can be any processes in the storage device. The service may also be any type of service, such as storing account and password information of a user, issuing a microblog broadcast message, changing information of a listener, and the like, which is not specifically limited in this embodiment. In addition, the first process and the second process may be located in one storage device, or may also be located in two storage devices, which is not specifically limited in this embodiment.
102: and operating the export dynamic link library corresponding to the service, and exporting the service data from the first process to obtain temporary data.
Wherein, the export dynamic link library can be stored in advance on the storage device of the first process. The export dynamic link library can realize the function of a dump interface, so that the export of data can be completed.
103: the temporary data is transmitted to the second process.
Wherein, data transmission between two processes can be carried out according to a protocol between the processes, which is not described herein too much. Specifically, the temporary data may be stored in the memory and directly transmitted to the second process, or may also be stored as a file and transmitted to the second process, which is not specifically limited in this embodiment.
104: and operating the import dynamic link library corresponding to the service, and importing the temporary data in the second process to obtain the service data.
The imported dynamic link library may be stored in advance on the storage device where the second process is located. The import dynamic link library can realize the function of a load interface, so that the import of data can be completed.
The method described above may be applied to data migration to implement migration of the data from the first process to the second process, or may also be applied to data recovery, for example, migrating the data used as a backup from the first process to the second process so as to recover the data in the second process, and this embodiment does not limit a specific application scenario.
In this embodiment, optionally, the method may further include:
generating an export dynamic link library and an import dynamic link library for each service in advance;
and establishing a corresponding relation between the business and the export dynamic link library and the import dynamic link library, wherein each business in the corresponding relation corresponds to one export dynamic link library and one import dynamic link library respectively.
The running of the export dynamic link library corresponding to the service to export the service data from the first process to obtain temporary data may include:
searching a derived dynamic link library corresponding to the business to which the business data belongs in the corresponding relation;
and running the export dynamic link library to export the business data from the first process to obtain temporary data.
The running of the import dynamic link library corresponding to the service and the importing of the temporary data in the second process to obtain the service data may include:
searching an import dynamic link library corresponding to the service to which the service data belongs in the corresponding relation;
and operating the import dynamic link library, and importing the temporary data in the second process to obtain the service data.
In this embodiment, optionally, running an export dynamic link library corresponding to the service, and exporting the service data from the first process to obtain temporary data may include:
determining a storage format used when the first process stores the service data;
and running the export dynamic link library corresponding to the service, and exporting the service data from the first process by using an interface of export data corresponding to the storage format in the export dynamic link library to obtain temporary data.
In this embodiment, optionally, running an import dynamic link library corresponding to the service, and importing the temporary data in the second process to obtain the service data may include:
determining a storage format used when the second process stores the service data;
and operating the import dynamic link library corresponding to the service, and importing the temporary data in the second process by using an interface of the import data corresponding to the storage format in the import dynamic link library to obtain the service data.
In this embodiment, the method may further include:
the server receives an order input by a user and sends a command for transmitting the business data from the first process to the second process according to the order.
The method provided by the embodiment can be applied to the storage device.
The above method provided by this embodiment receives a command for transmitting service data from a first process to a second process, runs an export dynamic link library corresponding to the service, exports the service data from the first process to obtain temporary data, transmits the temporary data to the second process, runs an import dynamic link library corresponding to the service, imports the temporary data in the second process to obtain the service data, and automatically completes export, transmission, and import according to the command without manual assistance to operate a dump tool and a load tool, thereby improving data transmission efficiency, reducing operation complexity, enhancing usability, avoiding instability of manual operation, realizing monitoring of the whole process, realizing automation of data operation and maintenance, designing different dynamic link libraries for different storage systems, and automatically running on a storage device, shielding storage differences of each storage system on the operation and maintenance level of a user interface, the method provides a simple and consistent storage concept for the operation and maintenance personnel, and greatly reduces the understanding burden of the operation and maintenance personnel. The method can be used for data migration and data recovery, can be applied to heterogeneous distributed storage systems, particularly mass storage systems, can greatly improve the efficiency of data storage and transmission, is easier to maintain and manage, and is more widely applied. In addition, developers only need to provide a dynamic link library file of a standard interface, do not need to change an online business system, and do not need to understand operation and maintenance operations and scenes, so that the operation, maintenance and development duties are well separated.
Referring to fig. 2, another embodiment of the present invention provides a method for data transmission, including:
201: and respectively generating an export dynamic link library and an import dynamic link library for each service in advance.
Generally, different services require different dump interfaces and load interfaces to respectively complete the export and import of data, and therefore, in this embodiment, a corresponding export dynamic link library and import dynamic link library are generated for each service. The number of the related services can be set according to the needs, and after the service types and the number are determined, the corresponding export dynamic link library and import dynamic link library can be generated for each service.
202: and establishing a corresponding relation between the business and the export dynamic link library and the import dynamic link library, wherein each business in the corresponding relation corresponds to one export dynamic link library and one import dynamic link library respectively.
For example, in the microblog application, there is a first service for issuing a broadcast message, and there is a second service for setting a listener, then the export dynamic link library dump1.so and the import dynamic link library load1.so may be generated for the first service, and the export dynamic link library dump2.so and the import dynamic link library load2.so may be generated for the second service, thereby establishing a corresponding relationship between the first service and dump1.so and load1.so as to establish a corresponding relationship between the second service and dump2.so and load2. so.
203: a command to transfer traffic data from a first process to a second process is received.
The data may be data for migration or data for recovery, and is not limited in particular.
204: and searching the export dynamic link library corresponding to the service in the corresponding relation.
The corresponding relation is stored on the storage device where the first process is located and the storage device where the second process is located. For example, if the first process and the second process are both on the storage device a, the correspondence may be saved on the storage device a. Or, if the first process is on the storage device B and the second process is on the storage device C, the corresponding relationship may be stored on the storage device B and the storage device C, respectively.
205: and running the export dynamic link library to export the business data from the first process to obtain temporary data.
In this embodiment, the exported data may be stored in a memory or stored as a file, and the format of the file is not limited, and may be set as needed.
206: the temporary data is transmitted to the second process.
207: and searching the import dynamic link library corresponding to the service in the corresponding relation.
208: and operating the import dynamic link library, and importing the temporary data in the second process to obtain the service data.
In this embodiment, optionally, running a derived dynamic link library corresponding to the service, and deriving the service data from the first process to obtain temporary data may include:
determining a storage format used when the first process stores the service data;
and operating the export dynamic link library corresponding to the service, and exporting the service data from the first process by using an interface of export data corresponding to the storage format in the export dynamic link library to obtain temporary data.
In this embodiment, optionally, running an import dynamic link library corresponding to the service, and importing the temporary data in the second process to obtain the service data may include:
determining a storage format used when the second process stores the service data;
and operating the import dynamic link library corresponding to the service, and importing the temporary data in the second process by using the interface of the import data corresponding to the storage format in the import dynamic link library to obtain the data of the service.
In this embodiment, the method may further include:
the server receives an order input by a user and sends a command for transmitting the business data from the first process to the second process according to the order.
The method provided by the embodiment can be applied to the storage device.
In the method provided by this embodiment, an export dynamic link library and an import dynamic link library are respectively generated for each service in advance; establishing a corresponding relation between the business and the export dynamic link library and the import dynamic link library, wherein each business in the corresponding relation corresponds to one export dynamic link library and one import dynamic link library respectively; receiving a command to transmit business data from a first process to a second process; searching a derived dynamic link library corresponding to the service in the corresponding relation; running the export dynamic link library to export the service data from the first process to obtain temporary data; transmitting the temporary data to a second process; searching the import dynamic link library corresponding to the service in the corresponding relation; the temporary data are imported in the second process by operating the imported dynamic link library to obtain the business data, because a dump tool and a load tool do not need to be operated by manual assistance, the export, the transmission and the import are automatically completed according to commands, the efficiency of data transmission is improved, the complexity of operation is reduced, the usability is enhanced, the instability of manual operation is avoided, the whole process can be monitored, the automation of data operation and maintenance is realized, different dynamic link libraries are designed for different storage systems and automatically operate on a storage device, the storage difference of each storage system is shielded on the operation and maintenance level of a user interface, a simple and consistent storage concept is provided for operation and maintenance personnel, and the understanding burden of the operation and maintenance personnel is greatly reduced. The method can be used for data migration and data recovery, can be applied to heterogeneous distributed storage systems, particularly mass storage systems, can greatly improve the efficiency of data storage and transmission, is easier to maintain and manage, and is more widely applied. In addition, developers only need to provide a dynamic link library file of a standard interface, do not need to change an online business system, and do not need to understand operation and maintenance operations and scenes, so that the operation, maintenance and development duties are well separated.
Referring to fig. 3, another embodiment of the present invention provides a method for data transmission, including:
301: a command to transfer traffic data from a first process to a second process is received.
302: and determining a storage format used when the first process stores the service data.
In this embodiment, the storage formats used by different processes when storing the service data may be the same or different, and are not limited herein. For example, the first process and the second process both use a memory to store the service data, and the storage formats used by the two processes are the same. Or the first process stores the service data in the memory, and the second process stores the service data in the hard disk, and the storage formats used by the first process and the second process are different.
303: and operating the export dynamic link library corresponding to the service, and exporting the service data from the first process by using an interface of export data corresponding to the storage format in the export dynamic link library to obtain temporary data.
In this embodiment, the export dynamic link library performs a dump interface function, which includes an interface for exporting data, and different processes may use different storage formats, so that multiple interfaces may be defined in the export dynamic link library, and one interface for exporting data is defined for each storage format, thereby completing data export of different storage formats.
304: the temporary data is transmitted to the second process.
305: and determining a storage format used when the second process stores the service data.
306: and operating the import dynamic link library corresponding to the service, and importing the temporary data in the second process by using the interface of the import data corresponding to the storage format in the import dynamic link library to obtain the service data.
In this embodiment, the import dynamic link library completes the function of a load interface, which includes an interface for importing data, and since different processes may use different storage formats, multiple interfaces may be defined in the import dynamic link library, and one interface for importing data is defined for each storage format, so that data import in different storage formats may be completed.
In this embodiment, optionally, the method may further include:
generating an export dynamic link library and an import dynamic link library for each service in advance;
and establishing a corresponding relation between the business and the export dynamic link library and the import dynamic link library, wherein each business in the corresponding relation corresponds to one export dynamic link library and one import dynamic link library respectively.
Optionally, before step 303, the method may further include:
and searching a derived dynamic link library corresponding to the service to which the service data belongs in the corresponding relation.
Optionally, before step 306, the method may further include:
and searching the import dynamic link library corresponding to the service in the corresponding relation.
In this embodiment, the method may further include:
the server receives an order input by a user and sends a command for transmitting the business data from the first process to the second process according to the order.
The method provided by the embodiment can be applied to the storage device.
The method provided by this embodiment receives a command for transmitting service data from a first process to a second process; determining a storage format used when the first process stores the service data, operating a derived dynamic link library corresponding to the service, and deriving the service data from the first process by using an interface of derived data corresponding to the storage format in the derived dynamic link library to obtain temporary data; transmitting the temporary data to a second process; determining a storage format used when the second process stores the service data, operating an import dynamic link library corresponding to the service, and importing the temporary data into the second process to obtain the service data by utilizing an interface of the import data corresponding to the storage format in the import dynamic link library, wherein the export, transmission and import are automatically completed according to commands without manually assisting operation of a dump tool and a load tool, so that the efficiency of data transmission is improved, the complexity of operation is reduced, the usability is enhanced, the instability of manual operation is avoided, the whole process can be monitored, the automation of data operation and maintenance is realized, different dynamic link libraries are designed for different storage systems and automatically operate on storage equipment, the storage difference of each storage system is shielded on the operation and maintenance level with a user interface, and a simple and consistent storage concept is provided for operation and maintenance personnel, greatly reduces the understanding burden of operation and maintenance personnel. The method can be used for data migration and data recovery, can be applied to heterogeneous distributed storage systems, particularly mass storage systems, can greatly improve the efficiency of data storage and transmission, is easier to maintain and manage, and is more widely applied. In addition, developers only need to provide a dynamic link library file of a standard interface, do not need to change an online business system, and do not need to understand operation and maintenance operations and scenes, so that the operation, maintenance and development duties are well separated.
Referring to fig. 4, another embodiment of the present invention provides a data transmission method, applied to a storage device and a server, including:
401: the server receives an order input by a user, and sends a command for transmitting the service data from the first process to the second process to the storage device according to the order.
The server may provide a web page to the user, so that the user may input an order, specify data to be transmitted, a service corresponding to the data, a source process, a destination process, and the like. The user need only simply enter or select information on the web page to complete the entry of the order.
After receiving the order, the server can store the order information in the database so as to conveniently search, modify and display the order, and can better manage the order. The database may be a separate device, or may also be located in the server, which is not specifically limited in this embodiment. In addition, the server may further convert the order into a corresponding command and transmit the command to the storage device, specifically, a separate process such as an ao _ svr process may be provided to perform the operation of converting the order into the corresponding command, and further, the ao _ svr process may further perform processing such as checking the order and performing an error timeout, which is not described herein.
After the server obtains the command, the server sends the command to the storage device where the first process is located according to the source process, namely the first process, specified in the command.
402: and the storage equipment receives the command for transmitting the service data from the first process to the second process.
In this embodiment, the first process and the second process are both in the same storage device, and the storage device alone performs data export and import. When the first process is in the first storage device and the second process is in the second storage device, the exporting and sending of the data can be completed by the first storage device, and the receiving and importing of the data can be completed by the second storage device, respectively, which will not be described herein too much.
403: and the storage equipment runs the export dynamic link library corresponding to the service, and exports the service data from the first process to obtain temporary data.
404: the storage device transmits the temporary data to the second process.
In this embodiment, the storage device may be provided with a separate process, such as an ao _ agent process, to implement the functions of receiving the command, running and exporting the dynamic link library, and transmitting the file.
405: and the storage equipment operates the import dynamic link library corresponding to the service, and imports the temporary data in the second process to obtain the service data.
For example, see fig. 5, which is a schematic diagram of an application of the above method. The web page and the ao _ svr process are located in a server, the web page is used for a user to input orders and manage the orders, information related to the orders is stored in a database SQL, and the ao _ svr process is used for reading the orders from the SQL and converting the orders into corresponding transmission commands. The database SQL may be located in the server or may be a separate device. The first process, the ao _ agent1 process and the dump.so are located in a first storage device, the second process, the ao _ agent2 process and the load.so are located in a second storage device, and the first storage device and the second storage device may be the same device or different devices. After a user inputs an order for transmitting data of a certain service, an ao _ svr process of a server sends a transmission command to an ao _ agent1 process in a first storage device, an ao _ agent1 process runs a dynamic link library dump.so corresponding to the service in the first storage device, the service data is exported from the first process to a file, the file is transmitted to an ao _ agent2 process in a second storage device, after the ao _ agent2 process receives the file, a dynamic link library load.so corresponding to the service in the second storage device is run, and the file is imported in the second process to obtain the service data.
In this embodiment, optionally, the method may further include:
the storage device respectively generates an export dynamic link library and an import dynamic link library for each service in advance;
the storage device establishes a corresponding relation between the business and the export dynamic link library and the import dynamic link library, wherein each business in the corresponding relation corresponds to one export dynamic link library and one import dynamic link library respectively.
In this embodiment, optionally, step 403 may include:
the storage device searches the export dynamic link library corresponding to the service in the corresponding relation;
and running the export dynamic link library to export the business data from the first process to obtain temporary data.
In this embodiment, optionally, step 405 may include:
the storage device searches the import dynamic link library corresponding to the service in the corresponding relation;
and operating the import dynamic link library to import the temporary data in the second process to obtain the service data.
In this embodiment, optionally, step 403 may include:
the storage device determines a storage format used when the first process stores the service data;
and running the export dynamic link library corresponding to the service, and exporting the service data from the first process by using an interface of export data corresponding to the storage format in the export dynamic link library to obtain temporary data.
In this embodiment, optionally, step 405 may include:
the storage device determines a storage format used when the second process stores the service data;
and operating the import dynamic link library corresponding to the service, and importing the temporary data in the second process by using an interface of the import data corresponding to the storage format in the import dynamic link library to obtain the service data.
In the method provided by this embodiment, a server receives an order input by a user, and sends a command for transmitting service data from a first process to a second process to a storage device according to the order; the storage device receives a command for transmitting the service data from the first process to the second process; the storage device runs a export dynamic link library corresponding to the service, and exports the service data from the first process to obtain temporary data; the storage device transmits the temporary data to the second process; the storage device operates an import dynamic link library corresponding to the service, and imports the temporary data in a second process to obtain the service data; because the dump tool and the load tool do not need to be operated by manual assistance, the export, the transmission and the import are automatically completed according to the command, the efficiency of data transmission is improved, the complexity of operation is reduced, the usability is enhanced, the instability of manual operation is avoided, the whole process can be monitored, the automation of data operation and maintenance is realized, different dynamic link libraries are designed for different storage systems and automatically run on the storage equipment, the storage difference of each storage system is shielded on the operation and maintenance level with a user interface, a simple and consistent storage concept is provided for operation and maintenance personnel, and the understanding burden of the operation and maintenance personnel is greatly reduced. The method can be used for data migration and data recovery, can be applied to heterogeneous distributed storage systems, particularly mass storage systems, can greatly improve the efficiency of data storage and transmission, is easier to maintain and manage, and is more widely applied. In addition, developers only need to provide a dynamic link library file of a standard interface, do not need to change an online business system, and do not need to understand operation and maintenance operations and scenes, so that the operation, maintenance and development duties are well separated. In addition, the operation and maintenance operation page is provided, so that operation and maintenance personnel can complete almost all storage operation and maintenance operations only by executing simple operations on the page, and great convenience is brought to the operation.
Referring to fig. 6, another embodiment of the present invention provides an apparatus for data transmission, including:
a receiving module 601, configured to receive a command for transmitting service data from a first process to a second process;
a first running module 602, configured to run a derived dynamic link library corresponding to the service, and derive the service data from the first process to obtain temporary data;
a transmission module 603, configured to transmit the temporary data to the second process;
a second operation module 604, configured to operate the import dynamic link library corresponding to the service, and import the temporary data in the second process to obtain the service data.
Referring to fig. 7, in the present embodiment, optionally, the apparatus may further include:
a generating module 605, configured to generate an export dynamic link library and an import dynamic link library for each service in advance;
the establishing module 606 is configured to establish a corresponding relationship between a service and an export dynamic link library and an import dynamic link library, where each service in the corresponding relationship corresponds to an export dynamic link library and an import dynamic link library respectively.
In this embodiment, optionally, the apparatus may further include:
the first searching module is used for searching a derived dynamic link library corresponding to the business to which the business data belongs in the corresponding relation;
the first operation module is used for: and running the export dynamic link library to export the business data from the first process to obtain temporary data.
In this embodiment, optionally, the apparatus may further include:
the second searching module is used for searching the import dynamic link library corresponding to the business to which the business data belongs in the corresponding relation;
the second operation module is used for: and operating the import dynamic link library, and importing the temporary data in the second process to obtain the service data.
In this embodiment, optionally, the first operation module may be configured to:
determining a storage format used when the first process stores the service data;
and running the export dynamic link library corresponding to the service, and exporting the service data from the first process by using an interface of export data corresponding to the storage format in the export dynamic link library to obtain temporary data.
In this embodiment, optionally, the second operation module may be configured to:
determining a storage format used when the second process stores the service data;
and operating the import dynamic link library corresponding to the service, and importing the temporary data in the second process by using an interface of the import data corresponding to the storage format in the import dynamic link library to obtain the service data.
The apparatus provided in this embodiment receives a command for transmitting service data from a first process to a second process, runs an export dynamic link library corresponding to the service to export the service data from the first process to obtain temporary data, transmits the temporary data to the second process, runs an import dynamic link library corresponding to the service, and imports the temporary data in the second process to obtain the service data, and since it is not necessary to manually assist in operating a dump tool and a load tool, the export, the transmission, and the import are automatically completed according to the command, thereby improving the efficiency of data transmission, reducing the complexity of operation, enhancing the ease of use, avoiding instability of manual operation, enabling monitoring of the whole process, realizing automation of data operation and maintenance, designing different dynamic link libraries for different storage systems, and automatically running on a storage device, shielding storage differences of each storage system on the operation and maintenance level of a user interface, the method provides a simple and consistent storage concept for the operation and maintenance personnel, and greatly reduces the understanding burden of the operation and maintenance personnel. The device can be used for data migration and data recovery, can be applied to heterogeneous distributed storage systems, particularly mass storage systems, can greatly improve the efficiency of data storage and transmission, is easier to maintain and manage, and is more widely applied. In addition, developers only need to provide a dynamic link library file of a standard interface, do not need to change an online business system, and do not need to understand operation and maintenance operations and scenes, so that the operation, maintenance and development duties are well separated.
Referring to fig. 8, the present embodiment provides a terminal 600, which may include a communication unit 610, a memory 620 including one or more nonvolatile readable storage media, an input unit 630, a display unit 640, a sensor 650, an audio circuit 660, a WiFi (wireless fidelity) module 670, a processor 680 including one or more processing cores, and a power supply 690.
Those skilled in the art will appreciate that the terminal structure shown in fig. 8 is not intended to be limiting and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components. Wherein:
the communication unit 610 may be used for receiving and transmitting signals during information transmission and reception or during a call, and the communication unit 610 may be an RF (Radio Frequency) circuit, a router, a modem, or other network communication devices. In particular, when the communication unit 610 is an RF circuit, downlink information of a base station is received and then processed by one or more processors 680; in addition, data relating to uplink is transmitted to the base station. Generally, the RF circuit as a communication unit includes, but is not limited to, an antenna, at least one Amplifier, a tuner, one or more oscillators, a Subscriber Identity Module (SIM) card, a transceiver, a coupler, an LNA (Low Noise Amplifier), a duplexer, and the like. In addition, the communication unit 610 may also communicate with a network and other devices through wireless communication. The wireless communication may use any communication standard or protocol, including but not limited to GSM (Global System for Mobile communications), GPRS (general packet Radio Service), CDMA (Code Division Multiple Access), WCDMA (Wideband Code Division Multiple Access), LTE (long term Evolution), email, SMS (Short Messaging Service), and the like. The memory 620 may be used to store software programs and modules, and the processor 680 may execute various functional applications and data processing by operating the software programs and modules stored in the memory 620. The memory 620 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the terminal 600, and the like. Further, the memory 620 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device. Accordingly, the memory 620 may also include a memory controller to provide the processor 680 and the input unit 630 access to the memory 620.
The input unit 630 may be used to receive input numeric or character information and generate keyboard, mouse, joystick, optical or trackball signal inputs related to user settings and function control. Alternatively, the input unit 630 may include a touch-sensitive surface 630a and other input devices 630 b. The touch-sensitive surface 630a, also referred to as a touch screen or touch pad, may collect touch operations by a user on or near the touch-sensitive surface 630a (e.g., operations by a user on or near the touch-sensitive surface 630a using a finger, a stylus, or any other suitable object or attachment), and drive the corresponding connection device according to a predetermined program. Alternatively, the touch-sensitive surface 630a may comprise two parts, a touch detection device and a touch controller. The touch detection device detects the touch direction of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch sensing device, converts the touch information into touch point coordinates, sends the touch point coordinates to the processor 680, and can receive and execute commands sent by the processor 680. In addition, the touch-sensitive surface 630a may be implemented using various types of resistive, capacitive, infrared, and surface acoustic waves. The input unit 630 may include other input devices 630b in addition to the touch-sensitive surface 630 a. Alternatively, other input devices 630b may include, but are not limited to, one or more of a physical keyboard, function keys (such as volume control keys, switch keys, etc.), a trackball, a mouse, a joystick, and the like.
The display unit 640 may be used to display information input by or provided to a user and various graphical user interfaces of the terminal 600, which may be made up of graphics, text, icons, video, and any combination thereof. The Display unit 640 may include a Display panel 640a, and optionally, the Display panel 640a may be configured in the form of an LCD (Liquid Crystal Display), an OLED (Organic Light-Emitting Diode), or the like. Further, touch-sensitive surface 630a may overlay display panel 640a, and when touch-sensitive surface 630a detects a touch operation thereon or nearby, processor 680 may determine the type of touch event, and processor 680 may then provide a corresponding visual output on display panel 640a according to the type of touch event. Although in FIG. 8, touch-sensitive surface 630a and display panel 640a are implemented as two separate components for input and output functions, in some embodiments, touch-sensitive surface 630a may be integrated with display panel 640a for input and output functions.
The terminal 600 may also include at least one sensor 650, such as a light sensor, a motion sensor, and other sensors. Alternatively, the light sensor may include an ambient light sensor that adjusts the brightness of the display panel 640a according to the brightness of ambient light, and a proximity sensor that turns off the display panel 640a and/or the backlight when the terminal 600 moves to the ear. As one of the motion sensors, the gravity acceleration sensor can detect the magnitude of acceleration in each direction (generally, three axes), can detect the magnitude and direction of gravity when the mobile phone is stationary, and can be used for applications of recognizing the posture of the mobile phone (such as horizontal and vertical screen switching, related games, magnetometer posture calibration), vibration recognition related functions (such as pedometer and tapping), and the like; as for other sensors such as a gyroscope, a barometer, a hygrometer, a thermometer, and an infrared sensor, which can be configured in the terminal 600, detailed descriptions thereof are omitted.
The audio circuit 660, speaker 660a, microphone 660b may provide an audio interface between a user and the terminal 600. The audio circuit 660 can transmit the electrical signal converted from the received audio data to the loudspeaker 660a, and the electrical signal is converted into a sound signal by the loudspeaker 660a and output; on the other hand, the microphone 660b converts the collected sound signal into an electric signal, converts the electric signal into audio data after being received by the audio circuit 660, and then processes the audio data by the audio data output processor 680, and then transmits the audio data to, for example, another terminal via the RF circuit 610, or outputs the audio data to the memory 620 for further processing. The audio circuit 660 may also include an earbud jack to provide communication of a peripheral headset with the terminal 600.
To implement wireless communication, a wireless communication unit 670 may be disposed on the terminal, and the wireless communication unit 670 may be a WiFi module. WiFi belongs to a short-range wireless transmission technology, and the terminal 600 may help a user to send and receive e-mails, browse web pages, access streaming media, and the like through the wireless communication unit 670, which provides the user with wireless broadband internet access. Although fig. 8 shows the wireless communication unit 670, it is understood that it does not belong to the essential constitution of the terminal 600 and may be omitted entirely within the scope not changing the essence of the invention as needed.
The processor 680 is a control center of the terminal 600, connects various parts of the entire handset using various interfaces and lines, and performs various functions of the terminal 600 and processes data by operating or executing software programs and/or modules stored in the memory 620 and calling data stored in the memory 620, thereby integrally monitoring the handset. Optionally, processor 680 may include one or more processing cores; preferably, the processor 680 may integrate an application processor, which mainly handles operating systems, user interfaces, application programs, etc., and a modem processor, which mainly handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into processor 680.
The terminal 600 also includes a power supply 690 (e.g., a battery) for powering the various components, which may be logically coupled to the processor 680 via a power management system to manage charging, discharging, and power consumption via the power management system. The power supply 690 may also include any component including one or more dc or ac power sources, recharging systems, power failure detection circuitry, power converters or inverters, power status indicators, and the like.
Although not shown, the terminal 600 may further include a camera, a bluetooth module, and the like, which will not be described herein.
An alternative architecture for terminal 600 is presented above in connection with fig. 8, in which one or more modules are stored in the memory and configured to be executed by the one or more processors, the one or more modules having the following functionality:
receiving a command to transmit business data from a first process to a second process;
running a exporting dynamic link library corresponding to the service, and exporting the service data from the first process to obtain temporary data;
transmitting the temporary data to the second process;
and operating an import dynamic link library corresponding to the service, and importing the temporary data in a second process to obtain the service data.
The one or more modules also have the following functions:
generating an export dynamic link library and an import dynamic link library for each service in advance;
and establishing a corresponding relation between the business and the export dynamic link library and the import dynamic link library, wherein each business in the corresponding relation corresponds to one export dynamic link library and one import dynamic link library respectively.
Optionally, the running of the export dynamic link library corresponding to the service and exporting the service data from the first process to obtain temporary data includes:
searching a derived dynamic link library corresponding to the business to which the business data belongs in the corresponding relation;
and operating the export dynamic link library, and exporting the service data from the first process to obtain temporary data.
Optionally, the running of the import dynamic link library corresponding to the service and the importing of the temporary data in the second process to obtain the service data include:
searching an import dynamic link library corresponding to the service to which the service data belongs in the corresponding relation;
and operating the import dynamic link library, and importing the temporary data in the second process to obtain the service data.
Optionally, the running of the export dynamic link library corresponding to the service and exporting the service data from the first process to obtain temporary data includes:
determining a storage format used when the first process stores the service data;
and operating a derived dynamic link library corresponding to the service, and deriving the service data from the first process by using an interface of derived data corresponding to the storage format in the derived dynamic link library to obtain temporary data.
Optionally, the running of the import dynamic link library corresponding to the service and the importing of the temporary data in the second process to obtain the service data include:
determining a storage format used when the second process stores the service data;
and operating an import dynamic link library corresponding to the service, and importing the temporary data in the second process by using an interface of the import data corresponding to the storage format in the import dynamic link library to obtain the service data.
The above terminal provided in this embodiment receives a command for transmitting service data from a first process to a second process, runs an export dynamic link library corresponding to the service to export the service data from the first process to obtain temporary data, transmits the temporary data to the second process, runs an import dynamic link library corresponding to the service to import the temporary data into the second process to obtain the service data, and automatically completes export, transmission and import according to the command without manual assistance in operating a dump tool and a load tool, thereby improving data transmission efficiency, reducing operation complexity, enhancing usability, avoiding instability of manual operation, allowing the whole process to be monitored, realizing automation of data operation and maintenance, designing different dynamic link libraries for different storage systems, and automatically running on a storage device, shielding storage differences of each storage system on the operation and maintenance level of a user interface, the method provides a simple and consistent storage concept for the operation and maintenance personnel, and greatly reduces the understanding burden of the operation and maintenance personnel. The terminal can be used for data migration and data recovery, can be applied to heterogeneous distributed storage systems, particularly mass storage systems, can greatly improve the efficiency of data storage and transmission, is easier to maintain and manage, and is more widely applied. In addition, developers only need to provide a dynamic link library file of a standard interface, do not need to change an online business system, and do not need to understand operation and maintenance operations and scenes, so that the operation, maintenance and development duties are well separated.
Another embodiment of the present invention provides a server, which may be configured to execute the data transmission method provided in any of the above method embodiments. Referring to fig. 9, the server 1900, which may vary considerably in configuration or performance, may include one or more Central Processing Units (CPUs) 1922 (e.g., one or more processors) and memory 1932, one or more storage media 1930 (e.g., one or more mass storage devices) storing applications 1942 or data 1944. Memory 1932 and storage medium 1930 can be, among other things, transient or persistent storage. The program stored in the storage medium 1930 may include one or more modules (not shown), each of which may include a series of instructions operating on a server. Still further, a central processor 1922 may be provided in communication with the storage medium 1930 to execute a series of instruction operations in the storage medium 1930 on the server 1900.
The server 1900 may also include one or more power supplies 1926, one or more wired or wireless network interfaces 1950, one or more input-output interfaces 1958, and/or one or more operating systems 1941, such as Windows Server, Mac OS XTM, UnixTM, LinuxTM, FreeBSDTM, etc.
In particular in the present embodiment, execution of the one or more programs by one or more processors includes instructions for:
receiving an order input by a user, and sending a command for transmitting the service data from the first process to the second process according to the order.
The server can provide a web page for a user to input an order, the order can be stored in a database, the conversion of the order into a command can be executed by a separate process, and the converted command is sent to the storage device and used for the storage device to execute export, transmission and import of data according to the command.
The server provided by the embodiment can manage the order input by the user, and convert the order into the command to be sent to the storage device, so that the storage device can execute the business data of the first process, and export and transmit the business data to the second process and import the business data, the efficiency of data transmission is improved, the complexity of operation is reduced, the usability is enhanced, the instability of manual operation is avoided, the whole process can be monitored, the automation of data operation and maintenance is realized, the server can be used for data migration and data recovery, can be applied to a heterogeneous distributed storage system, is easier to maintain and manage, and is wider in application.
Another embodiment of the present invention provides a non-transitory, readable storage medium having stored therein one or more modules (programs), which when applied in an apparatus, may cause the apparatus to perform the following steps:
receiving a command to transmit business data from a first process to a second process;
running a exporting dynamic link library corresponding to the service, and exporting the service data from the first process to obtain temporary data;
transmitting the temporary data to the second process;
and operating an import dynamic link library corresponding to the service, and importing the temporary data in the second process to obtain the service data.
The apparatus may also execute instructions for:
generating an export dynamic link library and an import dynamic link library for each service in advance;
and establishing a corresponding relation between the business and the export dynamic link library and the import dynamic link library, wherein each business in the corresponding relation corresponds to one export dynamic link library and one import dynamic link library respectively.
Optionally, the running of the export dynamic link library corresponding to the service and exporting the service data from the first process to obtain temporary data includes:
searching a derived dynamic link library corresponding to the service in the corresponding relation;
and operating the export dynamic link library, and exporting the service data from the first process to obtain temporary data.
Optionally, the running of the import dynamic link library corresponding to the service and the importing of the temporary data in the second process to obtain the service data include:
searching an import dynamic link library corresponding to the service in the corresponding relation;
and operating the import dynamic link library, and importing the temporary data in the second process to obtain the service data.
Optionally, the running of the export dynamic link library corresponding to the service and exporting the service data from the first process to obtain temporary data includes:
determining a storage format used when the first process stores the service data;
and operating a derived dynamic link library corresponding to the service, and deriving the service data from the first process by using an interface of derived data corresponding to the storage format in the derived dynamic link library to obtain temporary data.
Optionally, the running of the import dynamic link library corresponding to the service and the importing of the temporary data in the second process to obtain the service data include:
determining a storage format used when the second process stores the service data;
and operating an import dynamic link library corresponding to the service, and importing the temporary data in the second process by using an interface of the import data corresponding to the storage format in the import dynamic link library to obtain the service data.
The above non-volatile readable storage medium provided in this embodiment receives a command for transferring service data from a first process to a second process, runs a export dynamic link library corresponding to the service to export the data of the service from the first process to obtain temporary data, transfers the temporary data to the second process, runs an import dynamic link library corresponding to the service to import the temporary data in the second process to obtain the data of the service, and automatically completes the export, transfer, and import according to the command without manual assistance of a dump tool and a load tool, thereby improving the efficiency of data transfer, reducing the complexity of operation, enhancing the ease of use, avoiding instability of manual operation, monitoring the whole process, realizing automation of data operation and maintenance, designing different dynamic link libraries for different storage systems, and automatically running on a storage device, the storage difference of each storage system is shielded on the operation and maintenance level of the user interface, a simple and consistent storage concept is provided for operation and maintenance personnel, and the understanding burden of the operation and maintenance personnel is greatly reduced. The technical scheme can be used for data migration and data recovery, can be applied to heterogeneous distributed storage systems, particularly mass storage systems, can greatly improve the efficiency of data storage and transmission, is easier to maintain and manage, and is more widely applied. In addition, developers only need to provide a dynamic link library file of a standard interface, do not need to change an online business system, and do not need to understand operation and maintenance operations and scenes, so that the operation, maintenance and development duties are well separated.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, and the program may be stored in a non-volatile readable storage medium, which may be a read-only memory, a magnetic or optical disk, or the like.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (12)

1. A method of data transmission, the method comprising:
respectively generating an export dynamic link library and an import dynamic link library for each service in advance, wherein the export dynamic link library is stored in advance on a storage device where a first process is located, and the import dynamic link library is stored in advance on a storage device where a second process is located;
establishing a corresponding relation between services and the export dynamic link library and the import dynamic link library, wherein each service in the corresponding relation corresponds to an export dynamic link library and an import dynamic link library respectively, the corresponding relation is stored on a storage device where the first process is located and also stored on a storage device where the second process is located, the export dynamic link library defines an interface for exporting data for each storage format, and the import dynamic link library defines an interface for importing data for each storage format;
receiving a command to transmit business data from a first process to a second process;
running a exporting dynamic link library corresponding to the service, and exporting the service data from the first process to obtain temporary data;
transmitting the temporary data to the second process;
and operating an import dynamic link library corresponding to the service, and importing the temporary data in the second process to obtain the service data.
2. The method of claim 1, wherein the running of the export dynamic link library corresponding to the service, exporting the service data from the first process to obtain temporary data, comprises:
searching a derived dynamic link library corresponding to the business to which the business data belongs in the corresponding relation;
and operating the export dynamic link library, and exporting the service data from the first process to obtain temporary data.
3. The method according to claim 1, wherein the importing a dynamic link library corresponding to the operation of the service, and importing the temporary data in the second process to obtain the service data, comprises:
searching an import dynamic link library corresponding to the service to which the service data belongs in the corresponding relation;
and operating the import dynamic link library, and importing the temporary data in the second process to obtain the service data.
4. The method of claim 1, wherein the running of the export dynamic link library corresponding to the service, exporting the service data from the first process to obtain temporary data, comprises:
determining a storage format used when the first process stores the service data;
and operating a derived dynamic link library corresponding to the service, and deriving the service data from the first process by using an interface of derived data corresponding to the storage format in the derived dynamic link library to obtain temporary data.
5. The method according to claim 1, wherein the importing a dynamic link library corresponding to the operation of the service, and importing the temporary data in the second process to obtain the service data, comprises:
determining a storage format used when the second process stores the service data;
and operating an import dynamic link library corresponding to the service, and importing the temporary data in the second process by using an interface of the import data corresponding to the storage format in the import dynamic link library to obtain the service data.
6. The method of claim 1, further comprising:
the server receives an order input by a user, and sends a command for transmitting the service data from the first process to the second process according to the order.
7. An apparatus for data transmission, the apparatus comprising:
the generation module is used for respectively generating an export dynamic link library and an import dynamic link library for each service in advance, wherein the export dynamic link library is stored in advance on a storage device where a first process is located, and the import dynamic link library is stored in advance on a storage device where a second process is located;
the establishing module is used for establishing corresponding relations between services and the export dynamic link library and the import dynamic link library, wherein each service in the corresponding relations corresponds to an export dynamic link library and an import dynamic link library respectively, the corresponding relations are stored on the storage equipment where the first process is located and also stored on the storage equipment where the second process is located, the export dynamic link library defines an interface for exporting data for each storage format, and the import dynamic link library defines an interface for importing data for each storage format;
the receiving module is used for receiving a command for transmitting the service data from the first process to the second process;
the first operation module is used for operating a export dynamic link library corresponding to the service and exporting the service data from the first process to obtain temporary data;
a transmission module, configured to transmit the temporary data to the second process;
and the second operation module is used for operating the import dynamic link library corresponding to the service and importing the temporary data in the second process to obtain the service data.
8. The apparatus of claim 7, further comprising:
the first searching module is used for searching a derived dynamic link library corresponding to the business to which the business data belongs in the corresponding relation;
the first operation module is used for: and operating the export dynamic link library, and exporting the service data from the first process to obtain temporary data.
9. The apparatus of claim 7, further comprising:
the second searching module is used for searching the import dynamic link library corresponding to the business to which the business data belongs in the corresponding relation;
the second operation module is used for: and operating the import dynamic link library, and importing the temporary data in the second process to obtain the service data.
10. The apparatus of claim 7, wherein the first operational module is to:
determining a storage format used when the first process stores the service data;
and operating a derived dynamic link library corresponding to the service, and deriving the service data from the first process by using an interface of derived data corresponding to the storage format in the derived dynamic link library to obtain temporary data.
11. The apparatus of claim 7, wherein the second operation module is configured to:
determining a storage format used when the second process stores the service data;
and operating an import dynamic link library corresponding to the service, and importing the temporary data in the second process by using an interface of the import data corresponding to the storage format in the import dynamic link library to obtain the service data.
12. A non-transitory readable storage medium storing at least one instruction which, when executed by a processor, performs the method of data transfer of any one of claims 1-6.
CN201410311057.3A 2014-07-01 2014-07-01 Data transmission method and device Active CN105279175B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410311057.3A CN105279175B (en) 2014-07-01 2014-07-01 Data transmission method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410311057.3A CN105279175B (en) 2014-07-01 2014-07-01 Data transmission method and device

Publications (2)

Publication Number Publication Date
CN105279175A CN105279175A (en) 2016-01-27
CN105279175B true CN105279175B (en) 2020-01-10

Family

ID=55148198

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410311057.3A Active CN105279175B (en) 2014-07-01 2014-07-01 Data transmission method and device

Country Status (1)

Country Link
CN (1) CN105279175B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109165208B (en) * 2018-07-26 2020-12-15 佛山市电子政务科技有限公司 Method and system for loading data into database

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102141933A (en) * 2011-01-17 2011-08-03 博视联(苏州)信息科技有限公司 System for providing multiple multiplexing and pasting of computer application program and method thereof
CN102609496A (en) * 2011-01-28 2012-07-25 微软公司 Web service support for bulk item export/import
CN103607470A (en) * 2013-11-29 2014-02-26 北京中电普华信息技术有限公司 File transfer system and method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8301588B2 (en) * 2008-03-07 2012-10-30 Microsoft Corporation Data storage for file updates

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102141933A (en) * 2011-01-17 2011-08-03 博视联(苏州)信息科技有限公司 System for providing multiple multiplexing and pasting of computer application program and method thereof
CN102609496A (en) * 2011-01-28 2012-07-25 微软公司 Web service support for bulk item export/import
CN103607470A (en) * 2013-11-29 2014-02-26 北京中电普华信息技术有限公司 File transfer system and method

Also Published As

Publication number Publication date
CN105279175A (en) 2016-01-27

Similar Documents

Publication Publication Date Title
CN106970790B (en) Application program creating method, related equipment and system
CN110032512B (en) Debugging method of small program, related equipment and terminal
CN111142711B (en) Firmware configuration method and device, storage medium and mobile terminal
CN108039963B (en) Container configuration method and device and storage medium
CN106502703B (en) Function calling method and device
WO2018006841A1 (en) Qr code information transmission method, device and apparatus
EP2869604B1 (en) Method, apparatus and device for processing a mobile terminal resource
CN111770009B (en) Data transmission method and related equipment
CN107317828B (en) File downloading method and device
CN111273955A (en) Thermal restoration plug-in optimization method and device, storage medium and electronic equipment
CN112749074A (en) Test case recommendation method and device
CN111026457B (en) Hardware configuration method and device, storage medium and terminal equipment
CN106899959B (en) Method, device, terminal and system for obtaining SIM card information
CN111359210B (en) Data processing method and device, electronic equipment and storage medium
CN106507357B (en) Access control method and terminal equipment
CN103729283A (en) System log output method and device and terminal device
CN105528220B (en) Method and device for loading dynamic shared object
CN111083285A (en) Mobile terminal call positioning system and method
CN105279175B (en) Data transmission method and device
CN106817370B (en) Method and device for transmitting network data
US11327845B2 (en) Image synchronization method and device, and server
CN106681845B (en) Method and device for managing communication messages
CN105278967B (en) System updating method, device and system of mobile terminal
CN112261634A (en) Bluetooth transmission control method, device, terminal equipment and storage medium
CN106294025B (en) Method and device for downloading terminal software

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant