CN111324369A - Code line statistical method, system, equipment and computer readable storage medium - Google Patents

Code line statistical method, system, equipment and computer readable storage medium Download PDF

Info

Publication number
CN111324369A
CN111324369A CN202010093554.6A CN202010093554A CN111324369A CN 111324369 A CN111324369 A CN 111324369A CN 202010093554 A CN202010093554 A CN 202010093554A CN 111324369 A CN111324369 A CN 111324369A
Authority
CN
China
Prior art keywords
code
code line
type
statistics
line
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.)
Withdrawn
Application number
CN202010093554.6A
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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202010093554.6A priority Critical patent/CN111324369A/en
Publication of CN111324369A publication Critical patent/CN111324369A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management

Abstract

The application discloses a code line counting method, a system, equipment and a computer readable storage medium, which are used for receiving a code line counting instruction; analyzing the target code type in the code line statistical instruction; determining an effective code type corresponding to the target code type; and carrying out code statistics based on the code line statistical instruction and the effective code type to obtain a code line statistical result. According to the code line statistical method, the effective code type in the code line statistical instruction can be analyzed, so that the effective code type is matched with the code line statistical instruction, the flexibility of determining the effective code type in the code line statistical instruction is improved, and the code statistical method has good flexibility when the code is performed based on the code line statistical instruction and the effective code type. The code line statistical system, the device and the computer readable storage medium provided by the application also solve the corresponding technical problems.

Description

Code line statistical method, system, equipment and computer readable storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method, a system, a device, and a computer-readable storage medium for code line statistics.
Background
At present, in the application process of a computer, when a project is developed, codes need to be written, and correspondingly, in order to analyze the project, the written codes need to be counted.
In summary, how to improve the flexibility of code line statistics is a problem to be solved urgently by those skilled in the art.
Disclosure of Invention
The application aims to provide a code line counting method which can solve the technical problem of how to improve the flexibility of code line counting to a certain extent. The application also provides a code line statistical system, a device and a computer readable storage medium.
In order to achieve the above purpose, the present application provides the following technical solutions:
a code line statistics method, comprising:
receiving a code line counting instruction;
analyzing the target code type in the code line statistical instruction;
determining an effective code type corresponding to the target code type;
and carrying out code statistics based on the code line statistics instruction and the effective code type to obtain a code line statistics result.
Preferably, the determining the valid code type corresponding to the target code type includes:
and determining the effective code type corresponding to the target code type based on the corresponding relation between the preset code type and the effective code.
Preferably, after performing code statistics based on the code line statistics instruction and the valid code type to obtain a code line statistics result, the method further includes:
and displaying the code line statistical result.
Preferably, the code line counting instruction includes a code line counting position;
the code statistics is carried out based on the code line statistics instruction and the effective code type to obtain a code line statistics result, and the method comprises the following steps:
finding the code line counting position, and carrying out code counting on the code line counting position based on the effective code type to obtain the code line counting result;
the displaying the code line statistical result comprises:
and displaying the code line statistical position and the corresponding code line statistical result.
Preferably, the code line counting instruction comprises a code line counting object, and the type of the code line counting object comprises a folder and a file;
the code statistics is carried out based on the code line statistics instruction and the effective code type to obtain a code line statistics result, and the method comprises the following steps:
finding the code line statistical object, and performing code statistics on the code line statistical object based on the effective code type to obtain a code line statistical result;
the displaying the code line statistical result comprises:
and displaying the code line statistical object and the corresponding code line statistical result.
Preferably, the code line statistical instruction includes a file type;
the code statistics is carried out based on the code line statistics instruction and the effective code type to obtain a code line statistics result, and the method comprises the following steps:
finding out a target file corresponding to the file type, and carrying out code statistics on the target file based on the effective code type to obtain a code line statistical result;
the displaying the code line statistical result comprises:
and displaying the file type and the corresponding code line statistical result.
Preferably, the displaying the file type and the corresponding code line statistical result includes:
determining the number of files of the file type;
and displaying the file type, the file quantity and the corresponding code line statistical result.
A code line statistics system comprising:
the first receiving module is used for receiving a code line counting instruction;
the first analysis module is used for analyzing the target code type in the code line statistical instruction;
the first determining module is used for determining an effective code type corresponding to the target code type;
and the first statistical module is used for carrying out code statistics on the basis of the code line statistical instruction and the effective code type to obtain a code line statistical result.
A code line statistics apparatus comprising:
a memory for storing a computer program;
a processor for implementing the steps of the code line statistics method as described in any one of the above when executing the computer program.
A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the line of code statistics method according to any one of the preceding claims.
The code line counting method provided by the application receives a code line counting instruction; analyzing the target code type in the code line statistical instruction; determining an effective code type corresponding to the target code type; and carrying out code statistics based on the code line statistical instruction and the effective code type to obtain a code line statistical result. According to the code line statistical method, the effective code type in the code line statistical instruction can be analyzed, so that the effective code type is matched with the code line statistical instruction, the flexibility of determining the effective code type in the code line statistical instruction is improved, and the code statistical method has good flexibility when the code is performed based on the code line statistical instruction and the effective code type. The code line statistical system, the device and the computer readable storage medium provided by the application also solve the corresponding technical problems.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a first flowchart of a code line statistics method according to an embodiment of the present application;
FIG. 2 is a diagram illustrating the statistical results of the code lines in the present application;
fig. 3 is a schematic structural diagram of a code line statistics system according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of a code line statistics apparatus according to an embodiment of the present application;
fig. 5 is another schematic structural diagram of a code line statistics apparatus according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
At present, in the application process of a computer, when a project is developed, codes need to be written, and correspondingly, in order to analyze the project, the written codes need to be counted. The code line counting method can improve the flexibility of code line counting.
Referring to fig. 1, fig. 1 is a first flowchart of a code line statistics method according to an embodiment of the present application.
The code line statistical method provided by the embodiment of the application can comprise the following steps:
step S101: a code line statistics instruction is received.
In practical application, the code line statistical instruction may be received first, and the data type and content of the code line statistical instruction may be determined according to actual needs.
Step S102: and analyzing the target code type in the code line statistical instruction.
Step S103: and determining an effective code type corresponding to the target code type.
In practical application, due to the diversity of code types, if code statistics is performed only according to a fixed code line type, a statistical result does not conform to a code line statistical instruction, so that in order to make the statistical result conform to a received code line statistical instruction, after the code line statistical instruction is received, a target code type in the code line statistical instruction may be analyzed first, and then an effective code type corresponding to the target code type is determined, so as to obtain an effective code type corresponding to the code line statistical instruction.
Step S104: and carrying out code statistics based on the code line statistical instruction and the effective code type to obtain a code line statistical result.
In practical application, after the effective code type is obtained, code statistics can be performed based on the code line statistical instruction and the effective code type, so that a corresponding code line statistical result is obtained.
The code line counting method provided by the application receives a code line counting instruction; analyzing the target code type in the code line statistical instruction; determining an effective code type corresponding to the target code type; and carrying out code statistics based on the code line statistical instruction and the effective code type to obtain a code line statistical result. According to the code line statistical method, the effective code type in the code line statistical instruction can be analyzed, so that the effective code type is matched with the code line statistical instruction, the flexibility of determining the effective code type in the code line statistical instruction is improved, and the code statistical method has good flexibility when the code is performed based on the code line statistical instruction and the effective code type.
In practical application, because most effective codes of the programming language are English letters of the current behavior, all blanks at the beginning of the current line, including spaces and Tab keys, can be removed, and if the first character is an English letter, the current behavior effective code line is considered; however, some programming languages do not comply with the rule, for example, in the C + + programming language, macro definition "# define" is also valid code, and in the C + + programming language, multiple lines of comments are not valid code, so in the code line statistical method provided in the embodiment of the present application, in order to determine valid code types, the step of determining valid code types corresponding to target code types may specifically be: and determining the effective code type corresponding to the target code type based on the corresponding relation between the preset code type and the effective code.
The above-mentioned multiple line annotations may be:
/*
This is Note.
*/
in the code line statistical method provided by the embodiment of the application, in order to facilitate a user to check a final code line statistical result, code statistics is performed based on a code line statistical instruction and an effective code type, and after a code line statistical result is obtained, the code line statistical result can be displayed.
In the code line statistical method provided by the embodiment of the application, in order to facilitate code statistics according to the code line statistical instruction, the code line statistical instruction may include a code line statistical position; correspondingly, the step of performing code statistics based on the code line statistics instruction and the effective code type to obtain a code line statistics result may specifically be: finding out a code line counting position, and carrying out code counting on the code line counting position based on the effective code type to obtain a code line counting result; correspondingly, the step of displaying the statistical result of the code line may specifically be: and displaying the code line statistical position and the corresponding code line statistical result.
In practical application, in order to facilitate code statistics according to the code line statistics instruction, the code line statistics instruction may include a code line statistics object, and the type of the code line statistics object may include a folder and a file; correspondingly, the step of performing code statistics based on the code line statistics instruction and the effective code type to obtain a code line statistics result may specifically be: finding out a code line statistical object, and performing code statistics on the code line statistical object based on the effective code type to obtain a code line statistical result; correspondingly, the step of displaying the statistical result of the code line may specifically be: and displaying the code line statistical object and the corresponding code line statistical result.
In practical application, in order to facilitate code statistics according to the code line statistics instruction, the code line statistics instruction may include a file type; correspondingly, the step of performing code statistics based on the code line statistics instruction and the effective code type to obtain a code line statistics result may specifically be: finding a target file corresponding to the file type, and carrying out code statistics on the target file based on the effective code type to obtain a code line statistical result; correspondingly, the step of displaying the statistical result of the code line may specifically be: and displaying the file type and the corresponding code line statistical result.
In practical application, in order to facilitate viewing of more statistical information, the file number of a file type can be determined when the file type and a corresponding code line statistical result are displayed; and displaying the file type, the file number and the corresponding code line statistical result.
Referring to fig. 2, fig. 2 is a schematic diagram illustrating a display of statistical results of code lines in the present application, and in fig. 2, types of display information include information setting and information statistics; the information setting comprises file browsing information reflecting file addresses and file type information; the information statistics can comprise the number of files, the number of effective code lines, basic information and detailed information; the basic information may include a file type, a file number, and a corresponding code line number, and the detailed information may include a file path, a file type under the path, a corresponding code line number, and the like.
Referring to fig. 3, fig. 3 is a schematic structural diagram of a code line statistics system according to an embodiment of the present application.
The code line statistical system provided by the embodiment of the application can comprise:
a first receiving module 101, configured to receive a code line statistics instruction;
the first analysis module 102 is configured to analyze a target code type in the code line statistic instruction;
the first determining module 103 is configured to determine an effective code type corresponding to the target code type;
the first statistical module 104 is configured to perform code statistics based on the code line statistical instruction and the valid code type to obtain a code line statistical result.
In an embodiment of the present application, a first determining module may include:
and the first determining unit is used for determining the effective code type corresponding to the target code type based on the preset corresponding relation between the code types and the effective codes.
The code line statistical system provided by the embodiment of the application can further include:
and the first display module is used for carrying out code statistics on the basis of the code line statistical instruction and the effective code type by the first statistical module to obtain a code line statistical result and then displaying the code line statistical result.
According to the code line counting system provided by the embodiment of the application, the code line counting instruction can comprise a code line counting position;
the first statistics module may include:
the first statistical unit is used for finding out the code line statistical position and carrying out code statistics on the code line statistical position based on the effective code type to obtain a code line statistical result;
the first display module may include:
and the first display unit is used for displaying the code line statistical position and the corresponding code line statistical result.
According to the code line statistical system provided by the embodiment of the application, a code line statistical instruction can comprise a code line statistical object, and the type of the code line statistical object can comprise a folder and a file;
the first statistics module may include:
the second counting unit is used for searching the code line counting object and carrying out code counting on the code line counting object based on the effective code type to obtain a code line counting result;
the first display module may include:
and the second display unit is used for displaying the code line statistical object and the corresponding code line statistical result.
According to the code line statistical system provided by the embodiment of the application, a code line statistical instruction can comprise a file type;
the first statistics module may include:
the third statistical unit is used for searching a target file corresponding to the file type and carrying out code statistics on the target file based on the effective code type to obtain a code line statistical result;
the first display module may include:
and the third display unit is used for displaying the file type and the corresponding code line statistical result.
In an embodiment of the present application, a third display unit may include:
a first determination unit configured to determine a number of files of a file type;
and the fourth display unit is used for displaying the file type, the file number and the corresponding code line statistical result.
The application also provides a code line counting device and a computer readable storage medium, which both have the corresponding effects of the code line counting method provided by the embodiment of the application. Referring to fig. 4, fig. 4 is a schematic structural diagram of a code line statistics apparatus according to an embodiment of the present application.
The code line statistical device provided by the embodiment of the application comprises a memory 201 and a processor 202, wherein a computer program is stored in the memory 201, and the processor 202 realizes the following steps when executing the computer program:
receiving a code line counting instruction;
analyzing the target code type in the code line statistical instruction;
determining an effective code type corresponding to the target code type;
and carrying out code statistics based on the code line statistical instruction and the effective code type to obtain a code line statistical result.
The code line statistical device provided by the embodiment of the application comprises a memory 201 and a processor 202, wherein a computer program is stored in the memory 201, and the processor 202 realizes the following steps when executing the computer program: and determining the effective code type corresponding to the target code type based on the corresponding relation between the preset code type and the effective code.
The code line statistical device provided by the embodiment of the application comprises a memory 201 and a processor 202, wherein a computer program is stored in the memory 201, and the processor 202 realizes the following steps when executing the computer program: and performing code statistics based on the code line statistical instruction and the effective code type, and displaying the code line statistical result after obtaining the code line statistical result.
The code line statistical device provided by the embodiment of the application comprises a memory 201 and a processor 202, wherein a computer program is stored in the memory 201, and the processor 202 realizes the following steps when executing the computer program: the code line counting instruction comprises a code line counting position; finding out a code line counting position, and carrying out code counting on the code line counting position based on the effective code type to obtain a code line counting result; and displaying the code line statistical position and the corresponding code line statistical result.
The code line statistical device provided by the embodiment of the application comprises a memory 201 and a processor 202, wherein a computer program is stored in the memory 201, and the processor 202 realizes the following steps when executing the computer program: the code line counting instruction comprises a code line counting object, and the type of the code line counting object comprises a folder and a file; finding out a code line statistical object, and performing code statistics on the code line statistical object based on the effective code type to obtain a code line statistical result; and displaying the code line statistical object and the corresponding code line statistical result.
The code line statistical device provided by the embodiment of the application comprises a memory 201 and a processor 202, wherein a computer program is stored in the memory 201, and the processor 202 realizes the following steps when executing the computer program: the code line counting instruction comprises a file type; finding a target file corresponding to the file type, and carrying out code statistics on the target file based on the effective code type to obtain a code line statistical result; and displaying the file type and the corresponding code line statistical result.
The code line statistical device provided by the embodiment of the application comprises a memory 201 and a processor 202, wherein a computer program is stored in the memory 201, and the processor 202 realizes the following steps when executing the computer program: determining the number of files of the file type; and displaying the file type, the file number and the corresponding code line statistical result.
Referring to fig. 5, another code line statistics apparatus provided in the embodiment of the present application may further include: an input port 203 connected to the processor 202, for transmitting externally input commands to the processor 202; a display unit 204 connected to the processor 202, for displaying the processing result of the processor 202 to the outside; and the communication module 205 is connected with the processor 202 and is used for realizing the communication between the code line counting device and the outside world. The display unit 204 may be a display panel, a laser scanning display, or the like; the communication method adopted by the communication module 205 includes, but is not limited to, mobile high definition link technology (HML), Universal Serial Bus (USB), High Definition Multimedia Interface (HDMI), and wireless connection: wireless fidelity technology (WiFi), bluetooth communication technology, bluetooth low energy communication technology, ieee802.11s based communication technology.
A computer-readable storage medium is provided in an embodiment of the present application, in which a computer program is stored, and when the computer program is executed by a processor, the computer program implements the following steps:
receiving a code line counting instruction;
analyzing the target code type in the code line statistical instruction;
determining an effective code type corresponding to the target code type;
and carrying out code statistics based on the code line statistical instruction and the effective code type to obtain a code line statistical result.
A computer-readable storage medium is provided in an embodiment of the present application, in which a computer program is stored, and when the computer program is executed by a processor, the computer program implements the following steps: and determining the effective code type corresponding to the target code type based on the corresponding relation between the preset code type and the effective code.
A computer-readable storage medium is provided in an embodiment of the present application, in which a computer program is stored, and when the computer program is executed by a processor, the computer program implements the following steps: and performing code statistics based on the code line statistical instruction and the effective code type, and displaying the code line statistical result after obtaining the code line statistical result.
A computer-readable storage medium is provided in an embodiment of the present application, in which a computer program is stored, and when the computer program is executed by a processor, the computer program implements the following steps: the code line counting instruction comprises a code line counting position; finding out a code line counting position, and carrying out code counting on the code line counting position based on the effective code type to obtain a code line counting result; and displaying the code line statistical position and the corresponding code line statistical result.
A computer-readable storage medium is provided in an embodiment of the present application, in which a computer program is stored, and when the computer program is executed by a processor, the computer program implements the following steps: the code line counting instruction comprises a code line counting object, and the type of the code line counting object comprises a folder and a file; finding out a code line statistical object, and performing code statistics on the code line statistical object based on the effective code type to obtain a code line statistical result; and displaying the code line statistical object and the corresponding code line statistical result.
A computer-readable storage medium is provided in an embodiment of the present application, in which a computer program is stored, and when the computer program is executed by a processor, the computer program implements the following steps: the code line counting instruction comprises a file type; finding a target file corresponding to the file type, and carrying out code statistics on the target file based on the effective code type to obtain a code line statistical result; and displaying the file type and the corresponding code line statistical result.
A computer-readable storage medium is provided in an embodiment of the present application, in which a computer program is stored, and when the computer program is executed by a processor, the computer program implements the following steps: determining the number of files of the file type; and displaying the file type, the file number and the corresponding code line statistical result.
The computer-readable storage media to which this application relates include Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage media known in the art.
For a description of a relevant part in a code line statistics system, a device and a computer readable storage medium provided in the embodiments of the present application, refer to a detailed description of a corresponding part in a code line statistics method provided in the embodiments of the present application, and are not described herein again. In addition, parts of the above technical solutions provided in the embodiments of the present application, which are consistent with the implementation principles of corresponding technical solutions in the prior art, are not described in detail so as to avoid redundant description.
It is further noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A code line statistics method, comprising:
receiving a code line counting instruction;
analyzing the target code type in the code line statistical instruction;
determining an effective code type corresponding to the target code type;
and carrying out code statistics based on the code line statistics instruction and the effective code type to obtain a code line statistics result.
2. The method of claim 1, wherein the determining the valid code type corresponding to the target code type comprises:
and determining the effective code type corresponding to the target code type based on the corresponding relation between the preset code type and the effective code.
3. The method of claim 1, wherein after performing code statistics based on the code line statistics instruction and the valid code type to obtain a code line statistics result, the method further comprises:
and displaying the code line statistical result.
4. The method of claim 3, wherein the code line statistics instruction includes a code line statistics location;
the code statistics is carried out based on the code line statistics instruction and the effective code type to obtain a code line statistics result, and the method comprises the following steps:
finding the code line counting position, and carrying out code counting on the code line counting position based on the effective code type to obtain the code line counting result;
the displaying the code line statistical result comprises:
and displaying the code line statistical position and the corresponding code line statistical result.
5. The method according to claim 3, wherein the code line statistic instruction comprises a code line statistic object, and the type of the code line statistic object comprises a folder and a file;
the code statistics is carried out based on the code line statistics instruction and the effective code type to obtain a code line statistics result, and the method comprises the following steps:
finding the code line statistical object, and performing code statistics on the code line statistical object based on the effective code type to obtain a code line statistical result;
the displaying the code line statistical result comprises:
and displaying the code line statistical object and the corresponding code line statistical result.
6. The method of claim 3, wherein the code line statistics instruction includes a file type;
the code statistics is carried out based on the code line statistics instruction and the effective code type to obtain a code line statistics result, and the method comprises the following steps:
finding out a target file corresponding to the file type, and carrying out code statistics on the target file based on the effective code type to obtain a code line statistical result;
the displaying the code line statistical result comprises:
and displaying the file type and the corresponding code line statistical result.
7. The method of claim 6, wherein displaying the file type and the corresponding code line statistics comprises:
determining the number of files of the file type;
and displaying the file type, the file quantity and the corresponding code line statistical result.
8. A line of code statistics system, comprising:
the first receiving module is used for receiving a code line counting instruction;
the first analysis module is used for analyzing the target code type in the code line statistical instruction;
the first determining module is used for determining an effective code type corresponding to the target code type;
and the first statistical module is used for carrying out code statistics on the basis of the code line statistical instruction and the effective code type to obtain a code line statistical result.
9. A code line statistics apparatus, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the line statistics method of any of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the line statistics method according to any one of claims 1 to 7.
CN202010093554.6A 2020-02-14 2020-02-14 Code line statistical method, system, equipment and computer readable storage medium Withdrawn CN111324369A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010093554.6A CN111324369A (en) 2020-02-14 2020-02-14 Code line statistical method, system, equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010093554.6A CN111324369A (en) 2020-02-14 2020-02-14 Code line statistical method, system, equipment and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN111324369A true CN111324369A (en) 2020-06-23

Family

ID=71171016

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010093554.6A Withdrawn CN111324369A (en) 2020-02-14 2020-02-14 Code line statistical method, system, equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN111324369A (en)

Similar Documents

Publication Publication Date Title
CN108388598B (en) Electronic device, data storage method, and storage medium
CN110515951B (en) BOM standardization method and system, electronic device and storage medium
CN106095261B (en) Method and device for adding notes to electronic equipment
CN105631393A (en) Information recognition method and device
CN109684008B (en) Card rendering method, device, terminal and computer readable storage medium
CN105549936B (en) Data table display method and device
CN105843800A (en) DOI-based language information display method and device
CN106227483B (en) Display control method and mobile terminal
CN111611813A (en) Document translation method and device, electronic equipment and storage medium
CN106649210B (en) Data conversion method and device
CN111399857A (en) FRU data burning method, system, equipment and computer storage medium
CN110990010A (en) Software interface code generation method and device
JP2019522847A (en) Method, device and terminal device for extracting data
CN110377891B (en) Method, device and equipment for generating event analysis article and computer readable storage medium
CN111932198A (en) File auditing method and related product
CN112052647A (en) Document editing method and device, electronic equipment and readable storage medium
CN111324369A (en) Code line statistical method, system, equipment and computer readable storage medium
CN111695414A (en) Document processing method and device, electronic equipment and computer readable storage medium
CN114741144B (en) Web-side complex form display method, device and system
CN112835774B (en) Visualization method and device for performance of display card, equipment and computer-readable storage medium
CN114169451A (en) Behavior data classification processing method, device, equipment and storage medium
CN108920660B (en) Keyword weight obtaining method and device, electronic equipment and readable storage medium
CN113177389A (en) Text processing method and device, electronic equipment and storage medium
CN110990551B (en) Text content processing method, device, equipment and storage medium
CN110515618A (en) Page info typing optimization method, equipment, storage medium and device

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
WW01 Invention patent application withdrawn after publication

Application publication date: 20200623

WW01 Invention patent application withdrawn after publication