CN111314417B - Method and device for processing application data, storage medium and processor - Google Patents

Method and device for processing application data, storage medium and processor Download PDF

Info

Publication number
CN111314417B
CN111314417B CN202010036588.1A CN202010036588A CN111314417B CN 111314417 B CN111314417 B CN 111314417B CN 202010036588 A CN202010036588 A CN 202010036588A CN 111314417 B CN111314417 B CN 111314417B
Authority
CN
China
Prior art keywords
data
storage area
instruction
target application
application
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
CN202010036588.1A
Other languages
Chinese (zh)
Other versions
CN111314417A (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.)
Netease Hangzhou Network Co Ltd
Original Assignee
Netease Hangzhou Network 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 Netease Hangzhou Network Co Ltd filed Critical Netease Hangzhou Network Co Ltd
Priority to CN202010036588.1A priority Critical patent/CN111314417B/en
Publication of CN111314417A publication Critical patent/CN111314417A/en
Application granted granted Critical
Publication of CN111314417B publication Critical patent/CN111314417B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/60Generating or modifying game content before or while executing the game program, e.g. authoring tools specially adapted for game development or game-integrated level editor
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/131Protocols for games, networked simulations or virtual reality
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Multimedia (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method and a device for processing application data, a storage medium and a processor. Wherein the method comprises the following steps: creating a second storage area matching the first storage area, wherein the first storage area is used for storing all application data generated during the running of the target application, and the second storage area is used for storing part of application data copied from the first storage area; and responding to the test instruction for testing the target application, and executing the data control operation corresponding to the test instruction on the second storage area. The invention solves the technical problems that a large amount of time is required to be consumed for copying the whole application data stored in the online database to the offline server when the target application is periodically tested in the related art, so that the test is difficult.

Description

Method and device for processing application data, storage medium and processor
Technical Field
The present invention relates to the field of internet technologies, and in particular, to a method and apparatus for processing application data, a storage medium, and a processor.
Background
The network game server needs to periodically perform shutdown maintenance. The downtime maintenance typically goes through the following steps: 1. closing the external network gateway, and kicking off the player; 2. stopping the game server; 3. updating the code version; 4. starting a game server; 5. a quality assurance person/tester (Quality Assurance, QA for short) in the project group logs in the game server to test; 6. and opening an external network to allow the player to log in.
The place where the downtime maintenance takes the longest is step 5 of the above steps, i.e., the QA test section. Generally, QA will do testing work on internal servers. However, the number of the internal server personnel is small, and the game behavior of the internal personnel is different from that of the external real player, so that the game data of the internal server is often not as comprehensive as that of the external formal server. Therefore, after the external server is started, the QA personnel logs in the formal server to perform the test before the external network is started.
By adopting the mode, QA personnel can use real data to test in a real environment. However, this approach has two drawbacks: 1. since the test is performed in an on-line environment, the cheating code cannot be used to forge the data, otherwise the on-line data is affected. 2. The test time is very urgent because the longer the test time, the longer the downtime. In general the test needs to be completed within 1 hour.
Disclosure of Invention
The embodiment of the invention provides a method and a device for processing application data, a storage medium and a processor, which at least solve the technical problems that a large amount of time is required to be consumed for copying the whole application data stored in an online database to an offline server when a target application is periodically tested in the related art, so that the test is difficult.
According to an aspect of an embodiment of the present invention, there is provided a method for application data processing, including: creating a second storage area matched with a first storage area, wherein the first storage area is used for storing all application data generated during the running of a target application, and the second storage area is used for storing part of application data copied from the first storage area; and responding to a test instruction for testing the target application, and executing a data control operation corresponding to the test instruction on the second storage area.
Optionally, the responding to the test instruction for testing the target application performs a data control operation corresponding to the test instruction on the second storage area, including: querying target data related to the test instruction from the second storage area in response to the test instruction for testing the target application; if the target data exist in the second storage area, the target data in the second storage area are used as data to be operated; if the target data does not exist in the second storage area, acquiring the target data from the first storage area and storing the target data into the second storage area; and executing data control operation corresponding to the test instruction on the data to be operated in the second storage area.
Optionally, the method for processing application data further comprises: and establishing a connection relation between the test server and the first storage area and the second storage area respectively, wherein the first storage area is connected with the online server of the target application at the same time.
Optionally, the responding to the test instruction for testing the target application performs a data control operation corresponding to the test instruction on the second storage area, including: responding to a test instruction for testing the target application, and acquiring user login information corresponding to the test instruction; and entering the target application in a development environment based on the user login information, and writing application data of a user corresponding to the user login information into the second storage area from the first storage area.
Optionally, the test instruction includes an instruction to insert data for the target application; the responding to the test instruction for testing the target application, executing the data control operation corresponding to the test instruction on the second storage area, including: and responding to an instruction for carrying out data insertion on the target application, and inserting data to be inserted corresponding to the instruction for data insertion into the second storage area for storage.
Optionally, the test instruction includes an instruction to perform a data query for the target application; the responding to the test instruction for testing the target application, executing the data control operation corresponding to the test instruction on the second storage area, including: responding to an instruction for carrying out data query on the target application, and searching data matched with the instruction of the data query from the second storage area according to the instruction of the data query; and receiving data obtained by inquiring in the second storage area.
Optionally, the searching the data matching the instruction of the data query from the second storage area according to the instruction of the data query includes: searching data from the second storage area according to the data query instruction; if the data obtained by searching in the second storage area meets the preset condition, the data obtained by searching is used as a query result; if the data searched from the second storage area does not meet the preset condition, searching the data from the first storage area according to the data searching instruction, taking the data searched from the first storage area as the data to be carried, copying the data to be carried from the first storage area to the second storage area, and taking the data copied from the first storage area as a searching result searched from the second storage area.
Optionally, after the data obtained from the first storage area is stored in the second storage area, and before the data obtained from the first storage area is copied as the query result obtained from the second storage area, the method for applying data processing further includes: and searching data from the second storage area according to the data query instruction.
Optionally, the test instruction includes an instruction to perform data update for the target application; the responding to the test instruction for testing the target application, executing the data control operation corresponding to the test instruction on the second storage area, including: in response to an instruction for updating data for the target application, taking data to be updated corresponding to the instruction for updating data as data to be carried, and copying the data to be carried from the first storage area to the second storage area; and updating the data to be updated in the second storage area.
Optionally, the test instruction includes an instruction to delete data for the target application; the responding to the test instruction for testing the target application, executing the data control operation corresponding to the test instruction on the second storage area, including: and deleting the data to be deleted corresponding to the data deleting instruction from the second storage area in response to the data deleting instruction for the target application.
Optionally, after the data to be deleted corresponding to the data deleting instruction is deleted from the second storage area, the method for applying data processing further includes: searching the data to be deleted from the first storage area according to the data deleting instruction, and if the data to be deleted exists in the first storage area, recording the data to be deleted in a preset deleting record table.
Optionally, before copying the data to be handled from the first storage area to the second storage area, the method for applying data processing further includes: and confirming that the data to be carried is not queried from a preset deletion record table, wherein the deletion record table is used for recording the data deleted from the second storage area and existing in the first storage area.
According to another aspect of the embodiment of the present invention, there is provided an apparatus for processing application data, including: a creating unit configured to create a second storage area that matches a first storage area, wherein the first storage area is configured to store all application data generated during a target application run, and the second storage area is configured to store part of the application data copied from the first storage area; and the execution unit is used for responding to the test instruction for testing the target application and executing the data control operation corresponding to the test instruction on the second storage area.
Optionally, the execution unit includes: the first response module is used for responding to a test instruction for testing the target application and inquiring target data related to the test instruction from the second storage area; a first determining module, configured to, when the target data exists in the second storage area, take the target data in the second storage area as data to be operated; a first obtaining module, configured to obtain, if the target data does not exist in the second storage area, the target data from the first storage area, and store the target data in the second storage area; and the execution module is used for executing data control operation corresponding to the test instruction on the data to be operated in the second storage area.
Optionally, the apparatus for applying data processing further includes: the creating unit is used for creating a connection relation between the test server and the first storage area and the second storage area respectively, wherein the first storage area is connected with the online server of the target application at the same time.
Optionally, the execution unit includes: the second response module is used for responding to a test instruction for testing the target application and acquiring user login information corresponding to the test instruction; and the writing module is used for entering the target application in a development environment based on the user login information and writing application data of a user corresponding to the user login information into the second storage area from the first storage area.
Optionally, the test instruction includes an instruction to insert data for the target application; the execution unit includes: and the inserting module is used for responding to the instruction of data insertion aiming at the target application, and inserting the data to be inserted corresponding to the instruction of data insertion into the second storage area for storage.
Optionally, the test instruction includes an instruction to perform a data query for the target application; the execution unit includes: the searching module is used for responding to the instruction of data inquiry aiming at the target application and searching data matched with the instruction of the data inquiry from the second storage area according to the instruction of the data inquiry; and the receiving module is used for receiving the data inquired from the second storage area.
Optionally, the search module includes: the first searching sub-module is used for searching data from the second storage area according to the data query instruction; the first determining submodule is used for taking the data obtained by searching in the second storage area as a query result if the data obtained by searching in the second storage area meets the preset condition; and the second determining submodule is used for searching data from the first storage area according to the data searching instruction if the data searched from the second storage area does not meet the preset condition, taking the data searched from the first storage area as data to be carried, copying the data to be carried from the first storage area to the second storage area, and taking the data copied from the first storage area as a searching result searched from the second storage area.
Optionally, the apparatus further comprises: and the second searching sub-module is used for searching data from the second storage area according to an instruction of the data query after the data obtained from the first storage area is stored in the second storage area and before the data obtained from the first storage area is copied as a query result obtained from the second storage area.
Optionally, the test instruction includes an instruction to perform data update for the target application; the execution unit includes: the copying module is used for responding to an instruction for updating data aiming at the target application, taking data to be updated corresponding to the instruction for updating the data as data to be carried, and copying the data to be carried from the first storage area to the second storage area; and the updating module is used for updating the data to be updated in the second storage area.
Optionally, the test instruction includes an instruction to delete data for the target application; the execution unit includes: and the deleting module is used for responding to the instruction of deleting the data aiming at the target application and deleting the data to be deleted corresponding to the instruction of deleting the data from the second storage area.
Optionally, the apparatus for applying data processing further includes: and the recording module is used for searching the data to be deleted from the first storage area according to the data deleting instruction after the data to be deleted corresponding to the data deleting instruction is deleted from the second storage area, and recording the data to be deleted in a preset deleting record table if the data to be deleted exists in the first storage area.
Optionally, the apparatus for applying data processing further includes: and the determining module is used for determining that the data to be carried is not queried from a preset deletion record table before copying the data to be carried from the first storage area to the second storage area, wherein the deletion record table is used for recording the data deleted from the second storage area and existing in the first storage area.
According to another aspect of the embodiments of the present invention, there is provided a storage medium for storing a program, wherein the program, when executed by a processor, controls a device in which the storage medium is located to perform the method of application data processing according to any one of the above.
According to another aspect of the embodiment of the present invention, there is provided a processor, where the processor is configured to execute a program, where the program executes a method for processing application data according to any one of the above methods.
According to another aspect of the embodiment of the present invention, there is also provided an electronic device including: a processor; and a memory for storing executable instructions of the processor; wherein the processor is configured to perform the method of application data processing of any of the above via execution of the executable instructions.
In the embodiment of the invention, a second storage area matched with a first storage area is created, wherein the first storage area is used for storing all application data generated during the running of a target application, and the second storage area is used for storing part of application data copied from the first storage area; and responding to the test instruction for testing the target application, and executing the data control operation corresponding to the test instruction on the second storage area. By the application data processing method provided by the embodiment of the invention, when the target application needs to be tested, the second storage area is started, partial online data is acquired from the first storage area by utilizing the second storage area, the purpose of testing the target application by using the online data is realized by using the internal server, and all online data does not need to be copied to the internal server, so that the pressure of data copying is reduced, the testing efficiency is improved, and meanwhile, the requirement on the hardware configuration of the database is reduced.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiments of the invention and together with the description serve to explain the invention and do not constitute a limitation on the invention. In the drawings:
FIG. 1 is a flow chart of a method of application data processing according to an embodiment of the invention;
FIG. 2 is a block diagram of an overall server corresponding to a method of application data processing according to an embodiment of the present invention;
FIG. 3 is a flow chart of a data query operation in a method of applying data processing according to an embodiment of the present invention;
FIG. 4 is a flow chart of a data update operation in a method of applying data processing according to an embodiment of the present invention;
FIG. 5 is a flow chart of a data delete operation in a method of applying data processing according to an embodiment of the present invention;
FIG. 6 is a flow chart of a data deletion operation in an alternative method of applying data processing in accordance with an embodiment of the present invention;
fig. 7 is a schematic diagram of an apparatus for applying data processing according to an embodiment of the present invention.
Detailed Description
In order that those skilled in the art will better understand the present invention, a technical solution in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in which it is apparent that the described embodiments are only some embodiments of the present invention, not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the present invention without making any inventive effort, shall fall within the scope of the present invention.
It should be noted that the terms "first," "second," and the like in the description and the claims of the present invention and the above figures are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments of the invention described herein may be implemented in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
The inventors have found that in order to enable QA to test using external data in an internal server, an online formal server database can be copied in full into the database of a certain internal server. The database is then used to start the server so that QA can be tested using external data. However, the amount of data in the database of the online formal server is very large. Depending on the magnitude of the registered players, the database data volume of the online formal service may reach TB or PB. Copying such huge data to an internal server requires that a complete set of databases equivalent to the online databases in performance be built in the internal server. Moreover, copying such a large amount of data takes a very long time, which also makes testing difficult.
Aiming at the problem that when the periodical test is carried out on the online game in the related technology, a large amount of time is required to be consumed for copying the data stored in the online database to the database of the internal server, so that the test is difficult. The present invention provides a method and an apparatus for processing application data, and the method and the apparatus for processing application data provided by the present invention are specifically described below.
According to an aspect of embodiments of the present invention, there is provided an embodiment of a method of applying data processing, it being noted that the steps shown in the flowchart of the figures may be performed in a computer system, such as a set of computer executable instructions, and that although a logical order is shown in the flowchart, in some cases the steps shown or described may be performed in an order other than that shown.
FIG. 1 is a flow chart of a method of application data processing according to an embodiment of the present invention, as shown in FIG. 1, the method of application data processing comprising the steps of:
step S102, a second storage area matched with the first storage area is created, wherein the first storage area is used for storing all application data generated during the running of the target application, and the second storage area is used for storing part of application data copied from the first storage area.
Alternatively, the target application may be a game.
Optionally, when the target application is a game, the first storage area may be an online database in an online game environment, where an online server corresponding to the game stores all game data (i.e., all application data) of the online player in real time to the first storage area in the online game environment during the running process of the online server.
Alternatively, the second storage area may be a mirror database of the online database, but the mirror database in the present invention is used to store part of the application data stored in the online database, for example, the data of the online database is continuously carried to the mirror database of the internal server during the running process of the game server. Instead of copying all the data in the online database to the mirror database after the game server begins to run or runs.
In one application scenario, upon obtaining a request message that requires testing of a target application (e.g., game), a mirror database corresponding to the online database is created.
In addition, the mirror database may be created in advance, and when the request message is obtained, the mirror database may be directly started in response to the request message, and part of application data in the online database may be transferred to the mirror database and stored, so that a subsequent tester can test the target application by using the data.
Step S104, in response to the test instruction for testing the target application, performing a data control operation corresponding to the test instruction on the second storage area.
As can be seen from the above, in the embodiment of the present invention, by creating a second storage area that matches a first storage area, where the first storage area is used to store all application data generated during the running of the target application, and the second storage area is used to store part of the application data copied from the first storage area; and responding to a test instruction for testing the target application, and executing a data control operation corresponding to the test instruction on the second storage area so as to realize the purpose of testing the target application by using online data by the internal server.
It is noted that, when the target application needs to be tested, the second storage area matched with the first storage area can be created, and the data control operation corresponding to the test instruction is executed on the second storage area in response to the test instruction for testing the target application, so that the target application can be tested in the development environment by using part of the application data created in the second storage area in the development environment, the whole application data in the first storage area in the online environment does not need to be copied to the development environment in a full amount, the requirement for configuration of the additional storage area is reduced, and the first storage area and the second storage area are respectively located in the online environment and the development environment, so that a tester can use the cheating code to accelerate the test process, the aim of testing the target application by using the online data in the internal server is fulfilled, the whole online data does not need to be copied to the internal server, the pressure of copying the data is reduced, and the test efficiency is improved.
Therefore, by the application data processing method provided by the embodiment of the invention, the technical problem that a large amount of time is required to be consumed for copying the whole application data stored in the online database to the offline server when the target application is periodically tested in the related technology, so that the test is difficult is solved.
According to the above embodiment of the present invention, in step S104, in response to a test instruction for testing a target application, a data control operation corresponding to the test instruction is performed on the second storage area, including: in response to a test instruction for testing the target application, querying target data related to the test instruction from the second storage area; if the target data exist in the second storage area, the target data in the second storage area are used as the data to be operated; if the target data does not exist in the second storage area, acquiring the target data from the first storage area and storing the target data into the second storage area; and executing data control operation corresponding to the test instruction on the data to be operated in the second storage area.
For example, when a test instruction for testing a target application is received, first, target data (i.e., data for testing the target application) related to the test instruction is searched in the second storage area; in one aspect, when the query result is that the target data exists in the second storage area, the target data in the second storage area is used as the data to be operated; in another aspect, when the target data does not exist in the second storage area, the target data may be acquired from the first storage area and stored in the second storage area, so that a data control operation corresponding to the test instruction, for example, a data insertion operation, a data query operation, a data update operation, a data deletion operation, etc., may be performed on the data to be operated in the second storage area. The implementation manner of the specific data control operation is described in detail in the following embodiments, and is not described herein.
The target data is obtained from the first storage area, and the target data is stored in the second storage area, so that the data deletion record table in the second storage area can be queried by using an original query statement (namely, an instruction for carrying data aiming at a target application), and when the query result is determined to be in accordance with the query result, the query result meeting the requirement of the original query statement exists in the data deletion record table; filtering out corresponding data in the original query statement by using the primary key to obtain a filtering result; generating a new query statement (i.e., a modified data handling instruction) according to the filtering result, and executing a query operation in the first storage area by using the new query statement to obtain a query result; and skipping the data records which are already in the second storage area in the query result, and inserting the data records which are not in the second storage area in the query result into the second storage area.
The above data processing may be understood as a handling operation of copying application data that does not exist in the second storage area from the first storage area to the second storage area, and in the embodiment of the present invention, the handling operation refers to a process of copying application data from an online formal database to a mirror database. The carrying operation comprises the following steps: 1) Firstly, inquiring a_delete table in a mirror image database by using an original inquiring statement; 2) If the query result exists in the step 1, filtering out the corresponding items in the original query statement by using the primary key; 3) Querying an online formal database by using the new query statement; 4) The query results are subjected to the following operations one by one: a) If records exist in the mirror database, skipping the operation; b) If no corresponding record exists in the mirror database, the query result is inserted into the mirror database.
Because in the embodiment of the invention, one query statement can query a plurality of data, for example, one query statement can query three data (A, B and C) at the same time, if the query result A exists in the deleted record table, the data corresponding to the query result A is filtered, i.e. the data corresponding to the query result A is not queried any more, and the query result A is not carried; and continuing to query the data B and C which do not exist in the query result, namely, querying only the data which do not exist in the query result by using the query statement. Specifically, if the query result exists in the deletion record table, the main key is used to filter out the corresponding item in the original query statement.
According to the embodiment of the invention, when the test instruction for testing the target application is received, the target data related to the test instruction can be queried from the second storage area; when the target data exist in the second storage area, the target data in the second storage area are used as data to be operated; otherwise, when the target data does not exist in the second storage area, the target data is acquired from the first storage area and stored in the second storage area, and the data control operation corresponding to the test instruction is executed on the data to be operated in the second storage area, so that when the target application is tested, all application data generated and stored in the first storage area in the running process of the target application are not copied to the second storage area, and data handling is carried out according to the test requirement. That is, when the partial application data stored in the second storage area cannot meet the test requirement, the data is carried in real time based on the test requirement, so that the purposes of carrying the application data according to the requirement and carrying the application data in real time are realized when the target application is tested, the pressure of data copying is reduced, and the test efficiency is improved.
In order to implement application data interaction between the online database (i.e., the first storage area) and the mirror database (i.e., the second storage area), the online database and the online server, and the mirror database and the internal server (i.e., the test server), in an embodiment of the present invention, the method for processing application data may further include: and establishing connection relations between the test server and the first storage area and between the test server and the second storage area respectively, wherein the first storage area is connected with an online server of the target application at the same time.
According to the above embodiment of the present invention, in step S104, in response to a test instruction for testing a target application, a data control operation corresponding to the test instruction is performed on the second storage area, including: responding to a test instruction for testing a target application, and acquiring user login information corresponding to the test instruction; and entering a target application in the development environment based on the user login information, and writing application data of the user corresponding to the user login information into the second storage area from the first storage area.
For example, a tester may obtain login information for an online player in an online environment and facilitate the login information to log into a target application in the development environment, while writing game data (i.e., application data) of the online player from a first storage area to a second storage area for testing by the tester.
In addition, since the tester logs in to the target application in the development environment, when the online player is playing the game (i.e., the target application) online, the tester can start an offline server using the second storage area, and can add 1000 gold coins by himself/herself using the cheating code, in which the online player is neither kicked off the line by the tester nor added 1000 gold coins by the operation of the tester.
Therefore, in the embodiment of the invention, the first storage area and the second storage area are respectively located in different environments, namely, the application data stored in the first storage area and the application data stored in the second storage area are isolated, so that a tester can use the cheating code to accelerate the test process with ease.
FIG. 2 is a block diagram of an overall server corresponding to a method of applying data processing according to an embodiment of the present invention, and as shown in FIG. 2, the entire environment may include an online environment part and a development environment part; wherein there is an online database (i.e., a first storage area) and a formal server (i.e., an online server) in an online environment, and a mirrored database (a second storage area) and an internal server (i.e., an offline database) in a development environment. As can be seen from fig. 2, in the online environment, the formal game server is connected to an online database and has read-write authority to the online database; in the development environment, the internal server is connected with the online database and the mirror image database simultaneously, and has read-only permission for the online database and read-write permission for the mirror image database.
In an alternative embodiment, when the test instruction includes an instruction to perform data insertion for the target application, performing, in response to the test instruction to perform the test for the target application, a data control operation corresponding to the test instruction on the second storage area, including: and responding to an instruction for data insertion aiming at the target application, and inserting data to be inserted corresponding to the instruction for data insertion into a second storage area for storage.
In another alternative embodiment, the test instructions include instructions for performing a data query for the target application, and in response to the test instructions for testing the target application, performing a data control operation on the second storage area corresponding to the test instructions, including: responding to an instruction for carrying out data query on the target application, and searching data matched with the instruction of the data query from the second storage area according to the instruction of the data query; data obtained from the query in the second storage area is received.
Wherein searching for data matching the instructions of the data query from the second storage area according to the instructions of the data query comprises: searching data from the second storage area according to the data query instruction; if the data obtained by searching in the second storage area meets the preset condition, the data obtained by searching is used as a query result; if the data searched from the second storage area does not meet the preset condition, searching the data from the first storage area according to the data searching instruction, taking the data searched from the first storage area as the data to be carried, copying the data to be carried from the first storage area to the second storage area, and taking the data copied from the first storage area as a searching result searched from the second storage area.
In the above embodiment, after storing the data found in the first storage area in the second storage area and before copying the data found in the first storage area as the query result found in the second storage area, the method for applying data processing may further include: and searching the data from the second storage area according to the instruction of the data query.
The data operation corresponding to the instruction for performing the data query on the target application may be a data query operation, in particular, the data query operation refers to requesting one or more data records from the database through a query statement. In an embodiment of the present invention, the data query operation may be implemented according to the following steps: 1) Routing the query statement to the mirror database (e.g., the query statement is for 5 players whose name contains "Wang Nima") for the query; 2) If the number of returned results of the mirrored database meets the expectations (i.e., the narrative conditions) (e.g., 5 results returned), the query results are directly fed back; 3) If the number of results returned does not meet the expectations (e.g., only 3 results are returned), then a data handling operation from the online database to the mirror database is triggered once; 4) The mirror database is queried with the same query statement, wherein the query structure is returned regardless of whether the query information satisfies the expectations.
FIG. 3 is a flowchart of a data query operation in a method for applying data processing according to an embodiment of the present invention, where, as shown in FIG. 3, a mirror database is queried based on a query statement, and whether a result returned by the mirror database meets a requirement is determined; if yes, returning a query result; if not, copying part of game data from the formal database to the mirror database; and executing the query operation to the mirror database by using the query statement again, and returning a query result.
It should be noted that, copying the application data of the online database to the mirror database is called a handling operation. If a data record already exists in the mirror database, then this data handling operation does not overwrite the data record already exists in the mirror database.
In addition, when the query operation is performed on the mirror database by using the same query statement, the query result is returned no matter whether the query result meets the expectations or not. This is because there has been a handling operation before, and if the data returned at this time is still insufficient, this is indicated as well in the on-line database, and thus, the feedback result may be returned directly.
In an alternative embodiment, the test instructions include instructions for data updating for the target application; in response to a test instruction for testing the target application, performing a data control operation corresponding to the test instruction on the second storage area, including: in response to an instruction for updating data for a target application, taking data to be updated corresponding to the instruction for updating the data as data to be carried, and copying the data to be carried from a first storage area to a second storage area; and updating the data to be updated in the second storage area.
Fig. 4 is a flowchart of a data update operation in a method for processing application data according to an embodiment of the present invention, as shown in fig. 4, data corresponding to a query statement (i.e., an instruction for performing data update for a target application) is copied from a formal database to a mirror database, the mirror database is directly modified by using the copied data, and a query result is returned.
That is, the operations performed by the instructions for data updating for the target application may be update operations, which refer to modifying one or more data records in the mirror database. In the embodiment of the invention, the updating operation can be realized according to the following steps: firstly triggering one-time carrying operation, and copying corresponding data in an online database to a mirror image database; modifying the data in the mirror database; and returning a modification result.
It should be noted that if a certain data record exists in the mirror database, the handling operation will not overwrite the existing data record in the mirror database.
Because the update operation can update a plurality of records in batches, the carrying operation cannot cover the existing data in the mirror database, and records which do not exist in the mirror database are copied first and then updated together.
In an alternative embodiment, the test instruction includes an instruction for deleting data for the target application, and in response to the test instruction for testing the target application, performing a data control operation corresponding to the test instruction on the second storage area, including: and deleting the data to be deleted corresponding to the data deleting instruction from the second storage area in response to the data deleting instruction for the target application.
For the deleting operation, after deleting the data to be deleted corresponding to the data deleting instruction from the second storage area, the method for processing the application data further comprises the following steps: searching data to be deleted from the first storage area according to the data deleting instruction, and if the data to be deleted exists in the first storage area, recording the data to be deleted in a preset deleting record table.
In addition, before copying the data to be handled from the first storage area to the second storage area, the method for applying data processing further includes: and confirming that the data to be carried is not queried from a preset deletion record table, wherein the deletion record table is used for recording the data deleted from the second storage area and existing in the first storage area.
As can be seen from the above, if there is no data to be deleted in the first storage area, it is not necessary to add the data to be deleted to the deletion record table. That is, in the embodiment of the present invention, the deletion of the record table mainly plays a role of preventing false triggering of the conveyance operation. It can be determined whether a piece of data is deleted or not yet carried according to the deletion record table, if there is a record in the deletion record table, the piece of data is deleted, and if there is no record in the deletion record table, the piece of data is not yet carried.
FIG. 5 is a flowchart of a data deleting operation in a method for applying data processing according to an embodiment of the present invention, as shown in FIG. 5, deleting a data record in a mirror database and in a delete statement (i.e., an instruction for deleting data for a target application), querying an online database, determining whether a data record corresponding to the delete statement exists in the online database according to a query result, if yes, inserting the data record into a new table named < table name > _delete, and feeding back the result; otherwise, if the deleted data record is determined to be newly added data in the mirror image data, the result is directly returned.
The operation executed by the instruction for deleting the data for the target application may be a deleting operation, where the deleting operation refers to deleting one or more data records in the mirror database. It should be noted that it is not sufficient to delete the data record from the mirror database only. Thus, if a record does not exist in the mirror database, a handling operation is triggered, and therefore, in order to distinguish whether a data record is deleted or not yet handled, a series of tables need to be introduced into the mirror database to mark the deleted data record.
In addition, for each table in the mirror database, a new table of the delete suffix is added. If the data record to be deleted exists in the online database, a record is newly added in the table name _, and is used for filtering the result in the query.
Specifically, the deletion operation is performed as follows: 1) Deleting the corresponding data record in the mirror database; 2) Inquiring the online formal database by using the deleting statement; 3) If there is a corresponding data record in the on-line formal database, the data record is carried to a table of < table name > _delete in the mirror database.
The implementation of the deletion operation is explained below with a specific example.
For example, there is a table in the online database, named: layer_name_delete, in which there are two records, id 1 and 2, respectively. Now, the following operations are sequentially performed in the internal server: 1) Deleting record 1; 2) Inquiring record 2; 3) Delete record 2.
After the three steps are performed, the database will eventually become as shown in fig. 6 (where fig. 6 is a flowchart of a data deletion operation in an alternative method of applying data processing according to an embodiment of the present invention). That is, in performing step 1), record 1 in the mirror database is first deleted. Then detecting that record 1 does exist in the formal database, so that a record with record 1 deleted is newly added into the layer_name_delete table; when executing step 2), finding that record 2 does not exist in the mirror database, so that carrying record 2 from the online database to the mirror database; when step 3) is executed, it is found that record 1 is not present in the mirror database, but when attempting to transfer record 1 from the regular library, it is found that record 1 is present in the layer_name_delete table, so that the transfer is stopped.
The application data processing method provided by the embodiment of the invention solves the following problems: 1) Allowing a tester to test by using online data in an internal server; 2) The data on the whole quantity line does not need to be copied to an internal server, so that the requirement on the hardware configuration of an additional database is low; 3) The data is copied as required when the game server runs, and extra data copying time is not needed; 4) The internal server data is isolated from the on-line formal server data, so that a tester can use the cheating code to accelerate the test process.
Because an additional database is used for test assistance in the embodiment of the invention, namely, a mirror database, the off-line server connects the on-line formal database and the mirror database at the same time. The query of the bottom database of the modified game server is mainly realized by the following steps: a) When inquiring, firstly, inquiring the mirror image database. If the data exists in the mirror database, the data is returned directly. Otherwise, the corresponding data is carried from the on-line formal database to the mirror database, and then the data is returned. b) When modifying, firstly, the mirror database is queried. If there is data in the mirror database, the data is modified directly. Otherwise, the corresponding data is carried from the on-line formal database to the mirror database, and then the data is modified.
In addition, the data of the online formal database is continuously carried to the internal server during the running process of the game server. Because there are fewer testers and the data is carried on demand when queried (or modified), the data carrying volume is less. Thus, the hardware configuration of the mirrored database need not be very high-end, and the query process has little impact on the online database.
According to another aspect of the embodiment of the present invention, there is provided an embodiment of an apparatus for performing the method for processing application data in the above embodiment 1, and fig. 7 is a schematic diagram of an apparatus for processing application data according to an embodiment of the present invention, and as shown in fig. 7, the apparatus for processing application data may include: a creation unit 71 and an execution unit 73. The apparatus for applying data processing will be described in detail.
A creating unit 71 for creating a second storage area matching the first storage area for storing all application data generated during the running of the target application, and for storing part of the application data copied from the first storage area.
And an execution unit 73 for executing a data control operation corresponding to the test instruction on the second storage area in response to the test instruction for the target application.
Here, the creation unit 71 and the execution unit 73 correspond to steps S102 to S104 in embodiment 1, and the units are the same as examples and application scenarios achieved by the corresponding steps, but are not limited to those disclosed in embodiment 1. It should be noted that the above-described elements may be implemented as part of an apparatus in a computer system such as a set of computer-executable instructions.
As is clear from the above, in the above-described embodiments of the present application, the creation unit may be used to create the second storage area that matches the first storage area, where the first storage area is used to store all application data generated during the running of the target application, and the second storage area is used to store part of the application data copied from the first storage area; and executing a data control operation corresponding to the test instruction on the second storage area by using the execution unit in response to the test instruction for testing the target application. By the application data processing device provided by the embodiment of the invention, when the target application needs to be tested, the second storage area is started, partial online data is acquired from the first storage area by utilizing the second storage area, the purpose of testing the target application by using the online data is realized by using the internal server, the pressure of data copying is not required to be reduced, the testing efficiency is improved, meanwhile, the requirement on hardware configuration of a database is reduced, and the technical problem that a large amount of time is required to be consumed for copying the whole application data stored in the online database to the offline server when the target application is periodically tested in the related technology is solved, so that the testing is difficult is solved.
In an alternative embodiment, an execution unit includes: the first response module is used for responding to the test instruction for testing the target application and inquiring target data related to the test instruction from the second storage area; the first determining module is used for taking the target data in the second storage area as the data to be operated when the target data exists in the second storage area; the first acquisition module is used for acquiring target data from the first storage area and storing the target data into the second storage area when the target data does not exist in the second storage area; and the execution module is used for executing data control operation corresponding to the test instruction on the data to be operated in the second storage area.
In an alternative embodiment, the apparatus for applying data processing further comprises: the creating unit is used for creating a connection relation between the test server and the first storage area and the second storage area respectively, wherein the first storage area is connected with the online server of the target application at the same time.
In an alternative embodiment, an execution unit includes: the second response module is used for responding to a test instruction for testing the target application and acquiring user login information corresponding to the test instruction; and the writing module is used for entering a target application in the development environment based on the user login information and writing the application data of the user corresponding to the user login information into the second storage area from the first storage area.
In an alternative embodiment, the test instructions include instructions for data insertion for the target application; an execution unit comprising: and the inserting module is used for responding to the instruction of data insertion aiming at the target application, and inserting the data to be inserted corresponding to the instruction of data insertion into the second storage area for storage.
In an alternative embodiment, the test instructions include instructions for performing a data query for the target application; an execution unit comprising: the searching module is used for responding to the instruction of data inquiry aiming at the target application and searching the data matched with the instruction of the data inquiry from the second storage area according to the instruction of the data inquiry; and the receiving module is used for receiving the data inquired from the second storage area.
In an alternative embodiment, the search module includes: the first searching sub-module is used for searching data from the second storage area according to the data searching instruction; the first determining submodule is used for taking the searched data as a query result if the data searched from the second storage area meets the preset condition; and the second determining submodule is used for searching the data from the first storage area according to the data searching instruction if the data searched from the second storage area does not meet the preset condition, taking the data searched from the first storage area as the data to be carried, copying the data to be carried from the first storage area to the second storage area, and taking the data copied from the first storage area as the searching result searched from the second storage area.
In an alternative embodiment, the apparatus further comprises: and the second searching sub-module is used for searching the data from the second storage area according to the data searching instruction after the data obtained from the first storage area is stored in the second storage area and before the data copied from the first storage area is used as the searching result obtained from the second storage area.
In an alternative embodiment, the test instructions include instructions for data updating for the target application; an execution unit comprising: the copying module is used for responding to an instruction for updating data aiming at a target application, taking data to be updated corresponding to the instruction for updating the data as data to be carried, and copying the data to be carried from the first storage area to the second storage area; and the updating module is used for updating the data to be updated in the second storage area.
In an alternative embodiment, the test instructions include instructions for data deletion for the target application; an execution unit comprising: and the deleting module is used for responding to the instruction of deleting the data aiming at the target application and deleting the data to be deleted corresponding to the instruction of deleting the data from the second storage area.
In an alternative embodiment, the apparatus for applying data processing further comprises: and the recording module is used for searching the data to be deleted from the first storage area according to the data deleting instruction after deleting the data to be deleted corresponding to the data deleting instruction from the second storage area, and recording the data to be deleted in a preset deleting record table if the data to be deleted exists in the first storage area.
In an alternative embodiment, the apparatus for applying data processing further comprises: and the determining module is used for determining that the data to be carried is not queried from a preset deletion record table before copying the data to be carried from the first storage area to the second storage area, wherein the deletion record table is used for recording the data deleted from the second storage area and existing in the first storage area.
According to another aspect of the embodiments of the present invention, there is also provided a storage medium storing a program, wherein the program when executed by a processor controls a device in which the storage medium is located to perform the method of application data processing of any one of the above.
According to another aspect of the embodiment of the present invention, there is provided a processor, configured to execute a program, where the program executes the method for processing application data according to any one of the above.
According to another aspect of the embodiment of the present invention, there is also provided an electronic device including: a processor; and a memory for storing executable instructions of the processor; wherein the processor is configured to perform the method of application data processing of any of the above via execution of the executable instructions.
The foregoing embodiment numbers of the present invention are merely for the purpose of description, and do not represent the advantages or disadvantages of the embodiments.
In the foregoing embodiments of the present invention, the descriptions of the embodiments are emphasized, and for a portion of this disclosure that is not described in detail in this embodiment, reference is made to the related descriptions of other embodiments.
In the several embodiments provided in the present application, it should be understood that the disclosed technology content may be implemented in other manners. The above-described embodiments of the apparatus are merely exemplary, and the division of the units, for example, may be a logic function division, and may be implemented in another manner, for example, a plurality of units or components may be combined or may be integrated into another system, or some features may be omitted, or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be through some interfaces, units or modules, or may be in electrical or other forms.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
In addition, each functional unit in the embodiments of the present invention may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units may be implemented in hardware or in software functional units.
The integrated units, if implemented in the form of software functional units and sold or used as stand-alone products, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied essentially or in part or all of the technical solution or in part in the form of a software product stored in a storage medium, including instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a removable hard disk, a magnetic disk, or an optical disk, or other various media capable of storing program codes.
The foregoing is merely a preferred embodiment of the present invention and it should be noted that modifications and adaptations to those skilled in the art may be made without departing from the principles of the present invention, which are intended to be comprehended within the scope of the present invention.

