CN112596733A - Method, device, storage medium and electronic equipment for compiling and acquiring file - Google Patents

Method, device, storage medium and electronic equipment for compiling and acquiring file Download PDF

Info

Publication number
CN112596733A
CN112596733A CN202011483344.4A CN202011483344A CN112596733A CN 112596733 A CN112596733 A CN 112596733A CN 202011483344 A CN202011483344 A CN 202011483344A CN 112596733 A CN112596733 A CN 112596733A
Authority
CN
China
Prior art keywords
file
compiled
program
server
compiling
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.)
Granted
Application number
CN202011483344.4A
Other languages
Chinese (zh)
Other versions
CN112596733B (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.)
Beijing Wuyi Vision Digital Twin Technology Co ltd
Original Assignee
Beijing Wuyi Vision Digital Twin 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 Beijing Wuyi Vision Digital Twin Technology Co ltd filed Critical Beijing Wuyi Vision Digital Twin Technology Co ltd
Priority to CN202011483344.4A priority Critical patent/CN112596733B/en
Publication of CN112596733A publication Critical patent/CN112596733A/en
Application granted granted Critical
Publication of CN112596733B publication Critical patent/CN112596733B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/73Program documentation

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Library & Information Science (AREA)
  • Stored Programmes (AREA)

Abstract

The disclosure relates to a method, an apparatus, a storage medium, and an electronic device for compiling and acquiring a file. The method comprises the following steps: acquiring a program source file, performing compiling operation, generating and storing a plurality of compiled files, wherein each compiled file is stored in any one of a plurality of different local storage positions, and then acquiring a local storage position and a first target storage position of each compiled file, wherein the first target storage position is a preset relative path of the compiled file in a first program file packet; and uploading the compiled file to a first server according to the local storage position and the first target storage position, so that the first server generates a first program file package according to the compiled file. Therefore, the operation of copying the compiled file in the local disk is omitted, and the compiled file stored in the local storage position is directly uploaded to the first server, so that the storage space of the local disk is saved, and the efficiency of the compiling and uploading process is improved.

Description

