CN111182081A - Static resource publishing method, device, storage medium and terminal - Google Patents

Static resource publishing method, device, storage medium and terminal Download PDF

Info

Publication number
CN111182081A
CN111182081A CN202010009401.9A CN202010009401A CN111182081A CN 111182081 A CN111182081 A CN 111182081A CN 202010009401 A CN202010009401 A CN 202010009401A CN 111182081 A CN111182081 A CN 111182081A
Authority
CN
China
Prior art keywords
static resource
test server
publishing
target
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.)
Pending
Application number
CN202010009401.9A
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 kaniu Technology Co.,Ltd.
Original Assignee
Shenzhen Suishou Xinke 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 Suishou Xinke Technology Co Ltd filed Critical Shenzhen Suishou Xinke Technology Co Ltd
Priority to CN202010009401.9A priority Critical patent/CN111182081A/en
Publication of CN111182081A publication Critical patent/CN111182081A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/141Setup of application sessions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/16Implementing security features at a particular protocol layer
    • H04L63/168Implementing security features at a particular protocol layer above the transport layer

Abstract

The embodiment of the invention discloses a method and a device for releasing static resources, a storage medium and a terminal. The method comprises the following steps: when a static resource publishing request is received, obtaining a static resource to be published; determining at least one target test server according to the static resource issuing request; and issuing the static resource to be issued to the target test server. By adopting the technical scheme, at least one target test server can be automatically determined according to the static resource release request, so that the static resource can be released to the test server, the time cost for the front-end developer to manually establish the connection between the front-end development terminal and the test server is reduced, and the release efficiency of the static resource is improved.

Description

