CN117435244A - Front-end engineering-crossing public library system and construction method thereof - Google Patents

Front-end engineering-crossing public library system and construction method thereof Download PDF

Info

Publication number
CN117435244A
CN117435244A CN202311767954.0A CN202311767954A CN117435244A CN 117435244 A CN117435244 A CN 117435244A CN 202311767954 A CN202311767954 A CN 202311767954A CN 117435244 A CN117435244 A CN 117435244A
Authority
CN
China
Prior art keywords
project
public library
target
library
server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202311767954.0A
Other languages
Chinese (zh)
Other versions
CN117435244B (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.)
Nanjing Zhangkong Network Science & Technology Co ltd
Original Assignee
Nanjing Zhangkong Network Science & 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 Nanjing Zhangkong Network Science & Technology Co ltd filed Critical Nanjing Zhangkong Network Science & Technology Co ltd
Priority to CN202311767954.0A priority Critical patent/CN117435244B/en
Publication of CN117435244A publication Critical patent/CN117435244A/en
Application granted granted Critical
Publication of CN117435244B publication Critical patent/CN117435244B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/11File system administration, e.g. details of archiving or snapshots
    • G06F16/122File system administration, e.g. details of archiving or snapshots using management policies
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/174Redundancy elimination performed by the file system
    • G06F16/1744Redundancy elimination performed by the file system using compression, e.g. sparse files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides a front-end cross-engineering public library system and a construction method thereof, wherein the method comprises the following steps: constructing a public library in a first server; based on uploading operation of a user, a user terminal uploads a code file of a target project to the public library and stores the code file under a public library project file directory with the same name as the target project; in response to completion of the target project, the common library compresses and uploads codes of the target project to a second server; responding to the downloading operation of a user, downloading a target compressed file from the second server by the user terminal, decompressing the target compressed file and storing the decompressed target compressed file in a local public library; the local public library is downloaded from the first server by the user terminal and deployed locally. The invention can realize the requirements of privatization of public libraries, convenient reading of source codes, cross engineering and no influence on business version control.

Description