Method, device, storage medium and electronic equipment for compiling and acquiring file
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a method, an apparatus, a storage medium, and an electronic device for compiling and acquiring a file.
Background
The Unreal Engine (Unreal Engine) is a popular general game production Engine at present, provides a complete development framework, and is mainly used for digital scene restoration, scene automatic generation and the like. In the process of developing and producing the game based on the illusion engine, the engine and the plug-in are generally required to be compiled, and the compiled plug-in is uploaded to the server. In the related art, a large amount of local disk space is occupied in the process of compiling to generate a compiled file and uploading the compiled file, so that the efficiency of the compiling and uploading process is influenced.
Disclosure of Invention
In order to solve the above problems, the present disclosure provides a method, an apparatus, a storage medium, and an electronic device for compiling and acquiring a file.
In a first aspect, the present disclosure provides a compiling method, including: acquiring a program source file to be compiled; compiling operation is carried out according to the program source file, and a plurality of compiled files are generated and stored, wherein each compiled file is stored in any one of a plurality of different local storage positions; acquiring a local storage position and a first target storage position of each compiled file, wherein the first target storage position is a preset relative path of the compiled file in a first program file package; and uploading the compiled file to a first server according to the local storage position and the first target storage position, so that the first server generates a first program file package according to the compiled file.
Optionally, uploading the compiled file to a first server according to the local storage location and the first target storage location includes: calculating a first file check code of each compiled file; according to the first file check code, comparing the compiled file to be uploaded with the uploaded compiled file, and determining whether the compiled file to be uploaded is a repeated file; uploading the compiled file to be uploaded to the first server under the condition that the compiled file to be uploaded is a non-duplicate file;
after uploading the compiled file stored in the local storage location to a first server, the method further comprises: generating a first program file list according to the first target storage position of each compiled file and the first file check code, wherein the first target storage position is a preset relative path of the compiled file in the first program file package; and uploading the first program file list to a second server.
Optionally, the program source file is a plug-in program source file, and before performing the compiling operation according to the program source file, the method further includes: downloading the second program file list from the second server, wherein the second program file list includes a second target storage location of a public program file, the public program file is a basic file compiled by the plug-in, and the second file check code is used for storing and searching the public program file; downloading the public program file from the first server according to the second file check code;
the compiling operation according to the program source file includes: and compiling operation is carried out according to the public program file and the program source file of the plug-in.
Optionally, the downloading the common program file from the first server according to the second file check code includes: comparing the public program file with a local file according to a second file check code in the second program file list to determine whether the public program file is a duplicate file; downloading a common program file from the first server when the common program file is a non-duplicate file; when the common program file is a duplicate file, a local file that duplicates the common program file is used as the common program file.
In a second aspect, the present disclosure provides a method of retrieving a file, the method comprising: downloading a first program file list from a second server, wherein the first program file list comprises first file check codes of a plurality of compiled files, and the first file check codes are used for storing and searching the compiled files; downloading the compiled file from a first server according to a first file check code in the first program file list; wherein, the compiled file is obtained by the following method: compiling according to a program source file to generate and store a plurality of compiled files, wherein each compiled file is stored in any one of a plurality of different local storage positions; and uploading the compiled file stored in the local storage position to a first server.
Optionally, the downloading the compiled file from the first server according to the first file check code in the first program file list includes: according to the first file check code in the first program file list, comparing the compiled file to be downloaded with a local file, and determining whether the compiled file to be downloaded is a duplicate file; downloading the compiled file to be downloaded from a first server under the condition that the compiled file to be downloaded is a non-repetitive file; and under the condition that the compiled file to be downloaded is a repeated file, acquiring a local file which is repeated with the compiled file to be downloaded as the compiled file.
In a third aspect, the present disclosure provides a compiling apparatus, including:
the source file acquisition module is used for acquiring a program source file to be compiled;
the compiling operation module is used for compiling operation according to the program source file and generating and storing a plurality of compiled files, wherein each compiled file is stored in any one of a plurality of different local storage positions;
a file position obtaining module, configured to obtain a local storage position and a first target storage position of each compiled file, where the first target storage position is a preset relative path of the compiled file in a first program file package;
and the file uploading module is used for uploading the compiled file to a first server according to the local storage position and the first target storage position, so that the first server generates a first program file package according to the compiled file.
Optionally, the file uploading module is configured to upload the compiled file to a server storage location of a first server according to a first target storage location of each compiled file, where the first target storage location is a preset relative path where the compiled file is stored in the first program file package, and the server storage location is an absolute path obtained according to the first target storage location and used for storing the compiled file.
Optionally, the file uploading module is configured to calculate a first file check code of each compiled file; according to the first file check code, comparing the compiled file to be uploaded with the uploaded compiled file, and determining whether the compiled file to be uploaded is a repeated file; uploading the compiled file to be uploaded to the first server under the condition that the compiled file to be uploaded is a non-duplicate file;
the above-mentioned device still includes:
a file list generating module, configured to generate a first program file list according to a first target storage location of each compiled file and the first file check code, where the first target storage location is a preset relative path of the compiled file in the first program file package;
and the file list uploading module is used for uploading the first program file list to a second server.
Optionally, the program source file is a plug-in program source file, and the apparatus further includes:
a common program file list downloading module, configured to download the second program file list from the second server, where the second program file list includes a second target storage location of a common program file, the common program file is a base file compiled by the plug-in, and the second file check code is used to store and search the common program file;
a common program file downloading module, configured to download the common program file from the first server according to the second file check code;
the compiling operation module is used for compiling operation according to the public program file and the program source file of the plug-in.
Optionally, the public program file downloading module is configured to: comparing the public program file with a local file according to a second file check code in the second program file list to determine whether the public program file is a duplicate file; downloading a common program file from the first server when the common program file is a non-duplicate file; when the common program file is a duplicate file, a local file that duplicates the common program file is used as the common program file.
In a fourth aspect, the present disclosure provides an apparatus for acquiring a file, the apparatus comprising:
the file list acquisition module is used for downloading a first program file list from a second server, wherein the first program file list comprises first file check codes of a plurality of compiled files, and the first file check codes are used for storing and searching the compiled files;
a file obtaining module, configured to download the compiled file from a first server according to a first file check code in the first program file list;
wherein, the compiled file is obtained by the following method: compiling according to a program source file to generate and store a plurality of compiled files, wherein each compiled file is stored in any one of a plurality of different local storage positions; and uploading the compiled file stored in the local storage position to a first server.
Optionally, the file obtaining module is configured to: according to the first file check code in the first program file list, comparing the compiled file to be downloaded with a local file, and determining whether the compiled file to be downloaded is a duplicate file; downloading the compiled file to be downloaded from a first server under the condition that the compiled file to be downloaded is a non-repetitive file; and under the condition that the compiled file to be downloaded is a repeated file, acquiring a local file which is repeated with the compiled file to be downloaded as the compiled file.
In a fifth aspect, the present disclosure provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of the method of the first aspect of the present disclosure.
In a sixth aspect, the present disclosure provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of the method of the second aspect of the present disclosure.
In a seventh aspect, an electronic device includes: a memory having a computer program stored thereon; a processor for executing the computer program in the memory to implement the steps of the method of the first aspect of the disclosure.
In an eighth aspect, an electronic device includes: a memory having a computer program stored thereon; a processor for executing the computer program in the memory to implement the steps of the method of the second aspect of the disclosure.
According to the technical scheme, a program source file is obtained and compiled, a plurality of compiled files are generated and stored, each compiled file is stored in any one of a plurality of different local storage positions, and then the local storage position of each compiled file is obtained; and uploading the compiled file to a first server according to the local storage position, so that the first server generates a first program file package according to the compiled file. Therefore, the operation of copying the compiled file in the local disk is omitted, and the compiled file stored in the local storage position is directly uploaded to the first server, so that the storage space of the local disk is saved, and the efficiency of the compiling and uploading process is improved.
Additional features and advantages of the disclosure will be set forth in the detailed description which follows.
Drawings
The accompanying drawings, which are included to provide a further understanding of the disclosure and are incorporated in and constitute a part of this specification, illustrate embodiments of the disclosure and together with the description serve to explain the disclosure without limiting the disclosure. In the drawings:
fig. 1 is a schematic diagram of an application scenario of a compiling system provided by an embodiment of the present disclosure;
FIG. 2 is a compiling method provided by an embodiment of the disclosure;
FIG. 3 is another compiling method provided by the embodiments of the present disclosure;
FIG. 4 illustrates a manner of downloading a common program file according to an embodiment of the present disclosure;
FIG. 5 is a method for obtaining a file according to an embodiment of the present disclosure;
fig. 6 is a schematic structural diagram of a compiling apparatus according to an embodiment of the disclosure;
fig. 7 is a schematic structural diagram of a second compiling apparatus provided by the embodiment of the disclosure;
fig. 8 is a schematic structural diagram of a third compiling apparatus provided in the embodiment of the disclosure;
FIG. 9 is a schematic structural diagram of an apparatus for acquiring a file according to the present disclosure;
fig. 10 is a block diagram of an electronic device provided by an embodiment of the disclosure;
fig. 11 is a block diagram of another electronic device provided by embodiments of the present disclosure.
Detailed Description
The following detailed description of specific embodiments of the present disclosure is provided in connection with the accompanying drawings. It should be understood that the detailed description and specific examples, while indicating the present disclosure, are given by way of illustration and explanation only, not limitation.
In the description that follows, the terms "first," "second," and the like are used for descriptive purposes only and are not intended to indicate or imply relative importance nor order to be construed.
First, an application scenario of the present disclosure will be explained. The present disclosure can be applied to program compilation and scenarios in which compiled files are obtained. In the related art, after a client compiles a program source file to generate a plurality of compiled files, the compiled files are copied to a preset local program file packet path located in a local disk, and the local program file packet is uploaded to a first server, so that the first server generates a first program file packet. Therefore, the process of copying the compiled files to the preset local program file packet path located in the local disk occupies a large amount of local disk space, and influences the efficiency of the compiling and uploading process.
In order to solve the above problems, the present disclosure provides a method, an apparatus, a storage medium, and an electronic device for compiling and acquiring a file, where a program source file is acquired and compiled, a plurality of compiled files are generated and stored, each compiled file is stored in any one of a plurality of different local storage locations, and then the local storage location of the compiled file is acquired; and uploading the compiled file to a first server according to the local storage position, so that the first server generates a first program file package according to the compiled file. Therefore, the operation of copying the compiled file in the local disk is omitted, and the compiled file stored in the local storage position is directly uploaded to the first server, so that the storage space of the local disk is saved, and the efficiency of the compiling and uploading process is improved.
The following detailed description of specific embodiments of the present disclosure is provided in connection with the accompanying drawings.
Fig. 1 is a schematic diagram of an application scenario of a compiling system according to an embodiment of the present disclosure, as shown in fig. 1, the compiling system includes a first server 101 and a first client 111, where the first client is configured to perform a compiling operation on a program source file, generate a plurality of compiled files, and upload the compiled files to the first server. The compilation system may further include a second server 102 that may be configured to store the first list of program files and a second client 112 that may be configured to download the compiled files from the first server and/or download the first list of program files from the second server, combine the compiled files to generate a first program file for running the first program file, or combine the first program file with a new program source file for continued compilation.
It should be noted that, the first server and the second server may be physical servers or cloud servers, and the first server and the second server may be the same server, for example, the first server and the second server may be two different physical servers, or the first server and the second server may be two different cloud servers, or the first server and the second server may also be the same cloud server. The first client and the second client may be electronic devices such as a desktop computer, a notebook computer, a tablet computer, a mobile phone, etc., or may be servers or other electronic devices capable of completing program compilation.
Fig. 2 is a compiling method provided by an embodiment of the present disclosure, and as shown in fig. 2, an execution subject of the method may be a first client, and the first client may be an electronic device such as a desktop computer, a notebook computer, a tablet computer, a mobile phone, and the method includes:
s201, obtaining a program source file to be compiled.
The program source file may be a code file, for example, a code file to be compiled by a developer. For example, the program source file may be generated by a developer writing directly on a first client, or may be generated by a developer writing on another client or electronic device and then submitted from the other client or electronic device to the first client. In addition, the program source file may be stored in the same folder of the first client, or may be stored in multiple folders or multiple disks.
S202, compiling operation is carried out according to the program source file, and a plurality of compiled files are generated and stored.
Wherein each compiled file is stored in any one of a plurality of different local storage locations. That is, each compiled file is stored in only one copy in the local disk.
In the related art, after the program source file is compiled, a plurality of compiled files may be generated, and the compiled files may be stored in a plurality of local storage locations, for example, a plurality of local storage locations where the program source file is stored, and then the compiled files of the program source file are copied to a predetermined local program package path located in a local disk, so as to upload the local program package to the first server. In this way, it is equivalent to that the compiled file is stored in two copies in the local disk, thereby causing a waste of storage resources.
In the present disclosure, a plurality of compiled files generated after compiling a program source file may be stored in a plurality of local storage locations, and no copy operation is required, but the local storage location of each compiled file needs to be recorded, so as to upload the compiled file to the first server. For example: the local storage location of each compiled file may be recorded in a text file or a table. In this way, only one copy of each compiled file is stored on the local disk, so that the storage space of the local disk can be saved.
It should be noted that, in the related art, the compiling operation may also be performed based on the program source file and the preset dependency library, where the preset dependency library is a library file provided by the compiling system and encapsulating various functions, and when a developer writes a new program, the developer may directly use various functions encapsulated in the preset dependency library without redeveloping corresponding functions. The compiled files in the present disclosure also include preset dependency library files in a preset dependency library. In the related art, after the program source file is compiled, the preset dependency library files also need to be copied to a preset local program file package path located in the local disk. In the present disclosure, the preset dependent library file is not copied any more, and only the local storage location of the used preset dependent library file needs to be recorded, so that the compiled file is uploaded to the first server. This can save a lot of storage space of the local disk.
S203, acquiring a local storage position and a first target storage position of each compiled file.
In this step, the local storage location of each compiled file recorded in step S202 may be obtained, for example, the local storage location may be obtained from a text file or a table of the local storage location of each compiled file. The first target storage position is a relative path of a preset compiled file in the first program file packet. By the method, the incidence relation between the local storage position of each compiled file and the first target storage position can be established, so that the server storage position of the compiled file can be conveniently selected when the compiled file is uploaded to a server.
And S204, uploading the compiled file to a first server according to the local storage position and the first target storage position, so that the first server can generate a first program file package according to the compiled file.
In this step, the compiled file stored in the local storage location may be read, and the compiled file may be uploaded to the server storage location of the first server via the network according to the first target storage location. The uploading mode can be that the files are serially read and then serially uploaded according to the preset sequence of the compiled files; a plurality of files can also be uploaded in parallel after being read in series, so that the uploading efficiency is improved; of course, a plurality of compiled files may be read in parallel and uploaded in parallel.
By adopting the method, the local storage position of each compiled file is recorded, so that the copying operation of the compiled file in a local disk is omitted, and the compiled file stored in the local storage position is directly uploaded to the first server, thereby saving the storage space of the local disk and improving the efficiency of the compiling and uploading process.
Optionally, in another embodiment of the present disclosure, the compiled file stored in the local storage location may be read in a non-buffered manner, and the compiled file may be uploaded to the first server.
It should be noted that, the reading and writing of the file generally adopts a buffer mode, that is, a buffer memory is set in the system, when the file is read and written, the file is read from the disk into the buffer memory, then the file is operated in the buffer memory, and when the operation is completed or the buffer memory is full, the file is written into the disk. Since the operation on the file in this step is only a read operation, the file can be read in a bufferless manner, that is, a buffer memory does not need to be set. Compared with the reading in a buffering mode, the reading of the file in a non-buffering mode has higher efficiency and higher speed, and the efficiency of reading the file is improved.
In further embodiments of the present disclosure, uploading compiled file stored in the local storage location to the first server may be in two ways:
the first uploading method comprises the following steps: the compiled files may be uploaded to a server storage location of a first server based on a first target storage location of each compiled file.
The first target storage position is a relative path of a preset compiled file stored in the first program file package, and the server storage position is an absolute path for storing the compiled file obtained according to the first target storage position. The above-mentioned relative PATH refers to the PATH relationship between the compiled file and the storage folder of the first package, for example, the relative PATH of the compiled file is/X/X1, and the storage folder of the first package is E:/PATH1, then the relative PATH of the compiled file is E:/PATH 1/X/X1.
Illustratively, the first program file package includes 5 compiled files, and the first target storage paths of the 5 compiled files are respectively: an a1 file under the first package; b1 file and B2 file under the B folder under the first program file package, and C1 file and C2 file under the C folder under the first program file package, then the target storage locations of the 5 compiled files are respectively: a 1; B/B1; B/B2; C/C1; and/C/C2. Under the condition that the preset storage position of the first program file package under the first server is D:/PATH1/, the server storage positions of the 5 compiled files on the first server obtained according to the first target storage position are D:/PATH1/A1 respectively; d, PATH 1/B/B1; d, PATH 1/B/B2; d, PATH 1/C/C1; D:/PATH 1/C/C2.
In another embodiment of the present disclosure, a corresponding relationship between a first target storage location and a local storage location of each compiled file may also be generated, and similarly, taking the example that the first program file includes the above 5 compiled files, target storage locations of the 5 compiled files are respectively: a 1; B/B1; B/B2; C/C1; C/C2; the local storage positions of the 5 compiled files are respectively as follows: e, PATH 2/A1; e, PATH 2/B1; F:/PATH 3/B2; F:/PATH3/PATH4/PATH 5/C1; F:/PATH 3/C2; thus, the obtained correspondence relationship between the first target storage location and the local storage location of each compiled file is shown in table 1 below:
compiled file First target storage location Local storage location
Document 1 /A1 E:/PATH2/A1
Document 2 /B/B1 E:/PATH2/B1
Document 3 /B/B2 F:/PATH3/B2
Document 4 /C/C1 F:/PATH3/PATH4/C1
Document 5 /C/C2 F:/PATH5/C2
TABLE 1
The compiled file may be obtained from the local storage location corresponding to each compiled file according to table 1, and uploaded to the server storage location corresponding to the first server according to the first target storage location.
Therefore, by the mode, copying operation of the compiled file in the local disk is omitted, the storage space of the local disk is saved, the processing efficiency of the compiled file is improved, and the corresponding program file package can be directly stored on the first server after the compiled file is uploaded to the server storage position of the first server.
And a second uploading mode: the compiled file may be deduplicated and the non-duplicate file may be uploaded to the first server. Fig. 3 is another compiling method provided by the embodiment of the disclosure, and as shown in fig. 3, the manner of uploading the compiled file stored in the local storage location to the first server may be implemented by the following steps:
s301, calculating a first file check code of each compiled file.
In this step, the first file check code may be an encrypted check code of each compiled file, where the encrypted check code is obtained by performing encryption calculation on each compiled file based on an encryption Algorithm, and the encryption Algorithm may be a Message Digest Algorithm (Message Digest Algorithm MD5) or a Secure Hash Algorithm 2(Secure Hash Algorithm 2). Optionally, in order to improve reliability, the first file check code may also be obtained according to the encrypted check code and an auxiliary file identifier in the compiled file, where the auxiliary file identifier may be a first preset number of characters of a file header and/or a second preset number of characters of a file trailer of the compiled file, and the first preset number and the second preset number may be the same or different. For example: under the condition that the first preset number is 10, the first file check code can be formed by combining an encryption check code and 10 characters of a file header of the compiled file; in the case that the first preset number is 10 and the second preset number is 5, the first file check code may be an encrypted check code, and 10 characters of a header of the compiled file and 5 characters of a footer of the compiled file are combined.
The first file check code is a unique identifier of each file, and has at least the following two functions: the method can be used for judging whether the file is repeated or not; and the second is that the method can be used for storing and searching files.
S302, according to the first file check code, comparing the compiled file to be uploaded with the uploaded compiled file, and determining whether the compiled file to be uploaded is a repeated file.
In this step, each file may obtain a first file check code by calculation according to the method, and search for the first file check code in the uploaded compiled file, and if a file identical to the first file check code of the compiled file to be uploaded can be found, the compiled file to be uploaded is determined to be a duplicate file; and if the file is not found, confirming that the compiled file to be uploaded is a non-repetitive file.
And S303, uploading the compiled file to be uploaded to a first server under the condition that the compiled file to be uploaded is a non-duplicate file.
For example, in this embodiment, compiled files to be uploaded may be serially obtained from the local storage location and uploaded, and a first compiled file to be uploaded (referred to as file one for short) is obtained.
And then acquiring a second compiled file to be uploaded (referred to as file two for short), comparing the first file check code of the file two with the first file check code of the uploaded file one, if the file two is not equal to the first file check code of the uploaded file one, determining that the file two is a non-duplicate file, starting uploading the file two, and setting the file two as the uploaded compiled file.
Continuously acquiring a third compiled file to be uploaded (file three for short), comparing the first file check code of the file three with the first file check codes of the uploaded file one and the second file, if the first file check code of the file three is not equal to the first file check code of the uploaded file two, determining that the file three is a non-duplicate file, starting uploading the file three, setting the file three as the uploaded compiled file, and if the first file check code of the file three is equal to any one of the first file check codes of the file one or the second file, considering the file three as a duplicate file without uploading the first server.
Similarly, the fourth to the last compiled file to be uploaded can be continuously and serially acquired, whether the compiled file to be uploaded is a duplicate file or not is judged according to the comparison method, and the non-duplicate file is uploaded to the first server.
Therefore, by the mode, the non-repeated files are only uploaded to the first server, the uploading efficiency of the compiled files is further improved, and the processing efficiency of the compiled files is greatly improved for scenes with more repeated files.
After the compiled file to be uploaded is uploaded to the first server in step S303 of the second uploading method, the following operations may be further performed:
s304, generating a first program file list according to the first target storage position and the first file check code of each compiled file.
The first target storage position is a relative path of a preset compiled file in the first program file package. Table 2 below is an illustration of a first program file list.
Figure BDA0002838245860000141
Figure BDA0002838245860000151
TABLE 2
As shown in table 2, there are 5 compiled files from file 1 to file 5, and the first target storage locations of the 5 compiled files are respectively: a1,/B/B1,/B/B2,/C/C1,/C/C2; correspondingly, the first file check codes of the 5 compiled files are respectively: 1XX, 2XX, 3XX, 4XX, 5 XX.
S305, uploading the first program file list to a second server.
Therefore, the compiled files are stored and searched through the first program file list uploaded to the second server and the compiled files uploaded to the first server, and the compiled files can be combined into the first program file package through the first program file list.
It should be noted that the first server and the second server may be the same server or different servers.
In addition, in the application scenario of the compiling system, a common program and a plug-in program are distinguished, and compiling of the plug-in program needs to be carried out based on the common program. For example, in the game development and compilation based on the virtual engine, the engine program is a common program and is the basis for running and compiling all games, and the plug-in program can be a single game, and the compiling of the plug-in program needs to be carried out based on the engine program. The compilation process of the plug-in may thus comprise the following steps: acquiring a public program file; acquiring a program source file of the plug-in; compiling operation is carried out according to the program file and the program source file of the plug-in, and a plurality of compiled files are generated and stored; and uploading the compiled file stored in the local storage position to a first server so that the first server generates a first program file package according to the compiled file.
In an actual development process, the compiling of the public program and the compiling of the plug-in program can be performed on the same client or different clients.
Under the condition that the same client compiles the public program and the plug-in program, the public program file can be directly obtained from the client.
In the case where different clients respectively perform compilation of the common program and compilation of the plug-in program, the client performing plug-in compilation needs to first download the common program file from the server, and corresponding to the two manners of uploading the compiled file to the first server, there may be two manners of downloading the common program file from the server:
the first downloading mode is as follows:
and downloading the public program files from the first server according to the first target storage position of each public program file.
The public program file can be generated by compiling a public program by a client and then uploaded to a first server, and the first target storage position is a path of a preset public program file stored in a public program file package.
In this way, the client can directly download the public program file so as to carry out the subsequent compiling operation of the plug-in.
It should be noted that the first downloading method corresponds to the first uploading method, that is, the first downloading method can be used to download the public program file from the first server when the client uploads the public program file to the first server in the uploading method.
And a second downloading mode:
similarly, the second downloading method corresponds to the second uploading method, that is, when the client uploads the compiled file to the first server in the uploading method and uploads the corresponding program file list to the second server, the client can download the compiled file in the second downloading method. Fig. 4 is a manner for downloading a common program file according to an embodiment of the present disclosure, and as shown in fig. 4, the manner includes the following steps:
s401, downloading the second program file list from the second server.
The second program file list may include a second file check code of the common program file, the common program file is a basic file compiled by the plug-in, the second file check code is used to store and search the common program file, and the second file check code is consistent with the generation manner of the first file check code in the step S301, and the function is also consistent, which is not described herein again. It should be noted that the public program file may be generated by compiling a public program by a client and uploading the public program to the first server.
S402, downloading the public program file from the first server according to the second file check code.
In this step, the public program file corresponding to the second file check code may be directly downloaded from the first server according to the second file check code of each public program file.
In this way, the client can use the downloaded compiled file as a common program file so as to perform the compiling operation of the plug-in.
Optionally, the second program file list may further include a second target storage location of the common program file, where the second target storage location is a preset relative path where the common program file is stored in the common program file package, and after downloading is completed, the common program file may be stored in a corresponding local storage location according to the second target storage location.
Furthermore, in order to avoid repeated file downloading, the public program file can be compared with a local file on a local disk of the client to judge whether the public program file is a duplicate file, and only a non-duplicate file can be downloaded, so that the file downloading efficiency is improved. The following is another way of downloading the common program file from the first server according to the second file check code in another embodiment of the present disclosure:
firstly, according to a second file check code in a second program file list, comparing the public program file with the local file, and determining whether the public program file is a duplicate file.
In this step, the common program file can be searched in the local file check code of the local file according to the second file check code of the common program file, and if the local file check code identical to the second file check code can be searched, the common program file is confirmed to be a duplicate file; and if the local file check code which is the same as the second file check code can not be found, confirming that the public program file is a non-duplicate file. Each common program file performs the above-described operation, it is possible to confirm whether each common program is a duplicate file.
Next, in a case where the common program file is a non-duplicate file, the common program file is downloaded from the first server.
When the common program file is a duplicate file, the local file that duplicates the common program file is set as the common program file.
Therefore, under the condition that the public program file and the local file are overlapped, the local file overlapped with the public program file can be directly used as the public program file without downloading the public program file, and the plug-in program is compiled according to the public program file, so that the plug-in program compiling efficiency is improved.
In addition, when a plurality of plug-ins need to be compiled by using the same common program file, only one common program file can be downloaded, and the common program file is shared by the plurality of plug-ins, so that the plug-in compiling efficiency is further improved.
Fig. 5 is a method for acquiring a file according to an embodiment of the present disclosure, and as shown in fig. 5, the method includes:
s501, downloading the first program file list from the second server.
The first program file list comprises first file check codes of a plurality of compiled files, and the first file check codes are used for storing and searching the compiled files.
The first file check code is generated in a same manner and has a same function as the first file check code in step S301 in another embodiment of the present disclosure, which is not described herein again.
S502, downloading the compiled file from the first server according to the first file check code in the first program file list.
In this step, the compiled file corresponding to the first file check code may be directly downloaded from the first server according to the first file check code of each first program file.
It should be noted that the compiled file is obtained by the compiling method in the steps S201 to S202, and the compiled file is uploaded to the first server by the uploading method.
By adopting the method, the client downloads the first program file list from the second server, downloads the compiled files in the corresponding first program file package from the first server according to the first program file list, and combines the compiled files into the first program file package at the client so as to operate the program or perform the compiling operation of the plug-in according to the program.
Optionally, the first program file list may further include a first target storage location of each compiled file, where the first target storage location is a preset relative path where the compiled file is stored in the first program file package, and after downloading is completed, the common program file may be stored in a corresponding local storage location according to the first target storage location. In this way, the client can store the compiled file according to the preset first target storage location, so that the program corresponding to the compiled file can run efficiently.
Furthermore, under the scenes that the client downloads the first program file package for multiple times and the like, the compiled file has a duplicate file which is duplicated with the local file, and in order to reduce the problem of low file acquisition efficiency caused by repeated file downloading, the first program file can be compared with the local file on the local disk of the client to judge whether the first program file is the duplicate file, and only a non-duplicate file can be downloaded, so that the file downloading efficiency is improved. The following is another way of downloading the first program file from the first server according to the first file check code in another embodiment of the present disclosure:
firstly, according to a first file check code in a first program file list, comparing a compiled file to be downloaded with a local file, and determining whether the compiled file to be downloaded is a duplicate file.
In this step, the compiled file to be downloaded is determined to be a duplicate file if the local file check code identical to the first file check code can be found; and if the local file check code which is the same as the first file check code cannot be found, confirming that the compiled file to be downloaded is a non-repetitive file. Each first program file executes the above operations, and it can be determined whether each compiled file to be downloaded is a duplicate file.
Secondly, under the condition that the compiled file to be downloaded is a non-repetitive file, the compiled file is downloaded from the first server.
It should be noted that the compiled files may be downloaded from the first server through a network, and during downloading, a serial downloading manner may be adopted according to a preset sequence of the compiled files to be downloaded; a plurality of compiled files to be downloaded can also be downloaded in parallel, so that the downloading efficiency is improved.
And thirdly, under the condition that the compiled file to be downloaded is a repeated file, acquiring a local file which is repeated with the compiled file to be downloaded as the compiled file.
In this step, a copy of the local file repeated with the compiled file may be used as the compiled file; the local storage path of the local file can be directly recorded without copying, and the corresponding compiled file is directly obtained from the local storage path when the compiled file is used, so that the occupation of the disk space can be further reduced without copying.
Therefore, under the condition that the compiled file is repeated with the local file, the compiled file does not need to be downloaded from the first server, and the local file repeated with the compiled file is directly used as the compiled file, so that the efficiency of acquiring the compiled file is improved.
Fig. 6 is a schematic structural diagram of a compiling apparatus according to an embodiment of the disclosure, and as shown in fig. 6, the apparatus includes:
a source file obtaining module 601, configured to obtain a program source file to be compiled;
a compiling operation module 602, configured to perform a compiling operation according to the program source file, and generate and store a plurality of compiled files, where each compiled file is stored in any one of a plurality of different local storage locations;
a file location obtaining module 603, configured to obtain a local storage location and a first target storage location of each compiled file, where the first target storage location is a preset relative path of the compiled file in the first program file package;
the file uploading module 604 is configured to upload the compiled file to a first server according to the local storage location and the first target storage location, so that the first server generates a first program file package according to the compiled file.
Optionally, the file uploading module 604 is configured to upload the compiled file to a server storage location of a first server according to a first target storage location of each compiled file, where the first target storage location is a preset relative path where the compiled file is stored in the first program file package, and the server storage location is an absolute path obtained according to the first target storage location and used for storing the compiled file.
Optionally, fig. 7 is a schematic structural diagram of a second compiling apparatus provided in the embodiment of the present disclosure, and as shown in fig. 7, the file uploading module 604 is configured to calculate a first file check code of each compiled file; according to the first file check code, comparing the compiled file to be uploaded with the uploaded compiled file, and determining whether the compiled file to be uploaded is a repeated file; uploading the compiled file to be uploaded to the first server under the condition that the compiled file to be uploaded is a non-duplicate file;
the device also includes:
a file list generating module 701, configured to generate a first program file list according to a first target storage location of each compiled file and the first file check code, where the first target storage location is a preset relative path of the compiled file in the first program file package;
a file list uploading module 702, configured to upload the first program file list to the second server.
Optionally, fig. 8 is a schematic structural diagram of a third compiling apparatus provided in the embodiment of the disclosure, and as shown in fig. 8, the program source file is a program source file of an add-in, and the apparatus further includes:
a common program file list downloading module 801, configured to download the second program file list from the second server, where the second program file list includes a second target storage location of a common program file, the common program file is a base file compiled by the plug-in, and the second file check code is used to store and search the common program file;
a public program file downloading module 802, configured to download the public program file from the first server according to the second file check code;
the compiling operation module 602 is configured to perform compiling operation according to the common program file and the program source file of the plug-in.
Optionally, the public program file downloading module 802 is configured to: comparing the public program file with a local file according to a second file check code in the second program file list, and determining whether the public program file is a duplicate file; downloading a common program file from the first server under the condition that the common program file is a non-duplicate file; when the common program file is a duplicate file, a local file that is duplicate of the common program file is used as the common program file.
Fig. 9 is a schematic structural diagram of an apparatus for acquiring a file according to the present disclosure, and as shown in fig. 9, the apparatus includes:
a file list obtaining module 901, configured to download a first program file list from a second server, where the first program file list includes first file check codes of multiple compiled files, and the first file check codes are used to store and search the compiled files;
a file obtaining module 902, configured to download the compiled file from the first server according to the first file check code in the first program file list;
wherein the compiled file is obtained by: compiling operation is carried out according to a program source file, and a plurality of compiled files are generated and stored, wherein each compiled file is stored in any one of a plurality of different local storage positions; uploading the compiled file stored in the local storage location to a first server.
Optionally, the file obtaining module 902 is configured to: according to a first file check code in the first program file list, comparing a compiled file to be downloaded with a local file, and determining whether the compiled file to be downloaded is a repeated file; downloading the compiled file to be downloaded from a first server under the condition that the compiled file to be downloaded is a non-repetitive file; and under the condition that the compiled file to be downloaded is a repeated file, acquiring a local file which is repeated with the compiled file to be downloaded as the compiled file.
With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.
Fig. 10 is a block diagram illustrating an electronic device 1000 in accordance with an example embodiment. As shown in fig. 10, the electronic device 1000 may include: a processor 1001 and a memory 1002. The electronic device 1000 may also include one or more of a multimedia component 1003, an input/output (I/O) interface 1004, and a communications component 1005.
The processor 1001 is configured to control the overall operation of the electronic device 1000, so as to complete all or part of the steps in the compiling method or the file obtaining method. The memory 1002 is used to store various types of data to support operation of the electronic device 1000, such as instructions for any application or method operating on the electronic device 1000 and application-related data, such as contact data, messaging, pictures, audio, video, and so forth. The Memory 1002 may be implemented by any type of volatile or non-volatile Memory device or combination thereof, such as a Static Random Access Memory (SRAM), an Electrically Erasable Programmable Read-Only Memory (EEPROM), an Erasable Programmable Read-Only Memory (EPROM), a Programmable Read-Only Memory (PROM), a Read-Only Memory (ROM), a magnetic Memory, a flash Memory, a magnetic disk, or an optical disk. The multimedia components 1003 may include screen and audio components. Wherein the screen may be, for example, a touch screen and the audio component is used for outputting and/or inputting audio signals. For example, the audio component may include a microphone for receiving external audio signals. The received audio signals may further be stored in memory 1002 or transmitted through communication component 1005. The audio assembly also includes at least one speaker for outputting audio signals. The I/O interface 1004 provides an interface between the processor 1001 and other interface modules, such as a keyboard, mouse, buttons, etc. These buttons may be virtual buttons or physical buttons. The communication component 1005 is used for wired or wireless communication between the electronic device 1000 and other devices. Wireless Communication, such as Wi-Fi, bluetooth, Near Field Communication (NFC), 2G, 3G, 4G, NB-IOT, eMTC, or other 5G, etc., or a combination of one or more of them, which is not limited herein. The corresponding communication component 1005 may thus include: Wi-Fi module, Bluetooth module, NFC module, etc.
In an exemplary embodiment, the electronic Device 1000 may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, microcontrollers, microprocessors or other electronic components, and is configured to perform the compiling method or the file obtaining method.
In another exemplary embodiment, there is also provided a computer readable storage medium including program instructions which, when executed by a processor, implement the steps of the compiling method or the method of acquiring a file described above. For example, the computer readable storage medium may be the memory 1002 including the program instructions executable by the processor 1001 of the electronic device 1000 to perform the compiling method or the file acquiring method described above.
Fig. 11 is a block diagram illustrating an electronic device 1100 in accordance with an example embodiment. For example, the electronic device 1100 may be provided as a server. Referring to fig. 11, electronic device 1100 includes a processor 1122, which can be one or more in number, and a memory 1132 for storing computer programs executable by processor 1122. The computer programs stored in memory 1132 may include one or more modules that each correspond to a set of instructions. Further, the processor 1122 may be configured to execute the computer program to perform the above-described compiling method or the method of acquiring a file.
Additionally, the electronic device 1100 may also include a power component 1126 and a communication component 1150, the power component 1126 may be configured to perform power management of the electronic device 1100, and the communication component 1150 may be configured to enable communication, e.g., wired or wireless communication, of the electronic device 1100. In addition, the electronic device 1100 may also include an input/output (I/O) interface 1158. The electronic device 1100 may operate based on an operating system stored in the memory 1132, such as Windows Server, Mac OS, Unix, Linux, and the like.
In another exemplary embodiment, there is also provided a computer readable storage medium including program instructions which, when executed by a processor, implement the steps of the compiling method or the method of acquiring a file described above. For example, the computer readable storage medium may be the memory 1132 described above comprising program instructions executable by the processor 1122 of the electronic device 1100 to perform the compiling method or the method of retrieving a file described above.
In another exemplary embodiment, a computer program product is also provided, which comprises a computer program executable by a programmable apparatus, the computer program having code portions for performing the compiling method or the method of obtaining a file described above when executed by the programmable apparatus.
The preferred embodiments of the present disclosure are described in detail with reference to the accompanying drawings, however, the present disclosure is not limited to the specific details of the above embodiments, and various simple modifications may be made to the technical solution of the present disclosure within the technical idea of the present disclosure, and these simple modifications all belong to the protection scope of the present disclosure.
It should be noted that the various features described in the above embodiments may be combined in any suitable manner without departing from the scope of the invention. In order to avoid unnecessary repetition, various possible combinations will not be separately described in this disclosure.
In addition, any combination of various embodiments of the present disclosure may be made, and the same should be considered as the disclosure of the present disclosure, as long as it does not depart from the spirit of the present disclosure.