Static resource publishing method, device, storage medium and terminal
Technical Field
The embodiment of the invention relates to the technical field of internet, in particular to a static resource publishing method, a static resource publishing device, a static resource publishing storage medium and a static resource publishing terminal.
Background
After the front-end development work is completed, the release and loading of static resources are also involved. The static resource can be simply understood as that all files capable of directly sending corresponding files to the client are static resource files. For example, static resources may include CSS (Cascading Style Sheets) files referenced in a page, Javascript files, and pictures, videos, etc. files required by CSS files.
In the prior art, generally, for releasing static resources, a front-end developer manually connects a front-end development terminal with a test server, then enters a resource release directory, and manually releases packaged static resources to the test server.
However, in order to meet the requirement of testing different development characteristics at the same time, static resources generally need to be issued to a plurality of test environments, if the connection between the front-end development terminal and the test server is manually established each time, not only the IP address, the port number, the server login user name and the server login password corresponding to the test server need to be checked and connected frequently, but also the corresponding resource issuing directory needs to be entered after the connection is completed, and the static resources to be issued are selected.
Disclosure of Invention
The embodiment of the invention provides a method, a device, a storage medium and a terminal for releasing static resources, which can improve the releasing efficiency of the static resources.
In a first aspect, an embodiment of the present invention provides a method for publishing a static resource, where the method includes:
when a static resource publishing request is received, obtaining a static resource to be published;
determining at least one target test server according to the static resource issuing request;
and issuing the static resource to be issued to the target test server.
In a second aspect, an embodiment of the present invention further provides a static resource publishing device, where the device includes:
the static resource acquisition module is used for acquiring the static resource to be issued when receiving the static resource issuing request;
the target test server determining module is used for determining at least one target test server according to the static resource issuing request;
and the static resource publishing module is used for publishing the static resource to be published to the target test server.
In a third aspect, an embodiment of the present invention provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the static resource publishing method provided in the embodiment of the present invention.
In a fourth aspect, an embodiment of the present invention provides a terminal, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor executes the computer program to implement the static resource publishing method according to the embodiment of the present invention.
According to the static resource issuing method provided by the embodiment of the invention, when a static resource issuing request is received, the static resource to be issued is obtained, at least one target test server is determined according to the static resource issuing request, and finally the static resource to be issued is issued to the target test server. By adopting the technical means, at least one target test server can be automatically determined according to the static resource release request, so that the static resource is released to the test server, the time cost for the front-end developer to manually establish the connection between the front-end development terminal and the test server is reduced, and the release efficiency of the static resource is improved.
Drawings
Fig. 1 is a schematic flowchart of a static resource publishing method according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of another static resource publishing method according to an embodiment of the present invention;
fig. 3 is a block diagram of a static resource publishing device according to an embodiment of the present invention;
fig. 4 is a block diagram of a terminal according to an embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Fig. 1 is a flowchart of a static resource publishing method according to an embodiment of the present invention, where the method may be executed by a static resource publishing apparatus, where the apparatus may be implemented by software and/or hardware, and may be generally integrated in a terminal device. As shown in fig. 1, the method includes:
step 101, when a static resource publishing request is received, obtaining a static resource to be published.
In the embodiment of the invention, when the static resource publishing request is received, the static resource to be published is obtained. The static resources can include HTML files, JS files, CSS files, RES files, and picture files or video files, and the embodiment of the present invention does not limit the static resources to be published.
For example, a script command of the deployment may be added to a root directory package of the front-end development project, and when an instruction to run the deployment is received, the receiving of the issue request of the static resource is represented; json file, and when receiving an instruction for running the upload, representing that an issue request of the static resource is received.
Optionally, the obtaining of the static resource to be released includes: and determining the static resource to be issued according to the static resource issuing request. Illustratively, the static resource issuing request carries identification information of the static resource to be issued, and a target static resource corresponding to the identification information can be searched for in all static resources in the front-end development project according to the identification information carried in the static resource issuing request, and the target static resource is used as the static resource to be issued. Illustratively, the static resource publishing request carries a directory identifier of a project development directory where the static resource to be published is located, a target directory is searched from the project development directory according to the directory identifier, wherein the target directory is a directory corresponding to the static resource to be published, and then the static resource to be published is searched based on the target directory.
Optionally, before determining the static resource to be issued according to the static resource issuing request, the method further includes: acquiring a resource release directory; determining the static resource to be issued according to the static resource issuing request, wherein the determining comprises the following steps: determining a target resource publishing directory in the resource publishing directory according to the static resource publishing request; and searching the static resource to be published based on the target resource publishing directory. Illustratively, the resource publishing directory includes location information of each static resource, and the static resource publishing request carries a directory identifier, where the directory identifier may be used to represent a target directory corresponding to the static resource to be published, determine the target resource publishing directory in the resource publishing directory according to the directory identifier, then search for a target static resource corresponding to the static resource publishing request based on the target resource publishing directory, and use the target static resource as the static resource to be published.
And step 102, determining at least one target test server according to the static resource issuing request.
In the embodiment of the invention, the static resource issuing request carries the identification information of at least one test server, and at least one target test server is determined according to the identification information in the static resource issuing request. It can be understood that when the static resource needs to be issued to a plurality of test servers for different performance tests, the identification information of the plurality of test servers may be configured in the static resource issuing request. For example, when a release request of a static resource is received is characterized by running a exploit, identification information of a test server, such as exploit-test 1, may be added after the exploit command, where test1 identifies the identification information of the test server; alternatively, when the issue request of the static resource is received is characterized by running upload, the identification information of the test server, such as upload-test2, may be added after the upload command, where test2 identifies the identification information of the test server.
And 103, releasing the static resource to be released to the target test server.
In the embodiment of the present invention, after at least one target test server is determined in step 102, a connection is established with the target test server, and a static resource to be released is uploaded to the target test server, so as to test the static resource in the target test server, thereby completing the release of the static resource. Illustratively, in the process of publishing the static resource to be published to the target test server, the connection of the SSH (Secure Shell) protocol may be implemented by introducing a scp2 open source NPM (Node Package Manager, which is a Node js Package management and distribution tool) Package module, and then publishing the static resource to be published to the target test server based on the SSH protocol.
Optionally, determining at least one target test server according to the static resource publishing request includes: acquiring a server configuration database; the server configuration database comprises configuration information of each test server; the configuration information comprises an IP address and a port number of the test server, a login user name of the test server and a login password of the test server; searching at least one target configuration information corresponding to the static resource publishing request from the server configuration database to determine at least one target testing server; correspondingly, the step of issuing the static resource to be issued to the target test server includes: and establishing connection with the target test server based on the target configuration information, and issuing the static resource to be issued to the target test server. The advantage that sets up like this lies in, can determine at least target test server simply, fast, can avoid when needs release static resource to a plurality of test server, and the user is manual to be connected with a plurality of test server establishments, and complex operation, the condition that takes time, difficultly just make mistakes easily takes place.
For example, the configuration information of all test servers is contained in the server configuration database, wherein the configuration information of the test servers may include names (or identification information) of the test servers, IP addresses and port numbers of the test servers, login user names of the test servers, and login passwords of the test servers. The static resource issuing request carries identification information or configuration information of at least one test server, and at least one target configuration information corresponding to the static resource issuing request is searched in a server configuration database based on the identification information or the configuration information, so that the target test server to which the static resource to be issued is issued can be determined from all the test servers. And establishing connection with a target test server based on the target configuration information, and issuing the static resources to be issued to the target test server.
According to the static resource issuing method provided by the embodiment of the invention, when a static resource issuing request is received, the static resource to be issued is obtained, at least one target test server is determined according to the static resource issuing request, and finally the static resource to be issued is issued to the target test server. By adopting the technical means, at least one target test server can be automatically determined according to the static resource release request, so that the static resource is released to the test server, the time cost for the front-end developer to manually establish the connection between the front-end development terminal and the test server is reduced, and the release efficiency of the static resource is improved.
In some embodiments, before publishing the static resource to be published to the target test server, the method further includes: packaging the static resource to be issued to generate a static resource package; the step of publishing the static resource to be published to the target test server comprises the following steps: and issuing the static resource packet to the target test server. The method has the advantages that the loss of a certain static resource in the static resource publishing process can be avoided, and the completeness of the published static resource is ensured.
In some embodiments, after publishing the static resource to be published to the target test server, the method further includes: displaying static resource release information, wherein the static resource release information comprises: and the configuration information of the target test server, the directory information corresponding to the static resource to be issued and the issuing time are long. The advantage of this arrangement is that the front-end developer can be made aware of the publishing of static resources.
Fig. 2 is a schematic flowchart of another static resource publishing method according to an embodiment of the present invention, and as shown in fig. 2, the method includes the following steps:
step 201, obtaining a resource release directory.
The resource publishing directory may be used to represent stored location information of each static resource.
Step 202, when the static resource publishing request is received, determining a target resource publishing directory in the resource publishing directory according to the static resource publishing request.
Step 203, searching for the static resource to be published based on the target resource publishing directory.
And 204, packaging the static resource to be issued to generate a static resource package.
Step 205, obtain the server configuration database.
The server configuration database comprises configuration information of each test server; the configuration information comprises an IP address and a port number of the test server, a login user name of the test server and a login password of the test server.
Step 206, at least one target configuration information corresponding to the static resource publishing request is searched from the server configuration database to determine at least one target testing server.
And step 207, establishing connection with the target test server based on the target configuration information, and issuing the static resource packet to the target test server.
And step 208, displaying the static resource release information.
Wherein the static resource publishing information comprises: and the configuration information of the target test server, the directory information corresponding to the static resource to be issued and the issuing time are long.
According to the static resource issuing method provided by the embodiment of the invention, the static resource to be issued and at least one target test server are determined according to the static resource issuing request, then the static resource to be issued is packaged and issued to the target test server, and the static resource issuing information is displayed. Through the technical scheme, the time cost for the front-end developer to manually connect the front-end development terminal with the test server is reduced, the release efficiency of the static resources is improved, the loss of certain static resources in the process of releasing the static resources can be avoided, the integrity of the released static resources is ensured, and meanwhile, the front-end developer can clearly know the release condition of the static resources.
Fig. 3 is a block diagram of a static resource issuing apparatus according to an embodiment of the present invention, where the apparatus may be implemented by software and/or hardware, and is generally integrated in a terminal, and may issue a static resource by executing a static resource issuing method. As shown in fig. 3, the apparatus includes:
a static resource obtaining module 301, configured to obtain a static resource to be released when a static resource release request is received;
a target test server determining module 302, configured to determine at least one target test server according to the static resource issuing request;
a static resource issuing module 303, configured to issue the static resource to be issued to the target test server.
According to the static resource publishing device provided by the embodiment of the invention, when a static resource publishing request is received, the static resource to be published is obtained, at least one target test server is determined according to the static resource publishing request, and finally the static resource to be published is published to the target test server. By adopting the technical means, at least one target test server can be automatically determined according to the static resource release request, so that the static resource is released to the test server, the time cost for the front-end developer to manually establish the connection between the front-end development terminal and the test server is reduced, and the release efficiency of the static resource is improved.
Optionally, the target test server determining module is configured to:
acquiring a server configuration database; the server configuration database comprises configuration information of each test server; the configuration information comprises an IP address and a port number of the test server, a login user name of the test server and a login password of the test server;
searching at least one target configuration information corresponding to the static resource publishing request from the server configuration database to determine at least one target testing server;
correspondingly, the static resource publishing module is configured to:
and establishing connection with the target test server based on the target configuration information, and issuing the static resource to be issued to the target test server.
Optionally, the static resource obtaining module includes:
and the static resource obtaining unit is used for determining the static resource to be issued according to the static resource issuing request.
Optionally, the apparatus further comprises:
the resource publishing directory acquiring module is used for acquiring a resource publishing directory before determining the static resource to be published according to the static resource publishing request;
the static resource obtaining unit is configured to:
determining a target resource publishing directory in the resource publishing directory according to the static resource publishing request;
and searching the static resource to be published based on the target resource publishing directory.
Optionally, the apparatus further comprises:
the static resource packaging module is used for packaging the static resource to be published to generate a static resource package before the static resource to be published is published to the target test server;
the static resource publishing module is configured to:
and issuing the static resource packet to the target test server.
Optionally, the apparatus further comprises:
the release information display module is configured to display static resource release information after the static resource to be released is released to the target test server, where the static resource release information includes: and the configuration information of the target test server, the directory information corresponding to the static resource to be issued and the issuing time are long.
Embodiments of the present invention also provide a storage medium containing computer-executable instructions, which when executed by a computer processor, are configured to perform a static resource publishing method, the method including:
when a static resource publishing request is received, obtaining a static resource to be published;
determining at least one target test server according to the static resource issuing request;
and issuing the static resource to be issued to the target test server.
Storage medium-any of various types of memory devices or storage devices. The term "storage medium" is intended to include: mounting media such as CD-ROM, floppy disk, or tape devices; computer system memory or random access memory such as DRAM, DDRRAM, SRAM, EDORAM, Lanbas (Rambus) RAM, etc.; non-volatile memory such as flash memory, magnetic media (e.g., hard disk or optical storage); registers or other similar types of memory elements, etc. The storage medium may also include other types of memory or combinations thereof. In addition, the storage medium may be located in a first computer system in which the program is executed, or may be located in a different second computer system connected to the first computer system through a network (such as the internet). The second computer system may provide program instructions to the first computer for execution. The term "storage medium" may include two or more storage media that may reside in different locations, such as in different computer systems that are connected by a network. The storage medium may store program instructions (e.g., embodied as a computer program) that are executable by one or more processors.
Of course, the storage medium containing the computer-executable instructions provided in the embodiments of the present invention is not limited to the above-described static resource issuing operation, and may also perform related operations in the static resource issuing method provided in any embodiment of the present invention.
The embodiment of the invention provides a terminal, wherein the terminal can be integrated with the static resource release device provided by the embodiment of the invention. Fig. 4 is a block diagram of a terminal according to an embodiment of the present invention. The terminal 400 may include: a memory 401, a processor 402 and a computer program stored on the memory 401 and executable on the processor, wherein the processor 402 implements the static resource publishing method according to the embodiment of the present invention when executing the computer program.
The terminal provided in the embodiment of the invention obtains the static resource to be issued when receiving the static resource issuing request, determines at least one target test server according to the static resource issuing request, and finally issues the static resource to be issued to the target test server. By adopting the technical means, at least one target test server can be automatically determined according to the static resource release request, so that the static resource is released to the test server, the time cost for the front-end developer to manually establish the connection between the front-end development terminal and the test server is reduced, and the release efficiency of the static resource is improved.
The static resource publishing device, the storage medium and the terminal provided in the above embodiments may execute the static resource publishing method provided in any embodiment of the present invention, and have corresponding functional modules and beneficial effects for executing the method. For technical details that are not described in detail in the above embodiments, reference may be made to a static resource publishing method provided in any embodiment of the present invention.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. A method for publishing static resources is characterized by comprising the following steps:
when a static resource publishing request is received, obtaining a static resource to be published;
determining at least one target test server according to the static resource issuing request;
and issuing the static resource to be issued to the target test server.
2. The method of claim 1, wherein determining at least one target test server based on the static resource publishing request comprises:
acquiring a server configuration database; the server configuration database comprises configuration information of each test server; the configuration information comprises an IP address and a port number of the test server, a login user name of the test server and a login password of the test server;
searching at least one target configuration information corresponding to the static resource publishing request from the server configuration database to determine at least one target testing server;
correspondingly, the step of issuing the static resource to be issued to the target test server includes:
and establishing connection with the target test server based on the target configuration information, and issuing the static resource to be issued to the target test server.
3. The method of claim 1, wherein obtaining the static resource to be published comprises:
and determining the static resource to be issued according to the static resource issuing request.
4. The method according to claim 3, before determining the static resource to be published according to the static resource publishing request, further comprising:
acquiring a resource release directory;
determining the static resource to be issued according to the static resource issuing request, wherein the determining comprises the following steps:
determining a target resource publishing directory in the resource publishing directory according to the static resource publishing request;
and searching the static resource to be published based on the target resource publishing directory.
5. The method of claim 1, before publishing the static resource to be published to the target test server, further comprising:
packaging the static resource to be issued to generate a static resource package;
the step of publishing the static resource to be published to the target test server comprises the following steps:
and issuing the static resource packet to the target test server.
6. The method according to any one of claims 1 to 5, further comprising, after publishing the static resource to be published to the target test server:
displaying static resource release information, wherein the static resource release information comprises: and the configuration information of the target test server, the directory information corresponding to the static resource to be issued and the issuing time are long.
7. A static resource publishing apparatus, comprising:
the static resource acquisition module is used for acquiring the static resource to be issued when receiving the static resource issuing request;
the target test server determining module is used for determining at least one target test server according to the static resource issuing request;
and the static resource publishing module is used for publishing the static resource to be published to the target test server.
8. The apparatus of claim 7, wherein the target test server determination module is configured to:
acquiring a server configuration database; the server configuration database comprises configuration information of each test server; the configuration information comprises an IP address and a port number of the test server, a login user name of the test server and a login password of the test server;
searching at least one target configuration information corresponding to the static resource publishing request from the server configuration database to determine at least one target testing server;
correspondingly, the static resource publishing module is configured to:
and establishing connection with the target test server based on the target configuration information, and issuing the static resource to be issued to the target test server.
9. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the static resource publishing method according to any one of claims 1-6.
10. A terminal comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the static resource publishing method of any one of claims 1-6 when executing the computer program.
CN202010009401.9A 2020-01-06 2020-01-06 Static resource publishing method, device, storage medium and terminal Pending CN111182081A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010009401.9A CN111182081A (en) 2020-01-06 2020-01-06 Static resource publishing method, device, storage medium and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010009401.9A CN111182081A (en) 2020-01-06 2020-01-06 Static resource publishing method, device, storage medium and terminal