Front-end engineering-crossing public library system and construction method thereof
Technical Field
The invention relates to the technical field of computers, in particular to a front-end cross-engineering public library system and a construction method thereof.
Background
Along with the spreading of front-end engineering, the reusability of front-end codes is greatly leaped, but along with the increasing of codes, the engineering is also larger, so that the engineering operation is slower, the packaging is slower, the version is more difficult to maintain, and the modules are mutually influenced. In order to avoid the situation, the industry divides functions into different projects, namely one module and one project, so that the problems of slow operation, slow packing and difficult version maintenance are solved.
Along with the front-end development of enterprises, after the engineering becomes larger gradually, public reusable public libraries are generated, and in order to realize the requirements of privatization of the public libraries, convenient reading of source codes, cross engineering and no influence on service version control, common practice in the industry is as follows: 1. issue to npm; secondly, publishing the deployment to private npm of a company; 3. lerna transconfiguration was used. 4. The engineering is cross-engineered using a git sub-module or git sub-tree.
However, the above methods have certain drawbacks:
npm belongs to public resources and cannot meet the requirements of proprietary code of enterprises.
2. And the source code is released to the private npm of the company, and can be released only after compiling, so that the source code for searching the public library in the service development process is not beneficial.
3. The use of lerna cross-engineering can truly meet the requirements of privatization of public libraries, convenient reading of source codes and cross-engineering, but has the defect that the public libraries are required to be placed under a large engineering, that is, unified version control is required, a single engineering cannot independently control own version, and the problem of version conflict often occurs.
4. The use of the git sub module or the git sub tree cross engineering realizes the privateization of the public library, the convenient reading of source codes, the cross engineering and the convenient control of versions, but generates serious extra workload: the development needs to continuously pull the latest codes of the public library, and the problem of version switching of the public library exists.
Disclosure of Invention
The invention aims to: the invention aims to provide a front-end cross-engineering public library system and a construction method thereof, so as to at least partially overcome the defects of the current public library privatization scheme.
The invention comprises the following steps: in order to achieve the above purpose, the present invention proposes the following technical solutions:
in a first aspect, the present invention provides a method for constructing a front-end cross-engineering public library system, including the steps of:
constructing a public library in a first server;
based on uploading operation of a user, a user terminal uploads a code file of a target project to the public library and stores the code file under a public library project file directory with the same name as the target project;
in response to completion of the target project, the common library compresses and uploads codes of the target project to a second server;
responding to the downloading operation of a user, downloading a target compressed file from the second server by the user terminal, decompressing the target compressed file and storing the decompressed target compressed file in a local public library; the local public library is downloaded from the first server by the user terminal and deployed locally.
As an optional implementation manner of the method of the first aspect, after building the common library in the first server, the method further includes:
and acquiring the names of all current project projects, and establishing a common library project file directory with the same name for the project projects in the common library, wherein the common library project file directory is used for storing code files of the corresponding project projects.
Specifically, in response to completion of the target project, the public library compresses the code of the target project and uploads the compressed code to a second server, and specifically includes:
the public library compresses the codes of the target project engineering to obtain a compressed package;
the public library modifies the name of the compressed package to be consistent with the name of the target project;
the public library uploads the compressed package with the modified name to the second server.
More specifically, in response to a download operation of the user, the user terminal downloads the target compressed file from the second server, and specifically includes:
determining the name of project engineering to be downloaded based on the downloading operation of a user;
searching a compressed package with the same name in the second server based on the name of the project to be downloaded;
and the user terminal takes the compressed package with the same name as the target compressed file and downloads the target compressed file to the local.
As an optional implementation manner of the method of the first aspect, the user terminal is further configured to update the local public repository at a preset first node and a second node; the first time node is the target project engineering starting node; and the second node is a node of the target project engineering packaging completion.
Specifically, the updating, by the user terminal, the local public library specifically includes:
downloading the latest version of the public library from the first server;
deleting the original local public library;
and deploying the public library of the latest version locally to obtain a new local public library.
In a second aspect, there is provided a front-end cross-engineering public library system, the system comprising: the system comprises a first server, a second server and a user terminal;
the first server is deployed with a public library; the public library is used for storing code files of target project projects uploaded by the user terminal; the public library is also used for compressing codes of the target project and uploading the codes to a second server when the target project is completed;
the user terminal is used for responding to the uploading operation of the user and uploading the code file of the target project to the public library; the user terminal is also used for responding to the downloading operation of the user, downloading a target compressed file from the second server, decompressing the target compressed file and storing the decompressed target compressed file in a local public library; the local public library is downloaded from the first server by the user terminal and deployed locally.
As an optional implementation manner of the system according to the second aspect, a common library engineering file directory with the same name as the current project engineering is pre-created in the common library, and the common library engineering file directory is used for storing code files of the corresponding project engineering; when the user terminal uploads the code file of the target project, the public library stores the code file of the target project under a public library project file directory with the same name as the target project.
As an optional implementation manner of the system according to the second aspect, the user terminal includes a storage module and a service module;
the storage module is used for storing the local public library;
the service module is used for interacting with the first server to finish uploading the code file of the target project and downloading the public library;
the business module is also used for interacting with the second server to finish the downloading of the target compressed file.
Specifically, the service module is further configured to update the local public library at a preset first node and a preset second node; the first node is a time node for starting the target project engineering; the second node is a time node for starting packaging of the target project engineering;
the service module updates the local public library, and specifically comprises the following steps:
downloading the latest version of the public library from the first server;
deleting the original local public library in the storage module;
and deploying the public library of the latest version in the storage module to obtain a new local public library.
The beneficial effects are that: compared with the prior art, the front-end cross-engineering public library system and the construction method thereof provided by the invention have the following advantages:
1. the public library can be fully privateized: the invention puts the public library in the enterprise internal servers (the first server and the second server) to realize the complete privatization of the public library.
2. The code is convenient to read and debug: the common library only stores code files and does not compile codes, so that the common library can be directly synchronized to all front-end projects.
3. Automatic updating: before the project is started and packaged for execution, the public library is automatically updated, and a developer does not need to pay attention to the problem of updating the public library;
4. automatic version: before uploading and downloading project code files, the version numbers of project projects are automatically searched and automatically matched to the public library project file catalogues of corresponding versions, and developers do not need to pay attention to the versions of the project files in the public library.
Drawings
FIG. 1 is a schematic diagram of a front-end cross-engineering public library system according to an embodiment;
fig. 2 is a schematic flow chart of a method for constructing a front-end cross-engineering public library system according to an embodiment.
Detailed Description
The invention will be further described with reference to the drawings and the specific examples. It is to be understood that the invention may be embodied in various forms and that the exemplary and non-limiting embodiments shown in the drawings and described below are not intended to limit the invention to the specific embodiments described.
It is to be understood that the technical features listed above for the different embodiments may be combined with each other where technically feasible to form further embodiments within the scope of the invention. Furthermore, the particular examples and embodiments described herein are not limiting and corresponding modifications may be made to the structures, steps, and sequences set forth above without departing from the scope of the invention.
Referring to fig. 1, fig. 1 schematically shows a schematic structure of a front-end cross-engineering public library system. In this system, mainly including: the system comprises a first server, a second server and a user terminal;
the first server is deployed with a public library; the public library is used for storing code files of target project projects uploaded by the user terminal; the public library is also used for compressing codes of the target project and uploading the codes to the second server when the target project is completed;
the user terminal is used for responding to the uploading operation of the user and uploading the code file of the target project to the public library; the user terminal is also used for responding to the downloading operation of the user, downloading the target compressed file from the second server, decompressing the target compressed file and storing the decompressed target compressed file in a local public library; the local public repository here is downloaded by the user terminal from the first server and deployed locally.
Specifically, a common library engineering file directory with the same name as the current project engineering is pre-created in the common library of the first server, and the common library engineering file directory is used for storing code files of the corresponding project engineering; when the user terminal uploads the code file of the target project, the public library stores the code file of the target project under the public library project file directory with the same name as the target project.
The user terminal mainly comprises a storage module and a service module. The storage module is used for storing the local public library. The service module is used for interacting with the first server to finish uploading of the code file of the target project engineering and downloading of the public library; the business module is also used for interacting with a second server to finish downloading the target compressed file. The service module is also used for updating a local public library at a preset first node and a preset second node; the first time node is a time node for starting the target project engineering; and the second node is a time node for starting packaging of the target project engineering. The specific steps of the service module for updating the local public library are as follows: downloading the public library of the latest version from the first server, and deleting the original local public library in the storage module; and deploying the public library of the latest version in the storage module to obtain a new local public library.
The method for constructing the front-end engineering public library system according to the present embodiment will be described below by taking the front-end engineering public library system shown in fig. 1 as an example.
Referring to fig. 2, fig. 2 is a flow chart illustrating a method for constructing a front-end cross-engineering public library system. The construction method comprises steps S200 to S206:
s200: a common library is built in the first server.
S202: based on the uploading operation of the user, the user terminal uploads the code file of the target project to the public library and stores the code file under the public library project file directory with the same name as the target project.
S204: in response to the target project being completed, the common library compresses the code of the target project and uploads it to the second server.
S206: and responding to the downloading operation of the user, downloading the target compressed file from the second server by the user terminal, decompressing the target compressed file and storing the decompressed target compressed file in a local public library.
The method for constructing the front-end cross-engineering public library system shown in fig. 2 will be described in detail.
First, for step S200, a common library is built in the first server.
It should be noted that, the first server is a server inside the enterprise, and staff in the enterprise, such as a compiler, may access the first server through the user terminal.
When the public library is constructed, the names of all current project projects can be obtained, and then a public library project file directory with the same name is established for each project in the public library, wherein the public library project file directory is used for storing code files of the corresponding project. For example, a common library project file a may be constructed whose name a (also referred to as a version number) needs to be identical to the name a (also referred to as a version number) of the project.
Next, for step S202: based on the uploading operation of the user, the user terminal uploads the code file of the target project to the public library and stores the code file under the public library project file directory with the same name as the target project.
When developing the target project, the user can upload the code files which can be multiplexed in the target project to the public library. Step S200 indicates that the public library project file directory of each project has been created in advance in the public library, and when the code file is generated, the public library project file directory of the project existing in the public library needs to be searched first to determine whether there is a public library project file directory with the same name as the target project, if so, the code file is stored in the corresponding public library project file directory, and if not, a public library project file directory is created for the target project.
Next, for step S204: in response to the target project being completed, the common library compresses the code of the target project and uploads it to the second server.
And after one target project is completed, the public library compresses all code files of the target project to form a compressed package, then the name of the compressed package is modified to be consistent with the name of the target project, and finally the compressed package with the modified name is uploaded to a second server.
When a user downloads a code file required by project engineering, the compressed package can be directly downloaded, so that the downloading time is reduced.
Next, for step S206: and responding to the downloading operation of the user, downloading the target compressed file from the second server by the user terminal, decompressing the target compressed file and storing the decompressed target compressed file in a local public library.
Before downloading the code file, the user needs to determine the name of the project to be downloaded, and then searches the compressed package with the same name in the second server based on the name of the project to be downloaded. After the compressed package is found, the compressed package with the same name is taken as a target compressed file to be downloaded to the local through the user terminal.
In some alternative embodiments, the user terminal may also update the local public repository at the preset first node and second node. The first node specifically refers to a time node for starting the target project engineering, and the second node specifically refers to a time node for starting packaging of the target project engineering. In the first node or the second node, the user terminal updates the local public library, and the specific steps are as follows:
downloading the latest version of the public library from the first server;
deleting the original local public library;
and deploying the public library of the latest version locally to obtain a new local public library.
According to the technical scheme, the public library is deployed in the enterprise internal servers (the first server and the second server) by the method, so that the requirement of enterprise code privatization is met. After the user downloads the public library, the cross-engineering synchronization of the public library can be directly realized. The public library does not compile the stored project engineering code files, so that a user can directly read the code files stored in the public library after downloading the public library to the local place, and the code files in the public library are named by the names of the project projects, so that the search is very convenient. The technical scheme also designs an automatically triggered update node, the public library is automatically updated before the project is started and packaged and executed, and a developer does not need to pay attention to the problem of updating the public library. In addition, the technical scheme automatically searches the version number of the project before uploading and downloading the project code file, automatically matches the version number of the project to the public library project file directory of the corresponding version, and a developer does not need to pay attention to the version of the project file in the public library.
The technical features of the above-described embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above-described embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The above examples illustrate only a few embodiments of the invention, which are described in detail and are not to be construed as limiting the scope of the invention. It should be noted that it will be apparent to those skilled in the art that several variations and modifications can be made without departing from the spirit of the invention, which are all within the scope of the invention. Accordingly, the scope of protection of the present invention is to be determined by the appended claims.

