Movatterモバイル変換


[0]ホーム

URL:


CN113886076A - A code auditing method, device, terminal and storage medium - Google Patents

A code auditing method, device, terminal and storage medium
Download PDF

Info

Publication number
CN113886076A
CN113886076ACN202111132769.5ACN202111132769ACN113886076ACN 113886076 ACN113886076 ACN 113886076ACN 202111132769 ACN202111132769 ACN 202111132769ACN 113886076 ACN113886076 ACN 113886076A
Authority
CN
China
Prior art keywords
server
processed
code auditing
tasks
code
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111132769.5A
Other languages
Chinese (zh)
Inventor
万振华
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Seczone Technology Co Ltd
Original Assignee
Seczone 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 Seczone Technology Co LtdfiledCriticalSeczone Technology Co Ltd
Priority to CN202111132769.5ApriorityCriticalpatent/CN113886076A/en
Publication of CN113886076ApublicationCriticalpatent/CN113886076A/en
Pendinglegal-statusCriticalCurrent

Links

Images

Classifications

Landscapes

Abstract

The application relates to the field of source code auditing, in particular to a code auditing method, a device, a terminal and a storage medium, which provide a plurality of servers for processing code auditing tasks, wherein the method comprises the following steps: acquiring current task information to be processed; acquiring working condition information of each server; selecting a server to be processed according to a preset rule based on the working condition information; and sending the current task information to be processed to the server to be processed. According to the code auditing method and system, code auditing is simultaneously carried out through the plurality of servers, and if a new code auditing task appears, the server to which the code auditing is distributed is determined to execute the code auditing according to the working condition information of each server, so that the code auditing efficiency is improved.

Description

Code auditing method, device, terminal and storage medium
Technical Field
The invention relates to the field of source code auditing, in particular to a code auditing method, a device, a terminal and a storage medium.
Background
The purpose of the source code auditing service is to fully mine security defects and normative defects existing in current codes, so that developers can know threats possibly faced by the application systems developed by the developers, and the developers are guided to correct program defects.
In the related technology, the efficiency of auditing work can be obviously improved by using an automatic tool instead of manual vulnerability mining, for example, automatic code auditing tools such as RIPS, VCG, Fortify SCA and the like are used in a server to automatically audit source codes.
With respect to the related art in the above, the inventors consider that: the workload of the code auditing project is large or small, the required scanning time is long or short, and the code auditing method in the related technology has the defect of low auditing efficiency because the server scans one by one according to the sequence of submission time and the like.
Disclosure of Invention
In order to improve code auditing efficiency, the application provides a code auditing method, a device, a terminal and a storage medium.
In a first aspect, the present application provides a code auditing method, which adopts the following technical scheme:
a code auditing method that provides a plurality of servers for tasks of processing code audits, the method comprising:
acquiring current task information to be processed;
acquiring working condition information of each server;
selecting a server to be processed according to a preset rule based on the working condition information;
and sending the current task information to be processed to the server to be processed.
By adopting the technical scheme, a plurality of servers are set to simultaneously carry out code auditing, and if a new code auditing task appears, the server to which the servers are allocated to execute code auditing is determined according to the working condition information of each server, so that the code auditing efficiency is improved.
Optionally, the working condition information includes the number of tasks to be processed, a CPU occupancy rate, or a memory occupancy rate.
By adopting the technical scheme, the working condition information of each server can comprise the number of tasks to be processed, the CPU occupation rate or the memory occupation rate and other information, and the actual working condition of each server can be objectively evaluated by acquiring and judging the information, so that the audit task is distributed according to the actual working condition.
Optionally, the selecting a server to be processed according to a preset rule based on the working condition information includes: selecting a server with a small number of tasks to be processed as the server to be processed according to the number of the tasks to be processed of each server; or according to the CPU occupancy rate of each server, selecting a server with a smaller CPU occupancy rate as the server to be processed; or according to the memory occupancy of each server, selecting the server with smaller memory occupancy as the server to be processed.
By adopting the technical scheme, the server with smaller current workload is corresponding to the smaller number of the tasks to be processed, the smaller CPU occupancy or the smaller memory occupancy, and the newly added tasks are distributed to the server with smaller current workload, so that the whole code auditing efficiency is improved.
Optionally, the selecting a server to be processed according to a preset rule based on the working condition information includes: and selecting the server with higher weighted sum as the server to be processed according to the weighted sum of the number of tasks to be processed, the CPU occupation ratio and the memory occupation ratio of each server.
By adopting the technical scheme, the current workload of each server cannot be objectively reflected by single information such as the number of tasks to be processed, the CPU occupancy rate and the memory occupancy rate, and the current workload of each server can be objectively reflected by summing the information according to a certain weight, so that the code auditing efficiency is further improved.
Optionally, the working condition information includes an average processing speed, and the selecting a server to be processed according to a preset rule based on the working condition information includes: and selecting the server with the higher average processing speed as the server to be processed according to the average processing speed of each server.
By adopting the technical scheme, different servers are different in configuration and performance, the higher the configuration or the better the performance, the higher the average processing speed of the server is, the code audit task can be quickly processed, the code audit task is preferentially distributed to the server with the higher average processing speed, and the code audit efficiency can be further improved.
Optionally, at the time of first allocation, the speed of the average processing speed is determined by the configuration of the server.
By adopting the technical scheme, the average processing speed can be obtained only after the server processes one or more audit tasks, so that the speed of the average processing speed can be determined by the configuration of the server when the server is allocated for the first time, and the higher the configuration is, the faster the corresponding average processing speed is.
Optionally, the working condition information includes the number of tasks to be processed, and before the selecting a server to be processed according to a preset rule based on the working condition information, the method further includes: and judging whether the number of the tasks to be processed of each server is not less than a preset permission limit threshold, if not, sending the information of the current tasks to be processed to a queue for waiting, and suspending to continuously acquire the information of the current tasks to be processed.
By adopting the technical scheme, when code auditing is carried out, a maximum resource occupation amount is set, whether the number of the tasks to be processed of each server is not less than a preset permission limit threshold value or not is judged, if not, the information of the current tasks to be processed is sent to a queue to wait, and the information of the current tasks to be processed is suspended to continue to be obtained, so that the processing efficiency of the ongoing code auditing tasks is not influenced.
In a second aspect, the present application further provides a code auditing apparatus, which adopts the following technical scheme:
a code auditing apparatus, comprising:
a memory for storing a code auditing program;
and the processor executes the steps of the code auditing method when the code auditing program is run.
By adopting the technical scheme, the code auditing method is presented and stored in the memory in the form of the computer readable code, and the steps of the code auditing method are executed when the processor runs the computer readable code in the memory, so that the code auditing efficiency can be improved.
In a third aspect, the present application further provides a code auditing terminal, which adopts the following technical scheme:
a code auditing terminal, comprising:
the input device is used for inputting the current task information to be processed;
the servers are used for receiving and providing code auditing service according to the current task information to be processed;
the input end of the code auditing device is connected with the input device, and the output end of the code auditing device is connected with a plurality of servers.
By adopting the technical scheme, the terminal inputs the current task information to be processed by means of the input device, the collected signals are combined to determine which server is allocated to execute code audit through the working condition information of each server through the program in the terminal, and the code audit efficiency can be improved.
In a fourth aspect, the present application further provides a computer-readable storage medium, which adopts the following technical solutions:
a computer readable storage medium storing a computer program capable of being loaded by a processor and executing the code auditing method described above.
To sum up, this application carries out the code audit simultaneously through setting up many servers, if new code audit task appears, then confirms to which server execution code audit distributes through the behavior information of each server to improve code audit efficiency.
Drawings
FIG. 1 is a schematic block diagram of a code audit terminal of the present application.
FIG. 2 is a flow chart of a code auditing method of the present application.
Description of reference numerals:
1. an input device; 2. a code auditing means; 3. and (4) a server.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is further described in detail below with reference to fig. 1-2 and the embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
The following describes in further detail an embodiment of the code audit terminal of the present application with reference to the drawings of the specification.
The embodiment of the application provides a code auditing terminal, as shown in fig. 1, the terminal comprises aninput device 1, acode auditing device 2 and a plurality ofservers 3, wherein the input end of thecode auditing device 2 is connected with theinput device 1, and the output end of thecode auditing device 2 is connected with the plurality ofservers 3; thecode auditing device 2 is integrated with a memory and a processor, the memory is used for storing a code auditing program, and the processor is used for executing the steps of the code auditing method when the code auditing program is run; the input device is used for inputting the information of the current task to be processed, and the plurality ofservers 3 are used for receiving and providing code auditing service according to the information of the current task to be processed.
The following is a detailed description of the implementation of the code auditing method:
the embodiment of the application discloses a code auditing method, which comprises the steps of providing a plurality of servers for processing code auditing tasks, and determining which server is allocated to execute code auditing according to the working condition information of each server if a new code auditing task occurs, thereby improving the code auditing efficiency. Referring to fig. 2, the code auditing method includes the steps of:
s01: and acquiring the current task information to be processed.
Specifically, the current task information to be processed can be input by a code auditor through an input device, can also be issued by an external system, and can be selected according to actual conditions.
S02: and acquiring the working condition information of each server.
Specifically, the working condition information may include one or more of an average processing speed, the number of tasks to be processed, a CPU occupancy rate, or a memory occupancy rate, and by obtaining and judging the information, the actual working condition of each server can be objectively evaluated, so that the audit task is distributed according to the actual working condition.
S03: and selecting a server to be processed according to a preset rule based on the working condition information.
There are various ways for specifically selecting the server to be processed, and the corresponding preset rules are different according to different contents contained in the working condition information.
In an embodiment of the present application, the working condition information includes only one of an average processing speed, a number of tasks to be processed, a CPU occupancy rate, or a memory occupancy rate, and when the working condition information includes only the average processing speed, the average processing speeds corresponding to the servers are compared, and a server with a higher average processing speed is selected as the server to be processed; when the working condition information only comprises the number of the tasks to be processed, comparing the number of the tasks to be processed corresponding to each server, and selecting the server with less number of the tasks to be processed as the server to be processed; when the working condition information only comprises the CPU occupancy, comparing the CPU occupancy corresponding to each server, and selecting the server with smaller CPU occupancy as the server to be processed; and when the working condition information only comprises the memory occupancy, comparing the memory occupancy corresponding to each server, and selecting the server with smaller memory occupancy as the server to be processed. The server with smaller current workload is corresponding to the smaller number of tasks to be processed, the smaller CPU occupancy or the smaller memory occupancy, and the newly added tasks are distributed to the server with smaller current workload, so that the whole code auditing efficiency is improved.
The average processing speed can be obtained after the server processes one or more audit tasks, so that the speed of the average processing speed can be determined by the configuration of the server when the server is allocated for the first time, the higher the configuration is, the higher the corresponding average processing speed is, the higher the configuration is, or the higher the performance is, the higher the average processing speed of the server is, the code audit task can be processed quickly, the code audit task is preferentially allocated to the server with the higher average processing speed, and the code audit efficiency can be further improved.
In another embodiment of the present application, the working condition information includes the number of tasks to be processed, the CPU occupancy and the memory occupancy, and a server with a higher weighted sum may be selected as the server to be processed according to the weighted sum of the number of tasks to be processed, the CPU occupancy and the memory occupancy of each server.
Assuming that the weight of the number of the tasks to be processed is 0.4, the weight of the CPU occupancy is 0.3, and the weight of the memory occupancy is 0.3, wherein the score is lower when the number of the tasks to be processed is larger, for example, the score is 100 when the number of the tasks to be processed is 0, the score is 90 when the number of the tasks to be processed is 1, and so on; the higher the CPU occupancy, the lower the corresponding score, for example, the score is 100 when the CPU occupancy is 0%, the score is 90 when the CPU occupancy is 10%, and so on; the higher the memory occupancy, the lower the corresponding score, for example, the score is 100 when the memory occupancy is 0%, the score is 90 when the memory occupancy is 10%, and so on; thus, calculating the weighted sum of the number of tasks to be processed, the CPU occupation ratio and the memory occupation ratio, and selecting the server with higher weighted sum as the server to be processed; for example, if the number of tasks to be processed of the first server is 1 (corresponding to score 90), the CPU occupancy is 20% (corresponding to score 80), and the memory occupancy is 20% (corresponding to score 80), the number of tasks to be processed of the second server is 2 (corresponding to score 80), the CPU occupancy is 10% (corresponding to score 90), and the memory occupancy is 10% (corresponding to score 90), the weighted sum of the first server is 0.4 × 90+0.3 × 80=84, and the weighted sum of the second server is 0.4 × 80+0.3 × 90=86, and thus the second server with the higher weighted sum is selected as the server to be processed.
S04: and sending the current task information to be processed to a server to be processed.
In the related technology, all tasks are sequentially put into a server for processing according to a time sequence, the prior audit task needs more time for processing, and the prior audit task needs less time for processing is delayed, so that the audit efficiency is low. In the application, the server which is most suitable for processing the current task information to be processed is selected in the steps, the current task information to be processed is sent to the server to be processed to perform the code audit task, the task to be processed can be completed as soon as possible, and therefore the audit efficiency is improved.
In another embodiment of the present application, before step S03, the method further includes: and judging whether the number of the tasks to be processed of each server is not less than a preset permission limit threshold, if not, sending the information of the current tasks to be processed to a queue for waiting, and suspending the continuous acquisition of the information of the current tasks to be processed, thereby ensuring that the processing efficiency of the ongoing code audit task is not influenced.
For example, assuming that the preset permission limit threshold is 3, when the number of the tasks to be processed in all the servers is 3, it indicates that the number (3) of the tasks to be processed in each server is not less than the preset permission limit threshold (3), at this time, the information of the current tasks to be processed is sent to the queue to wait, and the current tasks to be processed are suspended from being continuously obtained, when the number of the tasks to be processed in one or more of the servers is less than the preset permission limit threshold, the information of the current tasks to be processed is extracted from the queue, and is sent to the server corresponding to the server whose number of the tasks to be processed is less than the preset permission limit threshold to be processed, and the current tasks to be processed are resumed to be continuously obtained.
Based on the same inventive concept, embodiments of the present application provide a computer-readable storage medium, which includes instructions that, when being loaded and executed by a processor, implement the steps in the code auditing method flow.
The computer-readable storage medium includes, for example: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
It will be clear to those skilled in the art that, for convenience and simplicity of description, the foregoing division of the functional modules is merely used as an example, and in practical applications, the above function distribution may be performed by different functional modules according to needs, that is, the internal structure of the device is divided into different functional modules to perform all or part of the above described functions. For the specific working processes of the system, the apparatus and the unit described above, reference may be made to the corresponding processes in the foregoing method embodiments, and details are not described here again.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the modules or units is only one logical division, and there may be other divisions when actually implemented, for example, a plurality of units or components may be combined or may be integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be substantially implemented or contributed by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, a network device, or the like) or a processor (processor) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: u disk, removable hard disk, read only memory, random access memory, magnetic or optical disk, etc. for storing program codes.
The foregoing is a preferred embodiment of the present application and is not intended to limit the scope of the application in any way, and any features disclosed in this specification (including the abstract and drawings) may be replaced by alternative features serving equivalent or similar purposes, unless expressly stated otherwise. That is, unless expressly stated otherwise, each feature is only an example of a generic series of equivalent or similar features.