Claims (10)

1. A method of compiling, the method comprising:
acquiring a program source file to be compiled;
compiling operation is carried out according to the program source file, and a plurality of compiled files are generated and stored, wherein each compiled file is stored in any one of a plurality of different local storage positions;
acquiring a local storage position and a first target storage position of each compiled file, wherein the first target storage position is a preset relative path of the compiled file in a first program file package;
and uploading the compiled file to a first server according to the local storage position and the first target storage position, so that the first server generates a first program file package according to the compiled file.
2. The method of claim 1, wherein uploading the compiled document to a first server based on the local storage location and the first target storage location comprises:
calculating a first file check code of each compiled file;
according to the first file check code, comparing the compiled file to be uploaded with the uploaded compiled file, and determining whether the compiled file to be uploaded is a repeated file;
uploading the compiled file to be uploaded to the first server under the condition that the compiled file to be uploaded is a non-repetitive file;
after uploading the compiled file stored in the local storage location to a first server, the method further comprises:
generating a first program file list according to the first target storage position and the first file check code of each compiled file;
and uploading the first program file list to a second server.
3. The method according to claim 2, wherein the program source file is a plug-in program source file, and before the compiling operation is performed according to the program source file, the method further comprises:
downloading the second program file list from the second server, wherein the second program file list comprises a second target storage position of a public program file, the public program file is a basic file compiled by the plug-in, and the second file check code is used for storing and searching the public program file;
downloading the public program file from the first server according to the second file check code;
the compiling operation according to the program source file comprises the following steps:
and compiling operation is carried out according to the public program file and the program source file of the plug-in.
4. The method of claim 3, wherein downloading the common program file from the first server according to the second file check code comprises:
comparing the public program file with a local file according to a second file check code in the second program file list, and determining whether the public program file is a duplicate file;
downloading a common program file from the first server in case that the common program file is a non-duplicate file;
and when the public program file is a duplicate file, taking a local file duplicated with the public program file as the public program file.
5. A method for retrieving a file, the method comprising:
downloading a first program file list from a second server, wherein the first program file list comprises first file check codes of a plurality of compiled files, and the first file check codes are used for storing and searching the compiled files;
downloading the compiled file from a first server according to a first file check code in the first program file list;
wherein the compiled file is obtained by: compiling according to a program source file, and generating and storing a plurality of compiled files, wherein each compiled file is stored in any one of a plurality of different local storage positions; uploading the compiled file stored in the local storage location to a first server.
6. The method of claim 5, wherein downloading the compiled file from the first server according to the first file check code in the first program file list comprises:
according to a first file check code in the first program file list, comparing a compiled file to be downloaded with a local file, and determining whether the compiled file to be downloaded is a duplicate file;
downloading the compiled file to be downloaded from a first server under the condition that the compiled file to be downloaded is a non-repetitive file;
and under the condition that the compiled file to be downloaded is a repeated file, acquiring a local file which is repeated with the compiled file to be downloaded as the compiled file.
7. A compiling apparatus characterized in that the apparatus comprises:
the source file acquisition module is used for acquiring a program source file to be compiled;
the compiling operation module is used for compiling operation according to the program source file and generating and storing a plurality of compiled files, wherein each compiled file is stored in any one of a plurality of different local storage positions;
the file position acquisition module is used for acquiring a local storage position and a first target storage position of each compiled file, wherein the first target storage position is a preset relative path of the compiled file in a first program file package;
and the file uploading module is used for uploading the compiled file to a first server according to the local storage position and the first target storage position, so that the first server can generate a first program file package according to the compiled file.
8. An apparatus for retrieving a file, the apparatus comprising:
the file list acquisition module is used for downloading a first program file list from a second server, wherein the first program file list comprises first file check codes of a plurality of compiled files, and the first file check codes are used for storing and searching the compiled files;
the file acquisition module is used for downloading the compiled file from a first server according to a first file check code in the first program file list;
wherein the compiled file is obtained by: compiling according to a program source file, and generating and storing a plurality of compiled files, wherein each compiled file is stored in any one of a plurality of different local storage positions; uploading the compiled file stored in the local storage location to a first server.
9. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 4 or which, when being executed by a processor, carries out the steps of the method of claim 5 or 6.
10. An electronic device, comprising:
a memory having a computer program stored thereon;
a processor for executing the computer program in the memory to carry out the steps of the method of any one of claims 1 to 4 or to carry out the steps of the method of claim 5 or 6.
CN202011483344.4A 2020-12-15 2020-12-15 Method, device, storage medium and electronic equipment for compiling and acquiring files Active CN112596733B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011483344.4A CN112596733B (en) 2020-12-15 2020-12-15 Method, device, storage medium and electronic equipment for compiling and acquiring files

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011483344.4A CN112596733B (en) 2020-12-15 2020-12-15 Method, device, storage medium and electronic equipment for compiling and acquiring files

Publications (2)

Publication Number Publication Date
CN112596733A true CN112596733A (en) 2021-04-02
CN112596733B CN112596733B (en) 2024-01-05

Family

ID=75196467

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011483344.4A Active CN112596733B (en) 2020-12-15 2020-12-15 Method, device, storage medium and electronic equipment for compiling and acquiring files

Country Status (1)

Country Link
CN (1) CN112596733B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117170722A (en) * 2023-11-02 2023-12-05 广州三晶电气股份有限公司 Address discontinuity firmware upgrading method, device and system

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080059957A1 (en) * 2006-08-29 2008-03-06 International Business Machines Corporation Method of compiling source code, compiler, computer system, and computer program product
CN102629259A (en) * 2012-02-29 2012-08-08 青岛海信移动通信技术股份有限公司 Read-only file system setting up method in embedded system, device and embedded system
US20160283226A1 (en) * 2015-03-25 2016-09-29 Microsoft Technology Licensing, Llc Smart hashing to reduce server memory usage in a distributed system
US20190370010A1 (en) * 2018-05-31 2019-12-05 Bank Of America Corporation Integrated mainframe distributed orchestration tool
US20190377662A1 (en) * 2018-06-06 2019-12-12 International Business Machines Corporation Identifying a source file for use in debugging compiled code
CN110855501A (en) * 2019-11-21 2020-02-28 广州西麦科技股份有限公司 Batch publishing system, method and storage medium for creating middleware
CN110928571A (en) * 2018-08-31 2020-03-27 北京京东尚科信息技术有限公司 Business program development method and device
CN111176654A (en) * 2019-11-18 2020-05-19 浙江大学 Internet of things application online compiling method based on multi-user cache

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080059957A1 (en) * 2006-08-29 2008-03-06 International Business Machines Corporation Method of compiling source code, compiler, computer system, and computer program product
CN102629259A (en) * 2012-02-29 2012-08-08 青岛海信移动通信技术股份有限公司 Read-only file system setting up method in embedded system, device and embedded system
US20160283226A1 (en) * 2015-03-25 2016-09-29 Microsoft Technology Licensing, Llc Smart hashing to reduce server memory usage in a distributed system
US20190370010A1 (en) * 2018-05-31 2019-12-05 Bank Of America Corporation Integrated mainframe distributed orchestration tool
US20190377662A1 (en) * 2018-06-06 2019-12-12 International Business Machines Corporation Identifying a source file for use in debugging compiled code
CN110928571A (en) * 2018-08-31 2020-03-27 北京京东尚科信息技术有限公司 Business program development method and device
CN111176654A (en) * 2019-11-18 2020-05-19 浙江大学 Internet of things application online compiling method based on multi-user cache
CN110855501A (en) * 2019-11-21 2020-02-28 广州西麦科技股份有限公司 Batch publishing system, method and storage medium for creating middleware

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117170722A (en) * 2023-11-02 2023-12-05 广州三晶电气股份有限公司 Address discontinuity firmware upgrading method, device and system
CN117170722B (en) * 2023-11-02 2024-03-22 广州三晶电气股份有限公司 Address discontinuity firmware upgrading method, device and system

