CN111046311A - Method and device for realizing traceless iteration version of PC (personal computer) end, computer equipment and storage medium - Google Patents

Method and device for realizing traceless iteration version of PC (personal computer) end, computer equipment and storage medium Download PDF

Info

Publication number
CN111046311A
CN111046311A CN201911301240.4A CN201911301240A CN111046311A CN 111046311 A CN111046311 A CN 111046311A CN 201911301240 A CN201911301240 A CN 201911301240A CN 111046311 A CN111046311 A CN 111046311A
Authority
CN
China
Prior art keywords
version
unit
configuration
git
files
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.)
Pending
Application number
CN201911301240.4A
Other languages
Chinese (zh)
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 Qianhai Huanrong Lianyi Information Technology Service Co Ltd
Original Assignee
Shenzhen Qianhai Huanrong Lianyi Information Technology Service 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 Qianhai Huanrong Lianyi Information Technology Service Co Ltd filed Critical Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd
Priority to CN201911301240.4A priority Critical patent/CN111046311A/en
Publication of CN111046311A publication Critical patent/CN111046311A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

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

Abstract

The invention relates to a method, a device, computer equipment and a storage medium for realizing a traceless iterative version of a PC (personal computer) end; the method comprises the following steps: creating Vue a project and installing a project packaging tool Webpack; configuring cache items of local and production packaging files through Webpack; judging whether the configuration cache item is successful; if not, packaging js files and css files by configuration, and returning to the step of judging whether the configuration cache items are successful or not; if the git version is successful, judging whether the git version is successfully acquired; if the acquisition is successful, the environment configuration is complete; if the git version is not successfully acquired, configuring to acquire the git version; judging whether the obtained git version number is consistent with the last packed version number or not; if the two are consistent, ending; and if the version is inconsistent with the version, updating the version. The invention realizes the project updating by detecting the change of the front-end version, and the version is iterated in time, thereby enhancing the customer experience.

Description