Claims (10)

Translated fromChinese
1.一种代码审计方法,其特征在于,提供多个服务器进行处理代码审计的任务,所述方法包括:1. a code auditing method, is characterized in that, multiple servers are provided to carry out the task of processing code auditing, and described method comprises:获取当前待处理任务信息;Get current pending task information;获取各个服务器的工作情况信息;Obtain working information of each server;基于所述工作情况信息按照预设规则选定待处理服务器;Selecting a server to be processed according to a preset rule based on the working situation information;将所述当前待处理任务信息发送到所述待处理服务器。Send the currently pending task information to the pending server.2.根据权利要求1所述的一种代码审计方法,其特征在于:所述工作情况信息包括待处理任务数量、CPU占有率或内存占有率。2 . The code auditing method according to claim 1 , wherein the work status information includes the number of tasks to be processed, CPU occupancy or memory occupancy. 3 .3.根据权利要求2所述的一种代码审计方法,其特征在于,所述基于所述工作情况信息按照预设规则选定待处理服务器,包括:按照各个服务器的待处理任务数量,选定待处理任务数量较少的服务器作为所述待处理服务器;或按照各个服务器的CPU占有率,选定CPU占有率较小的服务器作为所述待处理服务器;或按照各个服务器的内存占有率,选定内存占有率较小的服务器作为所述待处理服务器。3. A code auditing method according to claim 2, wherein the selecting a server to be processed according to a preset rule based on the working situation information comprises: selecting the number of tasks to be processed according to the number of tasks of each server. A server with a smaller number of tasks to be processed is used as the server to be processed; or according to the CPU occupancy rate of each server, a server with a smaller CPU occupancy rate is selected as the server to be processed; or according to the memory occupancy rate of each server, a server is selected. A server with a smaller memory occupancy is determined as the server to be processed.4.根据权利要求2所述的一种代码审计方法,其特征在于,所述基于所述工作情况信息按照预设规则选定待处理服务器,包括:按照各个服务器的待处理任务数量、CPU占有率和内存占有率的加权和,选定所述加权和较高的服务器作为所述待处理服务器。4. a kind of code auditing method according to claim 2, is characterized in that, according to described working condition information according to the pre-set rule to select the server to be processed, comprising: according to the number of tasks to be processed, CPU occupation of each server The weighted sum of the rate and the memory occupancy rate is selected, and the server with the higher weighted sum is selected as the to-be-processed server.5.根据权利要求1所述的一种代码审计方法,其特征在于,所述工作情况信息包括平均处理速度,所述基于所述工作情况信息按照预设规则选定待处理服务器,包括:按照各个服务器的平均处理速度,选定所述平均处理速度较快的服务器作为所述待处理服务器。5. A code auditing method according to claim 1, wherein the working condition information includes an average processing speed, and the selecting a server to be processed according to a preset rule based on the working condition information comprises: The average processing speed of each server, and the server with the faster average processing speed is selected as the server to be processed.6.根据权利要求5所述的一种代码审计方法,其特征在于:在首次分配时,所述平均处理速度的快慢由所述服务器的配置确定。6. A code auditing method according to claim 5, characterized in that: in the first allocation, the speed of the average processing speed is determined by the configuration of the server.7.根据权利要求1所述的一种代码审计方法,其特征在于,所述工作情况信息包括待处理任务数量,在所述基于所述工作情况信息按照预设规则选定待处理服务器之前还包括:判断各个服务器的所述待处理任务数量是否均不小于预设的许可限制阈值,若均不小于,则将所述当前待处理任务信息发送到队列等待,并暂停继续获取所述当前待处理任务信息。7. A code auditing method according to claim 1, characterized in that, the work situation information includes the number of tasks to be processed, and before the server to be processed is selected according to a preset rule based on the work situation information. Including: judging whether the number of tasks to be processed on each server is not less than a preset permission limit threshold, if not, sending the current task information to be processed to a queue for waiting, and suspending and continuing to obtain the current pending tasks. Process task information.8.一种代码审计装置,其特征在于,包括:8. A code auditing device, characterized in that, comprising:存储器,用于存储代码审计程序;memory for storing code audit programs;处理器,在运行所述代码审计程序时执行权利要求1至7中任一项所述代码审计方法的步骤。The processor executes the steps of the code auditing method according to any one of claims 1 to 7 when running the code auditing program.9.一种代码审计终端,其特征在于,包括:9. A code audit terminal, characterized in that, comprising:输入装置(1),用于输入当前待处理任务信息;an input device (1) for inputting current task information to be processed;多个服务器(3),用于接收并根据所述当前待处理任务信息提供代码审计服务;a plurality of servers (3) for receiving and providing code auditing services according to the current task information to be processed;如权利要求8所述的代码审计装置(2),输入端连接所述输入装置(1),输出端连接多个所述服务器(3)。The code auditing device (2) according to claim 8, wherein the input end is connected to the input device (1), and the output end is connected to a plurality of the servers (3).10.一种计算机可读存储介质,其特征在于,存储有能够被处理器加载并执行权利要求1至7中任一项所述代码审计方法的计算机程序。10 . A computer-readable storage medium, characterized in that a computer program capable of being loaded by a processor and executing the code auditing method according to any one of claims 1 to 7 is stored thereon. 11 .
CN202111132769.5A2021-09-272021-09-27 A code auditing method, device, terminal and storage mediumPendingCN113886076A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202111132769.5ACN113886076A (en)2021-09-272021-09-27 A code auditing method, device, terminal and storage medium

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202111132769.5ACN113886076A (en)2021-09-272021-09-27 A code auditing method, device, terminal and storage medium