Also Published As

Publication number Publication date
CN112596733B (en) 2024-01-05

Similar Documents

Publication Publication Date Title
CN107077483B (en) Synchronization of shared folders and files
CN109831487B (en) Fragmented file verification method and terminal equipment
KR102042723B1 (en) Methods for updating applications
US20140372998A1 (en) App package deployment
CN105573734B (en) method and equipment for providing SDK file
TWI762851B (en) Data verification method, system, device and equipment in blockchain ledger
CN108334340B (en) Cross-environment data communication method, device and system
CN111367558B (en) Data updating method and device for application program
US9513762B1 (en) Static content updates
CN106775781B (en) Method and device for reducing application installation packages and electronic equipment
CN112379940B (en) Executable file processing method and device, electronic equipment and storage medium
CN110989934B (en) Block chain link point data storage method, block chain system and block chain node
CN110532016B (en) Version management method, version updating method and version management system
CN115248919A (en) Method and device for calling function interface, electronic equipment and storage medium
CN112596733B (en) Method, device, storage medium and electronic equipment for compiling and acquiring files
CN111562929A (en) Method, device and equipment for generating patch file and storage medium
CN111382179B (en) Data processing method and device and electronic equipment
CN112579591B (en) Data verification method, device, electronic equipment and computer readable storage medium
CN111464258B (en) Data verification method, device, computing equipment and medium
CN115129728A (en) File checking method and device
CN112084006B (en) Mirror image package processing method and device and electronic equipment
CN111400243B (en) Development management system based on pipeline service and file storage method and device
CN111460436B (en) Unstructured data operation method and system based on blockchain
CN112612474A (en) Product transplanting method and device, storage medium and electronic equipment
CN111949738A (en) Block chain-based data storage deduplication method, terminal device and storage medium

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