Publications (1)

Publication Number Publication Date
CN111182081A true CN111182081A (en) 2020-05-19

Family

ID=70650777

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010009401.9A Pending CN111182081A (en) 2020-01-06 2020-01-06 Static resource publishing method, device, storage medium and terminal

Country Status (1)

Country Link
CN (1) CN111182081A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106775602A (en) * 2015-11-20 2017-05-31 北京国双科技有限公司 A kind of code dissemination method and device
CN107145367A (en) * 2017-04-18 2017-09-08 北京思特奇信息技术股份有限公司 A kind of visualization dissemination method developed for front end and system
CN107885540A (en) * 2016-09-28 2018-04-06 腾讯科技(深圳)有限公司 A kind of method, apparatus and terminal of loading application programs static resource
CN108347479A (en) * 2018-01-26 2018-07-31 政采云有限公司 More warehouse static resource method for uploading based on content distributing network and system
CN109257399A (en) * 2017-07-13 2019-01-22 上海擎感智能科技有限公司 Cloud platform application management method and management platform, storage medium
CN110427214A (en) * 2019-07-29 2019-11-08 苏州亿歌网络科技有限公司 A kind of dissemination method of application program, device, equipment and storage medium
CN110569468A (en) * 2019-09-09 2019-12-13 上海连尚网络科技有限公司 information processing method and device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106775602A (en) * 2015-11-20 2017-05-31 北京国双科技有限公司 A kind of code dissemination method and device
CN107885540A (en) * 2016-09-28 2018-04-06 腾讯科技(深圳)有限公司 A kind of method, apparatus and terminal of loading application programs static resource
CN107145367A (en) * 2017-04-18 2017-09-08 北京思特奇信息技术股份有限公司 A kind of visualization dissemination method developed for front end and system
CN109257399A (en) * 2017-07-13 2019-01-22 上海擎感智能科技有限公司 Cloud platform application management method and management platform, storage medium
CN108347479A (en) * 2018-01-26 2018-07-31 政采云有限公司 More warehouse static resource method for uploading based on content distributing network and system
CN110427214A (en) * 2019-07-29 2019-11-08 苏州亿歌网络科技有限公司 A kind of dissemination method of application program, device, equipment and storage medium
CN110569468A (en) * 2019-09-09 2019-12-13 上海连尚网络科技有限公司 information processing method and device

Similar Documents

Publication Publication Date Title
US9317259B2 (en) Apparatus, system, and method for automatically generating a reusable software component for interfacing with a web service
CN107122296B (en) Method and apparatus for data assertion for test interface
US7877732B2 (en) Efficient stress testing of a service oriented architecture based application
CN110287696B (en) Detection method, device and equipment for rebound shell process
CN111475376A (en) Method and device for processing test data, computer equipment and storage medium
CN107659455B (en) Method, storage medium, device and system for Mock data of iOS (internet operating system) end
US7921335B2 (en) System diagnostic utility
CN109542754B (en) Access method of mobile equipment, debugging method, device and system of application program
CN112671574B (en) Front-end and back-end joint debugging method and device, proxy equipment and storage medium
CN111694639A (en) Method and device for updating address of process container and electronic equipment
CN112860507B (en) Control method and device for sampling rate of distributed link tracking system
US10187287B2 (en) Estimating effort required for testing web services deployed in an enterprise system
CN112256984A (en) Method and device for acquiring interface background screenshot corresponding to webpage
CN111182081A (en) Static resource publishing method, device, storage medium and terminal
CN112104513B (en) Visual software load method, device, equipment and storage medium
US11729246B2 (en) Apparatus and method for determining types of uniform resource locator
CN111651330B (en) Data acquisition method, data acquisition device, electronic equipment and computer readable storage medium
CN114915565A (en) Method and system for debugging network
CN111464383A (en) System capacity testing method and device based on production environment
CN110704320A (en) Control operation method and device
CN111488230A (en) Method and device for modifying log output level, electronic equipment and storage medium
CN113708992B (en) Reverse proxy test method, device, electronic equipment and storage medium
CN117130946B (en) Test scene generation method and device, electronic equipment and readable storage medium
CN114928530B (en) Link information acquisition method and related device
CN117971680A (en) Method, system, equipment and medium for verifying availability of containerized application program

Legal Events

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

Effective date of registration: 20210304

Address after: 518000 room 602, building B, Kingdee Software Park, Keji South 12th Road, high tech Zone, Yuehai street, Nanshan District, Shenzhen City, Guangdong Province

Applicant after: Shenzhen kaniu Technology Co.,Ltd.

Address before: 518000 room 402, building B, Kingdee Software Park, Keji South 12th Road, high tech Zone, Yuehai street, Nanshan District, Shenzhen City, Guangdong Province

Applicant before: Shenzhen Suishou Xinke Technology Co.,Ltd.

TA01 Transfer of patent application right
RJ01 Rejection of invention patent application after publication

Application publication date: 20200519

RJ01 Rejection of invention patent application after publication