CN106886420B - Program code management device and method and program code manager - Google Patents

Program code management device and method and program code manager Download PDF

Info

Publication number
CN106886420B
CN106886420B CN201710203538.6A CN201710203538A CN106886420B CN 106886420 B CN106886420 B CN 106886420B CN 201710203538 A CN201710203538 A CN 201710203538A CN 106886420 B CN106886420 B CN 106886420B
Authority
CN
China
Prior art keywords
code
layers
program codes
program
preset
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710203538.6A
Other languages
Chinese (zh)
Other versions
CN106886420A (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.)
Guangzhou Roushi Intelligent Technology Co.,Ltd.
Original Assignee
Guangzhou Roushi 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 Guangzhou Roushi Intelligent Technology Co ltd filed Critical Guangzhou Roushi Intelligent Technology Co ltd
Priority to CN201710203538.6A priority Critical patent/CN106886420B/en
Publication of CN106886420A publication Critical patent/CN106886420A/en
Application granted granted Critical
Publication of CN106886420B publication Critical patent/CN106886420B/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/30Creation or generation of source code
    • G06F8/33Intelligent editors
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation

Landscapes

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

Abstract

The invention provides a program code management device, a method and a program code manager, wherein the method comprises the following steps: according to the preset mapping relation between the function branches and the code layers, setting the program codes of the function branches in the corresponding code layers so as to respectively manage the program codes in the corresponding code layers through different code layers; and compiling the program codes in the code layer preset by the user. According to the program code management device, method and program code manager provided by the invention, the program codes are automatically arranged in the code layers with different attributes, the program logs are arranged in the log layers, and the code layers and the log layers are managed, so that the high-efficiency automatic management of the program codes and the program logs is realized, the management efficiency of the program codes and the program logs is effectively enhanced, and the management time of the program codes and the program logs of programmers is shortened.

Description

Program code management device and method and program code manager
Technical Field
The present invention relates to the field of program code technologies, and in particular, to a program code management apparatus, a program code management method, and a program code manager.
Background
Along with the continuous improvement of the functions of the mobile terminal, the development tools of the mobile terminal are also very diversified. The program code management is mainly based on git (distributed program code version control system) and svn (program code version control system), but the program code for distributed development is mainly managed through git. Git also enjoys the favor of most program developers with distributed, well-functioning. Most program developers log during the development of program code and require log removal when the program code is submitted. However, in the process of developing the program code, all functions cannot be completed by one-time submission, and log needs to be added again when the function is developed again next time; when a program developer is required to develop a certain function, the function is delayed to be developed for some reason, at this time, the program developer must store the developed partial functions to the local, and the local code is compared and written on the current program code when the user develops the function again next time. The behaviors in the above scenes greatly delay the precious time of the program developers, and greatly influence the program code development efficiency of the program developers.
Disclosure of Invention
The invention mainly aims to provide a program code management device, a program code management method and a program code manager, which overcome the defect of low efficiency of git management program codes in the prior art.
To achieve the above object, the present invention provides a program code management apparatus, comprising:
the setting module is used for setting the program codes of all the function branches in the corresponding code layers according to the mapping relation between the preset function branches and the code layers so as to respectively manage the program codes in the corresponding code layers through different code layers;
and the compiling module is used for compiling the program codes in the code layer preset by the user.
Optionally, the apparatus further comprises:
the log management module is used for setting logs in the program codes of the function branches in the log layers corresponding to the function branches before the compiling module compiles the program codes in the code layers preset by the user so as to respectively manage the logs in the corresponding log layers through different log layers;
and storing all log layers into a set storage server, and deleting logs in the program codes of all function branches.
Optionally, the apparatus further comprises:
and the log recovery module is used for copying the log layer corresponding to any functional branch from the set storage server to the program code of any functional branch when the user modifies the program code of any functional branch after the compiling module compiles the program code in the code layer preset by the user.
Optionally, the setting module is specifically configured to:
according to the mapping relation between the preset function branches and the attributes of the code layers, the program codes of the function branches are arranged in the code layers corresponding to the attributes, and the program codes in the corresponding code layers are respectively managed through the code layers with different attributes.
Optionally, the apparatus further comprises:
and the storage module is used for serializing the program codes in all the code layers after the setting module sets the program codes of all the function branches in the code layers of the corresponding attributes, and storing the program codes in the set code layers corresponding to the local storage server and/or the set code layers corresponding to the remote storage server.
Optionally, the compiling module is specifically configured to:
and sending the code layer with the user preset attribute to a corresponding function branch in a set branch server according to the mapping relation between the preset function branch and the code layer, and controlling the set branch server to compile the program code in the code layer with the user preset attribute.
Optionally, the compiling module is specifically configured to:
serializing program codes in a code layer with user preset attributes to obtain a serialized code layer, and sending the serialized code layer to a set branch server;
controlling the set branch server to deserialize the program codes in the serialized code layer to obtain the program codes in the code layer with the user preset attribute;
controlling the set branch server to merge program codes in a code layer preset by a user into a corresponding function branch in the set branch server according to a mapping relation between a preset function branch and the code layer;
performing conflict judgment on the code layers merged into the corresponding functional branches in the set branch server;
if the collision is determined, alarming; otherwise, controlling the set branch server to compile the program code in the code layer of the user preset attribute.
In addition, to achieve the above object, the present invention further provides a program code management method, including:
according to the preset mapping relation between the function branches and the code layers, setting the program codes of the function branches in the corresponding code layers so as to respectively manage the program codes in the corresponding code layers through different code layers;
and compiling the program codes in the code layer preset by the user.
Optionally, before compiling the program code in the code layer preset by the user, the method further includes:
setting the logs in the program codes of the functional branches in log layers corresponding to the functional branches so as to respectively manage the logs in the corresponding log layers through different log layers;
and storing all log layers into a set storage server, and deleting logs in the program codes of all function branches.
Optionally, after compiling the program code in the code layer preset by the user, the method further includes:
when a user modifies the program code of any functional branch, the log layer corresponding to the functional branch is copied to the program code of the functional branch from the set storage server.
Optionally, the setting, according to a preset mapping relationship between the function branches and the code layers, the program codes of the function branches in the corresponding code layers to respectively manage the program codes in the corresponding code layers through different code layers includes:
according to the mapping relation between the preset function branches and the attributes of the code layers, the program codes of the function branches are arranged in the code layers corresponding to the attributes, and the program codes in the corresponding code layers are respectively managed through the code layers with different attributes.
Optionally, after the program codes of the functional branches are set in the code layers corresponding to the attributes according to the preset mapping relationship between the functional branches and the attributes of the code layers, so as to respectively manage the program codes in the corresponding code layers through the code layers with different attributes, the method further includes:
and serializing the program codes in all the code layers, and storing the program codes into a code layer corresponding to a set local storage server and/or a code layer corresponding to a set remote storage server.
Optionally, the compiling the program code in the code layer preset by the user includes:
and sending the code layer with the user preset attribute to a corresponding function branch in a set branch server according to the mapping relation between the preset function branch and the code layer, and controlling the set branch server to compile the program code in the code layer with the user preset attribute.
Optionally, the sending the code layer with the user preset attribute to the corresponding function branch in the set compiling server according to the mapping relationship between the preset function branch and the code layer, and controlling the set branch server to compile the program code in the code layer with the user preset attribute includes:
serializing program codes in a code layer with user preset attributes to obtain a serialized code layer, and sending the serialized code layer to a set branch server;
controlling the set branch server to deserialize the program codes in the serialized code layer to obtain the program codes in the code layer with the user preset attribute;
controlling the set branch server to merge program codes in a code layer preset by a user into a corresponding function branch in the set branch server according to a mapping relation between a preset function branch and the code layer;
judging whether the code layers merged into the corresponding functional branches in the set branch server conflict or not;
if the collision is determined, alarming; otherwise, controlling the set branch server to compile the program code in the code layer of the user preset attribute.
In addition, in order to achieve the above object, the present invention further provides a program code manager, which includes a processor and a memory, wherein the memory is used for storing executable instructions of the processor; the processor is configured to perform the following operations:
according to the preset mapping relation between the function branches and the code layers, setting the program codes of the function branches in the corresponding code layers so as to respectively manage the program codes in the corresponding code layers through different code layers;
and compiling the program codes in the code layer preset by the user.
Optionally, the processor is further configured to perform the following operations:
before compiling the program codes in the code layer preset by the user, setting the logs in the program codes of all the function branches in the log layer corresponding to all the function branches so as to respectively manage the logs in the corresponding log layer through different log layers;
and storing all log layers into a set storage server, and deleting logs in the program codes of all function branches.
Optionally, the processor is further configured to perform the following operations:
after compiling the program codes in the code layer preset by the user, when the user modifies the program codes of any function branch, copying the log layer corresponding to the function branch from the set storage server to the program codes of the function branch.
Optionally, according to a preset mapping relationship between the function branches and the code layers, setting the program code of each function branch in a corresponding code layer, so as to respectively manage the program codes in the corresponding code layers through different code layers, including:
according to the mapping relation between the preset function branches and the attributes of the code layers, the program codes of the function branches are arranged in the code layers corresponding to the attributes, and the program codes in the corresponding code layers are respectively managed through the code layers with different attributes.
Optionally, the processor is further configured to perform the following operations:
and setting the program codes of the function branches in the code layers corresponding to the attributes according to the preset mapping relation between the function branches and the attributes of the code layers, respectively managing the program codes in the corresponding code layers through the code layers with different attributes, serializing the program codes in all the code layers, and storing the program codes into the code layer corresponding to the set local storage server and/or the code layer corresponding to the set remote storage server.
Optionally, the compiling the program code in the code layer preset by the user includes:
and sending the code layer with the user preset attribute to a corresponding function branch in a set branch server according to the mapping relation between the preset function branch and the code layer, and controlling the set branch server to compile the program code in the code layer with the user preset attribute.
Optionally, the sending the code layer with the user preset attribute to the corresponding function branch in the set compiling server according to the mapping relationship between the preset function branch and the code layer, and controlling the set branch server to compile the program code in the code layer with the user preset attribute includes:
serializing program codes in a code layer with user preset attributes to obtain a serialized code layer, and sending the serialized code layer to a set branch server;
controlling the set branch server to deserialize the program codes in the serialized code layer to obtain the program codes in the code layer with the user preset attribute;
controlling the set branch server to merge program codes in a code layer preset by a user into a corresponding function branch in the set branch server according to a mapping relation between a preset function branch and the code layer;
judging whether the code layers merged into the corresponding functional branches in the set branch server conflict or not;
if the collision is determined, alarming; otherwise, controlling the set branch server to compile the program code in the code layer of the user preset attribute.
According to the program code management device, method and program code manager provided by the invention, the program codes are automatically arranged in the code layers with different attributes, the program logs are arranged in the log layers, and the code layers and the log layers are managed, so that the high-efficiency automatic management of the program codes and the program logs is realized, the management efficiency of the program codes and the program logs is effectively enhanced, and the management time of the program codes and the program logs of programmers is shortened.
Drawings
FIG. 1 is a flowchart of a program code management method according to a first embodiment of the present invention;
FIG. 2 is a flowchart of a program code management method according to a second embodiment of the present invention;
FIG. 3 is a block diagram of a program code management apparatus according to a third embodiment of the present invention;
FIG. 4 is a diagram illustrating a fourth embodiment of a component structure of a program code management apparatus;
FIG. 5 is a diagram illustrating a fifth embodiment of a program code manager.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
A mobile terminal implementing various embodiments of the present invention will now be described with reference to the accompanying drawings. In the following description, suffixes such as "module", "component", or "unit" used to denote elements are used only for facilitating the explanation of the present invention, and have no specific meaning in themselves. Thus, "module" and "component" may be used in a mixture.
A first embodiment of the present invention, a program code management method, as shown in fig. 1, includes the following specific steps:
step S101, according to the mapping relation between the preset function branches and the code layers, the program codes of the function branches are arranged in the corresponding code layers, so that the program codes in the corresponding code layers are respectively managed through different code layers.
Optionally, step S101 includes:
and according to the preset mapping relation between the function branches and the code layers, setting the program codes of the function branches in the code layers corresponding to the function branches so as to respectively manage the program codes in the corresponding code layers through different code layers.
The program codes in each corresponding code layer are managed separately through different code layers, including but not limited to the following modes:
modifying the program codes in the corresponding code layers through the selected code layers; deleting the program codes in the corresponding code layers through the selected code layers; acquiring program codes in the corresponding code layers through the selected code layers; and saving the program codes in the corresponding code layers through the selected code layers.
For example: according to the preset mapping relation between 3 functional branches and 3 code layers, program codes of the 3 functional branches are arranged in the 3 code layers corresponding to the functional branches, so that the program codes in the 3 code layers are respectively managed through the 3 different code layers.
The program codes in 3 code layers are managed by 3 different code layers, including but not limited to the following:
modifying program code in the corresponding code layer through the selected 1 or more code layers; deleting the program codes in the corresponding code layers through the selected 1 or more code layers; acquiring program codes in corresponding code layers through the selected 1 or more code layers; and saving the program codes in the corresponding code layers through the selected 1 or more code layers.
And step S102, compiling the program codes in the code layer preset by the user.
Optionally, step S102 includes:
and compiling the program codes in one or more code layers preset by a user.
For example: according to the preset mapping relation between 3 functional branches and 3 code layers, setting program codes of the 3 functional branches in the 3 code layers corresponding to the functional branches;
program codes in the 1 st code layer and the 2 nd code layer are written; program codes in a 3 rd code layer are not written;
and compiling the program codes in the 1 st code layer and the 2 nd code layer preset by the user.
According to the program code management method provided by the first embodiment of the invention, the program codes are automatically set in the code layers with different attributes, and the automatic management of the code layers is adopted, so that the high-efficiency automatic management of the program codes is realized, the program code management efficiency is effectively enhanced, and the program code management time of programmers is shortened.
A second embodiment of the present invention, a program code management method, as shown in fig. 2, includes the following specific steps:
step S201, according to the preset mapping relationship between the function branches and the code layers, setting the program codes of the function branches in the corresponding code layers, so as to respectively manage the program codes in the corresponding code layers through different code layers.
Optionally, step S201 includes:
and according to the preset mapping relation between the function branches and the code layers, setting the program codes of the function branches in the code layers corresponding to the function branches so as to respectively manage the program codes in the corresponding code layers through different code layers.
The method for respectively managing the program codes in each corresponding code layer through different code layers includes, but is not limited to, the following methods:
modifying the program codes in the corresponding code layers through the selected code layers; deleting the program codes in the corresponding code layers through the selected code layers; acquiring program codes in the corresponding code layers through the selected code layers; and saving the program codes in the corresponding code layers through the selected code layers.
For example: according to the preset mapping relation between 3 functional branches and 3 code layers, program codes of the 3 functional branches are arranged in the 3 code layers corresponding to the functional branches, so that the program codes in the 3 code layers are respectively managed through the 3 different code layers.
The method for respectively managing the program codes in each corresponding 3 code layers through 3 different code layers includes, but is not limited to, the following methods:
modifying program code in the corresponding code layer through the selected 1 or more code layers; deleting the program codes in the corresponding code layers through the selected 1 or more code layers; acquiring program codes in corresponding code layers through the selected 1 or more code layers; and saving the program codes in the corresponding code layers through the selected 1 or more code layers.
Optionally, step S201 includes:
according to the mapping relation between the preset function branches and the attributes of the code layers, the program codes of the function branches are arranged in the code layers corresponding to the attributes, and the program codes in the corresponding code layers are respectively managed through the code layers with different attributes.
The method for respectively managing the program codes in the corresponding code layers through the code layers with different attributes includes, but is not limited to, the following methods:
modifying program codes in the corresponding code layers through the code layers with different attributes; deleting program codes in the corresponding code layers through the code layers with different attributes; acquiring program codes in corresponding code layers through code layers with different attributes; and storing the program codes in the corresponding code layers through the code layers with different attributes.
For example: the properties of the code layer include: written and unwritten;
according to the mapping relation between the preset function branches and the attributes of the code layers, the program codes of the function branches are arranged in the code layers corresponding to the attributes, and the program codes in the corresponding code layers are respectively managed through the code layers with different attributes.
The method for respectively managing the program codes in the corresponding code layers through the code layers with different attributes includes, but is not limited to, the following methods:
modifying program codes in the corresponding code layers through the code layers with the unprogrammed finished attributes; deleting the program codes in the corresponding code layers through the code layers with the unprogrammed finished attributes; acquiring program codes in corresponding code layers through the code layers with the written attributes; and saving the program codes in the corresponding code layers through the code layers with the written completion attributes.
Step S202, serializing the program codes in all the code layers, and storing the program codes into the code layer corresponding to the set local storage server and/or the code layer corresponding to the set remote storage server.
Step S203, setting the logs in the program codes of the function branches in the log layers corresponding to the function branches so as to respectively manage the logs in the corresponding log layers through different log layers;
and storing all log layers into a set storage server, and deleting logs in the program codes of all function branches.
The method for respectively managing the logs in the corresponding log layers through different log layers includes, but is not limited to, the following methods:
modifying the logs in the corresponding log layers through different log layers; deleting the logs in the corresponding log layers through different log layers; acquiring logs in corresponding log layers through different log layers; and saving the logs in the corresponding log layer through different log layers.
For example: setting the logs in the program codes of the 3 functional branches in log layers corresponding to the 3 functional branches so as to respectively manage the logs in the corresponding log layers through 3 different log layers;
and storing all the log layers into a set local storage server or a set remote storage server, and deleting the logs in the program codes of the function branches.
The method for respectively managing the logs in the corresponding log layers through different log layers includes, but is not limited to, the following methods:
modifying the log in the corresponding log layer through the log layer corresponding to the 1 st functional branch; deleting the logs in the corresponding log layer through the different log layers corresponding to the 2 nd functional branch; acquiring the logs in the corresponding log layer through different log layers corresponding to the 3 rd functional branch; and saving the logs in the corresponding log layer through the different log layers corresponding to the 3 rd functional branch.
And step S204, compiling the program codes in the code layer preset by the user.
Optionally, step S204 includes:
and compiling the program codes in one or more code layers preset by a user.
For example: according to the preset mapping relation between 3 functional branches and 3 code layers, setting program codes of the 3 functional branches in the 3 code layers corresponding to the functional branches;
program codes in the 1 st code layer and the 2 nd code layer are written; program codes in a 3 rd code layer are not written;
and compiling the program codes in the 1 st code layer and the 2 nd code layer preset by the user.
Optionally, step S204 includes:
and sending the code layer with the user preset attribute to a corresponding function branch in a set branch server according to the mapping relation between the preset function branch and the code layer, and controlling the set branch server to compile the program code in the code layer with the user preset attribute.
For example: and sending the code layer with the written attributes preset by the user to the corresponding function branch in the set branch server according to the mapping relation between the preset function branch and the code layer, and controlling the set branch server to compile the program codes in the code layer with the attributes preset by the user.
Optionally, step S204 includes:
serializing program codes in a code layer with user preset attributes to obtain a serialized code layer, and sending the serialized code layer to a set branch server;
controlling a set branch server to deserialize the program codes in the serialized code layer to obtain the program codes in the code layer with the user preset attributes;
according to the mapping relation between the preset function branches and the code layers, controlling the set branch server to merge the program codes in the code layers preset by the user into the corresponding function branches in the set branch server;
judging whether code layers merged into corresponding function branches in a set branch server conflict or not;
if the collision is determined, alarming; otherwise, the set branch server is controlled to compile the program codes in the code layer of the user preset attribute.
Step S205, when the user modifies the program code of any function branch, copy the log layer corresponding to any function branch from the set storage server to the program code of any function branch.
For example: when a user modifies the program code of the 1 st functional branch, the log layer corresponding to the 1 st functional branch is copied to the program code of the 1 st functional branch from the set storage server.
In the program code management method according to the second embodiment of the present invention, by automatically setting the program code in the code layers with different attributes and setting the program log in the log layer, efficient and automatic management of the program code and the program log is realized by managing the code layer and the log layer, the management efficiency of the program code and the program log is effectively enhanced, and the management time of the program code and the program log of a programmer is shortened.
A third embodiment of the present invention is a program code management apparatus, as shown in fig. 3, including the following components:
the setting module 100 is configured to set the program code of each function branch in the corresponding code layer according to a preset mapping relationship between the function branch and the code layer, so as to respectively manage the program codes in the corresponding code layers through different code layers.
Optionally, a module 100 is provided for:
and according to the preset mapping relation between the function branches and the code layers, setting the program codes of the function branches in the code layers corresponding to the function branches so as to respectively manage the program codes in the corresponding code layers through different code layers.
The program codes in each corresponding code layer are managed separately through different code layers, including but not limited to the following modes:
modifying the program codes in the corresponding code layers through the selected code layers; deleting the program codes in the corresponding code layers through the selected code layers; acquiring program codes in the corresponding code layers through the selected code layers; and saving the program codes in the corresponding code layers through the selected code layers.
For example: the setting module 100 is configured to set, according to a preset mapping relationship between 3 function branches and 3 code layers, program codes of the 3 function branches in the 3 code layers corresponding to the function branches, so as to respectively manage the program codes in the 3 code layers through 3 different code layers.
The program codes in 3 code layers are managed by 3 different code layers, including but not limited to the following:
modifying program code in the corresponding code layer through the selected 1 or more code layers; deleting the program codes in the corresponding code layers through the selected 1 or more code layers; acquiring program codes in corresponding code layers through the selected 1 or more code layers; and saving the program codes in the corresponding code layers through the selected 1 or more code layers.
And the compiling module 400 is used for compiling the program codes in the code layer preset by the user.
Optionally, the compiling module 400 is configured to:
and compiling the program codes in one or more code layers preset by a user.
For example: the compiling module 400 is configured to set program codes of 3 function branches in 3 code layers corresponding to the function branches according to a preset mapping relationship between the 3 function branches and the 3 code layers;
program codes in the 1 st code layer and the 2 nd code layer are written; program codes in a 3 rd code layer are not written;
and compiling the program codes in the 1 st code layer and the 2 nd code layer preset by the user.
The program code management apparatus according to the third embodiment of the present invention automatically sets the program code in the code layers with different attributes, and automatically manages the code layers, thereby realizing efficient and automatic management of the program code, effectively enhancing the program code management efficiency, and shortening the program code management time of the programmer.
A fourth embodiment of the present invention is a program code management apparatus, as shown in fig. 4, including the following components:
the setting module 100 is configured to set the program code of each function branch in the corresponding code layer according to a preset mapping relationship between the function branch and the code layer, so as to respectively manage the program codes in the corresponding code layers through different code layers.
Optionally, a module 100 is provided for:
and according to the preset mapping relation between the function branches and the code layers, setting the program codes of the function branches in the code layers corresponding to the function branches so as to respectively manage the program codes in the corresponding code layers through different code layers.
The method for respectively managing the program codes in each corresponding code layer through different code layers includes, but is not limited to, the following methods:
modifying the program codes in the corresponding code layers through the selected code layers; deleting the program codes in the corresponding code layers through the selected code layers; acquiring program codes in the corresponding code layers through the selected code layers; and saving the program codes in the corresponding code layers through the selected code layers.
For example: the setting module 100 is configured to set, according to a preset mapping relationship between 3 function branches and 3 code layers, program codes of the 3 function branches in the 3 code layers corresponding to the function branches, so as to respectively manage the program codes in the 3 code layers through 3 different code layers.
The method for respectively managing the program codes in each corresponding 3 code layers through 3 different code layers includes, but is not limited to, the following methods:
modifying program code in the corresponding code layer through the selected 1 or more code layers; deleting the program codes in the corresponding code layers through the selected 1 or more code layers; acquiring program codes in corresponding code layers through the selected 1 or more code layers; and saving the program codes in the corresponding code layers through the selected 1 or more code layers.
Optionally, a module 100 is provided for:
according to the mapping relation between the preset function branches and the attributes of the code layers, the program codes of the function branches are arranged in the code layers corresponding to the attributes, and the program codes in the corresponding code layers are respectively managed through the code layers with different attributes.
The method for respectively managing the program codes in the corresponding code layers through the code layers with different attributes includes, but is not limited to, the following methods:
modifying program codes in the corresponding code layers through the code layers with different attributes; deleting program codes in the corresponding code layers through the code layers with different attributes; acquiring program codes in corresponding code layers through code layers with different attributes; and storing the program codes in the corresponding code layers through the code layers with different attributes.
For example: the setup module 100, for the properties of the code layer, includes: written and unwritten;
according to the mapping relation between the preset function branches and the attributes of the code layers, the program codes of the function branches are arranged in the code layers corresponding to the attributes, and the program codes in the corresponding code layers are respectively managed through the code layers with different attributes.
The method for respectively managing the program codes in the corresponding code layers through the code layers with different attributes includes, but is not limited to, the following methods:
modifying program codes in the corresponding code layers through the code layers with the unprogrammed finished attributes; deleting the program codes in the corresponding code layers through the code layers with the unprogrammed finished attributes; acquiring program codes in corresponding code layers through the code layers with the written attributes; and saving the program codes in the corresponding code layers through the code layers with the written completion attributes.
A saving module 200, configured to serialize program codes in all code layers, and save the program codes into a code layer corresponding to a set local storage server and/or a code layer corresponding to a set remote storage server.
The log management module 300 is configured to set logs in the program codes of the functional branches in log layers corresponding to the functional branches, so as to respectively manage the logs in the corresponding log layers through different log layers;
and storing all log layers into a set storage server, and deleting logs in the program codes of all function branches.
The method for respectively managing the logs in the corresponding log layers through different log layers includes, but is not limited to, the following methods:
modifying the logs in the corresponding log layers through different log layers; deleting the logs in the corresponding log layers through different log layers; acquiring logs in corresponding log layers through different log layers; and saving the logs in the corresponding log layer through different log layers.
For example: the log management module 300 is configured to set logs in the program codes of the 3 functional branches in log layers corresponding to the 3 functional branches, so as to respectively manage the logs in the corresponding log layers through 3 different log layers;
and storing all the log layers into a set local storage server or a set remote storage server, and deleting the logs in the program codes of the function branches.
The method for respectively managing the logs in the corresponding log layers through different log layers includes, but is not limited to, the following methods:
modifying the log in the corresponding log layer through the log layer corresponding to the 1 st functional branch; deleting the logs in the corresponding log layer through the different log layers corresponding to the 2 nd functional branch; acquiring the logs in the corresponding log layer through different log layers corresponding to the 3 rd functional branch; and saving the logs in the corresponding log layer through the different log layers corresponding to the 3 rd functional branch.
And the compiling module 400 is used for compiling the program codes in the code layer preset by the user.
Optionally, the compiling module 400 is configured to:
and compiling the program codes in one or more code layers preset by a user.
For example: the compiling module 400 is configured to set program codes of 3 function branches in 3 code layers corresponding to the function branches according to a preset mapping relationship between the 3 function branches and the 3 code layers;
program codes in the 1 st code layer and the 2 nd code layer are written; program codes in a 3 rd code layer are not written;
and compiling the program codes in the 1 st code layer and the 2 nd code layer preset by the user.
Optionally, the compiling module 400 is configured to:
and sending the code layer with the user preset attribute to a corresponding function branch in a set branch server according to the mapping relation between the preset function branch and the code layer, and controlling the set branch server to compile the program code in the code layer with the user preset attribute.
For example: and the compiling module 400 is configured to send the code layer with the user preset written attributes to the corresponding function branch in the set branch server according to the mapping relationship between the preset function branch and the code layer, and control the set branch server to compile the program code in the code layer with the user preset attributes.
Optionally, the compiling module 400 is configured to include:
serializing program codes in a code layer with user preset attributes to obtain a serialized code layer, and sending the serialized code layer to a set branch server;
controlling a set branch server to deserialize the program codes in the serialized code layer to obtain the program codes in the code layer with the user preset attributes;
according to the mapping relation between the preset function branches and the code layers, controlling the set branch server to merge the program codes in the code layers preset by the user into the corresponding function branches in the set branch server;
judging whether code layers merged into corresponding function branches in a set branch server conflict or not;
if the collision is determined, alarming; otherwise, the set branch server is controlled to compile the program codes in the code layer of the user preset attribute.
The log recovery module 500 is configured to copy, when a user modifies a program code of any function branch, a log layer corresponding to any function branch from a set storage server to the program code of any function branch.
For example: the log recovery module 500 is configured to copy, when the user modifies the program code of the 1 st functional branch, the log layer corresponding to the 1 st functional branch from the set storage server to the program code of the 1 st functional branch.
The program code management apparatus according to the fourth embodiment of the present invention automatically sets the program code in the code layers with different attributes, and sets the program log in the log layer, so that the high-efficiency automatic management of the program code and the program log is realized by managing the code layer and the log layer, the management efficiency of the program code and the program log is effectively enhanced, and the management time of the program code and the program log of the programmer is shortened.
A fifth embodiment of the present invention is a program code manager, as shown in fig. 5, including the following components:
a processor 501 and a memory 502. In some embodiments of the invention, these components may be connected by a bus or other means.
Processor 501 may be a general-purpose Processor such as a Central Processing Unit (CPU), a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), or one or more Integrated circuits configured to implement embodiments of the present invention. Wherein the memory is used for storing executable instructions of the processor;
a memory 502 for storing program code and transferring the program code to the processor 501. Memory 502 may include Volatile Memory (Volatile Memory), such as Random Access Memory (RAM); the Memory 502 may also include a Non-Volatile Memory (Non-Volatile Memory), such as a Read-Only Memory (ROM), a Flash Memory (Flash Memory), a Hard Disk (Hard Disk Drive, HDD), or a Solid-State Drive (SSD); the memory 502 may also comprise a combination of memories of the kind described above. The memory 502 is connected to the processor 501 via a bus.
The processor 501 is configured to call the program code management code stored in the memory 502, and perform the following operations:
1) and setting the program codes of the function branches in the corresponding code layers according to the preset mapping relation between the function branches and the code layers, so as to respectively manage the program codes in the corresponding code layers through different code layers.
Optionally, according to a preset mapping relationship between the function branches and the code layers, setting the program code of each function branch in a corresponding code layer, so as to respectively manage the program codes in the corresponding code layers through different code layers, including:
and according to the preset mapping relation between the function branches and the code layers, setting the program codes of the function branches in the code layers corresponding to the function branches so as to respectively manage the program codes in the corresponding code layers through different code layers.
The method for respectively managing the program codes in each corresponding code layer through different code layers includes, but is not limited to, the following methods:
modifying the program codes in the corresponding code layers through the selected code layers; deleting the program codes in the corresponding code layers through the selected code layers; acquiring program codes in the corresponding code layers through the selected code layers; and saving the program codes in the corresponding code layers through the selected code layers.
For example: according to the preset mapping relation between 3 functional branches and 3 code layers, program codes of the 3 functional branches are arranged in the 3 code layers corresponding to the functional branches, so that the program codes in the 3 code layers are respectively managed through the 3 different code layers.
The method for respectively managing the program codes in each corresponding 3 code layers through 3 different code layers includes, but is not limited to, the following methods:
modifying program code in the corresponding code layer through the selected 1 or more code layers; deleting the program codes in the corresponding code layers through the selected 1 or more code layers; acquiring program codes in corresponding code layers through the selected 1 or more code layers; and saving the program codes in the corresponding code layers through the selected 1 or more code layers.
2) And compiling the program codes in the code layer preset by the user.
Optionally, compiling the program code in the code layer preset by the user includes:
and compiling the program codes in one or more code layers preset by a user.
For example: according to the preset mapping relation between 3 functional branches and 3 code layers, setting program codes of the 3 functional branches in the 3 code layers corresponding to the functional branches;
program codes in the 1 st code layer and the 2 nd code layer are written; program codes in a 3 rd code layer are not written;
and compiling the program codes in the 1 st code layer and the 2 nd code layer preset by the user.
The program code manager according to the fifth embodiment of the present invention automatically sets the program code in the code layers with different attributes, and automatically manages the code layers, thereby realizing efficient and automatic management of the program code, effectively enhancing the program code management efficiency, and shortening the program code management time of a programmer.
In a sixth embodiment of the present invention, a program code manager includes the following components:
a processor 501 and a memory 502. In some embodiments of the invention, these components may be connected by a bus or other means.
Processor 501 may be a general-purpose Processor such as a Central Processing Unit (CPU), a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), or one or more Integrated circuits configured to implement embodiments of the present invention. Wherein the memory is used for storing executable instructions of the processor;
a memory 502 for storing program code and transferring the program code to the processor 501. Memory 502 may include Volatile Memory (Volatile Memory), such as Random Access Memory (RAM); the Memory 502 may also include a Non-Volatile Memory (Non-Volatile Memory), such as a Read-Only Memory (ROM), a Flash Memory (Flash Memory), a Hard Disk (Hard Disk Drive, HDD), or a Solid-State Drive (SSD); the memory 502 may also comprise a combination of memories of the kind described above. The memory 502 is connected to the processor 501 via a bus.
The processor 501 is configured to call the program code for adjusting the position of the object in the virtual reality stored in the memory 502, and perform the following operations:
1) and setting the program codes of the function branches in the corresponding code layers according to the preset mapping relation between the function branches and the code layers, so as to respectively manage the program codes in the corresponding code layers through different code layers.
Optionally, according to a preset mapping relationship between the function branches and the code layers, setting the program code of each function branch in a corresponding code layer, so as to respectively manage the program codes in the corresponding code layers through different code layers, including:
and according to the preset mapping relation between the function branches and the code layers, setting the program codes of the function branches in the code layers corresponding to the function branches so as to respectively manage the program codes in the corresponding code layers through different code layers.
The method for respectively managing the program codes in each corresponding code layer through different code layers includes, but is not limited to, the following methods:
modifying the program codes in the corresponding code layers through the selected code layers; deleting the program codes in the corresponding code layers through the selected code layers; acquiring program codes in the corresponding code layers through the selected code layers; and saving the program codes in the corresponding code layers through the selected code layers.
For example: according to the preset mapping relation between 3 functional branches and 3 code layers, program codes of the 3 functional branches are arranged in the 3 code layers corresponding to the functional branches, so that the program codes in the 3 code layers are respectively managed through the 3 different code layers.
The method for respectively managing the program codes in each corresponding 3 code layers through 3 different code layers includes, but is not limited to, the following methods:
modifying program code in the corresponding code layer through the selected 1 or more code layers; deleting the program codes in the corresponding code layers through the selected 1 or more code layers; acquiring program codes in corresponding code layers through the selected 1 or more code layers; and saving the program codes in the corresponding code layers through the selected 1 or more code layers.
Optionally, according to a preset mapping relationship between the function branches and the code layers, setting the program code of each function branch in a corresponding code layer, so as to respectively manage the program codes in the corresponding code layers through different code layers, including:
according to the mapping relation between the preset function branches and the attributes of the code layers, the program codes of the function branches are arranged in the code layers corresponding to the attributes, and the program codes in the corresponding code layers are respectively managed through the code layers with different attributes.
The method for respectively managing the program codes in the corresponding code layers through the code layers with different attributes includes, but is not limited to, the following methods:
modifying program codes in the corresponding code layers through the code layers with different attributes; deleting program codes in the corresponding code layers through the code layers with different attributes; acquiring program codes in corresponding code layers through code layers with different attributes; and storing the program codes in the corresponding code layers through the code layers with different attributes.
For example: the properties of the code layer include: written and unwritten;
according to the mapping relation between the preset function branches and the attributes of the code layers, the program codes of the function branches are arranged in the code layers corresponding to the attributes, and the program codes in the corresponding code layers are respectively managed through the code layers with different attributes.
The method for respectively managing the program codes in the corresponding code layers through the code layers with different attributes includes, but is not limited to, the following methods:
modifying program codes in the corresponding code layers through the code layers with the unprogrammed finished attributes; deleting the program codes in the corresponding code layers through the code layers with the unprogrammed finished attributes; acquiring program codes in corresponding code layers through the code layers with the written attributes; and saving the program codes in the corresponding code layers through the code layers with the written completion attributes.
2) And serializing the program codes in all the code layers, and storing the program codes into a code layer corresponding to a set local storage server and/or a code layer corresponding to a set remote storage server.
3) Setting the logs in the program codes of the functional branches in log layers corresponding to the functional branches so as to respectively manage the logs in the corresponding log layers through different log layers;
and storing all log layers into a set storage server, and deleting logs in the program codes of all function branches.
The method for respectively managing the logs in the corresponding log layers through different log layers includes, but is not limited to, the following methods:
modifying the logs in the corresponding log layers through different log layers; deleting the logs in the corresponding log layers through different log layers; acquiring logs in corresponding log layers through different log layers; and saving the logs in the corresponding log layer through different log layers.
For example: setting the logs in the program codes of the 3 functional branches in log layers corresponding to the 3 functional branches so as to respectively manage the logs in the corresponding log layers through 3 different log layers;
and storing all the log layers into a set local storage server or a set remote storage server, and deleting the logs in the program codes of the function branches.
The method for respectively managing the logs in the corresponding log layers through different log layers includes, but is not limited to, the following methods:
modifying the log in the corresponding log layer through the log layer corresponding to the 1 st functional branch; deleting the logs in the corresponding log layer through the different log layers corresponding to the 2 nd functional branch; acquiring the logs in the corresponding log layer through different log layers corresponding to the 3 rd functional branch; and saving the logs in the corresponding log layer through the different log layers corresponding to the 3 rd functional branch.
4) And compiling the program codes in the code layer preset by the user.
Optionally, compiling the program code in the code layer preset by the user includes:
and compiling the program codes in one or more code layers preset by a user.
For example: according to the preset mapping relation between 3 functional branches and 3 code layers, setting program codes of the 3 functional branches in the 3 code layers corresponding to the functional branches;
program codes in the 1 st code layer and the 2 nd code layer are written; program codes in a 3 rd code layer are not written;
and compiling the program codes in the 1 st code layer and the 2 nd code layer preset by the user.
Optionally, compiling the program code in the code layer preset by the user includes:
and sending the code layer with the user preset attribute to a corresponding function branch in a set branch server according to the mapping relation between the preset function branch and the code layer, and controlling the set branch server to compile the program code in the code layer with the user preset attribute.
For example: and sending the code layer with the written attributes preset by the user to the corresponding function branch in the set branch server according to the mapping relation between the preset function branch and the code layer, and controlling the set branch server to compile the program codes in the code layer with the attributes preset by the user.
Optionally, compiling the program code in the code layer preset by the user includes:
serializing program codes in a code layer with user preset attributes to obtain a serialized code layer, and sending the serialized code layer to a set branch server;
controlling a set branch server to deserialize the program codes in the serialized code layer to obtain the program codes in the code layer with the user preset attributes;
according to the mapping relation between the preset function branches and the code layers, controlling the set branch server to merge the program codes in the code layers preset by the user into the corresponding function branches in the set branch server;
judging whether code layers merged into corresponding function branches in a set branch server conflict or not;
if the collision is determined, alarming; otherwise, the set branch server is controlled to compile the program codes in the code layer of the user preset attribute.
5) When a user modifies the program code of any function branch, the log layer corresponding to any function branch is copied to the program code of any function branch from the set storage server.
For example: when a user modifies the program code of the 1 st functional branch, the log layer corresponding to the 1 st functional branch is copied to the program code of the 1 st functional branch from the set storage server.
The program code manager according to the sixth embodiment of the present invention automatically sets the program code in the code layers with different attributes, and sets the program log in the log layer, so as to implement efficient and automatic management of the program code and the program log by managing the code layer and the log layer, effectively enhance the management efficiency of the program code and the program log, and shorten the management time of the program code and the program log of the programmer.
It should be noted that, in this document, 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 like elements in a process, method, article, or apparatus that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. A program code management apparatus, comprising:
the setting module is used for setting the program codes of all the function branches in the corresponding code layers according to the mapping relation between the preset function branches and the code layers so as to respectively manage the program codes in the corresponding code layers through different code layers;
and the compiling module is used for compiling the program codes in one or more code layers preset by the user.
2. The apparatus of claim 1, further comprising:
the log management module is used for setting logs in the program codes of the function branches in the log layers corresponding to the function branches before the compiling module compiles the program codes in the code layers preset by the user so as to respectively manage the logs in the corresponding log layers through different log layers;
and storing all log layers into a set storage server, and deleting logs in the program codes of all function branches.
3. The apparatus of claim 2, further comprising:
and the log recovery module is used for copying the log layer corresponding to any functional branch from the set storage server to the program code of any functional branch when the user modifies the program code of any functional branch after the compiling module compiles the program code in the code layer preset by the user.
4. The apparatus according to claim 1, wherein the setting module is specifically configured to:
according to the mapping relation between the preset function branches and the attributes of the code layers, the program codes of the function branches are arranged in the code layers corresponding to the attributes, and the program codes in the corresponding code layers are respectively managed through the code layers with different attributes.
5. The apparatus of claim 4, further comprising:
and the storage module is used for serializing the program codes in all the code layers after the setting module sets the program codes of all the function branches in the code layers of the corresponding attributes, and storing the program codes in the set code layers corresponding to the local storage server and/or the set code layers corresponding to the remote storage server.
6. The apparatus of claim 4, wherein the compiling module is specifically configured to:
and sending the code layer with the user preset attribute to a corresponding function branch in a set branch server according to the mapping relation between the preset function branch and the code layer, and controlling the set branch server to compile the program code in the code layer with the user preset attribute.
7. The apparatus of claim 6, wherein the compiling module is specifically configured to:
serializing program codes in a code layer with user preset attributes to obtain a serialized code layer, and sending the serialized code layer to a set branch server;
controlling the set branch server to deserialize the program codes in the serialized code layer to obtain the program codes in the code layer with the user preset attribute;
controlling the set branch server to merge program codes in a code layer preset by a user into a corresponding function branch in the set branch server according to a mapping relation between a preset function branch and the code layer;
performing conflict judgment on the code layers merged into the corresponding functional branches in the set branch server;
if the collision is determined, alarming; otherwise, controlling the set branch server to compile the program code in the code layer of the user preset attribute.
8. A program code management method, comprising:
according to the preset mapping relation between the function branches and the code layers, setting the program codes of the function branches in the corresponding code layers so as to respectively manage the program codes in the corresponding code layers through different code layers;
and compiling the program codes in one or more code layers preset by a user.
9. The method of claim 8, wherein prior to compiling the program code in the user-preset code layer, the method further comprises:
setting the logs in the program codes of the functional branches in log layers corresponding to the functional branches so as to respectively manage the logs in the corresponding log layers through different log layers;
and storing all log layers into a set storage server, and deleting logs in the program codes of all function branches.
10. A program code manager, comprising a processor and a memory, wherein the memory is configured to store executable instructions for the processor; the processor is configured to perform the following operations:
according to the preset mapping relation between the function branches and the code layers, setting the program codes of the function branches in the corresponding code layers so as to respectively manage the program codes in the corresponding code layers through different code layers;
and compiling the program codes in one or more code layers preset by a user.
CN201710203538.6A 2017-03-30 2017-03-30 Program code management device and method and program code manager Active CN106886420B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710203538.6A CN106886420B (en) 2017-03-30 2017-03-30 Program code management device and method and program code manager

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710203538.6A CN106886420B (en) 2017-03-30 2017-03-30 Program code management device and method and program code manager