Claims (16)

1. A method of application data processing, comprising:
creating a second storage area matched with a first storage area, wherein the first storage area is used for storing all application data generated during the running period of a target application, the second storage area is used for storing part of application data copied from the first storage area, the first storage area is an online database, and the second storage area is a mirror database;
and responding to a test instruction for testing the target application, and executing a data control operation corresponding to the test instruction on the second storage area.
2. The method of claim 1, wherein the performing, in response to a test instruction for testing the target application, a data control operation on the second storage area corresponding to the test instruction comprises:
Querying target data related to the test instruction from the second storage area in response to the test instruction for testing the target application;
if the target data exist in the second storage area, the target data in the second storage area are used as data to be operated;
if the target data does not exist in the second storage area, acquiring the target data from the first storage area and storing the target data into the second storage area;
and executing data control operation corresponding to the test instruction on the data to be operated in the second storage area.
3. The method according to claim 1, wherein the method further comprises:
and establishing a connection relation between the test server and the first storage area and the second storage area respectively, wherein the first storage area is connected with the online server of the target application at the same time.
4. The method of claim 1, wherein the performing, in response to a test instruction for testing the target application, a data control operation on the second storage area corresponding to the test instruction comprises:
Responding to a test instruction for testing the target application, and acquiring user login information corresponding to the test instruction;
and entering the target application in a development environment based on the user login information, and writing application data of a user corresponding to the user login information into the second storage area from the first storage area.
5. The method of claim 1, wherein the test instructions comprise instructions for data insertion for the target application;
the responding to the test instruction for testing the target application, executing the data control operation corresponding to the test instruction on the second storage area, including:
and responding to an instruction for carrying out data insertion on the target application, and inserting data to be inserted corresponding to the instruction for data insertion into the second storage area for storage.
6. The method of claim 1, wherein the test instructions comprise instructions for performing a data query for the target application;
the responding to the test instruction for testing the target application, executing the data control operation corresponding to the test instruction on the second storage area, including:
Responding to an instruction for carrying out data query on the target application, and searching data matched with the instruction of the data query from the second storage area according to the instruction of the data query;
and receiving data obtained by inquiring in the second storage area.
7. The method of claim 6, wherein the looking up data from the second storage area that matches the instructions of the data query according to the instructions of the data query comprises:
searching data from the second storage area according to the data query instruction;
if the data obtained by searching in the second storage area meets the preset condition, the data obtained by searching is used as a query result;
if the data searched from the second storage area does not meet the preset condition, searching the data from the first storage area according to the data searching instruction, taking the data searched from the first storage area as the data to be carried, copying the data to be carried from the first storage area to the second storage area, and taking the data copied from the first storage area as a searching result searched from the second storage area.
8. The method of claim 7, wherein after storing the data retrieved from the first storage area into the second storage area and before copying the data retrieved from the first storage area as a query result retrieved from the second storage area, the method further comprises:
and searching data from the second storage area according to the data query instruction.
9. The method of claim 1, wherein the test instructions comprise instructions for data updating for the target application;
the responding to the test instruction for testing the target application, executing the data control operation corresponding to the test instruction on the second storage area, including:
in response to an instruction for updating data for the target application, taking data to be updated corresponding to the instruction for updating data as data to be carried, and copying the data to be carried from the first storage area to the second storage area;
and updating the data to be updated in the second storage area.
10. The method of claim 1, wherein the test instructions comprise instructions for data deletion for the target application;
The responding to the test instruction for testing the target application, executing the data control operation corresponding to the test instruction on the second storage area, including:
and deleting the data to be deleted corresponding to the data deleting instruction from the second storage area in response to the data deleting instruction for the target application.
11. The method of claim 10, wherein after deleting the data to be deleted corresponding to the instruction to delete the data from the second storage area, the method further comprises:
searching the data to be deleted from the first storage area according to the data deleting instruction, and if the data to be deleted exists in the first storage area, recording the data to be deleted in a preset deleting record table.
12. The method of claim 7 or 9, wherein prior to copying the data to be handled from the first storage area to the second storage area, the method further comprises:
and confirming that the data to be carried is not queried from a preset deletion record table, wherein the deletion record table is used for recording the data deleted from the second storage area and existing in the first storage area.
13. An apparatus for application data processing, comprising:
the system comprises a creation unit, a storage unit and a storage unit, wherein the creation unit is used for creating a second storage area matched with a first storage area, the first storage area is used for storing all application data generated during the running of a target application, the second storage area is used for storing part of application data copied from the first storage area, the first storage area is an online database, and the second storage area is a mirror database;
and the execution unit is used for responding to the test instruction for testing the target application and executing the data control operation corresponding to the test instruction on the second storage area.
14. A storage medium for storing a program, wherein the program, when executed by a processor, controls a device in which the storage medium is located to perform the method of application data processing according to any one of claims 1 to 12.
15. A processor for running a program, wherein the program when run performs the method of application data processing according to any one of claims 1 to 12.
16. An electronic device, comprising:
a processor; and
a memory for storing executable instructions of the processor;
wherein the processor is configured to perform the method of application data processing of any of claims 1 to 12 via execution of the executable instructions.
CN202010036588.1A 2020-01-14 2020-01-14 Method and device for processing application data, storage medium and processor Active CN111314417B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010036588.1A CN111314417B (en) 2020-01-14 2020-01-14 Method and device for processing application data, storage medium and processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010036588.1A CN111314417B (en) 2020-01-14 2020-01-14 Method and device for processing application data, storage medium and processor

