CN107590076B - Method for acquiring service data, method and device for generating service data source - Google Patents

Method for acquiring service data, method and device for generating service data source Download PDF

Info

Publication number
CN107590076B
CN107590076B CN201710864972.9A CN201710864972A CN107590076B CN 107590076 B CN107590076 B CN 107590076B CN 201710864972 A CN201710864972 A CN 201710864972A CN 107590076 B CN107590076 B CN 107590076B
Authority
CN
China
Prior art keywords
data
service data
class
converting
business
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
CN201710864972.9A
Other languages
Chinese (zh)
Other versions
CN107590076A (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.)
Beijing QIYI Century Science and Technology Co Ltd
Original Assignee
Beijing QIYI Century Science and Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing QIYI Century Science and Technology Co Ltd filed Critical Beijing QIYI Century Science and Technology Co Ltd
Priority to CN201710864972.9A priority Critical patent/CN107590076B/en
Publication of CN107590076A publication Critical patent/CN107590076A/en
Application granted granted Critical
Publication of CN107590076B publication Critical patent/CN107590076B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides a method for acquiring service data, a method for generating a service data source and a device thereof. A method of obtaining business data, comprising: inquiring and obtaining service data from the Proto file in the text form; converting the service data into service data with a set data structure; the set data structure is a data structure which can be identified and read by an advertisement delivery system. The method reads the business data from the readable Proto file and then converts the business data into the data structure which can be identified by the launching engine, thereby realizing the readability of the business data, providing readable business data for the test of the advertisement launching system and facilitating the test of the launching engine by technical personnel.

Description

Method for acquiring service data, method and device for generating service data source
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a method for acquiring service data, a method for generating a service data source, and an apparatus for generating a service data source.
Background
When the advertisement delivery system delivers advertisements, the service data is needed. In general, the advertisement delivery system stores the user order data in the MySQL database, and when the user order data needs to be delivered, a delivery engine of the advertisement delivery system derives the user order data from the MySQL database as business data, and constructs the business data into a memory mapping file. The business data can be loaded into the memory by loading the memory mapping file for the advertisement putting of the putting engine.
When a unit test or an automatic test is performed on a launching engine of an advertisement launching system, almost all test interfaces need to call the memory mapping file generated in the advertisement launching process, and a tester needs to judge whether the test result of each test case is correct or not according to business data. However, the data in the MySQL database is suitable for machine storage but has no readability, i.e. the business data derived from the MySQL database is also not readable. Therefore, the service data acquired by the method cannot enable technicians to visually check whether the test result of the test case is correct or not, and cannot be applied to testing the launching engine.
Disclosure of Invention
Based on the defects and shortcomings of the prior art, the invention provides a method for acquiring business data, a method for generating a business data source and a device thereof, which can provide readable business data for a launch engine and facilitate the test of the launch engine.
A method of obtaining business data, comprising:
inquiring and obtaining service data from the Proto file in the text form;
converting the service data into service data with a set data structure; the set data structure is a data structure which can be identified and read by the advertisement delivery system.
Preferably, the converting the service data into service data with a set data structure includes:
acquiring a field name of the service data and data corresponding to the field name;
and converting the service data into service data with a set data structure according to the field name and the data corresponding to the field name.
Preferably, the method further comprises:
and reading the business data with the set data structure from the MySQL database.
A method of generating a traffic data source, comprising:
converting the Proto file in the text form of the stored service data into a message class of the stored service data;
converting the message class of the stored service data into a ProtoTable class of the stored service data, and setting the ProtoTable class as a service data source; the method for reading the data in the ProtoTable class is the same as the method for reading the data in the MySQL database.
Preferably, the method further comprises:
reading service data with a set data structure from a MySQL database;
converting the read business data with the set data structure into a message class for storing the business data;
converting the message class of the stored service data into a ProtoTable class of the stored service data, and setting the ProtoTable class as a service data source; the method for reading the data in the ProtoTable class is the same as the method for reading the data in the MySQL database.
Preferably, the converting the read service data with the set data structure into a message class storing the service data includes:
acquiring a field name of the service data of the set data structure and data corresponding to the field name;
and converting the business data with the set data structure into a message class for storing the business data according to the field names and the data corresponding to the field names.
An apparatus for acquiring service data, comprising:
the data reading unit is used for inquiring and obtaining service data from the Proto file in the text form;
the data conversion unit is used for converting the service data into service data with a set data structure; the set data structure is a data structure which can be identified and read by the advertisement delivery system.
Preferably, when the data conversion unit converts the service data into service data with a set data structure, the data conversion unit is specifically configured to:
acquiring a field name of the service data and data corresponding to the field name; and converting the service data into service data with a set data structure according to the field name and the data corresponding to the field name.
Preferably, the data reading unit is further configured to:
and reading the business data with the set data structure from the MySQL database.
An apparatus for generating a traffic data source, comprising:
the first conversion unit is used for converting the Proto file in the text form of the stored service data into a message class of the stored service data;
the second conversion unit is used for converting the message class of the stored service data into a ProtoTable class of the stored service data, and setting the ProtoTable class as a service data source; the method for reading the data in the ProtoTable class is the same as the method for reading the data in the MySQL database.
Preferably, the device further comprises a reading unit, configured to read the service data of the set data structure from the MySQL database;
the first conversion unit is used for converting the read business data with the set data structure into a message class for storing the business data.
Preferably, when the first conversion unit converts the read service data with the set data structure into a message class storing the service data, the first conversion unit is specifically configured to:
acquiring a field name of the service data of the set data structure and data corresponding to the field name; and converting the business data with the set data structure into a message class for storing the business data according to the field names and the data corresponding to the field names.
The method for acquiring the service data can be used for inquiring the service data from the Proto file in the text form and then converting the inquired service data into a data structure which can be identified and read by an advertisement delivery system. The method reads the business data from the readable Proto file and then converts the business data into the data structure which can be identified by the launching engine, thereby realizing the readability of the business data, providing readable business data for the test of the advertisement launching system and facilitating the test of the launching engine by technical personnel.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a schematic flowchart of a method for acquiring service data according to an embodiment of the present invention;
FIG. 2 is a system architecture diagram according to an embodiment of the present invention;
fig. 3 is a flowchart illustrating a method for generating a service data source according to an embodiment of the present invention;
fig. 4 is a schematic flowchart of another method for generating a service data source according to an embodiment of the present invention;
FIG. 5 is a schematic diagram of another system architecture according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of an apparatus for acquiring service data according to an embodiment of the present invention;
fig. 7 is a schematic structural diagram of an apparatus for generating a service data source according to an embodiment of the present invention;
fig. 8 is a schematic structural diagram of another apparatus for generating a service data source according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment of the invention discloses a method for acquiring service data, which is shown in figure 1 and comprises the following steps:
s101, inquiring and obtaining service data from a Proto file in a text form;
specifically, in the embodiment of the present invention, a Proto file storing service data in a readable form is constructed in advance, and the service data used for constructing the Proto file may be test service data used for testing an advertisement delivery system, or readable service data read from a MySQL database and converted. The specific data structure of the business data in the Proto file can be data in a format of google:: Protobuf:: Message. For reading the Proto file, there is an existing conventional reading method, and in the embodiment of the present invention, a conventional reading method in the field is used to read the service data in the Proto file, or any known available reading method is used, which is not described again in the embodiment of the present invention.
It should be noted that the technical solution of the embodiment of the present invention is to provide readable service data for an advertisement delivery system, so as to implement a test on the advertisement delivery system. Specifically, in the embodiment of the present invention, the business data stored in the Proto file in the readable text format is converted into the data structure readable by the advertisement delivery system, so that the tester can determine what data is input to the advertisement delivery system from the readable Proto file, thereby implementing the test on the advertisement delivery system. Whereas text form is a common human-readable form of data storage, embodiments of the present invention employ Proto files in text form. It is understood that other readable forms of Proto files may be employed by embodiments of the present invention.
S102, converting the service data into service data with a set data structure; the set data structure is a data structure which can be identified and read by the advertisement delivery system.
Specifically, the data of the google:: Protobuf:: Message data structure is data suitable for being read by a technician, but is not a data type which can be recognized and read by an advertisement delivery system. The advertisement delivery system is generally configured to read the service data directly from the MySQL database, and therefore, the data that the advertisement delivery system can directly identify and read is MySQL:, data in the storequeryreresult format, which is queried from the MySQL database. Therefore, after the readable service data is inquired from the Proto file, the data structure of the readable service data is converted into a data structure which can be identified and read by the advertisement delivery system, namely, the data of the google:: Protobuf:: Message data structure is converted into data of mysql pp:: storequery result format.
After the readable data structure of the service data is converted into the data structure which can be identified and read by the advertisement delivery system, the advertisement delivery system can read the service data without any change. For the technician, the specific content of the business data input to the advertising system is known, so that the advertising system can be visually observed and tested.
The method for acquiring the service data provided by the embodiment of the invention can be used for inquiring the service data from the Proto file in the text form and then converting the inquired service data into a data structure which can be identified and read by an advertisement delivery system. The method reads the business data from the readable Proto file and then converts the business data into the data structure which can be identified by the launching engine, thereby realizing the readability of the business data, providing readable business data for the test of the advertisement launching system and facilitating the test of the launching engine by technical personnel.
Optionally, in another embodiment of the present invention, the converting the service data into service data with a set data structure includes:
acquiring a field name of the service data and data corresponding to the field name; and converting the service data into service data with a set data structure according to the field name and the data corresponding to the field name.
Specifically, the data structure for converting the data result queried from the Proto file into the data query result of the MySQL database needs to use a reflection mechanism of Proto. The reflection mechanism of Proto converts the data of google:: Protobuf: Message data structure into data of mysqlpp:: StoreQueryResult format by simulating mysqlpp to call the query result of mysqlc api, such as returning the column name and type of the query statement (ResultBase), returning the data Row of the query statement (mysqlpp:: Row), length, etc. Specifically, the GetDescriptor provided by google, Protobuf and Message can be used for obtaining the field name information of the google, Protobuf and Message data, which corresponds to the column name of mysql data; the GetReflect can be used for acquiring data corresponding to the field names of the google:protobuf:messagedata, corresponding to the content of each Row of data of mysqlpp:row, and finally converting the google:protobuf:messagetype data into mysqlpp:storeQueryResultstructure.
Optionally, in another embodiment of the present invention, the method further includes:
and reading the business data with the set data structure from the MySQL database.
Specifically, in the embodiment of the present invention, the data reading interface may not only read the business data from the Proto file, but also directly read the business data from the MySQL database. As shown in the system architecture of FIG. 2, ProtoFileSourcer and MysqlDataSourcer inherit the BusinessDataSource base class for reading the business data, ProtoFileSourcer and MysqlDataSourcer provide the same interface, obtain data according to the specified data _ id, and are both mysqlpp:: the data format of StoreQueryResult. For ProtoFileSourcer, the conversion of the data structure of the query result is automatically realized, and the conversion is converted into mysqlpp:: the data format of StoreQueryResult.
The system architecture is equivalent to adding a function of reading the service data in the Proto file for the data reading interface of the advertisement delivery system on the premise of keeping the original data reading interface. Therefore, the original advertisement putting system can realize normal advertisement putting work without other improvements, and can read readable business data during testing, and only needs to replace a data source. Obviously, the method is only suitable for the advertisement delivery system reading the MySQL database data, and for the advertisement delivery system using other types of data sources, the service data in the Proto file needs to be converted into a data structure suitable for the advertisement delivery system to be used by the advertisement delivery system.
The embodiment of the invention discloses a method for generating a service data source, which is shown in figure 3 and comprises the following steps:
s301, converting the Proto file in the text form of the stored service data into a message class of the stored service data;
specifically, the Message class is an intermediate data type for realizing the ProtoTable class converted from the Proto text file, and the data in the Message class is in a google:: Protobuf:: Message format.
In the embodiment of the invention, a readable Proto text file for storing the service data in the text form is constructed in advance, and the stored text data is converted into the message class. The Proto text data file can be parsed into the Message class by calling the Parse method of google:protobuf:textFormat. The Parse method is a public function method in google:Protobuf, and can realize the data analysis and conversion process.
S302, converting the message class of the stored service data into a ProtoTable class of the stored service data, and setting the ProtoTable class as a service data source; the method for reading the data in the ProtoTable class is the same as the method for reading the data in the MySQL database.
Specifically, the data in the Message format of google:: Protobuf:: Message in the Message class is finally converted into the protoTable class. The ProtoTable provides the same reading interface as MySQL, and can cycle each line of data and read by field name through [ ] operator. The specific implementation method also utilizes the reflection mechanism of Proto to, and stores the duplicated messages stored in the google:: Protobuf:: Message class in the vector, wherein each element of the vector is ProtoRow. The ProtoRow provides an operational character and provides a function of searching according to field names by using a reflection mechanism, so that codes of each row of data of the database read by the operational character can be reused without any change in the advertisement delivery system, and the advertisement delivery system can read business data readable by technicians only by replacing a data source with a ProtoTable, so that the technicians can test the advertisement delivery system conveniently.
The method for generating the service data source provided by the embodiment of the invention converts the service data in the Proto file storing the readable service data into the ProtoTable class, and the ProtoTable class provides a reading interface which is the same as the MySQL database, so that the advertisement delivery system can read the readable service data, and technical personnel can observe the input service data and the output result when testing the advertisement delivery system, and test the performance of the advertisement delivery system.
Optionally, in another embodiment of the present invention, referring to fig. 4, the method further includes:
s401, reading service data with a set data structure from a MySQL database;
specifically, in the embodiment of the present invention, the data reading structure may read the business data from the Proto file, and may also read the data from the MySQL database. As shown in FIG. 5, the GetData virtual function of the Business data Source class represents that data is obtained according to a given data _ id, and is google: Protobuf: Message type; MysqlDataSource and ProtoFileSource inherit BusinessDataSource, and respectively realize the GetData method. For MySQL, given data items, a corresponding data list can be obtained by inquiring an sql statement, and for each row of data, a corresponding data unit can be found through a column name; for the Proto file, the data of a given data item is stored in the Proto file, and by using the reflection mechanism of Proto, the corresponding data unit can also be searched or reset by the field name.
It should be noted that the business data read from the MySQL database is mysqlpp:: data of the StoreQueryResult structure.
S402, converting the read business data with the set data structure into a message class for storing the business data;
specifically, the business data of the StoreQueryResult structure is not readable, and is converted to be readable. The specific conversion process is to convert the storage form of the data into the storage form of the Message class, and the data stored in the Message class is in a google:: Protobuf:: Message format.
S403, converting the message class of the stored service data into a ProtoTable class of the stored service data, and setting the ProtoTable class as a service data source; the method for reading the data in the ProtoTable class is the same as the method for reading the data in the MySQL database.
Specifically, the data in the Message format of google:: Protobuf:: Message in the Message class is finally converted into the protoTable class. The ProtoTable provides the same reading interface as MySQL, and can cycle each line of data and read by field name through [ ] operator. The specific implementation method also utilizes the reflection mechanism of Proto to, and stores the duplicated messages stored in the google:: Protobuf:: Message class in the vector, wherein each element of the vector is ProtoRow. ProtoRow provides a function of searching by field names by providing an [ ] operator and utilizing a reflection mechanism, so that codes in the advertisement delivery system for reading each row of data of the database through the [ ] operator can be reused without any change, and business data can be selected to be read from a MySQL database or read from a Proto file by selecting different data sources. When the advertisement delivery system works normally, reading service data from the MySQL database; when a technician tests the advertisement delivery system, the advertisement delivery system can read the service data readable by the technician by only replacing the MySQL data source with the ProtoTable, so that the technician can conveniently test the advertisement delivery system.
The embodiment of the invention directly converts the service data in the MySQL database without specially constructing the Proto file, thereby being more convenient in the actual application process.
Optionally, in another embodiment of the present invention, the converting the read service data with the set data structure into a message class storing the service data includes:
acquiring a field name of the service data of the set data structure and data corresponding to the field name; and converting the business data with the set data structure into a message class for storing the business data according to the field names and the data corresponding to the field names.
Specifically, by mapping the data table obtained by querying in the MySQL database into a requested Message, where each row is mapped into a Message having the same field name as the column name of the sql query statement, the data obtained by the MySQL query can be read by the column name and stored in the Message having the corresponding name. The specific method can use GetDescriptor provided by google:: Protobuf:: Message to obtain the field name of subMessage (the requested Message with the same column name as the sql query statement), then traverse each row in the data table, take out the data of the corresponding field, and set the corresponding value by using a GetReflect method.
The embodiment of the invention discloses a device for acquiring service data, which is shown in figure 6 and comprises the following components:
the data reading unit 601 is configured to obtain service data by querying a Proto file in a text form;
a data conversion unit 602, configured to convert the service data into service data with a set data structure; the set data structure is a data structure which can be identified and read by the advertisement delivery system.
Specifically, please refer to the content of the corresponding method embodiment for the specific working content of each unit in this embodiment, which is not described herein again.
Optionally, in another embodiment of the present invention, when the data conversion unit 602 converts the service data into service data with a set data structure, the data conversion unit is specifically configured to:
acquiring a field name of the service data and data corresponding to the field name; and converting the service data into service data with a set data structure according to the field name and the data corresponding to the field name.
Specifically, please refer to the contents of the corresponding method embodiment for the specific working contents of the data conversion unit 602 in this embodiment, which are not described herein again.
Optionally, in another embodiment of the present invention, the data reading unit 601 is further configured to:
and reading the business data with the set data structure from the MySQL database.
Specifically, for the specific working content of the data reading unit 601 in this embodiment, please refer to the content of the corresponding method embodiment, which is not described herein again.
The embodiment of the invention discloses a device for generating a service data source, which is shown in fig. 7 and comprises:
a first conversion unit 701, configured to convert a Proto file in a text format storing service data into a message class storing the service data;
a second conversion unit 702, configured to convert the message class storing the service data into a ProtoTable class storing the service data, and set the ProtoTable class as a service data source; the method for reading the data in the ProtoTable class is the same as the method for reading the data in the MySQL database.
Specifically, please refer to the content of the corresponding method embodiment for the specific working content of each unit in this embodiment, which is not described herein again.
Optionally, in another embodiment of the present invention, as shown in fig. 8, the apparatus further includes a reading unit 703, configured to read service data of a set data structure from the MySQL database;
the first conversion unit 701 is configured to convert the read service data with the set data structure into a message class storing the service data.
Specifically, please refer to the content of the corresponding method embodiment for the specific working content of each unit in this embodiment, which is not described herein again.
Optionally, in another embodiment of the present invention, when the first converting unit 701 converts the read service data with the set data structure into a message class storing the service data, the first converting unit is specifically configured to:
acquiring a field name of the service data of the set data structure and data corresponding to the field name; and converting the business data with the set data structure into a message class for storing the business data according to the field names and the data corresponding to the field names.
Specifically, for the specific working content of the first conversion unit 701 in this embodiment, please refer to the content of the corresponding method embodiment, which is not described herein again.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method for obtaining service data, comprising:
inquiring and obtaining service data from the Proto file in the text form;
acquiring a field name of the service data and data corresponding to the field name;
converting the business data into business data of a set data structure by taking the field name as a column name of the set data structure and taking data corresponding to the field name as row data content of the set data structure; the set data structure is a data structure which can be directly identified and read by the advertisement delivery system.
2. The method of claim 1, further comprising:
and reading the business data with the set data structure from the MySQL database.
3. A method for generating a service data source, comprising:
converting the Proto file in the text form of the stored service data into a message class of the stored service data;
converting the message class of the stored service data into a ProtoTable class of the stored service data, and setting the ProtoTable class as a service data source; the method for reading the data in the ProtoTable class is the same as the method for reading the data in the MySQL database, so that the advertisement delivery system can directly read the service data from the ProtoTable class.
4. The method of claim 3, further comprising:
reading service data with a set data structure from a MySQL database;
converting the read business data with the set data structure into a message class for storing the business data;
converting the message class of the stored service data into a ProtoTable class of the stored service data, and setting the ProtoTable class as a service data source; the method for reading the data in the ProtoTable class is the same as the method for reading the data in the MySQL database.
5. The method according to claim 4, wherein the converting the read service data of the configuration data structure into a message class storing the service data comprises:
acquiring a field name of the service data of the set data structure and data corresponding to the field name;
and converting the business data with the set data structure into a message class for storing the business data according to the field names and the data corresponding to the field names.
6. An apparatus for acquiring service data, comprising:
the data reading unit is used for inquiring and obtaining service data from the Proto file in the text form;
the data conversion unit is used for acquiring the field names of the service data and the data corresponding to the field names; converting the business data into business data of a set data structure by taking the field name as a column name of the set data structure and taking data corresponding to the field name as row data content of the set data structure; the set data structure is a data structure which can be directly identified and read by the advertisement delivery system.
7. The apparatus of claim 6, wherein the data reading unit is further configured to:
and reading the business data with the set data structure from the MySQL database.
8. An apparatus for generating a service data source, comprising:
the first conversion unit is used for converting the Proto file in the text form of the stored service data into a message class of the stored service data;
the second conversion unit is used for converting the message class of the stored service data into a ProtoTable class of the stored service data, and setting the ProtoTable class as a service data source; the method for reading the data in the ProtoTable class is the same as the method for reading the data in the MySQL database, so that the advertisement delivery system can directly read the service data from the ProtoTable class.
9. The apparatus according to claim 8, further comprising a reading unit, configured to read the service data of the set data structure from the MySQL database;
the first conversion unit is used for converting the read business data with the set data structure into a message class for storing the business data.
10. The apparatus according to claim 9, wherein the first converting unit, when converting the read service data of the setting data structure into a message class storing the service data, is specifically configured to:
acquiring a field name of the service data of the set data structure and data corresponding to the field name; and converting the business data with the set data structure into a message class for storing the business data according to the field names and the data corresponding to the field names.
CN201710864972.9A 2017-09-22 2017-09-22 Method for acquiring service data, method and device for generating service data source Active CN107590076B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710864972.9A CN107590076B (en) 2017-09-22 2017-09-22 Method for acquiring service data, method and device for generating service data source

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710864972.9A CN107590076B (en) 2017-09-22 2017-09-22 Method for acquiring service data, method and device for generating service data source

Publications (2)

Publication Number Publication Date
CN107590076A CN107590076A (en) 2018-01-16
CN107590076B true CN107590076B (en) 2021-08-13

Family

ID=61047620

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710864972.9A Active CN107590076B (en) 2017-09-22 2017-09-22 Method for acquiring service data, method and device for generating service data source

Country Status (1)

Country Link
CN (1) CN107590076B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109885532A (en) * 2019-02-11 2019-06-14 中国银行股份有限公司 A kind of transaction data standardized method and device
CN112950370A (en) * 2021-02-25 2021-06-11 未鲲(上海)科技服务有限公司 Service processing method, device, equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110029681A1 (en) * 2009-06-01 2011-02-03 Trion Worlds, Inc. Web client data conversion for synthetic environment interaction
CN103294652A (en) * 2012-02-27 2013-09-11 腾讯科技(深圳)有限公司 Data conversion method and system
CN103970737A (en) * 2013-01-24 2014-08-06 腾讯科技(深圳)有限公司 Data constitution method and device
CN105677805A (en) * 2015-12-31 2016-06-15 北京奇艺世纪科技有限公司 Data storing and reading method and device using protobuf

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110029681A1 (en) * 2009-06-01 2011-02-03 Trion Worlds, Inc. Web client data conversion for synthetic environment interaction
CN103294652A (en) * 2012-02-27 2013-09-11 腾讯科技(深圳)有限公司 Data conversion method and system
CN103970737A (en) * 2013-01-24 2014-08-06 腾讯科技(深圳)有限公司 Data constitution method and device
CN105677805A (en) * 2015-12-31 2016-06-15 北京奇艺世纪科技有限公司 Data storing and reading method and device using protobuf

Also Published As

Publication number Publication date
CN107590076A (en) 2018-01-16

Similar Documents

Publication Publication Date Title
CN109857667B (en) Interface automation test method, test device, test equipment and storage medium
CN106528400A (en) MOCK testing method and device
CN111240653B (en) Interface document generation method, device and readable storage medium
CN107220274B (en) Visual data interface market realization method
CN107590076B (en) Method for acquiring service data, method and device for generating service data source
CN109753432A (en) A kind of interface performance test method, apparatus, server and system
CN101515342A (en) Management system and method for uniqueness of sample instrument information in metrological verification technical institutions
CN108984393A (en) A kind of unit testing code automatic generation method and device
CN105959469B (en) Short message display method, display device and terminal
CN112650670A (en) Application testing method, device, system, electronic equipment and storage medium
CN106294345A (en) The treating method and apparatus of the log content of application program
EP2854373A1 (en) Method and device for importing and exporting contact
CN113760775A (en) Automatic message testing method and device
CN112486841A (en) Method and device for checking data collected by buried point
CN112037074A (en) Visualization-based data file analysis method and device
CN108399196B (en) Automatic sql execution method and system of database sql statement automatic generation tool
CN102882737A (en) Transaction language-1(TL1) command automatically testing method based on extensible markup language (XML) script
CN111382051A (en) API automatic test method and test device
CN114265737A (en) System migration integrity detection method and device and electronic equipment
CN110866492B (en) Baseline branch identification method and device and computer system
CN110995806B (en) Resource state conversion method, device, equipment and storage medium
CN112667513A (en) Test method, test device, test equipment and storage medium
CN112685500A (en) Link tracking and evidence storing method and device based on block chain and storage medium
CN112445811A (en) Data service method, device, storage medium and component based on SQL configuration
CN109815426A (en) Page info detection method and device, terminal and computer readable storage medium

Legal Events

Date Code Title Description
PB01 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