Method and device for realizing traceless iteration version of PC (personal computer) end, computer equipment and storage medium
Technical Field
The invention relates to the technical field of traceless iteration versions of PC terminals, in particular to a method, a device, computer equipment and a storage medium for realizing traceless iteration versions of PC terminals.
Background
Taking Jenkins as an example, each time an item iteratively issues a version, a client has a cache, so a client cannot respond to the latest version in time, the client needs to be notified that ctrl + F5 (a way of clearing the cache by a browser) forcibly clears the cache to the latest version, when a large number of clients exist, one notification cannot be made, and the prior art cannot realize a function of forcibly clearing the cache of the browser, that is, a file of an Internet temporary folder cannot be deleted and downloaded from a server again, a page cannot be completely refreshed, and in order to simulate the function of forcibly clearing the cache, a timestamp needs to be added when Webpack (front-end item packing tool) packed js and css files are subjected to hash encryption to tell that the browser is not obtained from a local cache, compared with the local cache, the loading speed is slowed down, and user experience is affected.
Disclosure of Invention
The invention aims to overcome the defects of the prior art and provides a method, a device, computer equipment and a storage medium for realizing a traceless iteration version of a PC (personal computer) end.
In order to achieve the purpose, the invention adopts the following technical scheme:
the method for realizing the traceless iteration version of the PC terminal comprises the following steps:
creating Vue a project and installing a project packaging tool Webpack;
configuring cache items of local and production packaging files through Webpack;
judging whether the configuration cache item is successful;
if not, packaging js files and css files by configuration, and returning to the step of judging whether the configuration cache items are successful or not;
if the git version is successful, judging whether the git version is successfully acquired;
if the acquisition is successful, the environment configuration is complete;
if not, configuring to obtain the git version, and entering the step of complete environment configuration;
judging whether the obtained git version number is consistent with the last packed version number or not;
if the two are consistent, ending;
and if the version is inconsistent with the version, updating the version.
The further technical scheme is as follows: in the "create Vue project and install project packaging tool Webpack" step, Vue projects are created by installing Vue scaffolding.
The further technical scheme is as follows: the cache items comprise pictures, css files and js files.
The further technical scheme is as follows: in the step of judging whether the obtained git version number is consistent with the last packed version number, the route change is monitored in the entry file of the Vue project, and when the route changes, whether the obtained git version number is consistent with the last packed version number is judged.
The device for realizing the traceless iteration version of the PC terminal comprises: the system comprises a creating installation unit, a configuration unit, a first judgment unit, a configuration return unit, a second judgment unit, a configuration complete unit, a configuration acquisition unit, a third judgment unit, an ending unit and an updating unit;
the creating and installing unit is used for creating Vue projects and installing a project packaging tool Webpack;
the configuration unit is used for configuring the cache items of the local and production packaging files through Webpack;
the first judging unit is used for judging whether the configuration cache item is successful or not;
the configuration returning unit is used for configuring and packaging js files and css files;
the second judging unit is used for judging whether the git version is successfully acquired;
the configuration complete unit is used for completing environment configuration;
the configuration acquisition unit is used for configuring and acquiring the git version;
the third judging unit is used for judging whether the obtained git version number is consistent with the last packed version number;
the ending unit is used for ending the operation;
and the updating unit is used for updating the version.
The further technical scheme is as follows: in the create-install unit, Vue projects are created by installing Vue scaffolding.
The further technical scheme is as follows: the cache items comprise pictures, css files and js files.
The further technical scheme is as follows: in the third determining unit, by monitoring a route change in the entry file of the Vue item, when the route changes, it is determined whether the obtained git version number is consistent with the last packaged version number.
A computer device comprising a memory having a computer program stored thereon and a processor that, when executing the computer program, implements a method of implementing a PC-side traceless iterative version as described above.
A storage medium storing a computer program comprising program instructions which, when executed by a processor, implement the method of implementing a PC-side traceless iterative version as described above.
Compared with the prior art, the invention has the beneficial effects that: project updating is realized by detecting the change of the front-end version, the version is iterated in time, and the customer experience is enhanced.
The invention is further described below with reference to the accompanying drawings and specific embodiments.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic flowchart of a method for implementing a traceless iteration version at a PC end according to an embodiment of the present invention;
FIG. 2 is a schematic block diagram of an apparatus for implementing a traceless iterative version at a PC end according to an embodiment of the present invention;
FIG. 3 is a schematic block diagram of a computer device provided by an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It will be understood that the terms "comprises" and/or "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It is also to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the specification of the present invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be further understood that the term "and/or" as used in this specification and the appended claims refers to and includes any and all possible combinations of one or more of the associated listed items.
Referring to the embodiments shown in fig. 1 to fig. 3, wherein, referring to fig. 1, the present invention discloses a method for implementing a traceless iterative version of a PC terminal, comprising the following steps:
s1, creating Vue projects, and installing a project packaging tool Webpack;
in the step S1, Vue project is created by installing Vue scaffold (npm insert-g @ Vue/cli), and webpack (npm insert-g webpack) is installed under the project; the webpack is a front-end project packaging tool and comprises an inlet, an outlet, a loader and a plug-in; the system is used for code segmentation and modularization and is also used for extracting public codes and removing dead codes.
S2, configuring the cache items of the local and production packaging files through Webpack;
the cache items comprise pictures, css files (a Cascading style sheets (full English name: Cascade) is a computer language used for expressing file styles such as HTML (application of standard general markup language) or XML (a subset of standard general markup language), and the like, wherein the css files can not only statically modify a webpage, but also dynamically format each element of the webpage in cooperation with various script languages; in the prior art, when a browser opens a website for the first time and then refreshes a page, files such as pictures, css and js do not display the size of the file, but display from dis cache or from memory cache characters, because these resources are cached in a local disk or the browser, a server is not requested, in order to be able to initiate a request from the server again and refresh the page thoroughly, the configuration can be performed once when Webpack is packed, the influence of the cache can be avoided, the configuration is performed in a production file, js and css files are packed in a Hash packing mode, the browser cannot hit the cache by adding a timestamp, and the request is initiated from the server again.
S3, judging whether the configuration cache item is successful;
s4, if not successful, configuring and packaging js files and css files, and returning to the step S3;
s5, if successful, judging whether the git version is successfully acquired;
where the configuration of the cache entry is followed by the configuration of the version number of get (a version control system), webpack is node-based, so the fs module of node (a module that operates on files) is used to get the get version number.
S6, if the acquisition is not successful, configuring and acquiring the git version, and entering the step S7;
s7, if the obtaining is successful, the environment configuration is complete;
s8, judging whether the obtained git version number is consistent with the last packed version number;
after the VERSION number is obtained in the webpack, the values (process.env convenient spelling interface name, GIT _ COMMIT _ VERSION submitted update change) can be taken from other files of the project, at this time, the route change is monitored in an entry file App.Vue of Vue, when the route changes, whether the obtained GIT VERSION number is consistent with the last packed VERSION number is judged, if so, the new VERSION is not updated, processing is not needed, and if the VERSION numbers are found to be inconsistent, the page can be actively (refreshed by window.load () page) reloaded, so that the project achieves the effect of traceless update.
S9, if the two are consistent, ending;
and S10, if the two are not consistent, updating the version.
The invention realizes the project updating by detecting the change of the front-end version, and the version is iterated in time, thereby enhancing the customer experience.
Referring to fig. 2, the present invention also discloses a device for implementing a traceless iteration version of a PC, including: creating an installation unit 10, a configuration unit 20, a first judgment unit 30, a configuration returning unit 40, a second judgment unit 50, a configuration completing unit 60, a configuration acquiring unit 70, a third judgment unit 80, an ending unit 90, and an updating unit 100;
the creating and installing unit 10 is used for creating Vue projects and installing a project packaging tool Webpack;
the configuration unit 20 is configured to configure the cache items of the local and production package files through Webpack;
the first judging unit 30 is configured to judge whether the configuration cache item is successful;
the configuration returning unit 40 is configured to pack js files and css files;
the second judging unit 50 is configured to judge whether the get git version is successful;
the configuration completion unit 60 is used for completing the environment configuration;
the configuration acquiring unit 70 is configured to acquire a git version;
the third determining unit 80 is configured to determine whether the obtained git version number is consistent with the last packed version number;
the ending unit 90 is used for ending the operation;
the updating unit 100 is configured to perform version updating.
Wherein, in the creating and installing unit 10, Vue projects are created by installing Vue scaffolds.
The cache items comprise pictures, css files and js files.
In the third determining unit 80, by monitoring a route change in the entry file of the Vue item, when the route changes, it is determined whether the obtained git version number is consistent with the last packaged version number.
It should be noted that, as can be clearly understood by those skilled in the art, the specific implementation process of the apparatus and each unit for implementing the traceless iterative version at the PC end may refer to the corresponding description in the foregoing method embodiment, and for convenience and brevity of description, no further description is provided herein.
The apparatus for implementing the trace-less iterative version on the PC side may be implemented in the form of a computer program that can be run on a computer device as shown in fig. 3.
Referring to fig. 3, fig. 3 is a schematic block diagram of a computer device according to an embodiment of the present application; the computer device 500 may be a terminal or a server, where the terminal may be an electronic device with a communication function, such as a smart phone, a tablet computer, a notebook computer, a desktop computer, a personal digital assistant, and a wearable device. The server may be an independent server or a server cluster composed of a plurality of servers.
Referring to fig. 3, the computer device 500 includes a processor 502, memory, and a network interface 505 connected by a system bus 501, where the memory may include a non-volatile storage medium 503 and an internal memory 504.
The non-volatile storage medium 503 may store an operating system 5031 and a computer program 5032. The computer program 5032 comprises program instructions that, when executed, cause the processor 502 to perform a method for implementing a PC-side traceless iterative version.
The processor 502 is used to provide computing and control capabilities to support the operation of the overall computer device 500.
The internal memory 504 provides an environment for the operation of the computer program 5032 in the non-volatile storage medium 503, and when the computer program 5032 is executed by the processor 502, the processor 502 can be enabled to execute a method for implementing a traceless iterative version on the PC side.
The network interface 505 is used for network communication with other devices. Those skilled in the art will appreciate that the configuration shown in fig. 3 is a block diagram of only a portion of the configuration associated with the present application and does not constitute a limitation of the computer device 500 to which the present application may be applied, and that a particular computer device 500 may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
It should be understood that, in the embodiment of the present Application, the Processor 502 may be a Central Processing Unit (CPU), and the Processor 502 may also be other general-purpose processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field-Programmable Gate arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components, and the like. Wherein a general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
It will be understood by those skilled in the art that all or part of the flow of the method implementing the above embodiments may be implemented by a computer program instructing associated hardware. The computer program includes program instructions, and the computer program may be stored in a storage medium, which is a computer-readable storage medium. The program instructions are executed by at least one processor in the computer system to implement the flow steps of the embodiments of the method described above.
Accordingly, the present invention also provides a storage medium. The storage medium may be a computer-readable storage medium. The storage medium stores a computer program, wherein the computer program comprises program instructions which, when executed by a processor, implement the above-described method of implementing a traceless iterative version of a PC.
The storage medium may be a usb disk, a removable hard disk, a Read-Only Memory (ROM), a magnetic disk, or an optical disk, which can store various computer readable storage media.
Those of ordinary skill in the art will appreciate that the elements and algorithm steps of the examples described in connection with the embodiments disclosed herein may be embodied in electronic hardware, computer software, or combinations of both, and that the components and steps of the examples have been described in a functional general in the foregoing description for the purpose of illustrating clearly the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative. For example, the division of each unit is only one logic function division, and there may be another division manner in actual implementation. For example, various elements or components may be combined or may be integrated into another system, or some features may be omitted, or not implemented.
The steps in the method of the embodiment of the invention can be sequentially adjusted, combined and deleted according to actual needs. The units in the device of the embodiment of the invention can be merged, divided and deleted according to actual needs. In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a storage medium. Based on such understanding, the technical solution of the present invention essentially or partially contributes to the prior art, or all or part of the technical solution can be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a terminal, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention.
The technical contents of the present invention are further illustrated by the examples only for the convenience of the reader, but the embodiments of the present invention are not limited thereto, and any technical extension or re-creation based on the present invention is protected by the present invention. The protection scope of the invention is subject to the claims.

Claims (10)

1. The method for realizing the traceless iteration version of the PC terminal is characterized by comprising the following steps of:
creating Vue a project and installing a project packaging tool Webpack;
configuring cache items of local and production packaging files through Webpack;
judging whether the configuration cache item is successful;
if not, packaging js files and css files by configuration, and returning to the step of judging whether the configuration cache items are successful or not;
if the git version is successful, judging whether the git version is successfully acquired;
if the acquisition is successful, the environment configuration is complete;
if not, configuring to obtain the git version, and entering the step of complete environment configuration;
judging whether the obtained git version number is consistent with the last packed version number or not;
if the two are consistent, ending;
and if the version is inconsistent with the version, updating the version.
2. The method for realizing the PC-side traceless iterative version of claim 1, wherein in the step of creating Vue projects and installing a project packaging tool (Webpack), Vue projects are created by installing Vue scaffolds.
3. The method of claim 1, wherein the cache entries include pictures, css files, and js files.
4. The method according to claim 1, wherein in the step of determining whether the obtained git version number is consistent with the last packed version number, the step of monitoring a route change in the entry file of the Vue project determines whether the obtained git version number is consistent with the last packed version number when the route changes.
5. The device for realizing the traceless iteration version of the PC end is characterized by comprising the following components: the system comprises a creating installation unit, a configuration unit, a first judgment unit, a configuration return unit, a second judgment unit, a configuration complete unit, a configuration acquisition unit, a third judgment unit, an ending unit and an updating unit;
the creating and installing unit is used for creating Vue projects and installing a project packaging tool Webpack;
the configuration unit is used for configuring the cache items of the local and production packaging files through Webpack;
the first judging unit is used for judging whether the configuration cache item is successful or not;
the configuration returning unit is used for configuring and packaging js files and css files;
the second judging unit is used for judging whether the git version is successfully acquired;
the configuration complete unit is used for completing environment configuration;
the configuration acquisition unit is used for configuring and acquiring the git version;
the third judging unit is used for judging whether the obtained git version number is consistent with the last packed version number;
the ending unit is used for ending the operation;
and the updating unit is used for updating the version.
6. The apparatus of claim 5, wherein the creation of installation unit creates Vue project by installing Vue scaffold.
7. The apparatus of claim 5, wherein the cache entries include pictures, css files, and js files.
8. The apparatus according to claim 5, wherein in the third determining unit, by monitoring a route change in an entry file of item Vue, when the route changes, it is determined whether the obtained git version number matches the last packed version number.
9. A computer arrangement, characterized in that the computer arrangement comprises a memory having stored thereon a computer program and a processor which, when executing the computer program, implements the method of implementing a PC-side traceless iterative version as claimed in any of claims 1-4.
10. A storage medium storing a computer program comprising program instructions which, when executed by a processor, implement the method of implementing a PC-side traceless iterative version as claimed in any one of claims 1 to 4.
CN201911301240.4A 2019-12-17 2019-12-17 Method and device for realizing traceless iteration version of PC (personal computer) end, computer equipment and storage medium Pending CN111046311A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911301240.4A CN111046311A (en) 2019-12-17 2019-12-17 Method and device for realizing traceless iteration version of PC (personal computer) end, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911301240.4A CN111046311A (en) 2019-12-17 2019-12-17 Method and device for realizing traceless iteration version of PC (personal computer) end, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111046311A true CN111046311A (en) 2020-04-21

Family

ID=70236800

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911301240.4A Pending CN111046311A (en) 2019-12-17 2019-12-17 Method and device for realizing traceless iteration version of PC (personal computer) end, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111046311A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112527335A (en) * 2020-12-21 2021-03-19 恩亿科(北京)数据科技有限公司 Method, system and computer device for automating npm dependent package installation
CN113344549A (en) * 2021-06-30 2021-09-03 深圳市斯博科技有限公司 Project engineering document updating method and device, computer equipment and storage medium
CN113504926A (en) * 2021-07-19 2021-10-15 成都新潮传媒集团有限公司 Item packaging method and device and computer readable storage medium
CN113656110A (en) * 2021-09-02 2021-11-16 武汉众邦银行股份有限公司 Page loading method and device for clear-free cache after front-end upgrading
CN113703807A (en) * 2021-08-26 2021-11-26 上海德拓信息技术股份有限公司 Method and system for detecting and updating static resource version in real time
CN116149760A (en) * 2023-04-21 2023-05-23 广州三晶电气股份有限公司 Front-end project packaging method and device based on Vue frame

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106713460A (en) * 2016-12-26 2017-05-24 武汉斗鱼网络科技有限公司 Version control method and system for flash application
CN109471988A (en) * 2018-10-12 2019-03-15 平安科技(深圳)有限公司 Page info update method, device, computer equipment and storage medium
CN109933349A (en) * 2019-01-28 2019-06-25 优信拍(北京)信息科技有限公司 A kind of method to be timely updated based on vue spa, system and equipment
CN110286917A (en) * 2019-05-21 2019-09-27 深圳壹账通智能科技有限公司 File packing method, device, equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106713460A (en) * 2016-12-26 2017-05-24 武汉斗鱼网络科技有限公司 Version control method and system for flash application
CN109471988A (en) * 2018-10-12 2019-03-15 平安科技(深圳)有限公司 Page info update method, device, computer equipment and storage medium
CN109933349A (en) * 2019-01-28 2019-06-25 优信拍(北京)信息科技有限公司 A kind of method to be timely updated based on vue spa, system and equipment
CN110286917A (en) * 2019-05-21 2019-09-27 深圳壹账通智能科技有限公司 File packing method, device, equipment and storage medium

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112527335A (en) * 2020-12-21 2021-03-19 恩亿科(北京)数据科技有限公司 Method, system and computer device for automating npm dependent package installation
CN112527335B (en) * 2020-12-21 2024-04-19 恩亿科(北京)数据科技有限公司 Method, system and computer device for automated processing npm dependent package installation
CN113344549A (en) * 2021-06-30 2021-09-03 深圳市斯博科技有限公司 Project engineering document updating method and device, computer equipment and storage medium
CN113344549B (en) * 2021-06-30 2024-03-26 深圳万兴软件有限公司 Project engineering document updating method and device, computer equipment and storage medium
CN113504926A (en) * 2021-07-19 2021-10-15 成都新潮传媒集团有限公司 Item packaging method and device and computer readable storage medium
CN113504926B (en) * 2021-07-19 2023-04-14 成都新潮传媒集团有限公司 Item packaging method and device and computer readable storage medium
CN113703807A (en) * 2021-08-26 2021-11-26 上海德拓信息技术股份有限公司 Method and system for detecting and updating static resource version in real time
CN113703807B (en) * 2021-08-26 2023-12-15 上海德拓信息技术股份有限公司 Method and system for real-time detection and update of static resource version
CN113656110A (en) * 2021-09-02 2021-11-16 武汉众邦银行股份有限公司 Page loading method and device for clear-free cache after front-end upgrading
CN113656110B (en) * 2021-09-02 2024-03-29 武汉众邦银行股份有限公司 Page loading method and device for front-end updating free cache
CN116149760A (en) * 2023-04-21 2023-05-23 广州三晶电气股份有限公司 Front-end project packaging method and device based on Vue frame
CN116149760B (en) * 2023-04-21 2023-07-14 广州三晶电气股份有限公司 Front-end project packaging method and device based on Vue frame

Similar Documents

Publication Publication Date Title
CN111046311A (en) Method and device for realizing traceless iteration version of PC (personal computer) end, computer equipment and storage medium
JP6488508B2 (en) Web page access method, apparatus, device, and program
CN108388515B (en) Test data generation method, device, equipment and computer readable storage medium
CN108415804B (en) Method for acquiring information, terminal device and computer readable storage medium
US11182536B2 (en) System and method for dynamic webpage rendering with no flicker or flash of original content
CN111026470A (en) System and method for verification and conversion of input data
CN107291481B (en) Component updating method, device and system
CN106815524B (en) Malicious script file detection method and device
CN111125057B (en) Method and device for processing service request and computer system
CN108415998B (en) Application dependency relationship updating method, terminal, device and storage medium
CN113343312A (en) Page tamper-proofing method and system based on front-end point burying technology
CN115237436A (en) Application deployment method and device, electronic equipment and readable storage medium
CN113157480A (en) Error information processing method, device, storage medium and terminal
CN111177600B (en) Built-in webpage loading method and device based on mobile application
US10135754B2 (en) Method for coordinating web communications
CN115080114B (en) Application program transplanting processing method, device and medium
CN113050921A (en) Webpage conversion method, device, storage medium and computer equipment
CN109067726B (en) Identification method and device for station building system, electronic equipment and storage medium
CN112565472A (en) Static resource processing method and device
CN116304458B (en) Method, device, equipment and medium for web page real-time notification update
CN115421785B (en) Method, device and medium for transplanting application program
CN115454827B (en) Compatibility detection method, system, equipment and medium
CN114996557B (en) Service stability determination method, device, equipment and storage medium
CN114186162A (en) Page generation method and device, computer equipment and storage medium
CN113946517A (en) Abnormal data determination method and 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