Publications (1)

Publication NumberPublication Date
CN113886076Atrue CN113886076A (en)2022-01-04

Family

ID=79006913

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202111132769.5APendingCN113886076A (en)2021-09-272021-09-27 A code auditing method, device, terminal and storage medium

Country Status (1)

CountryLink
CN (1)CN113886076A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5754763A (en)*1996-10-011998-05-19International Business Machines CorporationSoftware auditing mechanism for a distributed computer enterprise environment
CN108304327A (en)*2018-02-022018-07-20平安证券股份有限公司Static code scanning result treating method and apparatus
CN110990249A (en)*2019-10-112020-04-10平安科技(深圳)有限公司Code scanning result processing method and device, computer equipment and storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5754763A (en)*1996-10-011998-05-19International Business Machines CorporationSoftware auditing mechanism for a distributed computer enterprise environment
CN108304327A (en)*2018-02-022018-07-20平安证券股份有限公司Static code scanning result treating method and apparatus
CN110990249A (en)*2019-10-112020-04-10平安科技(深圳)有限公司Code scanning result processing method and device, computer equipment and storage medium

Similar Documents

PublicationPublication DateTitle
US8434085B2 (en)Scalable scheduling of tasks in heterogeneous systems
CN103763346B (en) A distributed resource scheduling method and device
CN110852882B (en)Packet consensus method, apparatus, device, and medium for blockchain networks
US8572621B2 (en)Selection of server for relocation of application program based on largest number of algorithms with identical output using selected server resource criteria
CN109240802B (en)Request processing method and device
CN111176803B (en)Service processing method, device, server and storage medium
CN114116173A (en) Method, device and system for dynamically adjusting task assignment
CN112559179A (en)Job processing method and device
EP3007068A1 (en)System and method for prioritizing on-access scan and on-demand scan tasks
WO2015090044A1 (en)Data scanning method and device
CN113626173B (en)Scheduling method, scheduling device and storage medium
CN109597673B (en) Method for creating virtual machine and scheduling device
JP2011141703A (en)System, method and program for arranging resource
CN113886076A (en) A code auditing method, device, terminal and storage medium
CN113467901A (en)Task scheduling method and related equipment
CN109842665B (en)Task processing method and device for task allocation server
CN110825493A (en) A method and device for tuning a virtual machine
CN110909072A (en)Data table establishing method, device and equipment
US11093281B2 (en)Information processing apparatus, control method, and program to control allocation of computer resources for different types of tasks
CN109901931B (en)Reduction function quantity determination method, device and system
CN112631577A (en)Model scheduling method, model scheduler and model safety test platform
KR101836743B1 (en)Mobile device selection method for failed task reallocation in mobile distributed computing system
KR102483489B1 (en)Hybrid fuzzing device capable of dynamic resource distribution
CN111967855B (en)Method, device and equipment for processing business data and computer readable storage medium
CN114079624B (en)Architecture data flow monitoring method and system based on multi-user access

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
RJ01Rejection of invention patent application after publication

Application publication date:20220104


[8]ページ先頭

©2009-2025 Movatter.jp