CN109669692B - Source code sharing method, server, computer readable storage medium and system - Google Patents

Source code sharing method, server, computer readable storage medium and system Download PDF

Info

Publication number
CN109669692B
CN109669692B CN201811578215.6A CN201811578215A CN109669692B CN 109669692 B CN109669692 B CN 109669692B CN 201811578215 A CN201811578215 A CN 201811578215A CN 109669692 B CN109669692 B CN 109669692B
Authority
CN
China
Prior art keywords
file
source code
source
development
target
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
CN201811578215.6A
Other languages
Chinese (zh)
Other versions
CN109669692A (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.)
Shenzhen TCL New Technology Co Ltd
Original Assignee
Shenzhen TCL New 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 Shenzhen TCL New Technology Co Ltd filed Critical Shenzhen TCL New Technology Co Ltd
Priority to CN201811578215.6A priority Critical patent/CN109669692B/en
Publication of CN109669692A publication Critical patent/CN109669692A/en
Application granted granted Critical
Publication of CN109669692B publication Critical patent/CN109669692B/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/36Software reuse

Abstract

The invention discloses a source code sharing method, which comprises the following steps: when the current system development requirement is confirmed, confirming a target source file corresponding to the system development requirement in a preset source code directory tree; creating a corresponding local file according to the target source file so that a developer can perform code development operation of the target source file based on the local file; and when the modified local file is confirmed to be uploaded, replacing the target source file corresponding to the local file in the source code directory tree. The invention also discloses a server, a computer readable storage medium and a system. According to the invention, the source code tree is constructed and the source file soft link is created, so that the local file based on the source file is directly created for modification when a developer modifies the code, the source code layout development environment does not need to be downloaded and developed, and the beneficial effect of improving the development efficiency is realized.

Description

