CN114995794A - Method and system for debugging sound effect - Google Patents

Method and system for debugging sound effect Download PDF

Info

Publication number
CN114995794A
CN114995794A CN202210455378.5A CN202210455378A CN114995794A CN 114995794 A CN114995794 A CN 114995794A CN 202210455378 A CN202210455378 A CN 202210455378A CN 114995794 A CN114995794 A CN 114995794A
Authority
CN
China
Prior art keywords
equipment
debugging
debugged
library
list
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.)
Pending
Application number
CN202210455378.5A
Other languages
Chinese (zh)
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.)
Shenzhen Ganzhen Intelligent Co ltd
Original Assignee
Shenzhen Ganzhen Intelligent 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 Shenzhen Ganzhen Intelligent Co ltd filed Critical Shenzhen Ganzhen Intelligent Co ltd
Priority to CN202210455378.5A priority Critical patent/CN114995794A/en
Publication of CN114995794A publication Critical patent/CN114995794A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4411Configuring for operating with peripheral devices; Loading of device drivers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/141Setup of application sessions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/143Termination or inactivation of sessions, e.g. event-controlled end of session
    • H04L67/145Termination or inactivation of sessions, e.g. event-controlled end of session avoiding end of session, e.g. keep-alive, heartbeats, resumption message or wake-up for inactive or interrupted session

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Cardiology (AREA)
  • Computing Systems (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a method and a system for debugging sound effect, which comprises the following steps: performing list display on all equipment in the same local area network, and loading a so library to form an equipment list; determining equipment to be debugged according to the equipment list, establishing connection with the equipment to be debugged, and debugging the equipment to be debugged; setting a reserved communication interface in the so library, sending algorithm parameters of specific sound effects to the so library through the reserved communication interface, and debugging a corresponding algorithm; after debugging is finished, exporting the configuration information of the debugged equipment to be debugged through the reserved communication interface; and solidifying the local code to form a final so library. The method can realize the debugging of the sound effect algorithm library, finally export the satisfied algorithm file without compiling and replacing, and greatly improve the development efficiency.

Description

Method and system for debugging sound effect
Technical Field
The invention relates to the field of sound effect debugging, in particular to a method and a system for debugging sound effects.
Background
Under the traditional Android system architecture, in order to improve the high efficiency and the safety of some algorithms, the sound effect algorithm of the bottom layer is packaged into a so library (algorithm library), which is similar to dll files in Windows, and because the files are binary files directly compiled by C + + or C, the speed and the safety are greatly improved.
The problem that comes with algorithm packaging is the difficulty of debugging; because the Android kernel uses a Linux framework, many of the Android kernels are limited by the requirements of the framework; after the so library is added into the memory, the system only always operates the so library in the memory, if the system is not restarted, the new so library cannot be effective again, when the system is used, the algorithm library needs to be compiled again when the parameters of the algorithm are modified each time, the old so library is replaced by the so library, and finally the equipment is restarted to verify the functional effect of the modified code.
Therefore, the sound effect is adjusted through the process, so that the time of once modification is fastest and several minutes are needed, and the working efficiency is low.
An efficient sound effect debugging method is urgently needed to be researched and developed.
Disclosure of Invention
In order to overcome the defects of the prior art, the invention provides a method and a system for debugging sound effect, which are used for solving at least one of the technical problems.
Specifically, the technical scheme is as follows:
a method of debugging audio effects, comprising:
displaying a list of all devices in the same local area network, and loading a so library to form a device list;
determining equipment to be debugged according to the equipment list, establishing connection with the equipment to be debugged, and debugging the equipment to be debugged;
setting a reserved communication interface in the so library, sending algorithm parameters of specific sound effects to the so library through the reserved communication interface, and debugging a corresponding algorithm;
after debugging is finished, exporting the configuration information of the debugged equipment to be debugged through the reserved communication interface;
and solidifying the local code to form a final so library.
The step of displaying a list of all devices in the same local area network, and loading a so library to form a device list includes:
sending UDP broadcast and an instruction of searching equipment in the same local area network through a control panel;
communicating with the equipment connected with the local area network through a data communication module, and checking the legality of all the connected equipment;
the equipment reply request meeting the legality is sent to the control panel through the IP address corresponding to the equipment and the equipment information communication reply request to form an equipment list;
and the equipment meeting the legality loads the corresponding so library while replying the request.
And carrying out a group of heartbeat operations with the control panel through the cycle time of the data communication module to keep the communication of the data link.
The step of determining the equipment to be debugged according to the equipment list and establishing connection with the equipment to be debugged includes:
acquiring the equipment to be debugged in the equipment list according to debugging and repair removal;
and establishing connection through TCP by the IP address of the equipment to be debugged in the local area network.
The step of setting a reserved communication interface in the so library comprises the following steps:
a separate dll file is referred by a main program of the so library, and the dll file comprises an interface;
reflecting the type of the interface in a main program of the so library according to a configuration file or an appointed path;
and when the dll file is in butt joint with the reserved interface, the dll file to be in butt joint follows the configuration file or the appointed path, and the butt joint is realized.
The step of sending the algorithm parameters of the specific sound effect to the so library through the reserved communication interface and debugging the corresponding algorithm comprises the following steps:
converting the algorithm parameters of the specific sound effect into binary system to obtain binary data;
reading current sound effect parameters in the so library;
replacing the current sound effect parameters in the so library with the binary data through the reserved port;
and returning the result, and evaluating the replacement operation.
A system for debugging sound effects, comprising:
a control module;
the data communication module exchanges data with the control module and is used for sending a broadcast requesting connection to the outside;
the device to be debugged exchanges data with the control module and is used for establishing a TCP data channel between the device to be debugged and the control module according to debugging requirements;
and the so-base module is connected with the control module and used for loading relevant so-base algorithm parameters when the equipment to be debugged is connected with the control module, and solidifying the corresponding algorithm parameters in the so-base module through the TCP data channel according to the debugged algorithm parameters after debugging is finished.
The system for debugging sound effect further comprises:
and the verification module is arranged between the control module and the equipment to be debugged and used for verifying the validity of the TCP data channel.
An electronic device for debugging sound effects, comprising:
a storage medium for storing a computer program;
a processing unit for exchanging data with the storage medium, and performing the steps of the method for debugging audio effects according to any one of claims 1 to 6 by executing the computer program through the processing unit when the audio effects are debugged.
A computer-readable storage medium having a computer program stored therein;
the computer program, when running, performing the steps of the method for debugging sound effects according to any one of claims 1-6.
The invention has at least the following beneficial effects:
the device of the invention displays all the devices in the same local area network in a list and loads the so library to form a device list; determining equipment to be debugged according to the equipment list, establishing connection with the equipment to be debugged, and debugging the equipment to be debugged; setting a reserved communication interface in the so library, sending algorithm parameters of specific sound effects to the so library through the reserved communication interface, and debugging a corresponding algorithm; after debugging is finished, exporting the configuration information of the debugged equipment to be debugged through the reserved communication interface; solidifying the local code to form a final so library; the method can realize debugging of the sound effect algorithm library, and finally export the satisfied algorithm file without compiling and replacing, thereby greatly increasing the development efficiency; and when similar so the storehouse develops the demand debugged, can all directly use the so storehouse after debugging, only need to revise corresponding agreement and control panel can, accelerate the development progress of company's product greatly.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present invention and therefore should not be considered as limiting the scope, and for those skilled in the art, other related drawings can be obtained according to the drawings without inventive efforts.
FIG. 1 is a flow chart of the method of the present invention;
FIG. 2 is a schematic diagram of a method of the present invention;
FIG. 3 is a system block diagram of the system of the present invention;
FIG. 4 is a schematic diagram of the system of the present invention;
FIG. 5 is a screenshot illustrating a particular use of sound effect debugging software;
the system comprises a control module 100, a data communication module 200, a device to be debugged 300, a so base module 400 and a verification module 500.
Detailed Description
Those skilled in the art can understand that the modules in the device in the implementation scenario may be distributed in the device in the implementation scenario according to the implementation scenario description, and may also be located in one or more devices different from the present implementation scenario with corresponding changes. The modules of the implementation scenario may be combined into one module, or may be further split into multiple sub-modules.
The present invention provides an embodiment:
as shown in the flowchart of fig. 1, a method for debugging sound effects includes: performing list display on all equipment in the same local area network, and loading a so library to form an equipment list; determining equipment to be debugged according to the equipment list, establishing connection with the equipment to be debugged, and debugging the equipment to be debugged; setting a reserved communication interface in the so library, sending algorithm parameters of specific sound effects to the so library through the reserved communication interface, and debugging a corresponding algorithm; after debugging is finished, exporting the configuration information of the debugged equipment to be debugged through the reserved communication interface; and solidifying the local code to form a final so library.
As shown in fig. 2, in the same development environment, multiple devices are often connected to one WIFI. Therefore, all devices need to be displayed in a list, and then a data channel is established for a specific device according to the needs of the device. Therefore, when equipment needs to be searched, a control panel in a Windows computer or a Pad sends a UDP broadcast in a local area network connected with WIFI and sends an instruction for searching for the equipment. In the local area network, the device which integrates the communication module and starts communication service checks the legality of the device after receiving a search request instruction of the control panel, replies the local area network IP and device information of the device, such as device name, serial number and the like, to the control panel after the check is passed, and stops other subsequent UDP broadcast monitoring.
After receiving the device reply, the control panel displays the information of the device on the panel, and after seeing the device list information, an operator can determine whether the device to be connected is in a state of waiting for connection. And finally, selecting the equipment to be connected, trying to establish TCP data channel connection with the local area network IP, and after the connection is successful, transmitting the data instruction in real time.
Sending UDP broadcast and an instruction of searching equipment in the same local area network through a control panel; communicating with the equipment connected with the local area network through a data communication module, and checking the legality of all the connected equipment; the equipment reply request meeting the legality is sent to the control panel through the IP address corresponding to the equipment and the equipment information communication reply request to form an equipment list; and the equipment meeting the legality loads the corresponding so library while replying the request.
And carrying out a group of heartbeat operations with the control panel through the cycle time of the data communication module to keep the communication of the data link.
The step of setting a reserved communication interface in the so library comprises the following steps: a single dll file is quoted through a main program of the so library, and the dll file comprises an interface; reflecting the type of the interface in a main program of the so library according to a configuration file or an appointed path; and when the dll file is in butt joint with the reserved interface, the dll file to be in butt joint follows the configuration file or the appointed path to realize the butt joint.
Part of the code is as follows:
v/sound effect design mode related interface
Enter a communication mode
void(*EnterEffxDesignMode)(void);
Exit communication mode
void(*ExitEffxDesignMode)(void);
The step of sending the algorithm parameters of the specific sound effect to the so library through the reserved communication interface and debugging the corresponding algorithm comprises the following steps: converting the algorithm parameters of the specific sound effect into binary system to obtain binary data; converting the algorithm parameters of the specific sound effect into binary system to obtain binary data; reading current sound effect parameters in the so library; replacing the current sound effect parameters in the so library with the binary data through the reserved port; returning a result, and evaluating the replacement operation;
the specific codes are as follows:
setting sound effect parameters
void(*SetEffxDesignData)(const char*pszDesignData);
Obtaining current sound effect parameters in so library
const char*(*GetEffxDesignData)(void);
// load the sound effect data corresponding to the product (the data is binary data)
int32_t(*LoadEffectData)(
const void pDataBuffer,// address of data
const int32_ t nDataSizeInByte// byte length of data
) (ii) a // Return 1 indicates success, and return 0 indicates failure
When the method as described in fig. 1 is executed, after the data channel is established, the algorithm parameters of the specific sound effect can be sent through the channel, and since the so library is loaded at first, the method can be effective only by changing the parameters and without restarting the device, thereby greatly saving time.
The present invention provides an embodiment:
referring to fig. 3-4, a system for debugging sound effects comprises: the system comprises a control module 100, a data communication module 200, a device to be debugged 300, a so-base module 400 and a verification module 500; wherein, the control module 100 may be a control panel; various sound effect adjusting algorithms are integrated in the so base module 400; a data communication module 200, which exchanges data with the control module 100 and can send out a broadcast requesting a connection; the device 300 to be debugged exchanges data with the control module 100, and a TCP data channel can be established between the device 300 to be debugged and the control module 100 according to debugging requirements; the so base module 400 is connected with the control module 100, and can load relevant so base algorithm parameters when the device 300 to be debugged is connected with the control module 100, and after debugging is finished, the debugged algorithm parameters are used for solidifying corresponding algorithm parameters in the so base module 400 through the TCP data channel; meanwhile, the verification module 500 is arranged between the control module 100 and the device 300 to be debugged, and can verify the validity of establishing a TCP data channel;
in this embodiment, the principle of the system is as shown in fig. 5, the audio data is controlled by the sound effect control algorithm in the so base module 400, and the control panel adjusts the parameters of the corresponding algorithm in the so base module 400 through the TCP data channel, and then connects with the external speaker through the audio output to verify the adjustment result.
The invention also provides an embodiment:
an electronic device for debugging sound effects, comprising: a storage medium and a processing unit; a storage medium for storing a computer program; the processing unit performs data exchange with the storage medium, and is used for executing the computer program through the processing unit when the sound effect is debugged, so as to perform the steps of the sound effect debugging method.
In the electronic device, the storage medium is preferably a storage device such as a mobile hard disk, a solid state disk, or a usb disk; a processing unit, preferably a CPU, for exchanging data with the storage medium, and executing the computer program through the processing unit when debugging the audio, so as to perform the steps of the method for debugging the audio as described above.
The CPU described above can perform various appropriate actions and processes according to a program stored in a storage medium. The electronic device also includes peripherals including an input part for a keyboard, a mouse, etc., and an output part such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), etc., and a speaker, etc.; in particular, according to the disclosed embodiments of the invention, the processes as described in any of FIG. 1 may be implemented as computer software programs.
The invention also provides an embodiment:
a computer-readable storage medium: the computer readable storage medium has stored therein a computer program; the computer program, when running, performs the steps of the method of debugging sound effects as described above.
In the present invention, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present invention, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
In actual production, sound effect debugging software shown in the figure 5 is adopted, and a data communication module represented by SEI _ SDX is utilized to perform a group of heartbeat operations with a control panel at intervals so as to ensure that a data link is not disconnected; debugging sound effect in real time through a control panel, and finally confirming satisfactory effect; exporting the current configuration information through the data link, and finally solidifying the local code to determine the so library of the final version; when the modified so library is used next time, the modified so library can be flexibly called to realize quick tuning.
The above disclosure is only a few specific implementation scenarios of the present invention, however, the present invention is not limited thereto, and any variations that can be made by those skilled in the art are intended to fall within the scope of the present invention. The above-mentioned invention numbers are merely for description and do not represent the merits of the implementation scenarios.

Claims (10)

1. A method for debugging audio effects, comprising:
performing list display on all equipment in the same local area network, and loading a so library to form an equipment list;
determining equipment to be debugged according to the equipment list, establishing connection with the equipment to be debugged, and debugging the equipment to be debugged;
setting a reserved communication interface in the so library, sending algorithm parameters of specific sound effects to the so library through the reserved communication interface, and debugging a corresponding algorithm;
after debugging is finished, exporting the configuration information of the debugged equipment to be debugged through the reserved communication interface;
and solidifying the local code to form a final so library.
2. The method for debugging sound effects according to claim 1, wherein the step of displaying all devices in the same local area network in a list and loading a so library to form a device list comprises:
sending UDP broadcast and an instruction of searching equipment in the same local area network through a control panel;
communicating with the equipment connected with the local area network through a data communication module, and checking the legality of all the connected equipment;
the equipment reply request meeting the legality is sent to the control panel through the IP address corresponding to the equipment and the equipment information communication reply request to form an equipment list;
and the equipment meeting the legality loads the corresponding so library while replying the request.
3. The method for debugging sound effects of claim 2, wherein:
and carrying out a group of heartbeat operations with the control panel through the cycle time of the data communication module to keep the communication of the data link.
4. The method for debugging sound effects according to claim 1, wherein the step of determining the device to be debugged according to the device list and establishing connection with the device to be debugged comprises the steps of:
acquiring the equipment to be debugged in the equipment list according to debugging and repairing;
and establishing connection through TCP by the IP address of the equipment to be debugged in the local area network.
5. The method for debugging sound effects according to claim 4, wherein the step of setting a reserved communication interface in the so library comprises:
a single dll file is quoted through a main program of the so library, and the dll file comprises an interface;
reflecting the type of the interface in a main program of the so library according to a configuration file or an appointed path;
and when the dll file is in butt joint with the reserved interface, the dll file to be in butt joint follows the configuration file or the appointed path to realize the butt joint.
6. The method for debugging sound effects according to claim 1, wherein the step of sending algorithm parameters of specific sound effects to a so library through the reserved communication interface and debugging corresponding algorithms comprises the steps of:
converting the algorithm parameters of the specific sound effect into binary system to obtain binary data;
reading current sound effect parameters in the so library;
replacing the current sound effect parameters in the so library with the binary data through the reserved port;
and returning the result, and evaluating the replacement operation.
7. A system for debugging audio effects, comprising:
a control module;
the data communication module exchanges data with the control module and is used for sending a broadcast requesting connection to the outside;
the device to be debugged exchanges data with the control module and is used for establishing a TCP data channel between the device to be debugged and the control module according to debugging requirements;
and the so-base module is connected with the control module and used for loading relevant so-base algorithm parameters when the equipment to be debugged is connected with the control module, and solidifying the corresponding algorithm parameters in the so-base module through the TCP data channel according to the debugged algorithm parameters after debugging is finished.
8. The system for debugging sound effects of claim 7, further comprising:
and the verification module is arranged between the control module and the equipment to be debugged and is used for verifying the validity of the TCP data channel.
9. An electronic device for debugging sound effects, comprising:
a storage medium for storing a computer program;
a processing unit for exchanging data with the storage medium, and performing the steps of the method for debugging audio effects according to any one of claims 1 to 6 by executing the computer program through the processing unit when the audio effects are debugged.
10. A computer-readable storage medium characterized by:
the computer readable storage medium has stored therein a computer program;
the computer program, when running, performs the steps of the method of debugging sound effects of any of claims 1-6.
CN202210455378.5A 2022-04-24 2022-04-24 Method and system for debugging sound effect Pending CN114995794A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210455378.5A CN114995794A (en) 2022-04-24 2022-04-24 Method and system for debugging sound effect

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210455378.5A CN114995794A (en) 2022-04-24 2022-04-24 Method and system for debugging sound effect

Publications (1)

Publication Number Publication Date
CN114995794A true CN114995794A (en) 2022-09-02

Family

ID=83025785

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210455378.5A Pending CN114995794A (en) 2022-04-24 2022-04-24 Method and system for debugging sound effect

Country Status (1)

Country Link
CN (1) CN114995794A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8621423B2 (en) * 2004-12-06 2013-12-31 Omnifone Limited Method of automatically building a customised software application for a specific type of wireless computing device
CN110046479A (en) * 2019-03-21 2019-07-23 腾讯科技(深圳)有限公司 A kind of chained library file reverse adjustment method and device based on Android operation system
US20190340521A1 (en) * 2016-12-27 2019-11-07 Huawei Technologies Co., Ltd. Intelligent Recommendation Method and Terminal

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8621423B2 (en) * 2004-12-06 2013-12-31 Omnifone Limited Method of automatically building a customised software application for a specific type of wireless computing device
US20190340521A1 (en) * 2016-12-27 2019-11-07 Huawei Technologies Co., Ltd. Intelligent Recommendation Method and Terminal
CN110046479A (en) * 2019-03-21 2019-07-23 腾讯科技(深圳)有限公司 A kind of chained library file reverse adjustment method and device based on Android operation system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
WANG PING 等: "Next Generation Test Library for RF SOC on ATE", 《2021 CHINA SEMICONDUCTOR TECHNOLOGY INTERNATIONAL CONFERENCE》, 29 July 2021 (2021-07-29), pages 1 - 4 *
吴澜: "ICP测试***软件设计与实现", 《中国优秀硕士学位论文全文数据库 工程科技II辑》, 15 February 2018 (2018-02-15), pages 031 - 102 *

Similar Documents

Publication Publication Date Title
CN103186466B (en) Information interactive testing device and method based on association automatic generating test case
US7296190B2 (en) Parallel text execution on low-end emulators and devices
CN104834602B (en) A kind of program dissemination method, device and program delivery system
CN107404418B (en) Internet product testing method, device, equipment and storage medium
CN112433944A (en) Service testing method, device, computer equipment and storage medium
CN107015902B (en) Test method and test equipment
CN112035344A (en) Multi-scenario test method, device, equipment and computer readable storage medium
CN112068896A (en) DTS modification method, device and computer readable storage medium
CN115391219A (en) Test case generation method and device, electronic equipment and storage medium
CN112596784A (en) Iterative version deployment method and device
CN113760339A (en) Vulnerability repair method and device
CN114202419A (en) Message generation method, device, equipment, storage medium and program product
CN114995794A (en) Method and system for debugging sound effect
JP2021086604A (en) Method and apparatus for processing service of abnormal server
CN109871294B (en) Method and device for checking data and processing request
CN109947407B (en) Data acquisition method and device
CN113515447B (en) Automatic testing method and device for system
CN116243940A (en) Upgrading method and device of network equipment, electronic equipment and storage medium
CN113360365B (en) Flow test method and flow test system
CN113392002A (en) Test system construction method, device, equipment and storage medium
CN112330304A (en) Contract approval method and device
KR20200000684A (en) Test unified administration system and Controlling Method for the Same
CN115421824B (en) Micro-service execution engine, running method and application method
CN111258648B (en) Interactive control method, device, computer system and medium for host system
CN113515461B (en) Communication test method and device, electronic equipment and 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