CN116522036B - Environment variable construction method based on multi-party information summarized at webpage end - Google Patents

Environment variable construction method based on multi-party information summarized at webpage end Download PDF

Info

Publication number
CN116522036B
CN116522036B CN202310807771.0A CN202310807771A CN116522036B CN 116522036 B CN116522036 B CN 116522036B CN 202310807771 A CN202310807771 A CN 202310807771A CN 116522036 B CN116522036 B CN 116522036B
Authority
CN
China
Prior art keywords
environment variable
environment
variable
information
webpage
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
CN202310807771.0A
Other languages
Chinese (zh)
Other versions
CN116522036A (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.)
Zhilin Technology Co ltd
Beijing Zhilin Technology Co ltd
Original Assignee
Zhilin Technology Co ltd
Beijing Zhilin Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhilin Technology Co ltd, Beijing Zhilin Technology Co ltd filed Critical Zhilin Technology Co ltd
Priority to CN202310807771.0A priority Critical patent/CN116522036B/en
Publication of CN116522036A publication Critical patent/CN116522036A/en
Application granted granted Critical
Publication of CN116522036B publication Critical patent/CN116522036B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/1734Details of monitoring file system events, e.g. by the use of hooks, filter drivers, logs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/906Clustering; Classification
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The application provides an environment variable construction method based on multi-party information summarized at a webpage end, which relates to the technical field of webpage environment variables, and is used for receiving the multi-party summarized environment variable information, classifying the multi-party summarized environment variable information into static environment variable information and dynamic environment variable information and acquiring a current environment variable corresponding to a current setting request; updating the original environment variable stored in the environment variable setting library at the front end of the webpage according to the current environment variable; the environment variables in the updated environment variable setting library are traversed, a new environment variable log is generated, and the environment variable log is sent to the back end of the webpage, so that the configuration efficiency and the deployment efficiency of the environment variables in the process of summarizing the multi-party information are effectively improved.

Description

Environment variable construction method based on multi-party information summarized at webpage end
Technical Field
The application relates to the technical field of webpage environment variables, in particular to an environment variable construction method based on multi-party information summarized at a webpage end.
Background
As technology advances, current web applications become more and more powerful. Accordingly, the code logic becomes more and more complex, and the probability of Bug occurrence becomes higher and higher. In global wide area network application development, an environment variable is generally embedded into a web application as a configuration in the process of compiling and constructing web application source codes by using a construction tool. If the Bug code is directly released on-line, the user experience is seriously impaired. In order to ensure the quality of the network application program, the program development needs to adopt a standard development flow.
Since the compilation build outputs static hypertext markup language/cascading style sheets/just-in-time compilation type programming language packages, they cannot dynamically load and read configurations at run-time. When the webpage application needs to be deployed and operated in different environments, configuration environment variables need to be adjusted, the webpage application source codes are reconstructed and packaged, so that waste of server resources is caused, and the codes in different deployments cannot be kept consistent.
When a developer checks an application program problem, the developer needs to acquire environment variables in a system running the application program and know some parameters of the running environment of the application program. At present, when an application program problem is examined, a developer acquires a corresponding log according to log information identification, and then environmental parameters are screened out from tens of thousands of codes of the log, so that the method is time-consuming and labor-consuming and has low working efficiency.
Disclosure of Invention
In order to solve the technical problems, the application provides an environment variable construction method based on multi-party information summarized at a webpage end, which comprises the following steps:
s1, receiving environment variable information summarized by multiple parties, and classifying the environment variable information summarized by the multiple parties into static environment variable information and dynamic environment variable information;
s2, according to the summarized static environment variable information, a static environment variable setting request is provided for a static variable library at the rear end of the webpage; according to the summarized dynamic environment variable information, a setting request of a dynamic environment variable is provided for a dynamic variable library at the back end of the webpage;
s3, acquiring environment variable information corresponding to the setting request, traversing environment variables in an environment variable setting library, updating the environment variables stored in the environment variable setting library at the front end of the webpage, generating an environment variable change log, and sending the environment variable change log to the rear end of the webpage;
s4, after the webpage rear end receives the environment variable change log, downloading a configuration file corresponding to the environment variable change log;
s5, sorting the environment variable values in the configuration file according to the embedding distance, and sequentially embedding the environment variable values into the front end of the webpage;
s6, after the environment variable values in the configuration files are sequentially embedded into the front end of the webpage, an environment variable configuration file group is constructed.
Further, in step S3, it is detected whether each environmental variable in the environmental variable setting library is changed, 10% of environmental variable values are extracted from all environmental variables in the environmental variable setting library as a set of environmental variables each time, whether the set of environmental variables are changed is determined, and if the set of environmental variables are changed, the environmental variables are updated to generate an environmental variable change log.
Further, the change degree of each environmental variable value in each group of environmental variables is sequentially obtained, and whether each group of environmental variables are changed is judged, wherein the specific calculation method is as follows:
in the method, in the process of the application,and->Respectively the i-th set of environment variables x i The j-th environmental variable value at time t and time t-1,/and>is a random variable +.>U is the variation degree of the jth environment variable value j And L j The upper limit value and the lower limit value of the jth environment variable value are respectively, and n is the number of environment variable values in the ith group of environment variables.
Further, in step S5, each environment variable value y k Is the embedding distance d of (2) yk The calculation mode of (a) is as follows:
in the method, in the process of the application,and->Respectively the environmental variable value y k+1 And y k Is the mth distance function value,/>And->The maximum value and the minimum value of the M-th distance function value are respectively, and M is the total number of the distance function values.
Further, in step S1, classification processing is performed on the environment variable information summarized by multiple parties, including:
the important static environment variable information in the environment variable information set collected by multiple parties is found and marked as a first type, and after the sequence values of all environment variable values of the first type are marked as 1, the important static environment variable information is removed from the current environment variable information set;
searching secondary static environment variable information in the rest environment variable information set, marking the secondary static environment variable information as a second class, marking the sequence value of all environment variable values of the second class as 2, and removing the secondary static environment variable information from the current environment variable information set;
until all static environment variable information in the environment variable information set is assigned a corresponding sequence value.
In step S1, the keywords are highlighted, and the filtering rules are customized according to the content of the environment variable information, so as to control the output of different types of environment variable information through comparing the sequence values.
Further, in step S6, a multi-level environment variable configuration file set of the system virtualization hardware is generated based on the environment variable set mapping method.
Compared with the prior art, the application has the following beneficial technical effects:
the environment variable information summarized by multiple parties is received, the environment variable information summarized by multiple parties is classified into static environment variable information and dynamic environment variable information, and the convenience and the flexibility of the classification of the environment variable information summarized by multiple parties are improved.
Acquiring a current environment variable corresponding to a current setting request; updating the original environment variable stored in the environment variable setting library at the front end of the webpage according to the current environment variable; the environment variables in the updated environment variable setting library are traversed, a new environment variable log is generated, and the environment variable log is sent to the back end of the webpage, so that the response efficiency of the setting request is improved.
And after receiving the changed log of the environment variable group, the webpage back-end server downloads a configuration file corresponding to the log of the environment variable group. And after downloading the corresponding configuration file, sequencing each environment variable value in the configuration file according to the embedding distance, and sequentially embedding the environment variable values into the front end of the webpage. The configuration efficiency and the deployment efficiency of environment variables during the aggregation of the multi-party information are effectively improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the description of the embodiments will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained according to these drawings without inventive effort to a person skilled in the art.
Fig. 1 is a flow chart of an environment variable construction method based on multi-party information summarized at a web page end.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present application more apparent, the technical solutions of the embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present application, and it is apparent that the described embodiments are some embodiments of the present application, but not all embodiments of the present application. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
In the drawings of the specific embodiments of the present application, in order to better and more clearly describe the working principle of each element in the system, the connection relationship of each part in the device is represented, but only the relative positional relationship between each element is clearly distinguished, and the limitations on the signal transmission direction, connection sequence and the structure size, dimension and shape of each part in the element or structure cannot be constructed.
As shown in fig. 1, a flow chart of an environment variable construction method based on multi-party information summarized at a web page end includes the following steps:
s1, receiving environment variable information summarized by multiple parties, and classifying the environment variable information summarized by the multiple parties into static environment variable information and dynamic environment variable information.
Starting a monitoring program, and monitoring according to the log file acquired by the front end of the webpage. And monitoring the log file of the information summarized by the multiple parties to obtain the information of the log file. A plurality of micro-communication connections are enabled in the web page development environment to enable a communication mode, and a plurality of log files are received over the plurality of micro-communication connections.
And receiving a plurality of log files through a plurality of micro-communication connections, initializing the acquired log file information, and generating an initial environment variable information set according to the multiparty decision variable range and the constraint condition.
And classifying the environment variable value set.
Firstly, important static environment variable information in a multi-party summarized environment variable information set is found and marked as a first type, sequence values of all environment variable values in the important static environment variable information are marked as 1, then the important static environment variable information is removed from a current environment variable value set, secondary static environment variable information is found in the rest environment variable value set and marked as a second type, the sequence values of all environment variable values in the important static environment variable information are marked as 2, then the secondary static environment variable information is removed from the current environment variable value set, and the operation is carried out in this way until all the static environment variable information in the environment variable value set is endowed with corresponding sequence values.
Preferably, the log file is a file for recording information summarized by multiple parties, and the highlighted environment variable information content can be configured, for example, a designated keyword is highlighted, so that a developer can gather and classify the information conveniently, and preset information filtering rules, a user can customize the information filtering rules according to the environment variable information content, for example, filter logs related to an ABC field, control the output information classification of environment variable information of different types by comparing sequence values, and classify the information summarized by multiple parties into static information and dynamic information.
Preferably, the log file is acquired at the same time, and related information of the log file, such as creation time, size, path, etc., of the log file may be acquired. The method can monitor a plurality of log files in a mode of circularly reading the files to acquire the information of the log files, so that the change condition of the log can be mastered in time.
S2, according to the summarized static environment variable information, a static environment variable setting request is provided for a static variable library at the rear end of the webpage; and according to the summarized dynamic environment variable information, setting a dynamic environment variable request to a dynamic variable library at the back end of the webpage.
The static variable library and the dynamic variable library at the back end of the webpage comprise variables corresponding to variables referenced by static codes and dynamic codes capable of meeting the set request and variables corresponding to functions.
The construction process of the static variable library and the dynamic variable library comprises the following steps: the method comprises the steps of obtaining variables corresponding to system variables and system functions stored in webpage operation system objects, variables corresponding to variables and functions of dynamic and static requests of a background interface, and variables corresponding to variables and functions configured at the front end of a webpage, obtaining a static variable library and a dynamic variable library, and mounting the static variable library and the dynamic variable library at the rear end of the webpage.
S3, acquiring a current environment variable corresponding to the current setting request; updating the original environment variable stored in the environment variable setting library at the front end of the webpage according to the current environment variable; traversing the environment variables in the updated environment variable setting library, generating a new environment variable log, and sending the environment variable log to the back end of the webpage.
Detecting whether each original environment variable in the environment variable setting library is changed, extracting 10% of data from all the original environment variables in the environment variable setting library as a group of environment variables each time, judging whether the environment variables are changed for the extracted part of data, and if the current environment variables are changed, updating the environment variables.
The change degree of each environmental variable value is sequentially obtained, whether each group of environmental variables are changed or not is judged, and the specific calculation method is as follows:
in the method, in the process of the application,and->Respectively the i-th set of environment variables x i The j-th variable value at time t and time t-1, ">Is a random variable +.>For the degree of variation of the j-th variable value, U j And L j The upper limit value and the lower limit value of the jth variable value are respectively, and n is the number of the environmental variable values in the ith group of environmental variables.
S4, after the webpage back-end server receives the changed log of the environment variable group, downloading a configuration file corresponding to the log of the environment variable group.
S5, after downloading the corresponding configuration files, sequencing each environment variable value in the configuration files according to the embedding distance, and sequentially embedding the environment variable values into the front end of the webpage.
Each environment variable value y k Is the embedding distance d of (2) yk The calculation mode of (2) is shown as follows:
in the method, in the process of the application,and->Respectively environmental variablesValue y k+1 And y k Is the mth distance function value,/>And->The maximum value and the minimum value of the M-th distance function value are respectively, and M is the total number of the distance function values. The distance function value is the distance value from each environment variable value to the other M-1 environment variable values.
S6, when the changed environment variable groups are sequentially embedded into the front end of the webpage, an environment variable configuration file group is generated.
Creating a virtual target machine environment workbench, constructing virtual environment variables, generating an environment variable configuration file group, and forming a virtual running environment.
And generating a multi-level environment variable configuration file group of the system virtualization hardware based on the environment variable group mapping method. The multi-level environment variable configuration file group adopts a depth-first analysis method, a corresponding environment variable group is found through the information of a system layer, an XML configuration file of the layer is analyzed and generated, a trace-back node is arranged to the system layer, and XML of the trace-back node of the system layer is generated.
The application also provides an environment variable construction system based on the multi-party information summarized at the webpage end, wherein the environment variable construction system comprises: the system comprises a monitoring unit, a plurality of microcommunicators, a web page front-end server, a web page back-end server, an environment variable library, a variable updating unit, a configuration unit, an embedding unit and a virtual environment variable construction unit.
And the monitoring unit is used for starting a monitoring program and monitoring according to the log file acquired by the front end of the webpage. And monitoring the log file of the information summarized by the multiple parties to obtain an information log of the log file, and classifying the information summarized by the multiple parties into static information and dynamic information.
And a plurality of microcommunicators enabling a plurality of microcommunicator connections to enable a communication mode, receiving a plurality of log files through the plurality of microcommunicator connections.
The web page front-end server and the web page back-end server are independently developed and deployed. The web page front-end server and the web page back-end server cooperate through HTTP requests. The web page back-end server provides an interface, and the web page front-end server uses the interface. When the webpage back-end server programs are deployed on different running environments, the URLs corresponding to the interfaces provided by the webpage back-end server programs are different, so that automatic adaptation under different running environments is solved, and development efficiency is improved and adaptation errors are reduced.
The environment variable library comprises a static environment variable library, a dynamic environment variable library and an environment variable setting library, and a setting request of the static environment variable is provided for the static variable library at the rear end of the webpage according to summarized static information; and according to the summarized dynamic information, setting a dynamic environment variable request is provided for a dynamic variable library at the back end of the webpage.
The variable updating unit is used for acquiring a current environment variable corresponding to the current setting request and updating the original environment variable stored in the environment variable setting library at the front end of the webpage; traversing the environment variables in the updated environment variable setting library, generating a new environment variable log, and sending the environment variable log to a webpage back-end server.
And the configuration unit is used for downloading the configuration file corresponding to the log of the environment variable group after the webpage back-end server receives the log of the changed environment variable group.
And the embedding unit is used for sequencing each environment variable value in the configuration file according to the embedding distance after downloading the corresponding configuration file, and sequentially embedding the environment variable values into the front-end server of the webpage so as to embed the environment variable values into the front end of the webpage.
And the virtual environment variable construction unit is used for generating an environment variable configuration file group after the changed environment variable groups are sequentially embedded into the front end of the webpage.
In the preferred embodiment, after the compiling of the environment variable configuration file group is completed, the environment variable configuration file group needs to be published through a publishing unit, and generally, after the compiling of the environment variable configuration file group is completed, four steps of development environment, test environment, gray level environment and formal environment are needed, and resources of different operation environments are isolated, so that mutual influence is avoided.
In the above embodiments, it may be implemented in whole or in part by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When loaded and executed on a computer, produces a flow or function in accordance with embodiments of the present application, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a computer network, or other programmable apparatus. The computer instructions may be stored in or transmitted across a computer-readable storage medium. The computer readable storage medium may be any available medium that can be accessed by a computer or a data storage device such as a server, data center, etc. that contains an integration of one or more available media. The usable medium may be a magnetic medium (e.g., a floppy disk, a hard disk, a magnetic tape), an optical medium (e.g., a DVD), or a semiconductor medium (e.g., a Solid State Disk (SSD)), or the like.
While the application has been described with reference to certain preferred embodiments, it will be understood by those skilled in the art that various changes and substitutions of equivalents may be made and equivalents will be apparent to those skilled in the art without departing from the scope of the application. Therefore, the protection scope of the application is subject to the protection scope of the claims.

Claims (7)

1. The environment variable construction method based on the multi-party information summarized at the webpage end is characterized by comprising the following steps:
s1, receiving environment variable information summarized by multiple parties, and classifying the environment variable information summarized by the multiple parties into static environment variable information and dynamic environment variable information;
s2, according to the summarized static environment variable information, a static environment variable setting request is provided for a static variable library at the rear end of the webpage; according to the summarized dynamic environment variable information, a setting request of a dynamic environment variable is provided for a dynamic variable library at the back end of the webpage;
s3, acquiring environment variable information corresponding to the setting request, traversing environment variables in an environment variable setting library, updating the environment variables stored in the environment variable setting library at the front end of the webpage, generating an environment variable change log, and sending the environment variable change log to the rear end of the webpage;
s4, after the webpage rear end receives the environment variable change log, downloading a configuration file corresponding to the environment variable change log;
s5, sorting the environment variable values in the configuration file according to the embedding distance, and sequentially embedding the environment variable values into the front end of the webpage;
s6, after the environment variable values in the configuration files are sequentially embedded into the front end of the webpage, an environment variable configuration file group is constructed.
2. The method according to claim 1, wherein in step S3, it is detected whether each environmental variable in the environmental variable setting library is changed, 10% of environmental variable values are extracted as a set of environmental variables from all the environmental variables in the environmental variable setting library each time, it is judged whether the set of environmental variables is changed, and if the set of environmental variables is changed, update of the environmental variables is performed to generate an environmental variable change log.
3. The method for constructing environmental variables according to claim 2, wherein the degree of change of each environmental variable value in each group of environmental variables is sequentially calculated to determine whether each group of environmental variables is changed, and the specific calculation method is as follows:
in the method, in the process of the application,and->Respectively the ith group of ringsEnvironmental variable x i The jth environmental variable values at times t and t-1,is a random variable +.>U is the variation degree of the jth environment variable value j And L j The upper limit value and the lower limit value of the jth environment variable value are respectively, and n is the number of environment variable values in the ith group of environment variables.
4. The environment variable construction method according to claim 1, wherein in step S5, each environment variable value y k Is the embedding distance d of (2) yk The calculation mode of (a) is as follows:
in the method, in the process of the application,and->Respectively the environmental variable value y k+1 And y k Is the mth distance function value,/>And->The maximum value and the minimum value of the M-th distance function value are respectively, and M is the total number of the distance function values.
5. The method for constructing environment variables according to claim 1, wherein in step S1, classification processing is performed on environment variable information summarized by multiple parties, including:
the important static environment variable information in the environment variable information set collected by multiple parties is found and marked as a first type, and after the sequence values of all environment variable values of the first type are marked as 1, the important static environment variable information is removed from the current environment variable information set;
searching secondary static environment variable information in the rest environment variable information set, marking the secondary static environment variable information as a second class, marking the sequence value of all environment variable values of the second class as 2, and removing the secondary static environment variable information from the current environment variable information set;
until all static environment variable information in the environment variable information set is assigned a corresponding sequence value.
6. The method according to claim 1, wherein in step S1, the keywords are highlighted, and different types of environment variable information output are controlled by comparing the sequence values according to the environment variable information content custom information filtering rule.
7. The method according to claim 1, wherein in step S6, a multi-level environment variable configuration file set of the system virtualization hardware is generated based on the environment variable set mapping method.
CN202310807771.0A 2023-07-04 2023-07-04 Environment variable construction method based on multi-party information summarized at webpage end Active CN116522036B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310807771.0A CN116522036B (en) 2023-07-04 2023-07-04 Environment variable construction method based on multi-party information summarized at webpage end

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310807771.0A CN116522036B (en) 2023-07-04 2023-07-04 Environment variable construction method based on multi-party information summarized at webpage end

Publications (2)

Publication Number Publication Date
CN116522036A CN116522036A (en) 2023-08-01
CN116522036B true CN116522036B (en) 2023-08-29

Family

ID=87405001

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310807771.0A Active CN116522036B (en) 2023-07-04 2023-07-04 Environment variable construction method based on multi-party information summarized at webpage end

Country Status (1)

Country Link
CN (1) CN116522036B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6973646B1 (en) * 2000-07-21 2005-12-06 International Business Machines Corporation Method for compiling program components in a mixed static and dynamic environment
CN111767089A (en) * 2020-06-28 2020-10-13 北京百度网讯科技有限公司 Method, device and equipment for loading file and storage medium
CN113110846A (en) * 2021-04-28 2021-07-13 网易传媒科技(北京)有限公司 Method and device for acquiring environment variable

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6973646B1 (en) * 2000-07-21 2005-12-06 International Business Machines Corporation Method for compiling program components in a mixed static and dynamic environment
CN111767089A (en) * 2020-06-28 2020-10-13 北京百度网讯科技有限公司 Method, device and equipment for loading file and storage medium
CN113110846A (en) * 2021-04-28 2021-07-13 网易传媒科技(北京)有限公司 Method and device for acquiring environment variable

Also Published As

Publication number Publication date
CN116522036A (en) 2023-08-01

Similar Documents

Publication Publication Date Title
US11899800B2 (en) Open source vulnerability prediction with machine learning ensemble
US20190138731A1 (en) Method for determining defects and vulnerabilities in software code
CN111858242B (en) System log abnormality detection method and device, electronic equipment and storage medium
US10402499B2 (en) System and method for coupled detection of syntax and semantics for natural language understanding and generation
US20120290293A1 (en) Exploiting Query Click Logs for Domain Detection in Spoken Language Understanding
JPWO2018235252A1 (en) Analyzing device, log analyzing method, and analyzing program
EP1090275A1 (en) Improved vibrating conduit process parameter sensors,operating methods and computer program products utilizing complex modal estimation
CN110502677B (en) Equipment identification method, device and equipment, and storage medium
CN109857641A (en) The method and device of defects detection is carried out to program source file
US11263062B2 (en) API mashup exploration and recommendation
WO2012158572A2 (en) Exploiting query click logs for domain detection in spoken language understanding
KR20190031030A (en) Method and system for identifying an open source software package based on binary files
CN105765561A (en) Determination of production vs. development uses from tracer data
CN115543781A (en) Method and interactive system for automatically verifying automobile software model
CN108427580B (en) Configuration pair naming repetition detection method, storage medium and intelligent device
CN113778864A (en) Test case generation method and device, electronic equipment and storage medium
CN116522036B (en) Environment variable construction method based on multi-party information summarized at webpage end
Al-Sabbagh et al. Selective regression testing based on big data: comparing feature extraction techniques
US11593700B1 (en) Network-accessible service for exploration of machine learning models and results
US20220405091A1 (en) Source code issue assignment using machine learning
US20190294534A1 (en) Program usability performance classification
CN110618915A (en) Method and equipment for cluster deployment decision power evaluation tool and storage medium
US20090234787A1 (en) Integrated problem solving system
CN115203057B (en) Low code test automation method, device, equipment and storage medium
US20240037383A1 (en) Validation metric for attribution-based explanation methods for anomaly detection models

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