Source code sharing method, server, computer readable storage medium and system
Technical Field
The invention relates to the technical field of software development, in particular to a source code sharing method, a server, a computer readable storage medium and a computer readable storage system.
Background
With the continuous development of the current software industry, more and more excellent software is born. For some large projects, the source code is very large, and an administrator needs to expend a great deal of energy in managing the projects. Such as: and if multiple developers develop the Android system project under the same server, each user needs to download the project source code. Because the project is too large, developers have to spend a lot of time downloading and compiling. At this time, the server also has a large number of redundant files, which significantly reduces the space utilization rate and the operating efficiency of the server. Meanwhile, because the available disk space of the server is reduced, the development efficiency of developers is also obviously reduced.
The above is only for the purpose of assisting understanding of the technical solution of the present invention, and does not represent an admission that the above is the prior art.
Disclosure of Invention
The invention mainly aims to provide a source code sharing method, and aims to solve the technical problem of low development efficiency caused by long downloading time due to overlarge development source code data when a program is developed and downloaded to a source code project in the prior art.
In order to achieve the above object, the present invention provides a source code sharing method, which includes the following steps:
when the current system development requirement is confirmed, confirming a target source file corresponding to the system development requirement in a preset source code directory tree;
creating a corresponding local file according to the target source file so that a developer can perform code development operation of the target source file based on the local file;
and when the modified local file is confirmed to be uploaded, replacing the target source file corresponding to the local file in the source code directory tree.
Preferably, the step of creating a corresponding local file according to the target source file so that a developer performs a code development operation of the target source file based on the local file further includes:
confirming the file soft link of the target source file in a source code directory tree, and deleting the confirmed file soft link.
Preferably, before the step of creating a corresponding local file according to the target source file, so that a developer performs a code development operation of the target source file based on the local file, the method further includes:
acquiring currently logged-in user information, and determining whether the user information has the read-write permission of the target source file;
and when the user information is confirmed to have the read-write right of the target source file, executing a step of creating a corresponding local file according to the target source file.
Preferably, before the step of confirming the target source file corresponding to the system development requirement in the preset source code directory tree when the current system development requirement is confirmed, the method further includes:
when the shared development source code is confirmed, establishing a corresponding source code directory tree according to the file structure of the development source code;
and adding the development source file of the development source code in the tree structure of the source code directory tree which is newly built.
Preferably, the step of adding the development source file of the development source code to the tree structure of the newly-created source code directory tree further includes:
and generating file soft links of the development source files according to the position of the development source files in the tree structure of the source code directory tree.
In addition, to achieve the above object, the present invention also provides a server, including: a memory, a processor and a computer program stored on the memory and executable on the processor, the computer program, when executed by the processor, implementing the steps of the source code sharing method as described above.
The invention also provides a computer readable storage medium having stored thereon a source code sharing application program, which when executed by a processor implements the steps of the source code sharing method as described above.
The present invention also provides a source code sharing system, wherein the local area network configuration system implements the steps of the source code sharing method when executing.
According to the source code sharing method provided by the embodiment of the invention, when the current system development requirement is confirmed, a target source file corresponding to the system development requirement is confirmed in a preset source code directory tree; creating a corresponding local file according to the target source file so that a developer can perform code development operation of the target source file based on the local file; and when the modified local file is confirmed to be uploaded, replacing the target source file corresponding to the local file in the source code directory tree. According to the invention, the source code tree is constructed and the source file soft link is created, so that the local file based on the source file is directly created for modification when a developer modifies the code, the source code layout development environment does not need to be downloaded and developed, and the beneficial effect of improving the development efficiency is realized.
Drawings
FIG. 1 is a schematic diagram of a terminal \ device structure of a hardware operating environment according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a first embodiment of a source code sharing method according to the present invention;
fig. 3 is a flowchart illustrating a source code sharing method according to a second embodiment of the present invention.
The implementation, functional features and advantages of the present invention will be further described 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 do not limit the invention.
The main solution of the embodiment of the invention is as follows: when the current system development requirement is confirmed, confirming a target source file corresponding to the system development requirement in a preset source code directory tree; creating a corresponding local file according to the target source file so that a developer can perform code development operation of the target source file based on the local file; and when the modified local file is confirmed to be uploaded, replacing the target source file corresponding to the local file in the source code directory tree.
Due to the large development projects of the prior art, the source code is very large because the projects are too large and the developers have to spend a lot of time downloading and compiling. At this time, the server also has a large number of redundant files, which significantly reduces the space utilization rate and the operating efficiency of the server. Meanwhile, because the available disk space of the server is reduced, the development efficiency of developers is also obviously reduced.
The invention provides a solution, which directly creates a local file based on a source file for modification when a developer modifies codes by constructing a source code tree and creating a source file soft link, does not need to download and develop a source code arrangement development environment, and realizes the beneficial effect of improving the development efficiency.
As shown in fig. 1, fig. 1 is a schematic terminal structure diagram of a hardware operating environment according to an embodiment of the present invention.
The terminal of the embodiment of the invention can be an intelligent television, and can also be a mobile terminal device with a display function, such as a PC, a smart phone, a tablet computer, an electronic book reader, a portable computer and the like. As shown in fig. 1, the terminal 100 includes: a processor 1001, e.g. a CPU, a network interface 1004, a user interface 1003, a memory 1005, a communication bus 1002.
Those skilled in the art will appreciate that the terminal structure shown in fig. 1 is not intended to be limiting and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
As shown in fig. 1, a memory 1005, which is a type of computer storage medium, may include an operating system, a network communication module, a user interface module, and a source code sharing application program therein.
In the terminal shown in fig. 1, the network interface 1004 is mainly used for connecting to a backend server and performing data communication with the backend server; the user interface 1003 is mainly used for connecting a client (user side) and performing data communication with the client; and the processor 1001 may be configured to call the source code sharing application stored in the memory 1005 and perform the following operations:
when the current system development requirement is confirmed, confirming a target source file corresponding to the system development requirement in a preset source code directory tree;
creating a corresponding local file according to the target source file so that a developer can perform code development operation of the target source file based on the local file;
and when the modified local file is confirmed to be uploaded, replacing the target source file corresponding to the local file in the source code directory tree.
Further, the processor 1001 may call a source code sharing application stored in the memory 1005, and also perform the following operations:
confirming the file soft link of the target source file in a source code directory tree, and deleting the confirmed file soft link.
Further, the processor 1001 may call a source code sharing application stored in the memory 1005, and also perform the following operations:
acquiring currently logged-in user information, and determining whether the user information has the read-write permission of the target source file;
and when the user information is confirmed to have the read-write right of the target source file, executing a step of creating a corresponding local file according to the target source file.
Further, the processor 1001 may call a source code sharing application stored in the memory 1005, and also perform the following operations:
when the shared development source code is confirmed, a corresponding source code directory tree is newly established according to the file structure of the development source code;
and adding a development source file of the development source code in the tree structure of the newly-built source code directory tree.
Further, the processor 1001 may call a source code sharing application stored in the memory 1005, and also perform the following operations:
and generating file soft links of the development source files according to the position of the development source files in the tree structure of the source code directory tree.
Referring to fig. 2, fig. 2 is a flowchart illustrating a source code sharing method according to a first embodiment of the present invention, where the source code sharing method includes:
step S10, when the current system development requirement is confirmed, a target source file corresponding to the system development requirement is confirmed in a preset source code directory tree;
based on the current Android development, when the current Android system development requirement is confirmed, a target source file corresponding to the system development requirement is confirmed, and the source file is defined as the target source file. In practical applications, if there is a current system development requirement, the development operation is performed based on source file modification of the source code, and therefore, based on the current system development requirement, a target source file corresponding to the system development requirement is confirmed in the source code directory tree, and the confirmation mode is determined by a developer in charge of the system development requirement.
Step S20, a corresponding local file is created according to the target source file, so that a developer can perform code development operation on the target source file based on the local file;
based on the current system development requirement, on the basis of a target source file confirmed in a source code directory tree, copying the content of the target source file to be stored as a local file, wherein the storage address of the local file is a self-defined address of a developer, and further, the storage address of the local file can be a development terminal of personal application of the developer and a storage area which is divided in a server where the target source file is located and used for storing the local file. After the local file based on the target source file is created for the developer, the developer can perform code development operation on the local file based on the current system development requirement so as to meet the current system development requirement.
In addition, when a developer needs to perform system development and confirms a target source file, the developer needs to check the source file of the source code directory tree after logging in through a developer account provided by the source code directory tree, and then confirms the corresponding target source file according to the system development requirement, so that before the step of creating a corresponding local file according to the target source file, so that the developer performs code development operation on the target source file based on the local file, the method further includes:
acquiring currently logged-in user information, and determining whether the user information has the read-write permission of the target source file;
and when the user information is confirmed to have the read-write right of the target source file, executing a step of creating a corresponding local file according to the target source file.
Based on the current system development requirement, after a target source file of the system development requirement is confirmed, before the step of copying the target source file as a local file to perform code modification operation, obtaining login user information of a current login source code directory tree to confirm whether a current login user has the right to copy the target source file. The confirmation mode may be to acquire the user information of the current login user, query the usage right of the user, and confirm whether the copy operation of the target source file is provided according to the usage right, and the confirmation mode of the user right is an existing user right confirmation mode, which is not described herein. And when the information of the currently logged-in user is confirmed to have the read-write right of the target source file, executing a step of creating a local file based on a retainer ring target terminal for the target source file.
In addition, when creating a local file for the target source file, the target source file is implemented in a soft-linked file form when being displayed, that is, the target source file is not an editable file, and therefore, the content of the target source file needs to be copied and saved as a local file to implement code development requirements, and based on this situation, the step of creating a corresponding local file according to the target source file so that a developer performs code development operation of the target source file based on the local file further includes:
confirming the file soft link of the target source file in a source code directory tree, and deleting the confirmed file soft link.
After a target source file is copied into a local file, file soft links of the target source file are obtained in a source code directory tree, and the file soft links are link addresses of file storage based on creation of a single target source file in the source code directory tree. Deleting the acquired file soft link to avoid modification errors caused when a developer performs code modification operation required by system development on the file content of the local file, wherein the operation of deleting the file soft link of the target source file and the operation of copying the local file can be synchronous; or prior to the operation of copying the local file, i.e., prior to validating the target source file and copying the local file of the target source file; the operation of deleting the file soft link may also be to delete the file soft link of the target source file after the operation of copying the local file, that is, after the local file of the target source file is successfully copied.
And step S30, when the modified local file is confirmed to be uploaded, replacing the target source file corresponding to the local file in the source code directory tree.
Based on the current system development requirements, a developer saves the modified content of the local file after performing code modification operation on the copied local file. When the modified content of the local file is confirmed to need to upload a source code directory tree, the local file is uploaded through an uploading function provided by the source code directory tree, based on the operation condition, when the modified local file is uploaded to the source code directory tree, a target source file corresponding to the local file is deleted, the modified local file replaces the target source file to be stored in the source code directory tree, and the operation is also a replacement operation of the source file in the source code directory tree. As described above, the source code modification operation based on the system development requirement is performed on the source file of the source code directory tree, and the effect of source code sharing is achieved.
In the embodiment, by constructing the source code tree and creating the source file soft link, a developer directly creates the local file based on the source file for modification when modifying the code, and does not need to download and develop a source code arrangement development environment, thereby achieving the beneficial effect of improving the development efficiency.
Referring to fig. 3, fig. 3 is a flowchart illustrating a second embodiment of a source code sharing method according to the present invention, based on the first embodiment, before the step of determining a target source file corresponding to a system development requirement in a preset source code directory tree when determining a current system development requirement, the method further includes:
step S40, when confirming that the shared development source code exists at present, establishing a corresponding source code directory tree according to the file structure of the development source code;
and S50, adding a development source file of the development source code to the tree structure of the newly-built source code directory tree.
In this embodiment, a development source code sharing mechanism is provided for developers based on a development source code developed by a current system, and therefore, a source code directory tree is constructed for the development source code according to the development source code sharing mechanism. When the source code directory tree is newly built, the source code directory tree is correspondingly built according to the existing file structure of the development source code, so that the built source code directory tree is consistent with the current file structure of the development source code, and editing and printing errors are avoided. Based on the above situation, after the source code directory tree is constructed, according to the tree structure of the source code directory tree, the development source file of the development source code is added to the corresponding tree structure of the source code directory tree, and the node of the tree structure where the development source file is located is consistent with the file structure location of the development source file under the current development source code, so as to implement code development operation based on the development source code, in order to reduce shared operation steps, the method based on the constructed source code directory tree and the development source file under the tree structure, that is, the step of adding the development source file of the development source code to the newly-built tree structure of the source code directory tree, further includes:
and generating file soft links of the development source files according to the position of the development source files in the tree structure of the source code directory tree.
Based on a source code directory tree which is newly built currently and a corresponding development source file which is added under each tree node under the source code directory tree, generating a file soft link based on the development source file according to the position of the development source file at the tree node of the source code directory tree, wherein the file soft link exists in the form of the file attribute of the development source file so as to be correspondingly deleted when a local file of the development source file is copied. The representation form of the file soft link may include, but is not limited to, text, and when the file soft link is represented in a text form, the text content is tree node path information of the development source file located in the source code directory tree.
In the method, the source code directory tree is created based on each public user, namely when each single user logs in the source code directory tree, the file content and the tree structure of the source code directory tree are consistent with the shared source code, and when other development requirements are confirmed, the application authority can be distributed to the public users, and the shared source codes of different versions can be shared according to the application authority. And the establishment of the source code directory tree for the public user and the establishment of the file soft link of each development source file under each source code directory tree are realized by a multithreading concurrency technology.
Furthermore, an embodiment of the present invention further provides a computer-readable storage medium, where a source code sharing application program is stored on the computer-readable storage medium, and when executed by a processor, the source code sharing application program implements the following operations:
when the current system development requirement is confirmed, confirming a target source file corresponding to the system development requirement in a preset source code directory tree;
creating a corresponding local file according to the target source file so that a developer can perform code development operation of the target source file based on the local file;
and when the modified local file is confirmed to be uploaded, replacing the target source file corresponding to the local file in the source code directory tree.
Further, the source code sharing application program when executed by the processor further performs the following operations:
confirming the file soft link of the target source file in a source code directory tree, and deleting the confirmed file soft link.
Further, the source code sharing application program when executed by the processor further performs the following operations:
acquiring currently logged-in user information, and determining whether the user information has the read-write permission of the target source file;
and when the user information is confirmed to have the read-write right of the target source file, executing a step of creating a corresponding local file according to the target source file.
Further, the source code sharing application program when executed by the processor further performs the following operations:
when the shared development source code is confirmed, establishing a corresponding source code directory tree according to the file structure of the development source code;
and adding a development source file of the development source code in the tree structure of the newly-built source code directory tree.
Further, the source code sharing application program when executed by the processor further performs the following operations:
and generating file soft links of the development source files according to the position of the development source files in the tree structure of the source code directory tree.
The present invention further provides a source code sharing system, which implements the steps of the above-described source code sharing method embodiment when executed.
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 system 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 system. Without further limitation, an element defined by the phrases "comprising a," "8230," "8230," or "comprising" does not exclude the presence of other like elements in a process, method, article, or system comprising 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 description of the foregoing embodiments, it is clear to those skilled in the art that the method of the foregoing embodiments may be implemented by software plus a necessary general hardware platform, and certainly may also be implemented by hardware, but in many cases, the former is a better implementation. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) as described above and includes instructions for enabling a terminal device (e.g., 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 (6)

1. A source code sharing method, comprising:
when the shared development source code is confirmed, establishing a corresponding source code directory tree according to the file structure of the development source code;
adding a development source file of the development source code in the tree structure of the newly-built source code directory tree, and generating a file soft link of the development source file according to the position of the development source file in the tree structure of the source code directory tree;
when the current system development requirement is confirmed, confirming a target source file corresponding to the system development requirement in a preset source code directory tree;
creating a corresponding local file according to the target source file so that a developer can perform code development operation of the target source file based on the local file;
and when the modified local file is confirmed to be uploaded, replacing the target source file corresponding to the local file in the source code directory tree.
2. The source code sharing method according to claim 1, wherein the step of creating a corresponding local file from the target source file so that a developer performs a code development operation of the target source file based on the local file further comprises:
confirming the file soft link of the target source file in a source code directory tree, and deleting the confirmed file soft link.
3. The source code sharing method according to claim 1, wherein before the step of creating a corresponding local file from the target source file so that a developer performs a code development operation of the target source file based on the local file, the method further comprises:
acquiring currently logged-in user information, and determining whether the user information has the read-write permission of the target source file;
and when the user information is confirmed to have the read-write right of the target source file, executing a step of creating a corresponding local file according to the target source file.
4. A server, characterized in that the server comprises: memory, processor and computer program stored on the memory and executable on the processor, which computer program, when executed by the processor, carries out the steps of the source code sharing method according to any one of claims 1 to 3.
5. A computer-readable storage medium having stored thereon a source code sharing application program, which when executed by a processor implements the steps of the source code sharing method of any one of claims 1 to 3.
6. A source code sharing system, wherein the source code sharing system when executed implements the steps of the source code sharing method of any of claims 1 to 3.
CN201811578215.6A 2018-12-21 2018-12-21 Source code sharing method, server, computer readable storage medium and system Active CN109669692B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811578215.6A CN109669692B (en) 2018-12-21 2018-12-21 Source code sharing method, server, computer readable storage medium and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811578215.6A CN109669692B (en) 2018-12-21 2018-12-21 Source code sharing method, server, computer readable storage medium and system

Publications (2)

Publication Number Publication Date
CN109669692A CN109669692A (en) 2019-04-23
CN109669692B true CN109669692B (en) 2023-03-10

Family

ID=66145836

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811578215.6A Active CN109669692B (en) 2018-12-21 2018-12-21 Source code sharing method, server, computer readable storage medium and system

Country Status (1)

Country Link
CN (1) CN109669692B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110750244B (en) * 2019-09-25 2023-09-29 贝壳技术有限公司 Code synchronization method and device, electronic equipment and storage medium
CN111198713B (en) * 2020-01-02 2023-11-28 晶晨半导体(深圳)有限公司 Android-based method and device for enabling same source code to be compatible with requirements of clients
CN111290736B (en) * 2020-01-17 2023-05-12 广州小鹏汽车科技有限公司 Data processing method and device, electronic equipment and storage medium
CN113505109A (en) * 2021-07-27 2021-10-15 北京字节跳动网络技术有限公司 File sharing method and device, computer equipment and storage medium
CN113992762B (en) * 2021-10-26 2023-05-05 成都飞机工业(集团)有限责任公司 Unmanned aerial vehicle communication protocol design method and system

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120297363A1 (en) * 2011-05-19 2012-11-22 Microsoft Corporation Inferred and shared source control integration across mulitiple program development tools
US8959484B2 (en) * 2012-06-21 2015-02-17 Microsoft Corporation System for hosted, shared, source control build
CN102929630A (en) * 2012-10-31 2013-02-13 中标软件有限公司 Method and system for code management based on distributed collaborative development environment
CN103336707A (en) * 2013-07-10 2013-10-02 深圳市开立科技有限公司 Method and device for operating standard program C under Android system
CN103870310B (en) * 2014-02-18 2017-07-14 小米科技有限责任公司 Program compiling method and relevant apparatus
CN106528258A (en) * 2016-10-28 2017-03-22 武汉斗鱼网络科技有限公司 Method and system for improving compiling speed of Android project
CN108345467B (en) * 2017-03-14 2021-04-16 平安科技(深圳)有限公司 Version tree file updating method and device
CN107621946B (en) * 2017-08-16 2020-05-12 上海艾融软件股份有限公司 Software development method, device and system
CN108563444B (en) * 2018-03-22 2021-03-19 瑞芯微电子股份有限公司 Android system firmware source code restoration method and storage medium
CN108984183A (en) * 2018-08-28 2018-12-11 郑州云海信息技术有限公司 A kind of software cross-region construction method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN109669692A (en) 2019-04-23

Similar Documents

Publication Publication Date Title
CN109669692B (en) Source code sharing method, server, computer readable storage medium and system
CN108830720B (en) Intelligent contract running method, device, system and computer readable storage medium
CN108829378B (en) Application software development method and device and electronic equipment
CN107391104B (en) Client and reactive native code update dependence management method, device and system
CN106843978B (en) SDK access method and system
CN104731589A (en) Automatic generation method and device of user interface (UI)
CN107656729B (en) List view updating apparatus, method and computer-readable storage medium
CN111068328B (en) Game advertisement configuration form generation method, terminal equipment and medium
CN104111855A (en) Method for dynamic update of iOS (Iphone Operation System) client based on Lua
CN104995927A (en) Systems and methods for building and using hybrid mobile applications
US20140075301A1 (en) Information processing apparatus, control method, and recording medium
CN108776592B (en) Page construction method, device, equipment and storage medium
CN110941779B (en) Page loading method and device, storage medium and electronic equipment
CN107239309B (en) Patch generation method and device, updating method, electronic device and storage medium
CN108733370B (en) Stylized display method, device, terminal and storage medium of native APP
CN112035112A (en) Application program development method, system, medium and electronic device
CN106293790B (en) application program upgrading method and device based on Firefox operating system
CN112214250A (en) Application program assembly loading method and device
CN110532016B (en) Version management method, version updating method and version management system
CN108595160B (en) Method and storage medium for calling native object by JS
CN114911497A (en) SDK upgrading method and device and computer equipment
CN115934093A (en) Applet cross-terminal application method, related device and computer storage medium
CN114816475A (en) Method, device, equipment and medium for updating embedded operating system
CN114461223A (en) Code generation method and device and terminal equipment
CN112711435A (en) Version updating method, version updating device, electronic equipment and storage medium

Legal Events

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