Claims (10)

1. The construction method of the front-end cross-engineering public library system is characterized by comprising the following steps:
constructing a public library in a first server;
based on uploading operation of a user, a user terminal uploads a code file of a target project to the public library and stores the code file under a public library project file directory with the same name as the target project;
in response to completion of the target project, the common library compresses and uploads codes of the target project to a second server;
responding to the downloading operation of a user, downloading a target compressed file from the second server by the user terminal, decompressing the target compressed file and storing the decompressed target compressed file in a local public library; the local public library is downloaded from the first server by the user terminal and deployed locally.
2. The method of claim 1, further comprising, after constructing the common library in the first server:
and acquiring the names of all current project projects, and establishing a common library project file directory with the same name for the project projects in the common library, wherein the common library project file directory is used for storing code files of the corresponding project projects.
3. The method of claim 2, wherein in response to completion of the target project, the common library compresses and uploads code of the target project to a second server, comprising:
the public library compresses the codes of the target project engineering to obtain a compressed package;
the public library modifies the name of the compressed package to be consistent with the name of the target project;
the public library uploads the compressed package with the modified name to the second server.
4. The method according to claim 3, wherein in response to a download operation of a user, the user terminal downloads a target compressed file from the second server, specifically including:
determining the name of project engineering to be downloaded based on the downloading operation of a user;
searching a compressed package with the same name in the second server based on the name of the project to be downloaded;
and the user terminal takes the compressed package with the same name as the target compressed file and downloads the target compressed file to the local.
5. The method of claim 1, wherein the user terminal is further configured to update the local public repository at a preset first node and second node; the first node is a time node for starting the target project engineering; and the second node is a time node for starting packaging of the target project engineering.
6. The method according to claim 5, wherein the user terminal updates the local public repository, specifically comprising:
downloading the latest version of the public library from the first server;
deleting the original local public library;
and deploying the public library of the latest version locally to obtain a new local public library.
7. A front-end cross-engineering public library system, comprising: the system comprises a first server, a second server and a user terminal;
the first server is deployed with a public library; the public library is used for storing code files of target project projects uploaded by the user terminal; the public library is also used for compressing codes of the target project and uploading the codes to a second server when the target project is completed;
the user terminal is used for responding to the uploading operation of the user and uploading the code file of the target project to the public library; the user terminal is also used for responding to the downloading operation of the user, downloading a target compressed file from the second server, decompressing the target compressed file and storing the decompressed target compressed file in a local public library; the local public library is downloaded from the first server by the user terminal and deployed locally.
8. The system of claim 7, wherein a common library project file directory having the same name as the current project is created in advance in the common library, and the common library project file directory is used for storing code files of the corresponding project; when the user terminal uploads the code file of the target project, the public library stores the code file of the target project under a public library project file directory with the same name as the target project.
9. The system of claim 7, wherein the user terminal comprises a storage module and a traffic module;
the storage module is used for storing the local public library;
the service module is used for interacting with the first server to finish uploading the code file of the target project and downloading the public library;
the business module is also used for interacting with the second server to finish the downloading of the target compressed file.
10. The system of claim 9, wherein the service module is further configured to update the local common library at a preset first node and second node; the first time node is a time node for starting the target project engineering; the second node is a time node for starting packaging of the target project engineering;
the service module updates the local public library, and specifically comprises the following steps:
downloading the latest version of the public library from the first server;
deleting the original local public library in the storage module;
and deploying the public library of the latest version in the storage module to obtain a new local public library.
CN202311767954.0A 2023-12-21 2023-12-21 Front-end engineering-crossing public library system and construction method thereof Active CN117435244B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311767954.0A CN117435244B (en) 2023-12-21 2023-12-21 Front-end engineering-crossing public library system and construction method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311767954.0A CN117435244B (en) 2023-12-21 2023-12-21 Front-end engineering-crossing public library system and construction method thereof

Publications (2)

Publication Number Publication Date
CN117435244A true CN117435244A (en) 2024-01-23
CN117435244B CN117435244B (en) 2024-03-19

Family

ID=89558694

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311767954.0A Active CN117435244B (en) 2023-12-21 2023-12-21 Front-end engineering-crossing public library system and construction method thereof

Country Status (1)

Country Link
CN (1) CN117435244B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120072423A1 (en) * 2010-09-20 2012-03-22 Microsoft Corporation Semantic Grouping for Program Performance Data Analysis
CN107544813A (en) * 2017-09-15 2018-01-05 武汉斗鱼网络科技有限公司 A kind of switching method and system of static library configuration
WO2018086268A1 (en) * 2016-11-14 2018-05-17 平安科技(深圳)有限公司 Packaging method, device, and terminal employing plugin format, and storage medium
CN108647028A (en) * 2018-05-09 2018-10-12 广州腾讯科技有限公司 Application information processing method and device
CN110928547A (en) * 2019-10-16 2020-03-27 平安普惠企业管理有限公司 Public file extraction method, device, terminal and storage medium
CN114579168A (en) * 2022-05-05 2022-06-03 苏州浪潮智能科技有限公司 Code updating method and device, electronic equipment and computer readable storage medium
CN114661298A (en) * 2022-04-11 2022-06-24 平安资产管理有限责任公司 Automatic public method generation method, system, device and medium
CN115048082A (en) * 2022-06-17 2022-09-13 青岛中科曙光科技服务有限公司 Micro front-end system construction method and device, server and readable storage medium
CN115480801A (en) * 2022-09-24 2022-12-16 苏州神码物信智能科技有限公司 Multi-project development, deployment and operation method and system based on Vue framework

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120072423A1 (en) * 2010-09-20 2012-03-22 Microsoft Corporation Semantic Grouping for Program Performance Data Analysis
WO2018086268A1 (en) * 2016-11-14 2018-05-17 平安科技(深圳)有限公司 Packaging method, device, and terminal employing plugin format, and storage medium
CN107544813A (en) * 2017-09-15 2018-01-05 武汉斗鱼网络科技有限公司 A kind of switching method and system of static library configuration
CN108647028A (en) * 2018-05-09 2018-10-12 广州腾讯科技有限公司 Application information processing method and device
CN110928547A (en) * 2019-10-16 2020-03-27 平安普惠企业管理有限公司 Public file extraction method, device, terminal and storage medium
CN114661298A (en) * 2022-04-11 2022-06-24 平安资产管理有限责任公司 Automatic public method generation method, system, device and medium
CN114579168A (en) * 2022-05-05 2022-06-03 苏州浪潮智能科技有限公司 Code updating method and device, electronic equipment and computer readable storage medium
CN115048082A (en) * 2022-06-17 2022-09-13 青岛中科曙光科技服务有限公司 Micro front-end system construction method and device, server and readable storage medium
CN115480801A (en) * 2022-09-24 2022-12-16 苏州神码物信智能科技有限公司 Multi-project development, deployment and operation method and system based on Vue framework

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
PIERRE-YVES LAJOIE 等: "DOOR-SLAM: Distributed, Online, and Outlier Resilient SLAM for Robotic Teams", 《IEEE ROBOTICS AND AUTOMATION LETTERS 》, vol. 5, no. 2, 20 January 2020 (2020-01-20), pages 1656 - 1663, XP011771387, DOI: 10.1109/LRA.2020.2967681 *
TRINEA: "Android 公共库的建立方法", pages 1 - 4, Retrieved from the Internet <URL:《https://www.cnblogs.com/trinea/archive/2012/05/30/2550073.html》> *
李晖阳: "一种支持跨平台多接入的高性能Web AR服务系统研究与实现", 《中国优秀硕士学位论文全文数据库 信息科技辑》, 15 May 2021 (2021-05-15), pages 139 - 230 *

Also Published As

Publication number Publication date
CN117435244B (en) 2024-03-19

Similar Documents

Publication Publication Date Title
CN105657191B (en) Application increment upgrading method and system based on Android system
CN108897547B (en) Software automation deployment method and device
CN103559065B (en) Method and system for OTA (Over-the-Air Technology) upgrade
CN112882729A (en) Application image upgrading method and device, computer equipment and storage medium
CN105335173A (en) Method, apparatus and system for initializing intelligent terminal device
CN113434158B (en) Custom management method, device, equipment and medium for big data component
CN109032631B (en) Application program patch package obtaining method and device, computer equipment and storage medium
CN106775816B (en) Automatic updating method and system for application program in local area network
JP2004158012A (en) System and method for software application management
CN111258587A (en) Method, device, equipment and storage medium for realizing android application plug-in
CN110888652A (en) Multi-version construction method based on jenkins plug-in and terminal
US20210064412A1 (en) Container image integration system, container image integration method, and non-transitory computer-readable recording medium
US20230259358A1 (en) Documentation enforcement during compilation
CN112486938A (en) Log collection method and system applied to kubernets cluster
CN113360156B (en) IOS compiling method and related equipment
CN117435244B (en) Front-end engineering-crossing public library system and construction method thereof
CN115729590A (en) Service deployment method, device, equipment and computer readable storage medium
CN115525300A (en) Incremental mirror image packaging method and system in container cloud scene
CN115129740A (en) Method and system for updating distributed micro-service database in cloud native environment
CN115061741B (en) Target plug-in operation method and device, electronic equipment and storage medium
CN113741966A (en) Method, system, equipment and storage medium for Kickstart file conversion
CN113076109B (en) Cross-platform script language deployment method
CN116974615B (en) Method, device and equipment for improving compiling and packing speed of software
CN117555579A (en) Software construction updating method and system based on PyInstaller platform
CN118012457A (en) Decoupling development method of system firmware and computer storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant