CN107133036B - Module management method and device - Google Patents

Module management method and device Download PDF

Info

Publication number
CN107133036B
CN107133036B CN201710283251.9A CN201710283251A CN107133036B CN 107133036 B CN107133036 B CN 107133036B CN 201710283251 A CN201710283251 A CN 201710283251A CN 107133036 B CN107133036 B CN 107133036B
Authority
CN
China
Prior art keywords
library
module
file
aar
management platform
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
CN201710283251.9A
Other languages
Chinese (zh)
Other versions
CN107133036A (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.)
China Southern Power Grid Internet Service Co ltd
Original Assignee
Wuhan Douyu Network 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 Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201710283251.9A priority Critical patent/CN107133036B/en
Publication of CN107133036A publication Critical patent/CN107133036A/en
Application granted granted Critical
Publication of CN107133036B publication Critical patent/CN107133036B/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/30Creation or generation of source code

Abstract

The invention provides a management method and a device of a module, wherein the module comprises the following steps: a common module and a functional module; the method comprises the following steps: packaging the codes of the common modules into a first AAR library file, and uploading the first AAR library file to a library management platform; packaging the codes of the functional modules into a second AAR library file, and uploading the second AAR library file to the library management platform; thus, the items are divided into a common module and a functional module; after the codes of the common modules are packaged into a first AAR library file, and the codes of the functional modules are packaged into a second AAR library file, the first AAR library file and the second AAR library file are not displayed to a project developer in the form of source codes, and other developers of the project cannot check, modify and copy the codes of the library files which do not belong to the development of the developers, so that the physical isolation of the codes is realized, and the safety of the project is improved.

Description

Module management method and device
Technical Field
The invention belongs to the technical field of software project development, and particularly relates to a module management method and device.
Background
In the development of a conventional software project, all source codes of a project are usually stored in the same project, and if a project is large, the source code files in a project are very large, which is disadvantageous to the maintenance of the whole project.
Because more than one member of project development and the source code file is visible to everyone, any one person can copy and change the whole project, which is not beneficial to the confidential work of the project and reduces the safety, and the problem of module can be caused if each person can change the source code of the project.
Based on this, the present invention provides a module management method and apparatus, which are used to solve the above problems in the prior art.
Disclosure of Invention
Aiming at the problems in the prior art, the embodiment of the invention provides a module management method and device, which are used for solving the technical problem that in the prior art, when a conventional software project is developed, the safety of the project is reduced because the source codes of all modules in the project are visible to everyone.
The invention provides a management method of a module, wherein the module comprises the following steps: a common module and a functional module; the method comprises the following steps:
packaging the codes of the common modules into a first AAR library file, and uploading the first AAR library file to a library management platform;
packaging the codes of the functional modules into a second AAR library file, and uploading the second AAR library file to the library management platform; wherein the common module comprises: tool classes, public resource files and network request libraries; the functional module includes: modules for performing different process flows.
In the foregoing solution, if the module does not include the picture resource, the method further includes:
packaging the codes of the public modules into a first LIB library file, and uploading the first LIB library file to a library management platform;
and packaging the codes of the functional modules into a second LIB library file, and uploading the second LIB library file to the library management platform.
In the foregoing solution, the first AAR library file, the second AAR library file, the first LIB library file, and the second LIB library file are compiled binary library files.
In the above solution, the library management platform includes: local Maven library.
In the foregoing solution, after uploading the first AAR library file and the second AAR library file to the library management platform, the method further includes:
acquiring a module configuration file corresponding to a target module;
writing a request address of the library management platform in the module configuration file;
adding name information of the target module in the module configuration file;
and searching the target module in the library management platform by using the name information, and importing the target module into a project to be compiled.
The present invention also provides a management apparatus for a module, the module including: a common module and a functional module; the device comprises:
the packaging unit is used for packaging the public module into a first AAR library file and packaging the functional module into a second AAR library file;
the uploading unit is used for uploading the first AAR library file to a library management platform and uploading the second AAR library file to the library management platform; the public module comprises a tool class, a public resource file and a network request library; the functional modules include modules for performing different process flows.
In the above scheme, the encapsulation unit is further configured to: if the module does not contain the picture resource, the public module is packaged into a first LIB library file, and the functional module is packaged into a second LIB library file;
the upload unit is further configured to: and uploading the first LIB library file to a library management platform, and uploading the second LIB library file to the library management platform.
In the foregoing solution, the first AAR library file, the second AAR library file, the first LIB library file, and the second LIB library file are compiled binary library files.
In the above solution, the library management platform includes: local Maven library.
In the above scheme, the apparatus further comprises:
the acquisition unit is used for acquiring a module configuration file corresponding to the target module;
a writing unit, configured to write a request address of the library management platform in the module configuration file; adding name information of the target module in the module configuration file; and searching the target module in the library management platform by using the name information, and importing the target module into a project to be compiled.
The invention provides a management method and a device of a module, wherein the module comprises the following steps: a common module and a functional module; the method comprises the following steps: packaging the codes of the common modules into a first AAR library file, and uploading the first AAR library file to a library management platform; packaging the codes of the functional modules into a second AAR library file, and uploading the second AAR library file to the library management platform; thus, the items are divided into a common module and a functional module; after the codes of the common modules are packaged into a first AAR library file, and the codes of the functional modules are packaged into a second AAR library file, the first AAR library file and the second AAR library file are not displayed to a project developer in the form of source codes, and other developers of the project cannot check and modify the codes of the library files which do not belong to the development of the developers, so that the physical isolation of the codes is realized, and the safety of the project is improved.
Drawings
Fig. 1 is a schematic flow chart of a module management method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a module according to a second embodiment of the present invention.
Detailed Description
In the process of software project development, in order to improve the safety of a project, the invention provides a management method and a device of a module, wherein the module comprises the following components: a common module and a functional module; the method comprises the following steps: packaging the codes of the common modules into a first AAR library file, and uploading the first AAR library file to a library management platform; and packaging the codes of the functional modules into a second AAR library file, and uploading the second AAR library file to the library management platform.
The technical solution of the present invention is further described in detail by the accompanying drawings and the specific embodiments.
Example one
The present embodiment provides a block management method, as shown in fig. 1, the method includes:
s101, packaging the codes of the common modules into a first AAR library file, and uploading the first AAR library file to a library management platform.
In this step, the hierarchical logic of the software project needs to be determined, and the hierarchy of this embodiment mainly includes: a public library part at the bottom layer, a dependent layer part of the functional module and a functional module part; the public library part is mainly used for storing codes of the public modules, and the public modules specifically comprise tool classes, public resource files and network request libraries; the tool class includes: utils related classes, etc.; the public resource file comprises picture resources, character resources and the like; the network request library comprises a process related to the network request and the like.
After the hierarchical logic of the software project is determined, when picture resources are stored in the public library part, the codes of the public modules of the public library part are packaged into a first AAR library file, and the first AAR library file is uploaded to a library management platform.
When the public library part does not store the picture resources, the codes of the public modules of the public library part are packaged into a first LIB library file, and the first LIB library file is uploaded to a library management platform.
Here, the library management platform may specifically include: the local Maven library is a library management platform which is specially used for storing binary files. The first AAR library file and the first LIB library file are both compiled binary library files.
Therefore, the dependency relationship between the source codes is modified into the dependency relationship between the local Maven libraries, and when the target module is compiled, the target module is called in the local Maven libraries to be compiled; rather than directly calling the source code of the target module.
S102, packaging the codes of the functional modules into a second AAR library file, and uploading the second AAR library file to the library management platform.
In this step, after uploading the first AAR library file to a library management platform, the codes of the functional modules are packaged into a second AAR library file, and the second AAR library file is uploaded to the library management platform. The functional module includes: modules for performing different process flows; for example, the module requesting the server to acquire the text resource flow and the module acquiring the picture resource flow from the server both belong to the functional module, but the processing flows are different.
Therefore, the functional modules are isolated, developers can only see the module source codes which are opened by the developers according to the authority given by the management server, and other functional modules can be imported into the project in the form of AAR library files.
For example, a certain developer is responsible for developing the module a in the functional module, and then the developer can only take the real source code of the module a, and other functional modules are uploaded to the local Maven library by using the AAR library file and then imported into the project, so that the developer responsible for the module a can only view and modify the code of the module a, cannot view and modify the code of other functional modules, cannot copy and modify other source codes, and improves the security and confidentiality of the project.
Certainly, when no picture resource is stored in the functional module part, the code of the functional module part is packaged into a second LIB library file, and the second LIB library file is uploaded to the library management platform. The second AAR library file and the second LIB library file are both compiled binary library files.
Here, after uploading the first AAR library file and the second AAR library file to the library management platform, if the library file of the library management platform needs to be imported into a software project for compiling, the following is specifically performed:
obtaining a module configuration file of a module to be targeted, and writing a request address of the library management platform in the module configuration file; adding name information of a target module in the module configuration file; and searching the target module in the library management platform by using the name information, and importing the target module into a project to be compiled.
For example, the request address of the library management platform ishttp://192.168.1.100:8081Then the function can be utilizedmaven () { url "http://192.168.1.100: 8081/artisactor/maven" } willWriting a request address of the library management platform into a configuration file so as to find a local Maven library according to the request address; the module configuration file is a TEXT file.
And then adding name information of the target module in the module configuration file so as to search the target module according to the name information and import the target module into the project to be compiled.
For example, when compiling a file, a local log file needs to be imported into a project, and then the function of complex appconfig.logsdk may be used; and searching the ARR file of the log file, and importing the ARR file of the log file into the project for compiling. Therefore, only the codes of the log files are compiled, and the source codes do not need to be compiled again, so that the compiling speed is increased, and the software debugging speed of developers is increased.
Example two
Corresponding to the first embodiment, this embodiment further provides a module management apparatus, as shown in fig. 2, the apparatus includes: a packaging unit 21, an uploading unit 22, and a determining unit 23; wherein the content of the first and second substances,
before the encapsulating unit 21 encapsulates the codes of the common modules into the first AAR library file, the determining unit 23 is configured to determine the hierarchical logic of the software project, where the hierarchy of this embodiment mainly includes: a public library part at the bottom layer, a dependent layer part of the functional module and a functional module part; the public library part is mainly used for storing codes of the public modules, and the public modules can comprise tool classes, public resource files and network request libraries; the tool class includes: utils related classes, etc.; the public resource file comprises picture resources, character resources and the like; the network request library comprises a process related to the network request and the like.
After the determining unit 23 determines the hierarchical logic of the software project, when the common library part stores the picture resource, the encapsulating unit 21 encapsulates the code of the common module of the common library part into a first AAR library file, and the uploading unit 22 is configured to upload the first AAR library file to the library management platform.
When no picture resource is stored in the common library part, the packaging unit 21 packages the code of the common module of the common library part into a first LIB library file, and the uploading unit 22 is further configured to upload the first LIB library file to the library management platform.
Here, the library management platform may specifically include: the local Maven library is a library management platform which is specially used for storing binary files. The first AAR library file and the first LIB library file are both binary library files that have been compiled.
Therefore, the dependency relationship between the source codes is modified into the dependency relationship between the local Maven libraries, and when the target module is compiled, the target module is called in the local Maven libraries to be compiled; rather than directly calling the source code of the target module.
After the uploading unit 22 uploads the first AAR library file to the library management platform, the encapsulating unit 21 is further configured to encapsulate the code of the functional module into a second AAR library file, and the uploading unit 22 is further configured to upload the second AAR library file to the library management platform. The functional module includes: modules for executing different processing flows; for example, a module requesting a server to acquire a text resource flow and a module acquiring a picture resource flow from the server both belong to functional modules, and both belong to functional modules, but the processing flows are different.
Therefore, the functional modules are isolated, developers can only see the module source codes which are opened by the developers according to the authority given by the management server, and other functional modules can be imported into the project in the form of AAR library files.
For example, a certain developer is responsible for developing the module a in the functional module, and then the developer can only take the real source code of the module a, and other functional modules are uploaded to the local Maven library by using the AAR library file and then imported into the project, so that the developer responsible for the module a can only view and modify the code of the module a, cannot view and modify the code of other functional modules, cannot copy and modify other source codes, and improves the security and confidentiality of the project.
Certainly, when no picture resource is stored in the functional module part, the packaging unit 21 is further configured to package a code of the functional module part into a second LIB library file, and the uploading unit 22 is further configured to upload the second LIB library file to the library management platform. The second AAR library file and the second LIB library file are both compiled binary library files.
Here, the apparatus further includes: an acquisition unit 24 and a write unit 25; wherein the content of the first and second substances,
after the uploading unit 22 uploads the first AAR library file and the second AAR library file to the library management platform, if the library files of the library management platform need to be imported into a software project for compiling, the following steps are specifically performed:
the obtaining unit 24 obtains a module configuration file of a target module, and the writing unit 25 writes a request address of the library management platform in the module configuration file; adding name information of a target module in the module configuration file, searching the target module in the library management platform by using the name information, and importing the target module into a project to be compiled.
For example, the request address of the library management platform ishttp://192.168.1.100:8081Then the write unit 25 may utilize a functionmaven () { url "http://192.168.1.100: 8081/artisactor/maven" } willWriting a request address of the library management platform into a configuration file so as to find a local Maven library according to the request address; the module configuration file is a TEXT file.
Then, the writing unit 25 adds name information of the target module in the module configuration file, so as to search the target module according to the name information and import the target module into the project to be compiled.
For example, when compiling a file, a local log file needs to be imported into a project, and then the function of complex appconfig.logsdk may be used; and searching the ARR file of the log file, and importing the ARR file of the log file into the project for compiling. Therefore, only the codes of the log file are compiled, and all source codes do not need to be compiled again, so that the compiling speed is increased, and the software debugging speed of developers is increased.
The module management method and device provided by the embodiment of the invention have the beneficial effects that at least:
the invention provides a management method and a device of a module, wherein the module comprises the following steps: a common module and a functional module; the method comprises the following steps: packaging the codes of the common modules into a first AAR library file, and uploading the first AAR library file to a library management platform; packaging the codes of the functional modules into a second AAR library file, and uploading the second AAR library file to the library management platform; thus, the items are divided into a common module and a functional module; the codes of the common modules are packaged into a first AAR library file, after the codes of the functional modules are packaged into a second AAR library file, the first AAR library file and the second AAR library file are not displayed to a project developer in the form of source codes, and other developers of the project cannot check, modify and copy the codes of the library files which do not belong to the development of the developers, so that the physical isolation of the codes is realized, and the safety of the project is improved; moreover, when the codes of the target module are compiled, only the library file of the target module is imported for compiling, and the source codes do not need to be compiled, so that the compiling time is shortened, and the compiling speed is increased.
The above description is only exemplary of the present invention and should not be taken as limiting the scope of the present invention, and any modifications, equivalents, improvements, etc. that are within the spirit and principle of the present invention should be included in the present invention.

Claims (8)

1. A method for managing a module, the module comprising: a common module and a functional module; the method comprises the following steps:
when picture resources are stored in a public library, packaging codes of a public module in the public library into a first AAR library file, and uploading the first AAR library file to a library management platform;
when the functional module stores the picture resources, the codes of the functional module are packaged into a second AAR library file, and the second AAR library file is uploaded to the library management platform; wherein the method further comprises:
when the picture resources are not stored in the public library, packaging the codes of the public module into a first LIB library file, and uploading the first LIB library file to a library management platform;
when the picture resources are not stored in the functional module, packaging the codes of the functional module into a second LIB library file, and uploading the second LIB library file to the library management platform;
the common module includes: tool classes, public resource files and network request libraries; the functional module includes: modules for performing different process flows.
2. The method of claim 1, wherein said first AAR library file, said second AAR library file, said first LIB library file, and said second LIB library file are compiled binary library files.
3. The method of claim 1, wherein the library management platform comprises: local Maven library.
4. The method of claim 1, wherein uploading the first AAR library file and the second AAR library file to the library management platform further comprises:
acquiring a module configuration file corresponding to a target module;
writing a request address of the library management platform in the module configuration file;
adding name information of the target module in the module configuration file;
and searching the target module in the library management platform by using the name information, and importing the target module into a project to be compiled.
5. An apparatus for managing a module, the module comprising: a common module and a functional module; the device comprises:
the system comprises a packaging unit, a storage unit and a processing unit, wherein the packaging unit is used for packaging a public module in a public library into a first AAR library file when picture resources are stored in the public library;
when the picture resources are stored in the functional module, packaging the functional module into a second AAR library file;
the uploading unit is used for uploading the first AAR library file to a library management platform and uploading the second AAR library file to the library management platform; wherein the content of the first and second substances,
the encapsulation unit is further configured to: when the picture resources are not stored in the public library, packaging the codes of the public module into a first LIB library file;
when the picture resources are not stored in the functional module, packaging the codes of the functional module into a second LIB library file,
the upload unit is further configured to: uploading the first LIB library file to a library management platform, and uploading the second LIB library file to the library management platform;
the public module comprises a tool class, a public resource file and a network request library; the functional modules include modules for performing different process flows.
6. The apparatus of claim 5, wherein the first AAR library file, the second AAR library file, the first LIB library file, and the second LIB library file are compiled binary library files.
7. The apparatus of claim 5, wherein the library management platform comprises: local Maven library.
8. The apparatus of claim 5, wherein the apparatus further comprises:
the acquisition unit is used for acquiring a module configuration file corresponding to the target module;
a writing unit, configured to write a request address of the library management platform in the module configuration file; adding name information of the target module in the module configuration file; and searching the target module in the library management platform by using the name information, and importing the target module into a project to be compiled.
CN201710283251.9A 2017-04-26 2017-04-26 Module management method and device Active CN107133036B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710283251.9A CN107133036B (en) 2017-04-26 2017-04-26 Module management method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710283251.9A CN107133036B (en) 2017-04-26 2017-04-26 Module management method and device

Publications (2)

Publication Number Publication Date
CN107133036A CN107133036A (en) 2017-09-05
CN107133036B true CN107133036B (en) 2020-10-16

Family

ID=59716102

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710283251.9A Active CN107133036B (en) 2017-04-26 2017-04-26 Module management method and device

Country Status (1)

Country Link
CN (1) CN107133036B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109067713A (en) * 2018-07-17 2018-12-21 北京元心科技有限公司 Software security means of defence, device, electronic equipment and computer storage medium
CN109683957A (en) * 2018-11-28 2019-04-26 厦门中控智慧信息技术有限公司 The method and apparatus of Function Extension
CN110569035B (en) * 2019-08-08 2023-06-09 数字广东网络建设有限公司 Code compiling method, device, equipment and storage medium of software development project
CN111399840B (en) * 2020-03-04 2024-03-19 腾讯音乐娱乐科技(深圳)有限公司 Module development method and device

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101840334A (en) * 2010-04-16 2010-09-22 中国电子科技集团公司第二十八研究所 Software component service packaging method
CN105022630A (en) * 2015-06-30 2015-11-04 中标软件有限公司 Component management system and component management method
WO2016000126A1 (en) * 2014-06-30 2016-01-07 北京新媒传信科技有限公司 Automatic deployment method and terminal
US9330372B2 (en) * 2013-06-28 2016-05-03 Sap Ag Generating an improved development infrastructure
CN105630684A (en) * 2016-01-26 2016-06-01 百度在线网络技术(北京)有限公司 Software development kit identification method and device
CN105677302A (en) * 2014-11-17 2016-06-15 阿里巴巴集团控股有限公司 Application program modularization developing method and device
CN105739966A (en) * 2016-01-19 2016-07-06 浪潮软件集团有限公司 Continuous integration method and device
CN106293864A (en) * 2016-08-01 2017-01-04 惠州华阳通用电子有限公司 A kind of implantation method of inter-vehicle information system development platform functional module
US9594550B2 (en) * 2013-03-15 2017-03-14 International Business Machines Corporation Automated patch generation
CN106528913A (en) * 2016-09-20 2017-03-22 许继集团有限公司 Method and device for packaging and reuse of page module

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2713268B1 (en) * 2012-09-28 2019-08-07 Ricoh Company, Ltd. Method for developing software and system therefor
CN103077333B (en) * 2013-01-22 2016-01-20 北京理工大学 A kind of software code protection method under Linux system
CN103729181A (en) * 2013-12-27 2014-04-16 国电南京自动化股份有限公司 Software modular method based on CSS platform
CN106559438B (en) * 2015-09-24 2019-12-31 阿里巴巴集团控股有限公司 Program uploading method and device based on target network platform
CN106528258A (en) * 2016-10-28 2017-03-22 武汉斗鱼网络科技有限公司 Method and system for improving compiling speed of Android project

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101840334A (en) * 2010-04-16 2010-09-22 中国电子科技集团公司第二十八研究所 Software component service packaging method
US9594550B2 (en) * 2013-03-15 2017-03-14 International Business Machines Corporation Automated patch generation
US9330372B2 (en) * 2013-06-28 2016-05-03 Sap Ag Generating an improved development infrastructure
WO2016000126A1 (en) * 2014-06-30 2016-01-07 北京新媒传信科技有限公司 Automatic deployment method and terminal
CN105677302A (en) * 2014-11-17 2016-06-15 阿里巴巴集团控股有限公司 Application program modularization developing method and device
CN105022630A (en) * 2015-06-30 2015-11-04 中标软件有限公司 Component management system and component management method
CN105739966A (en) * 2016-01-19 2016-07-06 浪潮软件集团有限公司 Continuous integration method and device
CN105630684A (en) * 2016-01-26 2016-06-01 百度在线网络技术(北京)有限公司 Software development kit identification method and device
CN106293864A (en) * 2016-08-01 2017-01-04 惠州华阳通用电子有限公司 A kind of implantation method of inter-vehicle information system development platform functional module
CN106528913A (en) * 2016-09-20 2017-03-22 许继集团有限公司 Method and device for packaging and reuse of page module

Also Published As

Publication number Publication date
CN107133036A (en) 2017-09-05

Similar Documents

Publication Publication Date Title
CN107133036B (en) Module management method and device
CN104461491B (en) The operation method and system of a kind of Hybrid components
CN106354481B (en) Method and equipment for uniformly mapping HTTP (hyper text transport protocol) request
AU2015218520B2 (en) Service extraction and application composition
CN110704063B (en) Method and device for compiling and executing intelligent contract
CN111290778B (en) AI model packaging method, platform and electronic equipment
CN108229112A (en) A kind of operation method and device for protecting application program, application program
CN106990960B (en) Code deployment method and device
CN106559438A (en) A kind of program method for uploading and device based on objective network platform
CN104798075A (en) Application randomization
CN113238929B (en) Code testing method and device based on Mock data, electronic equipment and storage medium
CN110704064A (en) Method and device for compiling and executing intelligent contract
US11537367B1 (en) Source code conversion from application program interface to policy document
CN110673839A (en) Distributed tool configuration construction generation method and system
CN114091099A (en) Authority hierarchical control method, equipment and storage medium for business system
CN110888972A (en) Sensitive content identification method and device based on Spark Streaming
CN113987337A (en) Search method, system, equipment and storage medium based on componentized dynamic arrangement
CN112486490A (en) Front-end code packaging method and device, electronic equipment and storage medium
CN110941443A (en) Method and device for modifying file name in SDK and electronic equipment
US20160283291A1 (en) Facilitating communication between software components that use middleware
CN114115982A (en) Code issuing method, device, equipment and storage medium
CN114327941A (en) Service providing method and device
CN108228145A (en) Data processing method, system and the mobile equipment of mixed type application program
CN112114870A (en) Method and device for packaging codes, terminal equipment and storage medium
CA2960774A1 (en) Information object system

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
TR01 Transfer of patent right

Effective date of registration: 20231108

Address after: Room 606-609, Compound Office Complex Building, No. 757, Dongfeng East Road, Yuexiu District, Guangzhou, Guangdong Province, 510699

Patentee after: China Southern Power Grid Internet Service Co.,Ltd.

Address before: 430000 East Lake Development Zone, Wuhan City, Hubei Province, No. 1 Software Park East Road 4.1 Phase B1 Building 11 Building

Patentee before: WUHAN DOUYU NETWORK TECHNOLOGY Co.,Ltd.

TR01 Transfer of patent right