Publications (2)

Publication Number Publication Date
CN106886420A CN106886420A (en) 2017-06-23
CN106886420B true CN106886420B (en) 2020-10-09

Family

ID=59181283

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710203538.6A Active CN106886420B (en) 2017-03-30 2017-03-30 Program code management device and method and program code manager

Country Status (1)

Country Link
CN (1) CN106886420B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107729031B (en) * 2017-08-25 2019-08-20 深圳壹账通智能科技有限公司 Code administration method, apparatus, computer equipment and computer readable storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103019718A (en) * 2011-12-16 2013-04-03 微软公司 Use of distributed source control in centralized source control environment
CN104407901A (en) * 2014-12-08 2015-03-11 北京国双科技有限公司 Code adding method and device
CN105094851A (en) * 2015-09-06 2015-11-25 浪潮软件股份有限公司 Method for realizing code release at any time based on Git
CN105302716A (en) * 2014-07-30 2016-02-03 腾讯科技(深圳)有限公司 Method and apparatus for test in joint development mode
CN105930182A (en) * 2016-04-13 2016-09-07 北京思特奇信息技术股份有限公司 Distributed code version release system and method
CN106096034A (en) * 2016-06-27 2016-11-09 乐视控股(北京)有限公司 application log management method and device
CN106126410A (en) * 2016-05-26 2016-11-16 华为技术有限公司 The reminding method of code conflicts and device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6601034B1 (en) * 1998-03-05 2003-07-29 American Management Systems, Inc. Decision management system which is cross-function, cross-industry and cross-platform
US7240346B2 (en) * 2002-11-13 2007-07-03 Microsoft Corporation Method and system for accessing drawing resources
US7356808B2 (en) * 2004-09-23 2008-04-08 International Business Machines Corporation Method, system and program product for porting code utilizing a portable execution environment

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103019718A (en) * 2011-12-16 2013-04-03 微软公司 Use of distributed source control in centralized source control environment
CN105302716A (en) * 2014-07-30 2016-02-03 腾讯科技(深圳)有限公司 Method and apparatus for test in joint development mode
CN104407901A (en) * 2014-12-08 2015-03-11 北京国双科技有限公司 Code adding method and device
CN105094851A (en) * 2015-09-06 2015-11-25 浪潮软件股份有限公司 Method for realizing code release at any time based on Git
CN105930182A (en) * 2016-04-13 2016-09-07 北京思特奇信息技术股份有限公司 Distributed code version release system and method
CN106126410A (en) * 2016-05-26 2016-11-16 华为技术有限公司 The reminding method of code conflicts and device
CN106096034A (en) * 2016-06-27 2016-11-09 乐视控股(北京)有限公司 application log management method and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
介绍一个成功的Git分支模型(master一hotfix一develop一feature一release);hherima;《https://blog.csdn.net/hherima/article/details/50386011》;20151223;全文 *

Also Published As

Publication number Publication date
CN106886420A (en) 2017-06-23

Similar Documents

Publication Publication Date Title
US11221838B2 (en) Hot update method, operating system, terminal device, system, and computer-readable storage medium for a system process
CN107391104B (en) Client and reactive native code update dependence management method, device and system
CN109669692B (en) Source code sharing method, server, computer readable storage medium and system
CN110471690B (en) Loading method and device for SO file of dynamic link library and storage medium
CN111124480B (en) Method and device for generating application program package, electronic equipment and storage medium
CN103218428B (en) A kind of dynamic link method and system
CN110874237A (en) Software upgrading method, device, terminal and readable storage medium
WO2019041891A1 (en) Method and device for generating upgrade package
CN111273942A (en) Code generation method, storage medium, electronic device and system
CN111966357A (en) Operating system application compiling method and device and electronic equipment
CN106886420B (en) Program code management device and method and program code manager
CN106293790B (en) application program upgrading method and device based on Firefox operating system
EP3540598A1 (en) Method, device and server for checking a defective function
CN117707543A (en) Application installation package manufacturing and installation method, computing device and storage medium
CN110806891B (en) Method and device for generating software version of embedded device
CN116880877A (en) Virtual machine enhancement tool upgrading method and device, computer equipment and storage medium
CN107766048B (en) Page compiling method and device
CN115827049A (en) Configuration-based cache switching method, electronic equipment and storage medium
CN115688698A (en) Text code editing method and system
CN114995852A (en) Equipment upgrading method, equipment and computer readable storage medium
CN108958795B (en) BootLoader code reuse method and development board in embedded system
KR101556831B1 (en) Input method of permission for application development and recording medium storing program for executing method of developing android application
CN113407187A (en) Method, device and equipment for constructing file system and computer storage medium
CN112473145A (en) Data processing method and device based on game engine
CN110618824A (en) Software upgrading method, device, medium and equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20200909

Address after: Room 412, building 5, No.72, Nanxiang 2nd Road, Huangpu District, Guangzhou City, Guangdong Province 510000

Applicant after: Guangzhou Roushi Intelligent Technology Co.,Ltd.

Address before: 518057 Guangdong Province, Shenzhen high tech Zone of Nanshan District City, No. 9018 North Central Avenue's innovation building A, 6-8 layer, 10-11 layer, B layer, C District 6-10 District 6 floor

Applicant before: NUBIA TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant