CN112804373B - Interface domain name determining method and device, electronic equipment and storage medium - Google Patents

Interface domain name determining method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN112804373B
CN112804373B CN202011643373.2A CN202011643373A CN112804373B CN 112804373 B CN112804373 B CN 112804373B CN 202011643373 A CN202011643373 A CN 202011643373A CN 112804373 B CN112804373 B CN 112804373B
Authority
CN
China
Prior art keywords
domain name
interface
determining
rule
path
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
CN202011643373.2A
Other languages
Chinese (zh)
Other versions
CN112804373A (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.)
Weiyiyun Hangzhou Holding Co ltd
Original Assignee
Weiyiyun Hangzhou Holding 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 Weiyiyun Hangzhou Holding Co ltd filed Critical Weiyiyun Hangzhou Holding Co ltd
Priority to CN202011643373.2A priority Critical patent/CN112804373B/en
Publication of CN112804373A publication Critical patent/CN112804373A/en
Application granted granted Critical
Publication of CN112804373B publication Critical patent/CN112804373B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/45Network directories; Name-to-address mapping
    • H04L61/4505Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols
    • H04L61/4511Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols using domain name system [DNS]

Abstract

The embodiment of the invention discloses a method and a device for determining an interface domain name, electronic equipment and a storage medium, wherein the method comprises the following steps: when an interface path of a domain name to be matched is detected, acquiring a domain name configuration rule corresponding to the interface path from a configuration center; and determining the interface domain name of the interface path according to the domain name configuration rule. The problem that the existing method for determining the interface domain name by the client side is poor in flexibility is solved, and the technical effect of improving the flexibility of determining the interface domain name is achieved.

Description

Interface domain name determining method and device, electronic equipment and storage medium
Technical Field
The embodiment of the invention relates to the field of computer programs, in particular to a method and a device for determining an interface domain name, electronic equipment and a storage medium.
Background
The normal operation of a project system usually requires the cooperation of a plurality of servers providing different services, so that a client needs to interact with different servers, and the main interaction mode at present is http interface calling.
Because each server has its own interface, and the interface domain names of different servers are usually inconsistent, and in a test environment, different servers are often required to support efficient iteration requirements, so that different servers, that is, different interface domain names, need to be frequently changed, and a client (front end) needs to quickly determine an interface domain name at any moment, so as to perform quick and effective information transmission with a corresponding server.
The existing methods for determining the server interface domain name by the client mainly include two methods, one is a fixed interface domain name, and the other is to determine the interface domain name through configured environment variables. The former has poor flexibility and higher maintenance cost; the latter configuration is enhanced, but the interface domain name can only be modified by modifying the configuration of the environment variable, and after the environment variable is modified, the corresponding server needs to be restarted to enable the modified environment variable to take effect.
In summary, the existing method for determining the interface domain name by the client has the problem of poor flexibility.
Disclosure of Invention
The embodiment of the invention provides a method and a device for determining an interface domain name, electronic equipment and a storage medium, which solve the problem of poor flexibility of the conventional method for determining the interface domain name by a client.
In a first aspect, an embodiment of the present invention provides an interface domain name determining method, including:
when an interface path of a domain name to be matched is detected, acquiring a domain name configuration rule corresponding to the interface path from a configuration center;
and determining the interface domain name of the interface path according to the domain name configuration rule.
Further, the domain name configuration rule includes an exact matching rule, a partial matching rule, a fuzzy matching rule or a global matching rule.
Further, the partial matching rule is a corresponding relation between a set position field of the interface path and the domain name;
the fuzzy matching rule is the corresponding relation between the set field and the domain name included in the interface path.
Further, the determining an interface domain name of the interface path according to the domain name configuration rule includes:
analyzing the interface path and the corresponding domain name configuration rule to obtain a path analysis result and a domain name analysis result;
and determining the interface domain name of the interface path according to the interface resolution result and the domain name resolution result.
Further, the method also comprises the following steps: and if the domain name configuration rule corresponding to the interface path acquired from the configuration center is empty, determining the interface domain name of the interface path according to a preset rule.
Further, the method also comprises the following steps: and if the domain name configuration rule corresponding to the interface path is not acquired from the configuration center, determining the alternative interface domain name corresponding to the interface path.
In a second aspect, an embodiment of the present invention further provides an interface domain name determining apparatus, including:
the acquisition module is used for acquiring a domain name configuration rule corresponding to an interface path from a configuration center when the interface path of the domain name to be matched is detected;
and the determining module is used for determining the interface domain name of the interface path according to the domain name configuration rule.
Optionally, the determining module includes:
the analysis unit is used for analyzing the interface path and the corresponding domain name configuration rule to obtain a path analysis result and a domain name analysis result;
and the determining unit is used for determining the interface domain name of the interface path according to the interface resolution result and the domain name resolution result.
In a third aspect, an embodiment of the present invention further provides an electronic device, where the electronic device includes:
one or more processors;
storage means for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement an interface domain name determination method as in any embodiment.
In a fourth aspect, an embodiment of the present invention further provides a storage medium containing computer-executable instructions, which when executed by a computer processor, are configured to perform the interface domain name determination method according to any embodiment.
According to the technical scheme of the interface domain name determining method provided by the embodiment of the invention, when an interface path of a domain name to be matched is detected, a domain name configuration rule corresponding to the interface path is obtained from a configuration center; and determining the interface domain name of the interface path according to the domain name configuration rule. The domain name configuration rule is stored in the configuration center, so that any client can access the domain name configuration rule at any time to obtain the required domain name configuration rule, when the domain name of a certain interface needs to be modified, the corresponding domain name configuration rule is determined for the client at the configuration center, the client can obtain the re-determined domain name configuration rule when the client needs to access the interface, and the corresponding interface domain name of the client is determined according to the re-determined domain name configuration rule, namely, the modification of any domain name configuration rule of the configuration center can be immediately effective without restarting a server, and the flexibility is high.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings required to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the description below are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on the drawings without creative efforts.
Fig. 1 is a flowchart of an interface domain name determining method according to an embodiment of the present invention;
fig. 2 is a block diagram of an interface domain name determining apparatus according to a second embodiment of the present invention;
fig. 3 is a block diagram of a structure of another interface domain name determining apparatus according to the second embodiment of the present invention;
fig. 4 is a block diagram of an electronic device according to a third embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the technical solutions of the present invention will be described in detail and completely by embodiments with reference to the accompanying drawings in the embodiments of the present invention. All other embodiments, which can be obtained by a person skilled in the art without making any creative effort based on the embodiments in the present invention, belong to the protection scope of the present invention.
Example one
Fig. 1 is a flowchart of an interface domain name determining method according to an embodiment of the present invention. The technical scheme of the embodiment is suitable for the situation that the client determines the interface domain name of any interface path according to the domain name configuration rule in the configuration center. The method may be executed by the interface domain name determining apparatus provided in the embodiment of the present invention, and the apparatus may be implemented in a software and/or hardware manner, and is configured to be applied in a terminal processor of an interactive system composed of a terminal and a plurality of servers. The method specifically comprises the following steps:
s101, when an interface path of a domain name to be matched is detected, a domain name configuration rule corresponding to the interface path is obtained from a configuration center.
The configuration center is used for storing at least two domain name configuration rules which are stored in advance. Such as exact match rules, partial match rules, fuzzy match rules, and global match rules. In one embodiment, the configuration center is arranged in a preset storage area of the main server.
The precise matching rule refers to a one-to-one correspondence relationship between interface paths and interface domain names. For example, if the correspondence is: and the/module 1/get/list corresponds to qa1.Test.com, and the interface domain name of the interface path/module 1/get/list is qa1.Test.com.
The partial matching rule refers to a corresponding relationship between a set location field of an interface path and a domain name, for example, if the corresponding relationship is: com corresponds to qa2.Test.com, and the interface domain name of interface path/module 2/get/list is qa2.Test.com.
The fuzzy matching rule refers to a corresponding relationship between a setting field included in an interface path and a domain name, for example, if the corresponding relationship is that the interface path including the/module 3 field corresponds to qa3.Test.com, then the interface domain name corresponding to/module 3/get/list is qa3.Test.com.
Therefore, the partial matching rule and the fuzzy matching rule have an overlapping region, namely an interface path exists, and the interface domain name can be determined theoretically through the partial matching rule and the fuzzy matching rule at the same time. For such a situation, the embodiment preferably further sets a matching order of the matching rules, for example, sets the priority of the partial matching rules to be higher than that of the fuzzy matching rules, and if the current interface path conforms to the partial matching rules and the fuzzy matching rules, the terminal only obtains the partial matching rules but not the fuzzy matching rules according to the matching order, that is, the terminal only obtains one matching rule from the configuration center for the current interface path.
So-called global matching rules, all interfaces use the same domain name.
When a client needs to access a certain server, an interface path of the server is obtained first, and then a domain name configuration rule corresponding to the interface path is obtained from a configuration center according to the interface path.
In one embodiment, if the client does not acquire the domain name configuration rule corresponding to the interface path from the configuration center, failure prompt information for indicating access identification is output, and a domain name of the candidate interface corresponding to the interface path is determined. It is to be understood that the alternative interface domain name of any interface path is the default interface domain name set for the interface path by the corresponding entry.
In one embodiment, if the domain name configuration rule corresponding to the interface path acquired by the client from the configuration center is null, the interface domain name of the interface path is determined according to a preset rule. It can be understood that, if the domain name configuration rule corresponding to the interface path acquired by the client from the configuration center is null, it indicates that the configuration center does not set the corresponding domain name configuration rule for the current interface domain name, and at this time, the client outputs corresponding prompt information to the background, so that the operation and maintenance personnel or the research and development personnel add the domain name configuration rule of the interface path in the configuration center in time.
S102, determining an interface domain name of the interface path according to the domain name configuration rule.
And analyzing the acquired interface path and the domain name configuration rule, then determining an interface domain name corresponding to the analyzed interface path according to the analyzed domain name configuration rule, and then accessing the current target server by using the interface domain name.
According to the technical scheme of the interface domain name determining method provided by the embodiment of the invention, when an interface path of a domain name to be matched is detected, a domain name configuration rule corresponding to the interface path is obtained from a configuration center; and determining the interface domain name of the interface path according to the domain name configuration rule. The domain name configuration rule is stored in the configuration center, so that any client can access the domain name configuration rule at any time to obtain the required domain name configuration rule, when the domain name of a certain interface needs to be modified, the corresponding domain name configuration rule is determined for the client at the configuration center, and when the client needs to access the interface, the newly determined domain name configuration rule can be obtained, the corresponding interface domain name of the client is determined according to the newly determined domain name configuration rule, namely, the modification of any domain name configuration rule of the configuration center can be immediately effective without restarting a server, and the flexibility is high.
Example two
Fig. 2 is a block diagram of a structure of an interface domain name determining apparatus according to an embodiment of the present invention. The apparatus is configured to perform the interface domain name determining method provided in any of the above embodiments, and the apparatus may be implemented by software or hardware. The device comprises:
the obtaining module 11 is configured to obtain, when an interface path of a domain name to be matched is detected, a domain name configuration rule corresponding to the interface path from a configuration center;
a determining module 12, configured to determine an interface domain name of the interface path according to the domain name configuration rule.
Optionally, the determining module includes:
the analysis unit is used for analyzing the interface path and the corresponding domain name configuration rule to obtain a path analysis result and a domain name analysis result;
and the determining unit is used for determining the interface domain name of the interface path according to the interface resolution result and the domain name resolution result.
Optionally, as shown in fig. 3, the apparatus further includes a prompt module 13, where the prompt module is configured to determine, according to a preset rule, an interface domain name of the interface path if the domain name configuration rule corresponding to the interface path acquired from the configuration center is null.
Optionally, the apparatus further includes a prompt module 13, where the prompt module is configured to determine the domain name of the alternative interface corresponding to the interface path if the domain name configuration rule corresponding to the interface path is not obtained from the configuration center.
According to the technical scheme of the interface domain name determining device provided by the embodiment of the invention, when an interface path of a domain name to be matched is detected by an obtaining module, a domain name configuration rule corresponding to the interface path is obtained from a configuration center; and determining the interface domain name of the interface path by the determining module according to the domain name configuration rule. The domain name configuration rule is stored in the configuration center, so that any client can access the domain name configuration rule at any time to obtain the required domain name configuration rule, when the domain name of a certain interface needs to be modified, the corresponding domain name configuration rule is determined for the client at the configuration center, the client can obtain the re-determined domain name configuration rule when the client needs to access the interface, and the corresponding interface domain name of the client is determined according to the re-determined domain name configuration rule, namely, the modification of any domain name configuration rule of the configuration center can be immediately effective without restarting a server, and the flexibility is high.
EXAMPLE III
Fig. 4 is a schematic structural diagram of an electronic apparatus according to a third embodiment of the present invention, as shown in fig. 4, the electronic apparatus includes a processor 201, a memory 202, an input device 203, and an output device 204; the number of the processors 201 in the device may be one or more, and one processor 201 is taken as an example in fig. 4; the processor 201, the memory 202, the input device 203 and the output device 204 in the apparatus may be connected by a bus or other means, and the connection by the bus is exemplified in fig. 4.
The memory 202 is used as a computer-readable storage medium for storing software programs, computer-executable programs, and modules, such as program instructions/modules (e.g., the obtaining module 11 and the determining module 12) corresponding to the interface domain name determining method in the embodiment of the present invention. The processor 201 executes various functional applications of the device and data processing by running software programs, instructions and modules stored in the memory 202, that is, implements the above-described interface domain name determination method.
The memory 202 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal, and the like. Further, the memory 202 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, the memory 202 may further include memory located remotely from the processor 201, which may be connected to the device over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 203 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function controls of the apparatus.
The output device 204 may include a display device such as a display screen, for example, of a user terminal.
Example four
Embodiments of the present invention also provide a storage medium containing computer-executable instructions, which when executed by a computer processor, perform a method for interface domain name determination, the method comprising:
when an interface path of a domain name to be matched is detected, acquiring a domain name configuration rule corresponding to the interface path from a configuration center;
and determining the interface domain name of the interface path according to the domain name configuration rule.
Of course, the storage medium provided by the embodiment of the present invention contains computer-executable instructions, and the computer-executable instructions are not limited to the method operations described above, and may also perform related operations in the interface domain name determination method provided by any embodiment of the present invention.
From the above description of the embodiments, it is obvious for those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly, can also be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which may be stored in a computer-readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, and includes several instructions to enable a computer device (which may be a personal computer, a server, or a network device) to execute the interface domain name determining method according to the embodiments of the present invention.
It should be noted that, in the embodiment of the interface domain name determining apparatus, each unit and each module included in the embodiment are only divided according to functional logic, but are not limited to the above division, as long as the corresponding function can be implemented; in addition, the specific names of the functional units are only for the convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
It is to be noted that the foregoing description is only exemplary of the invention and that the principles of the technology may be employed. Those skilled in the art will appreciate that the present invention is not limited to the particular embodiments described herein, and that various obvious changes, rearrangements and substitutions will now be apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (8)

1. An interface domain name determining method is characterized by comprising the following steps:
when an interface path of a domain name to be matched is detected, acquiring a domain name configuration rule corresponding to the interface path from a configuration center, wherein the domain name configuration rule comprises an accurate matching rule, a partial matching rule, a fuzzy matching rule or a global matching rule;
determining an interface domain name of the interface path according to the domain name configuration rule, including: analyzing the interface path and the corresponding domain name configuration rule to obtain an interface analysis result and a domain name analysis result; and determining the interface domain name of the interface path according to the interface resolution result and the domain name resolution result.
2. The method according to claim 1, wherein the partial matching rule is a correspondence between a set location field of an interface path and a domain name;
the fuzzy matching rule is the corresponding relation between the set field and the domain name included in the interface path.
3. The method of claim 1 or 2, further comprising:
and if the domain name configuration rule corresponding to the interface path acquired from the configuration center is empty, determining the interface domain name of the interface path according to a preset rule.
4. The method of claim 1, further comprising:
if the domain name configuration rule corresponding to the interface path is not obtained from the configuration center, determining the alternative interface domain name corresponding to the interface path.
5. An interface domain name determining apparatus, comprising:
the domain name matching system comprises an acquisition module, a matching module and a matching module, wherein the acquisition module is used for acquiring a domain name configuration rule corresponding to an interface path from a configuration center when the interface path of a domain name to be matched is detected, and the domain name configuration rule comprises an accurate matching rule, a partial matching rule, a fuzzy matching rule or a global matching rule;
a determining module, configured to determine an interface domain name of the interface path according to the domain name configuration rule, where the determining module includes: analyzing the interface path and the corresponding domain name configuration rule to obtain an interface analysis result and a domain name analysis result; and determining the interface domain name of the interface path according to the interface resolution result and the domain name resolution result.
6. The apparatus of claim 5, wherein the determining module comprises:
the analysis unit is used for analyzing the interface path and the corresponding domain name configuration rule to obtain a path analysis result and a domain name analysis result;
and the determining unit is used for determining the interface domain name of the interface path according to the interface resolution result and the domain name resolution result.
7. An electronic device, characterized in that the electronic device comprises:
one or more processors;
storage means for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement the interface domain name determination method of any one of claims 1-4.
8. A storage medium containing computer-executable instructions for performing the interface domain name determination method of any one of claims 1-4 when executed by a computer processor.
CN202011643373.2A 2020-12-30 2020-12-30 Interface domain name determining method and device, electronic equipment and storage medium Active CN112804373B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011643373.2A CN112804373B (en) 2020-12-30 2020-12-30 Interface domain name determining method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011643373.2A CN112804373B (en) 2020-12-30 2020-12-30 Interface domain name determining method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112804373A CN112804373A (en) 2021-05-14
CN112804373B true CN112804373B (en) 2022-10-14

Family

ID=75809362

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011643373.2A Active CN112804373B (en) 2020-12-30 2020-12-30 Interface domain name determining method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112804373B (en)

Family Cites Families (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6519626B1 (en) * 1999-07-26 2003-02-11 Microsoft Corporation System and method for converting a file system path into a uniform resource locator
US20020099813A1 (en) * 2000-12-04 2002-07-25 Jason Winshell Method for collecting statistics about Web site usage
WO2006027590A1 (en) * 2004-09-09 2006-03-16 Surfcontrol Plc System, method and apparatus for use in monitoring or controlling internet access
CN104065736B (en) * 2014-07-03 2017-11-28 车智互联(北京)科技有限公司 A kind of URL reorientation methods, apparatus and system
CN104537107A (en) * 2015-01-15 2015-04-22 中国联合网络通信集团有限公司 URL storage matching method and device
CN105426474B (en) * 2015-11-18 2019-03-01 福建星网锐捷网络有限公司 The matched method and device of uniform resource position mark URL
CN105847231A (en) * 2016-02-23 2016-08-10 乐视体育文化产业发展(北京)有限公司 Service publishing method, device and system
CN107547671A (en) * 2016-06-29 2018-01-05 中兴通讯股份有限公司 A kind of URL matching process and device
CN108280107B (en) * 2017-03-08 2022-01-14 阿里巴巴(中国)有限公司 Webpage processing method and device and user terminal
CN108388519A (en) * 2018-03-19 2018-08-10 车智互联(北京)科技有限公司 Mock test methods based on SpringBoot services
CN108628947B (en) * 2018-04-02 2022-07-15 创新先进技术有限公司 Business rule matching processing method, device and processing equipment
CN110505074B (en) * 2018-05-17 2023-06-23 北京京东尚科信息技术有限公司 Application modularization integration method and device
CN108881448B (en) * 2018-06-27 2021-06-04 杭州贝购科技有限公司 API request processing method and device
CN109359250B (en) * 2018-08-31 2022-05-31 创新先进技术有限公司 Uniform resource locator processing method, device, server and readable storage medium
CN109040316B (en) * 2018-09-19 2021-08-27 天津字节跳动科技有限公司 HTTP service processing method and device
CN111104135A (en) * 2018-10-29 2020-05-05 厦门白山耘科技有限公司 Method and system for acquiring interface updating information in real time
CN111368227B (en) * 2018-12-25 2023-06-27 阿里巴巴集团控股有限公司 URL processing method and device
CN110222715B (en) * 2019-05-07 2021-07-27 国家计算机网络与信息安全管理中心 Sample homologous analysis method based on dynamic behavior chain and dynamic characteristics
CN111427766B (en) * 2020-02-20 2023-08-18 北京齐尔布莱特科技有限公司 Request processing method and device and proxy server
CN111475817B (en) * 2020-04-17 2023-08-11 北京墨云科技有限公司 Data collection method of automatic penetration test system based on AI
CN112052413B (en) * 2020-08-28 2024-02-13 上海谋乐网络科技有限公司 URL fuzzy matching method, device and system
CN112068813A (en) * 2020-09-03 2020-12-11 中国平安财产保险股份有限公司 Data processing method, apparatus and medium

Also Published As

Publication number Publication date
CN112804373A (en) 2021-05-14

Similar Documents

Publication Publication Date Title
CN110489391B (en) Data processing method and related equipment
CN107948314B (en) Business processing method and device based on rule file and server
CN111221572B (en) Method, device, medium and equipment for automatically adapting to running environment
US20190372804A1 (en) Method and apparatus for operating smart network interface card
CN109672722B (en) Data deployment method and device, computer storage medium and electronic equipment
CN114095567B (en) Data access request processing method and device, computer equipment and medium
CN109684008A (en) Card rendering method, device, terminal and computer readable storage medium
CN111858083A (en) Remote service calling method and device, electronic equipment and storage medium
US20160124783A1 (en) Tracking asynchronous entry points for an application
CN111047434A (en) Operation record generation method and device, computer equipment and storage medium
CN108595195B (en) Application program updating method, device, terminal and storage medium
CN112804373B (en) Interface domain name determining method and device, electronic equipment and storage medium
CN110943887A (en) Probe scheduling method, device, equipment and storage medium
CN111338928A (en) Chrome-based browser testing method and device
US11863583B2 (en) Generating action recommendations for courses of action used for incident response
CN109547276B (en) Problem positioning method, terminal and storage medium
CN110928679B (en) Resource allocation method and device
CN113900679A (en) Patch installation method and device, computer equipment and storage medium
CN110247802B (en) Resource configuration method and device for cloud service single-machine environment
CN112565472A (en) Static resource processing method and device
CN110012023B (en) Poison-throwing type anti-climbing method, system, terminal and medium
CN110099275B (en) Application testing method, device, equipment and storage medium
CN114398233B (en) Load abnormality detection method and device, server and storage medium
CN113485860B (en) Data processing method, device, storage medium and fault positioning system
CN111026571B (en) Processor down-conversion processing method and device 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