Publications (2)

Publication Number Publication Date
CN111314417A CN111314417A (en) 2020-06-19
CN111314417B true CN111314417B (en) 2023-04-28

Family

ID=71160208

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010036588.1A Active CN111314417B (en) 2020-01-14 2020-01-14 Method and device for processing application data, storage medium and processor

Country Status (1)

Country Link
CN (1) CN111314417B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108319432A (en) * 2018-01-23 2018-07-24 维沃移动通信有限公司 A kind of application operation method and terminal
CN109213905A (en) * 2018-08-27 2019-01-15 贵州宽凳智云科技有限公司北京分公司 Map datum operational method and system

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8683456B2 (en) * 2009-07-13 2014-03-25 Apple Inc. Test partitioning for a non-volatile memory
US8874593B2 (en) * 2011-07-01 2014-10-28 Salesforce.Com, Inc. Testing data silo
US9367431B2 (en) * 2011-07-01 2016-06-14 Salesforce.Com, Inc. Testing data silo
CN106055466A (en) * 2015-04-13 2016-10-26 中兴通讯股份有限公司 Method for implementing server testing, testing server and to-be-tested server
JP6944098B2 (en) * 2018-05-24 2021-10-06 ザ カラニー ホールディング エスエーアールエル Systems and methods for developing and testing digital real-world applications through the virtual world and deploying them in the real world

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108319432A (en) * 2018-01-23 2018-07-24 维沃移动通信有限公司 A kind of application operation method and terminal
CN109213905A (en) * 2018-08-27 2019-01-15 贵州宽凳智云科技有限公司北京分公司 Map datum operational method and system

Also Published As

Publication number Publication date
CN111314417A (en) 2020-06-19

Similar Documents

Publication Publication Date Title
CN109375945B (en) Firmware version detection method and vulnerability repair rate evaluation method for Internet of things equipment
TW455815B (en) Database for facilitating software installation and testing for a build-to-order computer system
KR101279763B1 (en) Method for synchronizing data and data synchronizing system
US7805439B2 (en) Method and apparatus for selecting data records from versioned data
US20120209819A1 (en) Method of manufacturing an information handling system
WO2012079836A1 (en) Method and system for creating and processing a data rule, data processing program, and computer program product
CN111881042B (en) Automatic test script generation method and device and electronic equipment
JP2009201809A (en) Operation support server device, operation support method, and computer program
CN109582575B (en) Game testing method and device
CN111309586B (en) Command testing method and device and storage medium thereof
CN109840194A (en) A kind of detection method and system of configuration file
CN114328566A (en) Relationship graph updating method, device, medium, equipment and generating method
JP2009026020A (en) Load test system, load test data creation method, and program therefor
KR102031945B1 (en) Equipment information management system
CN111314417B (en) Method and device for processing application data, storage medium and processor
CN101013426A (en) Information management system using connection relation
CN107004036A (en) Method and system to search for the daily record for including a large amount of entries
CN110096296A (en) A kind of caching control methods and equipment
CN113377975B (en) Method and device for processing multimedia resources, computer equipment and storage medium
US20180173615A1 (en) Software integration testing with unstructured database
US11354081B2 (en) Information processing apparatus with concealed information
US20040267728A1 (en) Maintenance of information retrieval systems using global metrics
CN108694219B (en) Data processing method and device
CN117609175B (en) Configurable industrial control file acquisition and analysis method and system
CN110781661B (en) Statistical data generation method based on chat records

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