CN112632542B - Application program detection file dynamic adjustment method and device, electronic equipment and medium - Google Patents

Application program detection file dynamic adjustment method and device, electronic equipment and medium Download PDF

Info

Publication number
CN112632542B
CN112632542B CN202011603825.4A CN202011603825A CN112632542B CN 112632542 B CN112632542 B CN 112632542B CN 202011603825 A CN202011603825 A CN 202011603825A CN 112632542 B CN112632542 B CN 112632542B
Authority
CN
China
Prior art keywords
application program
dynamic
file
detection
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
CN202011603825.4A
Other languages
Chinese (zh)
Other versions
CN112632542A (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.)
58tongcheng Information Technology Co ltd
Original Assignee
Wuba 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 Wuba Co Ltd filed Critical Wuba Co Ltd
Priority to CN202011603825.4A priority Critical patent/CN112632542B/en
Publication of CN112632542A publication Critical patent/CN112632542A/en
Application granted granted Critical
Publication of CN112632542B publication Critical patent/CN112632542B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/55Detecting local intrusion or implementing counter-measures
    • G06F21/56Computer malware detection or handling, e.g. anti-virus arrangements
    • G06F21/562Static detection
    • G06F21/563Static detection by source code analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/55Detecting local intrusion or implementing counter-measures
    • G06F21/56Computer malware detection or handling, e.g. anti-virus arrangements
    • G06F21/566Dynamic detection, i.e. detection performed at run-time, e.g. emulation, suspicious activities
    • 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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Virology (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the disclosure discloses a method and a device for dynamically adjusting an application program detection file, electronic equipment and a medium. One embodiment of the method comprises: in response to the fact that the target application program is determined to be started, carrying out initialization detection on the target application program to obtain an application program detection file; acquiring a preset dynamic configuration file through an application programming interface corresponding to a target application; analyzing the dynamic configuration file to obtain a dynamic configuration data set; based on the dynamic configuration data set, carrying out dynamic detection on the application program detection file data set to obtain a dynamic detection result; and dynamically adjusting the application program detection file based on the dynamic detection result to obtain the adjusted application program detection file. The implementation method can reduce the consumption of the flow and time of the user and improve the experience of the user.

Description

Application program detection file dynamic adjustment method and device, electronic equipment and medium
Technical Field
The embodiment of the disclosure relates to the technical field of computers, in particular to a method and a device for dynamically adjusting an application program detection file, electronic equipment and a medium.
Background
The dynamic regulating method for application program detection file is one technology of regulating detection file. At present, a commonly used method for dynamically adjusting an application program detection file often embeds the application program detection file into an upgrade file along with the upgrade of an application program version, so as to achieve the purpose of adjusting the application program detection file.
However, when the above-mentioned method is adopted to perform the dynamic adjustment of the application detection file, the following technical problems often exist:
the dynamic adjustment of the application program detection file usually needs to be effective by updating the version of the application program, but the dynamic adjustment of the application program detection file usually needs to be performed more frequently. If the version of the application program is frequently updated, the user needs to frequently download the update file, which results in excessive consumption of network resources and time resources of the user, and reduces user experience.
Disclosure of Invention
This summary is provided to introduce a selection of concepts in a simplified form that are further described below in the detailed description. This summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter.
Some embodiments of the present disclosure propose application detection file dynamic adjustment methods, apparatuses, electronic devices, and media to solve one or more of the technical problems mentioned in the background section above.
In a first aspect, some embodiments of the present disclosure provide an application detection file dynamic adjustment method, including: in response to determining that a target application program is started, performing initialization detection on the target application program to obtain an application program detection file, wherein the application program detection file comprises: the application program detects the file data set. And acquiring a preset dynamic configuration file through an application programming interface corresponding to the target application program. And analyzing the dynamic configuration file to obtain a dynamic configuration data set. And dynamically detecting the application program detection file data set based on the dynamic configuration data set to obtain a dynamic detection result. And dynamically adjusting the application program detection file based on the dynamic detection result to obtain an adjusted application program detection file.
In a second aspect, some embodiments of the present disclosure provide an apparatus for detecting dynamic adjustment of a file by an application, the apparatus including: the first detection unit is configured to perform initialization detection on a target application program in response to determining that the target application program is started, so as to obtain an application program detection file, wherein the application program detection file comprises: the application program detects the file data set. And the acquisition unit is configured to acquire a preset dynamic configuration file through an application programming interface corresponding to the target application program. And the analysis unit is configured to analyze the dynamic configuration file to obtain a dynamic configuration data set. And the second detection unit is configured to perform dynamic detection on the application program detection file data set based on the dynamic configuration data set to obtain a dynamic detection result. And the adjusting unit is configured to dynamically adjust the application program detection file based on the dynamic detection result to obtain an adjusted application program detection file.
In a third aspect, some embodiments of the present disclosure provide an electronic device, comprising: one or more processors; a storage device, on which one or more programs are stored, which when executed by one or more processors cause the one or more processors to implement the method described in any implementation of the first aspect.
In a fourth aspect, some embodiments of the disclosure provide a computer readable medium having a computer program stored thereon, where the program, when executed by a processor, implements the method described in any of the implementations of the first aspect.
The above embodiments of the present disclosure have the following advantages: by the application program detection file dynamic adjustment method of some embodiments of the present disclosure, excessive consumption of flow and time of a user can be reduced, and user experience is improved. Specifically, the reason why the user experience is reduced by consuming too much traffic and time is that: the dynamic adjustment of the application program detection file usually needs to be effective by updating the version of the application program, but the dynamic adjustment of the application program detection file usually needs to be performed more frequently. If the version of the application program is updated frequently, the user is required to download the update file frequently. Based on this, in the method for dynamically adjusting an application detection file according to some embodiments of the present disclosure, first, in response to determining that a target application is started, initialization detection is performed on the target application to obtain an application detection file, where the application detection file includes: the application program detects the file data set. The application program detection file can be obtained when the application program is started, and therefore dynamic adjustment of the application program detection file can be started. And secondly, acquiring a preset dynamic configuration file through an application programming interface corresponding to the target application program. The preset dynamic configuration file is directly obtained through the application programming interface, so that the dynamic configuration file is not required to be embedded into the application upgrading file, and frequent updating of the version of the application can be avoided. Therefore, the situation that the application program version needs to be synchronously updated when the application program detection file is dynamically adjusted can be avoided. And then, analyzing the dynamic configuration file to obtain a dynamic configuration data set. The data format of the dynamic configuration file is adjusted by obtaining the dynamic configuration data set, so that the dynamic adjustment of the application program detection file is facilitated. And then, based on the dynamic configuration data set, dynamically detecting the application program detection file data set to obtain a dynamic detection result. By obtaining the dynamic detection result, the application program detection file data which needs to dynamically adjust the application program detection file data group in the application program detection file can be obtained. And then, dynamically adjusting the application program detection file based on the dynamic detection result to obtain an adjusted application program detection file. And the preset dynamic configuration file is acquired and the application program detection file is acquired. In an actual situation, the data of the application program detection file to be adjusted in the application program detection file can be determined according to the preset dynamic configuration file, and then the detection file of the application program is dynamically adjusted, so that the situation that the application program needs to be synchronously upgraded when the application program detection file is dynamically adjusted is avoided. Therefore, the limitation on the dynamic adjustment of the application program detection file can be reduced, the waste of the flow and time of a user is reduced, and the user experience is improved.
Drawings
The above and other features, advantages and aspects of various embodiments of the present disclosure will become more apparent by referring to the following detailed description when taken in conjunction with the accompanying drawings. Throughout the drawings, the same or similar reference numbers refer to the same or similar elements. It should be understood that the drawings are schematic and that elements and elements are not necessarily drawn to scale.
FIG. 1 is a schematic diagram of an application scenario of a method for detecting dynamic adjustment of a file by an application according to some embodiments of the present disclosure;
FIG. 2 is a flow diagram of some embodiments of an application detection file dynamic adjustment method according to the present disclosure;
FIG. 3 is a flow diagram of further embodiments of an application detection file dynamic adjustment method according to the present disclosure;
FIG. 4 is a schematic diagram of an application scenario of a method for detecting dynamic adjustment of a file by an application according to further embodiments of the present disclosure;
FIG. 5 is a schematic block diagram view of some embodiments of an application detection file dynamic adjustment apparatus according to the present disclosure;
FIG. 6 is a schematic structural diagram of an electronic device suitable for use in implementing some embodiments of the present disclosure.
Detailed Description
Embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While certain embodiments of the present disclosure are shown in the drawings, it is to be understood that the disclosure may be embodied in various forms and should not be construed as limited to the embodiments set forth herein. Rather, these embodiments are provided for a more thorough and complete understanding of the present disclosure. It should be understood that the drawings and embodiments of the disclosure are for illustration purposes only and are not intended to limit the scope of the disclosure.
It should be noted that, for convenience of description, only the portions related to the related invention are shown in the drawings. The embodiments and features of the embodiments in the present disclosure may be combined with each other without conflict.
It should be noted that the terms "first", "second", and the like in the present disclosure are only used for distinguishing different devices, modules or units, and are not used for limiting the order or interdependence relationship of the functions performed by the devices, modules or units.
It is noted that references to "a", "an", and "the" modifications in this disclosure are intended to be illustrative rather than limiting, and that those skilled in the art will recognize that "one or more" may be used unless the context clearly dictates otherwise.
The names of messages or information exchanged between devices in the embodiments of the present disclosure are for illustrative purposes only, and are not intended to limit the scope of the messages or information.
The present disclosure will be described in detail below with reference to the accompanying drawings in conjunction with embodiments.
Fig. 1 is a schematic diagram of an application scenario of an application detection file dynamic adjustment method according to some embodiments of the present disclosure.
In the application scenario of fig. 1, first, the computing device 101 may perform initialization detection on the target application 102 in response to determining that the target application 102 is started, resulting in an application detection file 103. The application detection file 103 includes: the application detects the file data group 1031. Next, the computing device 101 may obtain a preset dynamic configuration file 105 through the application programming interface 104 corresponding to the target application 102. Further, the computing device 101 may parse the preset dynamic configuration file 105 to obtain a dynamic configuration data set 106. Then, the computing device 101 may perform dynamic detection on the application detection file data set 1031 based on the dynamic configuration data set 106 to obtain a dynamic detection result 107. Finally, the computing device 101 may dynamically adjust the application detection file 103 based on the dynamic detection result 107 to obtain an adjusted application detection file 108.
The computing device 101 may be hardware or software. When the computing device is hardware, it may be implemented as a distributed cluster composed of multiple servers or terminal devices, or may be implemented as a single server or a single terminal device. When the computing device is embodied as software, it may be installed in the hardware devices enumerated above. It may be implemented, for example, as multiple software or software modules to provide distributed services, or as a single software or software module. And is not particularly limited herein.
It should be understood that the number of computing devices in FIG. 1 is merely illustrative. There may be any number of computing devices, as implementation needs dictate.
With continued reference to FIG. 2, a flow 200 of some embodiments of an application detection file dynamic adjustment method according to the present disclosure is shown. The dynamic adjustment method for the application program detection file comprises the following steps:
step 201, in response to determining that the target application program is started, performing initialization detection on the target application program to obtain an application program detection file.
In some embodiments, an executing entity (such as the computing device 101 shown in fig. 1) of the application detection file dynamic adjustment method may perform initialization detection on a target application after determining that the target application is started, so as to obtain an application detection file. The initialization detection may be to detect a configuration file of a monitoring function (for example, a user operation monitoring function) in the application program when the target application program is initialized. The detecting the file by the application program may include: the application program detects the file data set. The target application may be an application having a data monitoring function. The data monitoring function may be used to monitor the running state of an application, user operation data, and the like. The application detection file may be a configuration file having a data monitoring function in the target application. Optionally, the application detection file data may also include a version number of the target application.
As an example, the application detection file data set may be: { [ "target application version number": "001", "data a": "open state" ], [ "target application version number": "001", "data b": "open state" ], [ "target application version number": "001", "data c": "on state" ]).
Step 202, acquiring a preset dynamic configuration file through an application programming interface corresponding to the target application.
In some embodiments, the execution main body may obtain a preset dynamic configuration file by using an Application Programming Interface (API) corresponding to the target Application program in a wired connection manner or a wireless connection manner. The application programming interface may be a preset function for a monitoring function in the target application, and thus corresponds to the target application. The application programming interface may be configured to obtain a preset dynamic configuration file, and may also be configured to send data monitored by the data monitoring function in the target application to the target service terminal. The preset dynamic configuration file may be a configuration file generated by a target service terminal corresponding to the target application program, or may be a configuration file artificially set and transmitted to the target server.
Optionally, the dynamic configuration file may include an application version number that is the same as an application version number included in the target application detection file. The application program version number may be used to determine whether a version number between a dynamic configuration file and the target application program is matched when the target application program obtains a preset dynamic configuration file through a corresponding application program programming interface.
In some optional implementations of some embodiments, the preset dynamic profile may be obtained by:
firstly, receiving dynamic monitoring data of the application program information sent by the target application program through the application program programming interface. The service terminal corresponding to the target application program can receive the dynamic detection data of the application program information sent by the target application program through the application program programming interface.
And secondly, analyzing the dynamic monitoring data of the application program information to obtain a dynamic configuration file, and using the dynamic configuration file as a preset dynamic configuration file. The analysis of the dynamic monitoring data of the application information may be to extract abnormal data in the dynamic monitoring data of the application information, for example, abnormal data with network fluctuation, abnormal data including sensitive words, and the like. Or normal data in the dynamic monitoring data of the application program information can be extracted. The extraction of normal data may be used to feed back some normal operation or normal running data of the target application. Then, the obtained dynamic configuration file may be a dynamic configuration file for adjusting the related monitoring function generated according to the abnormal data, or may be a dynamic configuration file for closing the related monitoring function generated according to the normal operation or normal operation data. And finally, taking the generated dynamic configuration file as a preset dynamic configuration file for the next target application program to obtain.
Step 203, analyzing the dynamic configuration file to obtain a dynamic configuration data set.
In some embodiments, the execution subject may parse the dynamic configuration file to obtain a dynamic configuration data set. The analysis refers to converting the dynamic configuration file into a specific data format to obtain a dynamic configuration data set. The data format may be a JSON (JS Object Notation) format or an XML (eXtensible Markup Language) format, and the like.
As an example, the dynamic configuration data set may be: { [ "target application version number": "001", "data a": "close monitoring" ], [ "target application version number": "001", "data b": "replacement monitoring" ], [ "target application version number": "001", "data c": "Normal monitoring" ], [ "target application version number": "001", "data d": "addition monitoring" ]). The shutdown monitoring may indicate a monitoring function that needs to be shut down in the target application. The replacement monitoring indicates a monitoring function that needs replacement in the target application. The normal monitoring means that the corresponding monitoring function in the target application may not need to be modified. The addition monitoring indicates that a monitoring function needs to be added to the target application program.
And step 204, based on the dynamic configuration data set, performing dynamic detection on the application program detection file data set to obtain a dynamic detection result.
In some embodiments, the execution subject may perform dynamic detection on the application file data set based on the dynamic configuration data set to obtain a dynamic detection result. The dynamic detection means that the application program file data in the detected application program file data group can be different each time the application program file data group is detected. The dynamic detection may detect the same application file data set and dynamic configuration data set, or may detect different application file data sets and dynamic configuration data sets.
As an example, the dynamic configuration data set may be: { [ "target application version number": "001", "data a": "close monitoring" ], [ "target application version number": "001", "data b": "replacement monitoring" ], [ "target application version number": "001", "data c": "Normal monitoring" ], [ "target application version number": "001", "data d": "addition monitoring" ] }. The application program detection file data set may be: { [ "target application version number": "001", "data a": "open state" ], [ "target application version number": "001", "data b": "open state" ], [ "target application version number": "001", "data c": "on state" ]). The application detection file data set may be dynamically detected based on a data type (e.g., data a) included in each of the dynamic configuration data sets, and may be detected in the dynamic configuration data set: and [ "data a", "data b", "data c" ] and the following data in the application program detection file data group: the data types of [ "data a", "data b", "data c" ] are the same. The dynamic detection result obtained may then be: { [ "target application version number": "001", "data a": "close data a" ], [ "target application version number": "001", "data b": "replacement data b" ], [ "target application version number": "001", "data c": "normal data c" ], [ "target application version number": "001", "data d": "add data d" ] }.
Specifically, detecting that the application program detects that the file data is ' data a ', wherein the data a ' comprises the state that the application program function is in an opening state; then, the dynamic configuration data including "data a" in the dynamic configuration data group may be detected, and the obtained data may be: "monitor off". Then, the data of the application program detection file corresponding to the data a can be changed, thereby achieving the purpose of adjusting the application program detection file. Optionally, the target application may close the function corresponding to the "data a" in the application by detecting the file data through the application, so that the purpose of adjusting the application detection function may also be achieved.
And step 205, dynamically adjusting the application program detection file based on the dynamic detection result to obtain an adjusted application program detection file.
In some embodiments, the execution subject may dynamically adjust the application detection file based on the dynamic detection result, so as to obtain an adjusted application detection file. The application program detection file is adjusted, and data of different application program detection files in the application program detection file can be adjusted according to different dynamic detection results. Or adjusting the data of the same application program detection file in the application program detection files according to different dynamic detection results. Finally, the resulting adjusted application detection file may change with the dynamic adjustment.
As an example, the application detection file data set included in the adjusted application detection file may be: { [ "target application version number": "001", "data a": "close data a" ], [ "target application version number": "001", "data b": "replacement data b" ], [ "target application version number": "001", "data c": "normal data c" ], [ "target application version number": "001", "data d": "add data d" ] }.
Optionally, the executing body may further execute the following steps:
and step one, based on the adjusted application program detection file, performing dynamic information monitoring on the target application program to obtain dynamic application program information monitoring data. The adjusted application program detection file can adjust the dynamic monitoring function in the target application program, and then the adjusted dynamic monitoring function can continuously perform information dynamic detection on the target application program. And obtaining dynamic detection data of the application program information.
And secondly, sending the dynamic monitoring data of the application program information to a target service terminal through the application program programming interface. And sending the dynamic monitoring data of the application program information to the target service terminal through the application program programming interface, wherein the dynamic monitoring data of the application program information can be used for data support for a next generation of a dynamic configuration file of the target service terminal.
The above embodiments of the present disclosure have the following advantages: by the application program detection file dynamic adjustment method of some embodiments of the present disclosure, excessive consumption of flow and time of a user can be reduced, and user experience is improved. Specifically, the reason why the user experience is reduced by consuming too much traffic and time is that: the dynamic adjustment of the application program detection file usually needs to be effective by updating the version of the application program, but the dynamic adjustment of the application program detection file usually needs to be performed more frequently. If the version of the application program is frequently updated, the user needs to download the update file frequently. Based on this, in the method for dynamically adjusting an application detection file according to some embodiments of the present disclosure, first, in response to determining that a target application is started, initialization detection is performed on the target application to obtain an application detection file, where the application detection file includes: the application program detects the file data set. The application program detection file can be obtained when the application program is started, and therefore dynamic adjustment of the application program detection file can be started. And secondly, acquiring a preset dynamic configuration file through an application programming interface corresponding to the target application program. The preset dynamic configuration file is directly obtained through the application programming interface, so that the dynamic configuration file is not required to be embedded into the application upgrading file, and frequent updating of the version of the application can be avoided. Therefore, the situation that the application program version needs to be synchronously updated when the application program detection file is dynamically adjusted can be avoided. And then, analyzing the dynamic configuration file to obtain a dynamic configuration data set. The data format of the dynamic configuration file is adjusted by obtaining the dynamic configuration data set, so that the dynamic adjustment of the application program detection file is facilitated. And then, based on the dynamic configuration data set, dynamically detecting the application program detection file data set to obtain a dynamic detection result. By obtaining the dynamic detection result, the application program detection file data which needs to dynamically adjust the application program detection file data group in the application program detection file can be obtained. And then, dynamically adjusting the application program detection file based on the dynamic detection result to obtain an adjusted application program detection file. And the preset dynamic configuration file is acquired and the application program detection file is acquired. In an actual situation, the data of the application program detection file needing to be adjusted in the application program detection file can be determined according to the preset dynamic configuration file and the obtained application program detection file, and then the detection file of the application program is dynamically adjusted, so that the situation that the application program needs to be synchronously upgraded when the application program detection file is dynamically adjusted is avoided. Therefore, the limitation on the dynamic adjustment of the application program detection file can be reduced, the waste of the flow and time of a user is reduced, and the user experience is improved.
With further reference to FIG. 3, a flow 300 of further embodiments of an application detection file dynamic adjustment method is illustrated. The process 300 of the method for dynamically adjusting the application detection file includes the following steps:
step 301, in response to determining that the target application program is started, performing initialization detection on the target application program to obtain an application program detection file.
Step 302, obtaining a preset dynamic configuration file through an application programming interface corresponding to a target application.
Step 303, analyzing the dynamic configuration file to obtain a dynamic configuration data set.
In some embodiments, the specific implementation manner and technical effects of the steps 301-303 can refer to the steps 201-203 in the embodiments corresponding to fig. 2, which are not described herein again.
And 304, classifying each dynamic configuration data in the dynamic configuration data group based on the dynamic configuration tags included in the dynamic configuration data group to obtain a first dynamic configuration data group, a second dynamic configuration data group and a third dynamic configuration data group.
In some embodiments, the executing entity may classify each piece of dynamic configuration data in the dynamic configuration data group based on a dynamic configuration tag included in the dynamic configuration data group to obtain a first dynamic configuration data group, a second dynamic configuration data group, and a third dynamic configuration data group. The dynamic configuration data may include a dynamic configuration tag. The application detection file data may include an application detection file tag.
As an example, the dynamic configuration data set may be: { [ "target application version number": "001", "data a": "off monitoring", "dynamic configuration tag": "001 a" ], [ "target application version number": "001", "data b": "replacement monitoring", "dynamic configuration tag": "001 b" ], [ "target application version number": "001", "data c": "normal monitoring", "dynamic configuration tag": "normal" ], [ "target application version number": "001", "data d": "add monitoring", "dynamically configure tag": "001 c" ]). Then, the first dynamically allocated data set may be: [ "target application version number": "001", "data a": "off monitoring", "dynamic configuration tag": "001 a" ]. The second dynamically allocated data set may be: { [ "target application version number": "001", "data b": "replacement monitoring", "dynamic configuration tag": "001 b" ], [ "target application version number": "001", "data c": "normal monitoring", "dynamic configuration tag": "001 c" ]). The third dynamically allocated data set may be: [ "target application version number": "001", "data d": "add monitoring", "dynamically configure tag": "001+"]. Specifically, the dynamic configuration tag "001 a" may be a combination of a version number and a serial number of a monitoring function in the target application. "001 +" may be because there is no corresponding monitoring function in the application, and it is necessary to add a monitoring function to the application. Thus, the dynamic configuration tag may be "001 +".
Step 305, based on the first dynamic configuration data set, deleting the application detection file data meeting the first preset condition from the application detection file data set, so as to obtain a deleted application detection file data set.
In some embodiments, the execution subject may delete the application detection file data satisfying the first predetermined condition from the application detection file data group based on the first dynamic configuration data group, to obtain a deleted application detection file data group. Wherein, the first predetermined condition may be: the application detection file data comprises an application detection file tag that is the same as a dynamic configuration tag comprised by the first dynamic configuration data in the first dynamic configuration data set.
As an example, the application detection file data set may be: { [ "target application version number": "001", "data a": "open state", "application detect file tag": "001 a" ], [ "target application version number": "001", "data b": "open state", "application detect file tag": "001 b" ], [ "target application version number": "001", "data c": "open state", "application detect file tag": "001 c" ] }. The first dynamic configuration data may be: [ "target application version number": "001", "data a": "off monitoring", "dynamic configuration tag": "001 a" ]. The application program detection file data satisfying the first predetermined condition may be: "data a". Then, the deleted application detection file data set may be: { [ "target application version number": "001", "data b": "open state", "application detect file tag": "001 b" ], [ "target application version number": "001", "data c": "open state", "application detect file tag": "001 c" ]).
And step 306, replacing the application program detection file data meeting the second predetermined condition in the deleted application program detection file data group with the corresponding second dynamic configuration data based on the second dynamic configuration data group to obtain a replaced application program detection file data group.
In some embodiments, the executing entity may replace, based on the second dynamic configuration data set, the application detection file data meeting a second predetermined condition in the deleted application detection file data set with corresponding second dynamic configuration data, so as to obtain a replaced application detection file data set. Wherein the second predetermined condition may be: the application detection file tag included in the application detection file data is the same as the dynamic configuration tag included in the second dynamic configuration data group.
As an example, the second dynamic configuration data set may be: { [ "target application version number": "001", "data b": "replacement monitoring", "dynamic configuration tag": "001 b" ], [ "target application version number": "001", "data c": "normal detection", "dynamic configuration tag": "001 c" ]). The application program detection file data satisfying the second predetermined condition may be: "data b" and "data c". Then, the above-mentioned replaced application detection file data set may be: { [ "target application version number": "001", "data b": "replace monitor", "application detect file tag": "001 b" ], [ "target application version number": "001", "data c": "normal state", "application detection file tag": "001 c" ]).
And 307, based on the replaced application program detection file data set, adding third dynamic configuration data, which meets a third predetermined condition, in the third dynamic configuration data set to the replaced application program detection file data set to obtain an added application program detection file data set as a dynamic detection result.
In some embodiments, the execution main body may add third dynamic configuration data, which satisfies a third predetermined condition, in the third dynamic configuration data set to the replaced application detection file data set based on the replaced application detection file data set, to obtain an added application detection file data set, and use the added application detection file data set as a dynamic detection result. Wherein, the third predetermined condition may be: the dynamic configuration tag included in the third dynamic configuration data group is different from each application program detection file tag in the replaced application program detection file data group.
As an example, the third dynamic configuration data set may be: [ "target application version number": "001", "data d": "add monitoring", "dynamically configure tag": "001+"]. Then, the above dynamic detection result may be: { [ "target application version number": "001", "data b": "replace monitor", "application detect file tag": "001 b" ], [ "target application version number": "001", "data c": "normal state", "application detection file tag": "001 c" ], [ "target application version number": "001", "data d": "add monitoring", "dynamically configure tag": "001 d" ]).
And 308, dynamically adjusting the data of each application program detection file in the application program detection file data group included in the application program detection file by using the dynamic detection result to obtain an adjusted application program detection file.
In some embodiments, the execution main body may dynamically adjust, by using the dynamic detection result, each piece of application detection file data in the application detection file data group included in the application detection file to obtain an adjusted application detection file. The dynamic adjustment may be to replace the application detection file data set with the dynamic detection result. The application detection file in the application detection file group may be replaced by using data in the dynamic detection result different from data in the application detection file data group.
As an example, the application detection file data set included in the application detection file may be: { [ "target application version number": "001", "data b": "open state", "application detect file tag": "001 b" ], [ "target application version number": "001", "data c": "open state", "application detects file tag": "001 c" ]). Then, the application detection file data group included in the adjusted application detection file may be: { [ "target application version number": "001", "data b": "replace monitor", "application detects file tag": "001 b" ], [ "target application version number": "001", "data c": "normal state", "application detection file tag": "001 c" ], [ "target application version number": "001", "data d": "add monitoring", "application detect file tag": "001 d" ]).
Step 309, based on the adjusted application detection file, starting the dynamic information monitoring function of the initialized application to perform dynamic information monitoring, so as to obtain dynamic information monitoring data of the application.
In some embodiments, the execution main body may start the dynamic information monitoring function of the initialized application program based on the adjusted application program detection file to perform dynamic information monitoring, so as to obtain dynamic application program information monitoring data.
As an example, according to the adjusted application detection file, the dynamic information monitoring function state of the initialized application function program may be: { [ "data b": "on state" ], [ "data c": "on state" ], [ "data d": open state' }
And 310, sending the dynamic monitoring data of the application program information to the target service terminal through the application program programming interface.
In some embodiments, the execution body may send the dynamic monitoring data of the application information to a target service terminal through the application programming interface. The target service terminal may be a service terminal required by the online running of the target application program. After receiving the application information dynamic monitoring data, the target service terminal may generate a dynamic configuration file as a preset configuration file to be acquired by a next target application.
As an example, referring to fig. 4, first, a preset dynamic configuration file 105 may be acquired using the application programming interface 104. An adjusted application detection file 108 may then be generated from the retrieved preset dynamic configuration file 105. Then, the dynamic application information monitoring data 401 may be generated according to the adjusted application detection file 108. Thereafter, the dynamic application information monitoring data 401 may be transmitted to the target service terminal 402 through the application programming interface 104. Finally, the target service terminal 402 may generate a preset dynamic configuration file 403 according to the application information dynamic monitoring data 401.
As can be seen from fig. 3, compared with the description of some embodiments corresponding to fig. 2, the flow 300 of the method for detecting dynamic adjustment of a file by an application program in some embodiments corresponding to fig. 3 represents steps for expanding dynamic detection and dynamic adjustment. Therefore, the solutions described in the embodiments can perform operations of adding, modifying, closing, opening, and the like on the monitoring function of the application program according to the obtained different preset dynamic configuration files. The application detection file may also be further processed according to the dynamic configuration data set. Thus, the application detection file can be dynamically adjusted without updating the application version. Therefore, the excessive consumption of network resources, time and the like of the user can be reduced, and the user experience is improved.
With further reference to fig. 5, as an implementation of the methods shown in the above figures, the present disclosure provides some embodiments of an apparatus for detecting dynamic invocation of a file by an application, where the embodiments of the apparatus correspond to those of the method shown in fig. 2, and the apparatus may be specifically applied to various electronic devices.
As shown in fig. 5, the apparatus 500 for dynamically adjusting an application detection file of some embodiments includes: first detection section 501, acquisition section 502, analysis section 503, second detection section 504, and adjustment section 505. The first detection unit is configured to perform initialization detection on a target application program in response to determining that the target application program is started, so as to obtain an application program detection file, where the application program detection file includes: the application program detects the file data set. And the acquisition unit is configured to acquire a preset dynamic configuration file through an application programming interface corresponding to the target application program. And the analysis unit is configured to analyze the dynamic configuration file to obtain a dynamic configuration data set. And the second detection unit is configured to perform dynamic detection on the application program detection file data set based on the dynamic configuration data set to obtain a dynamic detection result. And the adjusting unit is configured to dynamically adjust the application program detection file based on the dynamic detection result to obtain an adjusted application program detection file.
In an optional implementation manner of some embodiments, the apparatus 500 for detecting a dynamic file by an application program further includes: a dynamic monitoring unit (not shown in the figure) and a sending unit (not shown in the figure), wherein the dynamic monitoring unit is configured to perform dynamic information monitoring on the target application program based on the adjusted application program detection file to obtain dynamic application program information monitoring data. The sending unit is configured to send the application information dynamic monitoring data to a target service terminal through the application programming interface.
In an optional implementation manner of some embodiments, the preset dynamic configuration file is obtained by the following steps: receiving dynamic monitoring data of the application program information sent by the target application program through the application program programming interface; and analyzing the dynamic monitoring data of the application program information to obtain a dynamic configuration file, and using the dynamic configuration file as a preset dynamic configuration file.
In an optional implementation manner of some embodiments, the dynamic configuration data includes: the dynamic configuration label, the application program detecting file data includes: the application detects the file tag.
In an optional implementation manner of some embodiments, the second detecting unit 504 may be further configured to: classifying each dynamic configuration data in the dynamic configuration data group based on a dynamic configuration label included in the dynamic configuration data group to obtain a first dynamic configuration data group, a second dynamic configuration data group and a third dynamic configuration data group; and based on the first dynamic configuration data set, deleting the application program detection file data meeting a first preset condition from the application program detection file data set to obtain a deleted application program detection file data set.
In an optional implementation manner of some embodiments, the second detecting unit 504 may be further configured to: replacing the application program detection file data meeting a second preset condition in the deleted application program detection file data group with corresponding second dynamic configuration data based on the second dynamic configuration data group to obtain a replaced application program detection file data group; and based on the replaced application program detection file data set, adding third dynamic configuration data meeting a third preset condition in the third dynamic configuration data set to the replaced application program detection file data set to obtain an added application program detection file data set as a dynamic detection result.
In an optional implementation manner of some embodiments, the adjusting unit 505 may be further configured to: and dynamically adjusting the data of each application program detection file in the application program detection file data group included in the application program detection file by using the dynamic detection result to obtain an adjusted application program detection file.
In an optional implementation of some embodiments, the dynamic monitoring unit may be further configured to: and starting the information dynamic monitoring function of the initialized application program to perform information dynamic monitoring based on the adjusted application program detection file to obtain application program information dynamic monitoring data.
It will be understood that the elements described in the apparatus 500 correspond to various steps in the method described with reference to fig. 2. Thus, the operations, features and resulting advantages described above with respect to the method are also applicable to the apparatus 500 and the units included therein, and are not described herein again.
As shown in fig. 6, electronic device 600 may include a processing means (e.g., central processing unit, graphics processor, etc.) 601 that may perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM)602 or a program loaded from a storage means 608 into a Random Access Memory (RAM) 603. In the RAM603, various programs and data necessary for the operation of the electronic apparatus 600 are also stored. The processing device 601, the ROM 602, and the RAM603 are connected to each other via a bus 604. An input/output (I/O) interface 605 is also connected to bus 604.
Generally, the following devices may be connected to the I/O interface 605: input devices 606 including, for example, a touch screen, touch pad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc.; output devices 607 including, for example, a Liquid Crystal Display (LCD), a speaker, a vibrator, and the like; storage 608 including, for example, tape, hard disk, etc.; and a communication device 609. The communication means 609 may allow the electronic device 600 to communicate with other devices wirelessly or by wire to exchange data. While fig. 6 illustrates an electronic device 600 having various means, it is to be understood that not all illustrated means are required to be implemented or provided. More or fewer devices may alternatively be implemented or provided. Each block shown in fig. 6 may represent one device or may represent multiple devices as desired.
In particular, according to some embodiments of the present disclosure, the processes described above with reference to the flow diagrams may be implemented as computer software programs. For example, some embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer-readable medium, the computer program comprising program code for performing the method illustrated by the flow chart. In some such embodiments, the computer program may be downloaded and installed from a network through the communication device 609, or installed from the storage device 608, or installed from the ROM 602. The computer program, when executed by the processing device 601, performs the above-described functions defined in the methods of some embodiments of the present disclosure.
It should be noted that the computer readable medium described in some embodiments of the present disclosure may be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In some embodiments of the disclosure, 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 some embodiments of the present disclosure, 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: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
In some embodiments, the clients, servers may communicate using any currently known or future developed network Protocol, such as HTTP (HyperText Transfer Protocol), and may interconnect with any form or medium of digital data communication (e.g., a communications network). Examples of communication networks include a local area network ("LAN"), a wide area network ("WAN"), the Internet (e.g., the Internet), and peer-to-peer networks (e.g., ad hoc peer-to-peer networks), as well as any currently known or future developed network.
The computer readable medium may be embodied in the electronic device; or may exist separately without being assembled into the electronic device. The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: in response to determining that a target application program is started, performing initialization detection on the target application program to obtain an application program detection file, wherein the application program detection file comprises: the application program detects the file data set. And acquiring a preset dynamic configuration file through an application programming interface corresponding to the target application program. And analyzing the dynamic configuration file to obtain a dynamic configuration data set. And dynamically detecting the application program detection file data set based on the dynamic configuration data set to obtain a dynamic detection result. And dynamically adjusting the application program detection file based on the dynamic detection result to obtain an adjusted application program detection file.
Computer program code for carrying out operations for embodiments of the present disclosure may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + +, and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described in some embodiments of the present disclosure may be implemented by software or hardware. The described units may also be provided in a processor, and may be described as: a processor comprises a first detection unit, an acquisition unit, an analysis unit, a second detection unit and an adjustment unit. The names of the units do not form a limitation on the units themselves in some cases, for example, the acquiring unit may also be described as a unit for acquiring a preset dynamic configuration file through an application programming interface corresponding to the target application.
The functions described herein above may be performed, at least in part, by one or more hardware logic components. For example, without limitation, exemplary types of hardware logic components that may be used include: field Programmable Gate Arrays (FPGAs), Application Specific Integrated Circuits (ASICs), Application Specific Standard Products (ASSPs), system on a chip (SOCs), Complex Programmable Logic Devices (CPLDs), and the like.
The foregoing description is only exemplary of the preferred embodiments of the disclosure and is illustrative of the principles of the technology employed. It will be appreciated by those skilled in the art that the scope of the invention in the embodiments of the present disclosure is not limited to the specific combination of the above-mentioned features, but also encompasses other embodiments in which any combination of the above-mentioned features or their equivalents is made without departing from the inventive concept as defined above. For example, the above features and (but not limited to) technical features with similar functions disclosed in the embodiments of the present disclosure are mutually replaced to form the technical solution.

Claims (10)

1. A dynamic adjustment method for an application program detection file comprises the following steps:
in response to determining that a target application program is started, performing initialization detection on the target application program to obtain an application program detection file, wherein the application program detection file comprises: detecting a file data group by an application program;
acquiring a preset dynamic configuration file through an application programming interface corresponding to the target application;
analyzing the dynamic configuration file to obtain a dynamic configuration data set;
based on the dynamic configuration data set, carrying out dynamic detection on the application program detection file data set to obtain a dynamic detection result;
and dynamically adjusting the application program detection file based on the dynamic detection result to obtain an adjusted application program detection file.
2. The method of claim 1, wherein the method further comprises:
based on the adjusted application program detection file, performing dynamic information monitoring on the target application program to obtain dynamic application program information monitoring data;
and sending the dynamic monitoring data of the application program information to a target service terminal through the application program programming interface.
3. The method of claim 2, wherein the preset dynamic profile is obtained by:
receiving dynamic monitoring data of the application program information sent by the target application program through the application program programming interface;
analyzing the dynamic monitoring data of the application program information to obtain a dynamic configuration file, and using the dynamic configuration file as a preset dynamic configuration file.
4. The method of claim 1, wherein the dynamic configuration data comprises a dynamic configuration tag, the application instrumentation file data comprises an application instrumentation file tag; and
the dynamic detection of the application program detection file data group based on the dynamic configuration data group to obtain a dynamic detection result includes:
classifying each dynamic configuration data in the dynamic configuration data group based on a dynamic configuration label included in the dynamic configuration data group to obtain a first dynamic configuration data group, a second dynamic configuration data group and a third dynamic configuration data group;
and based on the first dynamic configuration data set, deleting the application program detection file data meeting a first preset condition from the application program detection file data set to obtain a deleted application program detection file data set.
5. The method of claim 4, wherein the dynamically detecting the application detection file data set based on the dynamically configured data set to obtain a dynamic detection result, further comprises:
based on the second dynamic configuration data group, replacing the application program detection file data meeting a second preset condition in the deleted application program detection file data group with corresponding second dynamic configuration data to obtain a replaced application program detection file data group;
and based on the replaced application program detection file data group, adding third dynamic configuration data meeting a third preset condition in the third dynamic configuration data group to the replaced application program detection file data group to obtain an added application program detection file data group, and taking the added application program detection file data group as a dynamic detection result.
6. The method of claim 5, wherein the dynamically adjusting the application detection file based on the dynamic detection result to obtain an adjusted application detection file comprises:
and dynamically adjusting the data of each application program detection file in the application program detection file data group included in the application program detection file by using the dynamic detection result to obtain an adjusted application program detection file.
7. The method of claim 2, wherein the performing dynamic information monitoring on the target application based on the adjusted application detection file to obtain dynamic application information monitoring data includes:
and starting the information dynamic monitoring function of the initialized target application program to perform information dynamic monitoring based on the adjusted application program detection file to obtain application program information dynamic monitoring data.
8. An apparatus for dynamically adjusting an application detection file, comprising:
the first detection unit is configured to perform initialization detection on a target application program in response to determining that the target application program is started, and obtain an application program detection file, wherein the application program detection file comprises: detecting a file data group by an application program;
the acquisition unit is configured to acquire a preset dynamic configuration file through an application programming interface corresponding to the target application;
the analysis unit is configured to analyze the dynamic configuration file to obtain a dynamic configuration data set;
the second detection unit is configured to perform dynamic detection on the application program detection file data set based on the dynamic configuration data set to obtain a dynamic detection result;
and the adjusting unit is configured to dynamically adjust the application program detection file based on the dynamic detection result to obtain an adjusted application program detection file.
9. An electronic device, comprising:
one or more processors;
a storage device having one or more programs stored thereon;
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-7.
10. A computer-readable medium, on which a computer program is stored, wherein the program, when executed by a processor, implements the method of any one of claims 1-7.
CN202011603825.4A 2020-12-29 2020-12-29 Application program detection file dynamic adjustment method and device, electronic equipment and medium Active CN112632542B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011603825.4A CN112632542B (en) 2020-12-29 2020-12-29 Application program detection file dynamic adjustment method and device, electronic equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011603825.4A CN112632542B (en) 2020-12-29 2020-12-29 Application program detection file dynamic adjustment method and device, electronic equipment and medium

Publications (2)

Publication Number Publication Date
CN112632542A CN112632542A (en) 2021-04-09
CN112632542B true CN112632542B (en) 2022-07-05

Family

ID=75287556

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011603825.4A Active CN112632542B (en) 2020-12-29 2020-12-29 Application program detection file dynamic adjustment method and device, electronic equipment and medium

Country Status (1)

Country Link
CN (1) CN112632542B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108111622A (en) * 2017-12-29 2018-06-01 北京梆梆安全科技有限公司 A kind of method, apparatus and system for downloading whitepack library file
CN109388625A (en) * 2018-10-11 2019-02-26 北京小米智能科技有限公司 The method and device of configuration file is handled in more distributed file systems
CN110968331A (en) * 2019-11-29 2020-04-07 广州市百果园信息技术有限公司 Method and device for running application program
CN111859458A (en) * 2020-07-31 2020-10-30 北京无线电测量研究所 Data updating recording method, system, medium and equipment

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10521114B2 (en) * 2016-02-26 2019-12-31 Red Hat, Inc. Adding or removing a storage provider in unified storage manager

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108111622A (en) * 2017-12-29 2018-06-01 北京梆梆安全科技有限公司 A kind of method, apparatus and system for downloading whitepack library file
CN109388625A (en) * 2018-10-11 2019-02-26 北京小米智能科技有限公司 The method and device of configuration file is handled in more distributed file systems
CN110968331A (en) * 2019-11-29 2020-04-07 广州市百果园信息技术有限公司 Method and device for running application program
CN111859458A (en) * 2020-07-31 2020-10-30 北京无线电测量研究所 Data updating recording method, system, medium and equipment

Also Published As

Publication number Publication date
CN112632542A (en) 2021-04-09

Similar Documents

Publication Publication Date Title
CN113268761B (en) Information encryption method and device, electronic equipment and computer readable medium
CN108958826B (en) Method and device for dynamically configuring application installation package
CN113760536A (en) Data caching method and device, electronic equipment and computer readable medium
CN113505302A (en) Method, device and system for supporting dynamic acquisition of buried point data and electronic equipment
CN107347093B (en) Configuration method and device for distributed server system
CN113721811B (en) Popup window sending method, popup window sending device, electronic equipment and computer readable medium
CN113778565A (en) Interface data processing method and device
CN112632542B (en) Application program detection file dynamic adjustment method and device, electronic equipment and medium
CN111787041A (en) Method and apparatus for processing data
CN113360348B (en) Abnormal request processing method and device, electronic equipment and storage medium
CN111382058A (en) Service testing method and device, server and storage medium
CN115102992A (en) Data distribution method and device, electronic equipment and computer readable medium
CN114115941A (en) Resource sending method, page rendering method, device, electronic equipment and medium
CN111580890A (en) Method, apparatus, electronic device, and computer-readable medium for processing features
CN113132447A (en) Reverse proxy method and system
CN114253520B (en) Interface code generation method and device
CN114428823B (en) Data linkage method, device, equipment and medium based on multidimensional variable expression
CN115277421B (en) Configuration information pushing method, device, electronic equipment and computer readable medium
CN116881097B (en) User terminal alarm method, device, electronic equipment and computer readable medium
CN116319322B (en) Power equipment node communication connection method, device, equipment and computer medium
CN113704322B (en) Cloud edge cooperation-based data acquisition method, device and medium
CN111404824B (en) Method, apparatus, electronic device, and computer-readable medium for forwarding request
CN112668194B (en) Automatic driving scene library information display method, device and equipment based on page
CN111857879B (en) Data processing method, device, electronic equipment and computer readable medium
CN110750242B (en) File deployment method, system, medium and electronic equipment

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
TR01 Transfer of patent right

Effective date of registration: 20230915

Address after: Room 210-03, 2nd floor, block C, office building, Nangang Industrial Zone, Tianjin Binhai New Area Economic and Technological Development Zone, 300450

Patentee after: 58Tongcheng Information Technology Co.,Ltd.

Address before: Room 210-03, 2nd floor, block C, office building, Nangang Industrial Zone, Tianjin Binhai New Area Economic and Technological Development Zone, 300450

Patentee before: 58 Co.,Ltd.

TR01 Transfer of patent right