CN108345459B - Site deployment method and device - Google Patents
Site deployment method and device Download PDFInfo
- Publication number
- CN108345459B CN108345459B CN201710057628.9A CN201710057628A CN108345459B CN 108345459 B CN108345459 B CN 108345459B CN 201710057628 A CN201710057628 A CN 201710057628A CN 108345459 B CN108345459 B CN 108345459B
- Authority
- CN
- China
- Prior art keywords
- configuration
- items
- configuration item
- item
- interface
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/61—Installation
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- User Interface Of Digital Computer (AREA)
- Stored Programmes (AREA)
Abstract
The invention discloses a site deployment method, which comprises the following steps: displaying a configuration interface, wherein the configuration interface is provided with a plurality of configuration items to be selected; after receiving a selection instruction of a configuration item to be selected, acquiring configuration content corresponding to the configuration item pointed by the selection instruction; acquiring a storage address of a configuration file corresponding to a configuration item pointed by a selection instruction; and writing the configuration content into the configuration file under the storage address. The invention solves the problem of low efficiency of site deployment configuration in the prior art. The invention also discloses a station deployment device.
Description
Technical Field
The invention relates to the technical field of computers, in particular to a site deployment method and a site deployment device.
Background
In the computer field, a site (site) refers to a collection of computers (generally referred to as a local area network) that have physically good line connections and can achieve a faster communication rate, and a site (site) generally refers to a wide area network (wan) that can achieve information communication between the sites through a slow connection, and is an objective reflection of the actual physical distribution of the computers on the network, and more specifically, a site in the computer network.
Currently, after the development of a computer program is completed, a front-end interface and an interface need to be deployed on a server for calling. The front end needs to call the interface to display data on the interface, and the interface needs to take out the data from the back end database to transmit the data to be displayed on the interface to the front end. The front-end needs to configure the address of the interface, which needs to configure the address of the database and other configurations. These often need to be implemented through site deployment.
In the prior art, when site deployment is performed, developers usually write a deployment document manually, and site deployment is performed through the deployment document, because document contents required by each deployment are usually similar, in the prior art, developers need to write a deployment document with slightly different contents every time a site is deployed, so that the site deployment efficiency is low.
Disclosure of Invention
In view of the above problems, the present invention provides a method and an apparatus for site deployment to solve the problem of low site deployment efficiency in the prior art.
The invention provides a site deployment method, which comprises the following steps:
displaying a configuration interface, wherein the configuration interface is provided with a plurality of configuration items to be selected;
after receiving a selection instruction of the configuration item to be selected, acquiring configuration content corresponding to the configuration item pointed by the selection instruction;
acquiring a storage address of a configuration file corresponding to a configuration item pointed by the selection instruction;
and writing the configuration content into a configuration file under the storage address.
Preferably, the plurality of configuration items to be selected at least include configuration items of a front-end interface and configuration items of an interface;
the configuration content corresponding to the configuration item of the front-end interface is the storage address of the interface, and the configuration content corresponding to the configuration item of the interface is the storage address of the back-end database.
Preferably, after writing the configuration content into the configuration file under the storage location, the method further comprises:
acquiring a configuration item list needing configuration, wherein configuration items in the configuration item list are contained in the plurality of configuration items to be selected;
determining whether all the configuration items in the configuration item list complete configuration;
if so, ending the site deployment; if not, continuing to configure the configuration items until all the configuration items in the configuration item list are configured completely.
Preferably, after obtaining the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction, the method further includes:
checking whether the storage address of the configuration file is in a published file directory;
and if not, taking the storage address of the configuration file in the published file directory as the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction.
Preferably, the configuration file has a plurality of storage locations, and the storage locations corresponding to different configuration items are different, and writing the configuration content into the configuration file at the storage address includes:
acquiring the storage position of the configuration item corresponding to the configuration content in the configuration file;
and writing the configuration content into a corresponding storage position in a configuration file under the storage address.
A site deployment apparatus comprising:
the display module is used for displaying a configuration interface, and the configuration interface is provided with a plurality of configuration items to be selected;
the first acquisition module is used for acquiring the configuration content corresponding to the configuration item pointed by the selection instruction after receiving the selection instruction of the configuration item to be selected;
the second obtaining module is used for obtaining the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction;
and the writing module is used for writing the configuration content into the configuration file under the storage address.
Preferably, the plurality of configuration items to be selected at least include configuration items of a front-end interface and configuration items of an interface;
the configuration content corresponding to the configuration item of the front-end interface is the storage address of the interface, and the configuration content corresponding to the configuration item of the interface is the storage address of the back-end database.
Preferably, the apparatus further comprises:
a third obtaining module, configured to obtain a configuration item list that needs to be configured, where configuration items in the configuration item list are included in the multiple configuration items to be selected;
a determining module, configured to determine whether all configuration items in the configuration item list complete configuration, and if so, end the site deployment; if not, continuing to configure the configuration items until all the configuration items in the configuration item list are configured completely.
Preferably, the apparatus further comprises:
and the checking module is used for checking whether the storage address of the configuration file is in the published file directory or not, and if not, taking the storage address of the configuration file in the published file directory as the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction.
Preferably, the configuration file has a plurality of storage locations, and the storage locations corresponding to different configuration items are different, and the writing module includes:
the acquisition unit is used for acquiring the storage position of the configuration item corresponding to the configuration content in the configuration file;
and the writing unit is used for writing the configuration content into a corresponding storage position in the configuration file under the storage address.
By means of the technical scheme, when a site needs to be deployed, a configuration interface for implementing site deployment is displayed, wherein the configuration interface is provided with a plurality of configuration items to be selected, then a selection instruction of the configuration items to be selected is received, configuration content corresponding to the configuration items pointed by the selection instruction is obtained according to the received selection instruction, a storage address of a configuration file corresponding to the configuration items pointed by the selection instruction is obtained at the same time, and finally the obtained configuration content is written into the configuration file under the storage address to complete the site deployment. The problem that in the prior art, when sites are deployed each time, developers need to write a deployment document with slightly different contents, and therefore site deployment efficiency is low is solved.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
fig. 1 shows a method flowchart of an embodiment 1 of a site deployment method disclosed in the present invention;
fig. 2 shows a method flowchart of embodiment 2 of a site deployment method disclosed in the present invention;
FIG. 3 is a flowchart of a site deployment method embodiment 3 of the present disclosure;
FIG. 4 is a flowchart of a site deployment method embodiment 4 of the present disclosure;
fig. 5 shows a schematic structural diagram of an embodiment 1 of a site deployment apparatus disclosed in the present invention;
fig. 6 shows a schematic structural diagram of an embodiment 2 of a site deployment apparatus disclosed in the present invention;
fig. 7 is a schematic structural diagram of an embodiment 3 of a site deployment apparatus disclosed in the present invention;
fig. 8 shows a schematic structural diagram of an embodiment 4 of a station deployment apparatus disclosed in the present invention.
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
As shown in fig. 1, which is a flowchart of a method in an embodiment 1 of a site deployment method disclosed in the present invention, the method may include the following steps:
s101, displaying a configuration interface, wherein the configuration interface is provided with a plurality of configuration items to be selected;
when the site needs to be deployed, a configuration interface is displayed on equipment for site deployment, wherein the configuration interface is provided with a plurality of configuration items to be selected. For example, a configuration item for configuring an interface address of a front end, a configuration item for configuring an address of a server of an interface, a configuration item for configuring special processing of data, and the like.
In one embodiment, the plurality of configuration items to be selected at least comprise configuration items of a front-end interface and configuration items of an interface; the configuration content corresponding to the configuration item of the front-end interface is a storage address of the interface, and the configuration content corresponding to the configuration item of the interface is a storage address of the back-end database.
S102, after receiving a selection instruction of a configuration item to be selected, acquiring configuration content corresponding to the configuration item pointed by the selection instruction;
after a configuration interface is displayed on equipment for site deployment, an operator selects a configuration item to be selected according to the actual requirement of the site deployment, the operator generates a selection instruction when selecting the configuration item, and after the system receives the selection instruction of the configuration item to be selected, the system acquires configuration content corresponding to the configuration item pointed by the selection instruction.
When the configuration content corresponding to the configuration item pointed by the selection instruction is acquired, the configuration content corresponding to the configuration item may be input in real time by an operator, or the configuration content corresponding to the configuration item stored in advance may be extracted from the system.
S103, acquiring a storage address of a configuration file corresponding to the configuration item pointed by the selection instruction;
and after the configuration content corresponding to the configuration item pointed by the selection instruction is obtained, further obtaining the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction, namely further determining the storage address of the configuration file.
And S104, writing the configuration content into the configuration file under the storage address.
And after the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction is acquired, writing the acquired configuration content into the configuration file under the acquired storage address, and completing automatic deployment of the site.
In summary, in the above embodiment, when a site needs to be deployed, a configuration interface for implementing site deployment is displayed first, where the configuration interface has a plurality of configuration items to be selected, then a selection instruction of the configuration item to be selected is received, configuration content corresponding to the configuration item pointed by the selection instruction is obtained according to the received selection instruction, a storage address of a configuration file corresponding to the configuration item pointed by the selection instruction is obtained at the same time, and finally the obtained configuration content is written into the configuration file under the storage address to complete the site deployment. The problem that in the prior art, when sites are deployed each time, developers need to write a deployment document with slightly different contents, and therefore site deployment efficiency is low is solved.
As shown in fig. 2, which is a flowchart of a method in embodiment 2 of a site deployment method disclosed in the present invention, the method may include the following steps:
s201, displaying a configuration interface, wherein the configuration interface is provided with a plurality of configuration items to be selected;
when the site needs to be deployed, a configuration interface is displayed on equipment for site deployment, wherein the configuration interface is provided with a plurality of configuration items to be selected. For example, a configuration item for configuring an interface address of a front end, a configuration item for configuring an address of a server of an interface, a configuration item for configuring special processing of data, and the like.
S202, after receiving a selection instruction of a configuration item to be selected, acquiring configuration content corresponding to the configuration item pointed by the selection instruction;
after a configuration interface is displayed on equipment for site deployment, an operator selects a configuration item to be selected according to the actual requirement of the site deployment, the operator generates a selection instruction when selecting the configuration item, and after the system receives the selection instruction of the configuration item to be selected, the system acquires configuration content corresponding to the configuration item pointed by the selection instruction.
When the configuration content corresponding to the configuration item pointed by the selection instruction is acquired, the configuration content corresponding to the configuration item may be input in real time by an operator, or the configuration content corresponding to the configuration item stored in advance may be extracted from the system.
S203, acquiring a storage address of a configuration file corresponding to the configuration item pointed by the selection instruction;
and after the configuration content corresponding to the configuration item pointed by the selection instruction is obtained, further obtaining the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction, namely further determining the storage address of the configuration file.
S204, writing the configuration content into a configuration file under a storage address;
and after the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction is acquired, writing the acquired configuration content into the configuration file under the acquired storage address, and completing automatic deployment of the site.
S205, acquiring a configuration item list needing to be configured, wherein configuration items in the configuration item list are contained in the plurality of configuration items to be selected;
after the configuration of one configuration item is completed, a configuration item list needing to be configured is further extracted, wherein the configuration item list comprises a plurality of configuration items. It should be noted that, the configuration items in the configuration item list, different configuration items are displayed at different positions, the configuration items may be displayed in multiple languages, and a user selects a language corresponding to the configuration item according to different requirements. It should be further noted that the configuration items in the configuration item list may be stored and listed in a pull-down menu.
S206, determining whether all the configuration items in the configuration item list complete configuration, if so, executing step S207, and if not, executing step S208:
after a configuration item list needing to be configured is acquired, whether configuration items in the configuration item list are configured is judged, whether the configuration items are identified can be judged, when the configuration items are identified, the configuration items are indicated to be configured, and when the configuration items are not identified, the configuration items are indicated to be not configured.
S207, ending the site deployment;
and when it is determined that all the configuration items in the configuration item list are configured, ending the deployment of the site.
S208, continuing to configure the configuration items until all the configuration items in the configuration item list are configured.
When it is determined that the configuration items in the configuration item list are not configured yet, the configuration items which are not configured yet are configured continuously by adopting the process until all the configuration items in the configuration item list are configured completely.
To sum up, in the above embodiment, when a site needs to be deployed, a configuration interface for implementing site deployment is displayed first, where the configuration interface has a plurality of configuration items to be selected, then a selection instruction for the configuration items to be selected is received, configuration content corresponding to the configuration item pointed by the selection instruction is obtained according to the received selection instruction, a storage address of a configuration file corresponding to the configuration item pointed by the selection instruction is obtained at the same time, finally, the obtained configuration content is written into the configuration file under the storage address, and the above process is repeated until all configuration items in the configuration item list are configured. The problem that in the prior art, when sites are deployed each time, developers need to write a deployment document with slightly different contents, and therefore site deployment efficiency is low is solved.
As shown in fig. 3, which is a flowchart of a method in embodiment 3 of a site deployment method disclosed in the present invention, the method may include the following steps:
s301, displaying a configuration interface, wherein the configuration interface is provided with a plurality of configuration items to be selected;
when the site needs to be deployed, a configuration interface is displayed on equipment for site deployment, wherein the configuration interface is provided with a plurality of configuration items to be selected. For example, a configuration item for configuring an interface address of a front end, a configuration item for configuring an address of a server of an interface, a configuration item for configuring special processing of data, and the like.
S302, after receiving a selection instruction of a configuration item to be selected, acquiring configuration content corresponding to the configuration item pointed by the selection instruction;
after a configuration interface is displayed on equipment for site deployment, an operator selects a configuration item to be selected according to the actual requirement of the site deployment, the operator generates a selection instruction when selecting the configuration item, and after the system receives the selection instruction of the configuration item to be selected, the system acquires configuration content corresponding to the configuration item pointed by the selection instruction.
When the configuration content corresponding to the configuration item pointed by the selection instruction is acquired, the configuration content corresponding to the configuration item may be input in real time by an operator, or the configuration content corresponding to the configuration item stored in advance may be extracted from the system.
S303, acquiring a storage address of a configuration file corresponding to the configuration item pointed by the selection instruction;
and after the configuration content corresponding to the configuration item pointed by the selection instruction is obtained, further obtaining the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction, namely further determining the storage address of the configuration file.
S304, checking whether the storage address of the configuration file is in the published file directory, if not, executing the step S305:
and checking the acquired storage address of the configuration file, and judging whether the storage address of the configuration file is in the published file directory.
S305, taking the storage address of the configuration file in the published file directory as the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction;
and when the storage address of the configuration file is not in the published file directory, taking the storage address of the configuration file in the published file directory as the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction.
S306, writing the configuration content into a configuration file under a storage address;
and after the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction is acquired, writing the acquired configuration content into the configuration file under the acquired storage address, and completing automatic deployment of the site.
S307, acquiring a configuration item list needing to be configured, wherein configuration items in the configuration item list are contained in the plurality of configuration items to be selected;
after the configuration of one configuration item is completed, a configuration item list needing to be configured is further extracted, wherein the configuration item list comprises a plurality of configuration items. It should be noted that, the configuration items in the configuration item list, different configuration items are displayed at different positions, the configuration items may be displayed in multiple languages, and a user selects a language corresponding to the configuration item according to different requirements. It should be further noted that the configuration items in the configuration item list may be stored and listed in a pull-down menu.
S308, determining whether all the configuration items in the configuration item list complete configuration, if so, executing the step S309, and if not, executing the step S310:
after a configuration item list needing to be configured is acquired, whether configuration items in the configuration item list are configured is judged, whether the configuration items are identified can be judged, when the configuration items are identified, the configuration items are indicated to be configured, and when the configuration items are not identified, the configuration items are indicated to be not configured.
S309, ending the site deployment;
and when it is determined that all the configuration items in the configuration item list are configured, ending the deployment of the site.
S310, continuing to configure the configuration items until all the configuration items in the configuration item list are configured.
When it is determined that the configuration items in the configuration item list are not configured yet, the configuration items which are not configured yet are configured continuously by adopting the process until all the configuration items in the configuration item list are configured completely.
In summary, on the basis of the above embodiment, after the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction is obtained, the embodiment further checks whether the storage address of the configuration file is in the published file directory, and when the storage address of the configuration file is not in the published file directory, the storage address of the configuration file in the published file directory is used as the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction.
As shown in fig. 4, which is a flowchart of a method in embodiment 4 of a site deployment method disclosed in the present invention, the method may include the following steps:
s401, displaying a configuration interface, wherein the configuration interface is provided with a plurality of configuration items to be selected;
when the site needs to be deployed, a configuration interface is displayed on equipment for site deployment, wherein the configuration interface is provided with a plurality of configuration items to be selected. For example, a configuration item for configuring an interface address of a front end, a configuration item for configuring an address of a server of an interface, a configuration item for configuring special processing of data, and the like.
S402, after receiving a selection instruction of a configuration item to be selected, acquiring configuration content corresponding to the configuration item pointed by the selection instruction;
after a configuration interface is displayed on equipment for site deployment, an operator selects a configuration item to be selected according to the actual requirement of the site deployment, the operator generates a selection instruction when selecting the configuration item, and after the system receives the selection instruction of the configuration item to be selected, the system acquires configuration content corresponding to the configuration item pointed by the selection instruction.
When the configuration content corresponding to the configuration item pointed by the selection instruction is acquired, the configuration content corresponding to the configuration item may be input in real time by an operator, or the configuration content corresponding to the configuration item stored in advance may be extracted from the system.
S403, acquiring a storage address of a configuration file corresponding to the configuration item pointed by the selection instruction;
and after the configuration content corresponding to the configuration item pointed by the selection instruction is obtained, further obtaining the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction, namely further determining the storage address of the configuration file.
S404, checking whether the storage address of the configuration file is in the published file directory, if not, executing the step S405:
and checking the acquired storage address of the configuration file, and judging whether the storage address of the configuration file is in the published file directory.
S405, taking the storage address of the configuration file in the published file directory as the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction;
and when the storage address of the configuration file is not in the published file directory, taking the storage address of the configuration file in the published file directory as the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction.
S406, acquiring the storage position of the configuration item corresponding to the configuration content in the configuration file;
the configuration file has a plurality of storage positions, and the storage positions corresponding to different configuration items are different. And after the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction is acquired, acquiring the storage position of the configuration item corresponding to the configuration content in the configuration file.
S407, writing the configuration content into a corresponding storage position in the configuration file under the storage address;
s408, acquiring a configuration item list needing configuration, wherein the configuration items in the configuration item list are contained in the plurality of configuration items to be selected;
after the configuration of one configuration item is completed, a configuration item list needing to be configured is further extracted, wherein the configuration item list comprises a plurality of configuration items. It should be noted that, the configuration items in the configuration item list, different configuration items are displayed at different positions, the configuration items may be displayed in multiple languages, and a user selects a language corresponding to the configuration item according to different requirements. It should be further noted that the configuration items in the configuration item list may be stored and listed in a pull-down menu.
S409, determining whether all the configuration items in the configuration item list complete configuration, if so, executing a step S410, and if not, executing a step S411:
after a configuration item list needing to be configured is acquired, whether configuration items in the configuration item list are configured is judged, whether the configuration items are identified can be judged, when the configuration items are identified, the configuration items are indicated to be configured, and when the configuration items are not identified, the configuration items are indicated to be not configured.
S410, ending the site deployment;
and when it is determined that all the configuration items in the configuration item list are configured, ending the deployment of the site.
S411, continuing to configure the configuration items until all the configuration items in the configuration item list are configured.
When it is determined that the configuration items in the configuration item list are not configured yet, the configuration items which are not configured yet are configured continuously by adopting the process until all the configuration items in the configuration item list are configured completely.
As shown in fig. 5, which is a schematic structural diagram of a station deployment apparatus embodiment 1 disclosed in the present invention, the apparatus may include:
a display module 501, configured to display a configuration interface, where the configuration interface has a plurality of configuration items to be selected;
when the site needs to be deployed, a configuration interface is displayed on equipment for site deployment, wherein the configuration interface is provided with a plurality of configuration items to be selected. For example, a configuration item for configuring an interface address of a front end, a configuration item for configuring an address of a server of an interface, a configuration item for configuring special processing of data, and the like.
A first obtaining module 502, configured to obtain configuration content corresponding to a configuration item pointed by a selection instruction after receiving the selection instruction of the configuration item to be selected;
after a configuration interface is displayed on equipment for site deployment, an operator selects a configuration item to be selected according to the actual requirement of the site deployment, the operator generates a selection instruction when selecting the configuration item, and after the system receives the selection instruction of the configuration item to be selected, the system acquires configuration content corresponding to the configuration item pointed by the selection instruction.
When the configuration content corresponding to the configuration item pointed by the selection instruction is acquired, the configuration content corresponding to the configuration item may be input in real time by an operator, or the configuration content corresponding to the configuration item stored in advance may be extracted from the system.
A second obtaining module 503, configured to obtain a storage address of the configuration file corresponding to the configuration item pointed by the selection instruction;
and after the configuration content corresponding to the configuration item pointed by the selection instruction is obtained, further obtaining the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction, namely further determining the storage address of the configuration file.
A writing module 504, configured to write the configuration content into the configuration file at the storage address.
And after the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction is acquired, writing the acquired configuration content into the configuration file under the acquired storage address, and completing automatic deployment of the site.
The station deployment device comprises a processor and a memory, wherein the display module, the first acquisition module, the second acquisition module, the writing module and the like are stored in the memory as program units, and the processor executes the program units stored in the memory to realize corresponding functions.
The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. The kernel can be set to be one or more, and the problem of low site deployment efficiency is solved by adjusting kernel parameters.
The memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip.
In summary, in the above embodiment, when a site needs to be deployed, a configuration interface for implementing site deployment is displayed first, where the configuration interface has a plurality of configuration items to be selected, then a selection instruction of the configuration item to be selected is received, configuration content corresponding to the configuration item pointed by the selection instruction is obtained according to the received selection instruction, a storage address of a configuration file corresponding to the configuration item pointed by the selection instruction is obtained at the same time, and finally the obtained configuration content is written into the configuration file under the storage address to complete the site deployment. The problem that in the prior art, when sites are deployed each time, developers need to write a deployment document with slightly different contents, and therefore site deployment efficiency is low is solved.
In one embodiment, the plurality of configuration items to be selected at least comprise configuration items of a front-end interface and configuration items of an interface; the configuration content corresponding to the configuration item of the front-end interface is the storage address of the interface, and the configuration content corresponding to the configuration item of the interface is the storage address of the back-end database.
As shown in fig. 6, which is a schematic structural diagram of an embodiment 2 of a station deployment apparatus disclosed in the present invention, the apparatus may include:
a display module 601, configured to display a configuration interface, where the configuration interface has a plurality of configuration items to be selected;
when the site needs to be deployed, a configuration interface is displayed on equipment for site deployment, wherein the configuration interface is provided with a plurality of configuration items to be selected. For example, a configuration item for configuring an interface address of a front end, a configuration item for configuring an address of a server of an interface, a configuration item for configuring special processing of data, and the like.
A first obtaining module 602, configured to obtain, after receiving a selection instruction of a configuration item to be selected, configuration content corresponding to the configuration item pointed by the selection instruction;
after a configuration interface is displayed on equipment for site deployment, an operator selects a configuration item to be selected according to the actual requirement of the site deployment, the operator generates a selection instruction when selecting the configuration item, and after the system receives the selection instruction of the configuration item to be selected, the system acquires configuration content corresponding to the configuration item pointed by the selection instruction.
When the configuration content corresponding to the configuration item pointed by the selection instruction is acquired, the configuration content corresponding to the configuration item may be input in real time by an operator, or the configuration content corresponding to the configuration item stored in advance may be extracted from the system.
A second obtaining module 603, configured to obtain a storage address of a configuration file corresponding to the configuration item pointed by the selection instruction;
and after the configuration content corresponding to the configuration item pointed by the selection instruction is obtained, further obtaining the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction, namely further determining the storage address of the configuration file.
A writing module 604, configured to write the configuration content into the configuration file at the storage address;
and after the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction is acquired, writing the acquired configuration content into the configuration file under the acquired storage address, and completing automatic deployment of the site.
A third obtaining module 605, configured to obtain a configuration item list that needs to be configured, where configuration items in the configuration item list are included in the plurality of configuration items to be selected;
after the configuration of one configuration item is completed, a configuration item list needing to be configured is further extracted, wherein the configuration item list comprises a plurality of configuration items. It should be noted that, the configuration items in the configuration item list, different configuration items are displayed at different positions, the configuration items may be displayed in multiple languages, and a user selects a language corresponding to the configuration item according to different requirements. It should be further noted that the configuration items in the configuration item list may be stored and listed in a pull-down menu.
A determining module 606, configured to determine whether all configuration items in the configuration item list complete configuration, and if so, end the site deployment; if not, continuing to configure the configuration items until all the configuration items in the configuration item list are configured completely.
After a configuration item list needing to be configured is acquired, whether configuration items in the configuration item list are configured is judged, whether the configuration items are identified can be judged, when the configuration items are identified, the configuration items are indicated to be configured, and when the configuration items are not identified, the configuration items are indicated to be not configured.
And when it is determined that all the configuration items in the configuration item list are configured, ending the deployment of the site. When it is determined that the configuration items in the configuration item list are not configured yet, the configuration items which are not configured yet are configured continuously by adopting the process until all the configuration items in the configuration item list are configured completely.
The station deployment device comprises a processor and a memory, wherein the display module, the first acquisition module, the second acquisition module, the writing module, the third acquisition module, the determining module and the like are stored in the memory as program units, and the processor executes the program units stored in the memory to realize corresponding functions.
The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. The kernel can be set to be one or more, and the problem of low site deployment efficiency is solved by adjusting kernel parameters.
The memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip.
To sum up, in the above embodiment, when a site needs to be deployed, a configuration interface for implementing site deployment is displayed first, where the configuration interface has a plurality of configuration items to be selected, then a selection instruction for the configuration items to be selected is received, configuration content corresponding to the configuration item pointed by the selection instruction is obtained according to the received selection instruction, a storage address of a configuration file corresponding to the configuration item pointed by the selection instruction is obtained at the same time, finally, the obtained configuration content is written into the configuration file under the storage address, and the above process is repeated until all configuration items in the configuration item list are configured. The problem that in the prior art, when sites are deployed each time, developers need to write a deployment document with slightly different contents, and therefore site deployment efficiency is low is solved.
As shown in fig. 7, which is a schematic structural diagram of an embodiment 3 of a station deployment apparatus disclosed in the present invention, the apparatus may include:
a display module 701, configured to display a configuration interface, where the configuration interface has a plurality of configuration items to be selected;
when the site needs to be deployed, a configuration interface is displayed on equipment for site deployment, wherein the configuration interface is provided with a plurality of configuration items to be selected. For example, a configuration item for configuring an interface address of a front end, a configuration item for configuring an address of a server of an interface, a configuration item for configuring special processing of data, and the like.
A first obtaining module 702, configured to obtain, after receiving a selection instruction of a configuration item to be selected, configuration content corresponding to the configuration item pointed by the selection instruction;
after a configuration interface is displayed on equipment for site deployment, an operator selects a configuration item to be selected according to the actual requirement of the site deployment, the operator generates a selection instruction when selecting the configuration item, and after the system receives the selection instruction of the configuration item to be selected, the system acquires configuration content corresponding to the configuration item pointed by the selection instruction.
When the configuration content corresponding to the configuration item pointed by the selection instruction is acquired, the configuration content corresponding to the configuration item may be input in real time by an operator, or the configuration content corresponding to the configuration item stored in advance may be extracted from the system.
A second obtaining module 703, configured to obtain a storage address of a configuration file corresponding to a configuration item pointed by the selection instruction;
and after the configuration content corresponding to the configuration item pointed by the selection instruction is obtained, further obtaining the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction, namely further determining the storage address of the configuration file.
A checking module 704, configured to check whether a storage address of the configuration file is in a published file directory, and if not, take the storage address of the configuration file in the published file directory as a storage address of the configuration file corresponding to the configuration item pointed by the selection instruction;
and checking the acquired storage address of the configuration file, and judging whether the storage address of the configuration file is in the published file directory.
And when the storage address of the configuration file is not in the published file directory, taking the storage address of the configuration file in the published file directory as the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction.
A writing module 705, configured to write the configuration content into the configuration file at the storage address;
and after the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction is acquired, writing the acquired configuration content into the configuration file under the acquired storage address, and completing automatic deployment of the site.
A third obtaining module 706, configured to obtain a configuration item list that needs to be configured, where configuration items in the configuration item list are included in the multiple configuration items to be selected;
after the configuration of one configuration item is completed, a configuration item list needing to be configured is further extracted, wherein the configuration item list comprises a plurality of configuration items. It should be noted that, the configuration items in the configuration item list, different configuration items are displayed at different positions, the configuration items may be displayed in multiple languages, and a user selects a language corresponding to the configuration item according to different requirements. It should be further noted that the configuration items in the configuration item list may be stored and listed in a pull-down menu.
A determining module 707, configured to determine whether all configuration items in the configuration item list complete configuration, and if so, end the site deployment; if not, continuing to configure the configuration items until all the configuration items in the configuration item list are configured completely.
After a configuration item list needing to be configured is acquired, whether configuration items in the configuration item list are configured is judged, whether the configuration items are identified can be judged, when the configuration items are identified, the configuration items are indicated to be configured, and when the configuration items are not identified, the configuration items are indicated to be not configured.
And when it is determined that all the configuration items in the configuration item list are configured, ending the deployment of the site.
When it is determined that the configuration items in the configuration item list are not configured yet, the configuration items which are not configured yet are configured continuously by adopting the process until all the configuration items in the configuration item list are configured completely.
The station deployment device comprises a processor and a memory, wherein the display module, the first acquisition module, the second acquisition module, the inspection module, the writing module, the third acquisition module, the determination module and the like are stored in the memory as program units, and the processor executes the program units stored in the memory to realize corresponding functions.
The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. The kernel can be set to be one or more, and the problem of low site deployment efficiency is solved by adjusting kernel parameters.
The memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip.
In summary, on the basis of the above embodiment, after the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction is obtained, the embodiment further checks whether the storage address of the configuration file is in the published file directory, and when the storage address of the configuration file is not in the published file directory, the storage address of the configuration file in the published file directory is used as the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction.
As shown in fig. 8, which is a schematic structural diagram of an embodiment 4 of a station deployment apparatus disclosed in the present invention, the apparatus may include:
a display module 801, configured to display a configuration interface, where the configuration interface has a plurality of configuration items to be selected;
when the site needs to be deployed, a configuration interface is displayed on equipment for site deployment, wherein the configuration interface is provided with a plurality of configuration items to be selected. For example, a configuration item for configuring an interface address of a front end, a configuration item for configuring an address of a server of an interface, a configuration item for configuring special processing of data, and the like.
A first obtaining module 802, configured to obtain configuration content corresponding to a configuration item pointed by a selection instruction after receiving the selection instruction of the configuration item to be selected;
after a configuration interface is displayed on equipment for site deployment, an operator selects a configuration item to be selected according to the actual requirement of the site deployment, the operator generates a selection instruction when selecting the configuration item, and after the system receives the selection instruction of the configuration item to be selected, the system acquires configuration content corresponding to the configuration item pointed by the selection instruction.
When the configuration content corresponding to the configuration item pointed by the selection instruction is acquired, the configuration content corresponding to the configuration item may be input in real time by an operator, or the configuration content corresponding to the configuration item stored in advance may be extracted from the system.
A second obtaining module 803, configured to obtain a storage address of a configuration file corresponding to the configuration item pointed by the selection instruction;
and after the configuration content corresponding to the configuration item pointed by the selection instruction is obtained, further obtaining the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction, namely further determining the storage address of the configuration file.
A checking module 804, configured to check whether a storage address of the configuration file is in the published file directory, and if not, take the storage address of the configuration file in the published file directory as a storage address of the configuration file corresponding to the configuration item pointed by the selection instruction;
and checking the acquired storage address of the configuration file, and judging whether the storage address of the configuration file is in the published file directory.
And when the storage address of the configuration file is not in the published file directory, taking the storage address of the configuration file in the published file directory as the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction.
An obtaining unit 805, configured to obtain a storage location of a configuration item corresponding to the configuration content in the configuration file;
the configuration file has a plurality of storage positions, and the storage positions corresponding to different configuration items are different. And after the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction is acquired, acquiring the storage position of the configuration item corresponding to the configuration content in the configuration file.
A writing unit 806, configured to write the configuration content into a corresponding storage location in the configuration file at the storage address;
a third obtaining module 807, configured to obtain a configuration item list that needs to be configured, where configuration items in the configuration item list are included in the plurality of configuration items to be selected;
after the configuration of one configuration item is completed, a configuration item list needing to be configured is further extracted, wherein the configuration item list comprises a plurality of configuration items. It should be noted that, the configuration items in the configuration item list, different configuration items are displayed at different positions, the configuration items may be displayed in multiple languages, and a user selects a language corresponding to the configuration item according to different requirements. It should be further noted that the configuration items in the configuration item list may be stored and listed in a pull-down menu.
A determining module 808, configured to determine whether all configuration items in the configuration item list complete configuration, and if so, end the site deployment; if not, continuing to configure the configuration items until all the configuration items in the configuration item list are configured completely.
After a configuration item list needing to be configured is acquired, whether configuration items in the configuration item list are configured is judged, whether the configuration items are identified can be judged, when the configuration items are identified, the configuration items are indicated to be configured, and when the configuration items are not identified, the configuration items are indicated to be not configured.
And when it is determined that all the configuration items in the configuration item list are configured, ending the deployment of the site.
When it is determined that the configuration items in the configuration item list are not configured yet, the configuration items which are not configured yet are configured continuously by adopting the process until all the configuration items in the configuration item list are configured completely.
The present application further provides a computer program product adapted to perform program code for initializing the following method steps when executed on a data processing device:
displaying a configuration interface, wherein the configuration interface is provided with a plurality of configuration items to be selected;
after receiving a selection instruction of the configuration item to be selected, acquiring configuration content corresponding to the configuration item pointed by the selection instruction;
acquiring a storage address of a configuration file corresponding to a configuration item pointed by the selection instruction;
and writing the configuration content into a configuration file under the storage address.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
The above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.
Claims (8)
1. A method for site deployment, comprising:
displaying a configuration interface, wherein the configuration interface is provided with a plurality of configuration items to be selected, and the configuration items comprise: the configuration item used for configuring the interface address of the front end, the configuration item used for configuring the server address of the interface, and the configuration item used for configuring the special processing of the data;
after receiving a selection instruction of the configuration item to be selected, inputting configuration content corresponding to the configuration item in real time through an operator, and acquiring the configuration content corresponding to the configuration item pointed by the selection instruction;
acquiring a storage address of a configuration file corresponding to a configuration item pointed by the selection instruction;
writing the configuration content into a configuration file under the storage address;
acquiring a configuration item list needing configuration, wherein configuration items in the configuration item list are contained in the plurality of configuration items to be selected;
determining whether all the configuration items in the configuration item list complete configuration; the judgment mode of whether the configuration item completes the configuration is as follows: judging whether the configuration item is identified, indicating that the configuration item has completed configuration when the configuration item is identified, and indicating that the configuration item has not completed configuration when the configuration item is not identified;
if all the configuration items in the configuration item list are configured, ending the site deployment; and if the configuration items in the configuration item list are not completely configured, continuing to configure the configuration items until all the configuration items in the configuration item list are completely configured.
2. The method of claim 1, wherein:
the plurality of configuration items to be selected at least comprise configuration items of a front-end interface and configuration items of an interface;
the configuration content corresponding to the configuration item of the front-end interface is the storage address of the interface, and the configuration content corresponding to the configuration item of the interface is the storage address of the back-end database.
3. The method according to claim 1, wherein after obtaining the storage address of the configuration file corresponding to the configuration item pointed to by the selection instruction, the method further comprises:
checking whether the storage address of the configuration file is in a published file directory;
and if not, taking the storage address of the configuration file in the published file directory as the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction.
4. The method according to any one of claims 1 to 3, wherein the configuration file has a plurality of storage locations, and different configuration items correspond to different storage locations, and writing the configuration content into the configuration file at the storage address comprises:
acquiring the storage position of the configuration item corresponding to the configuration content in the configuration file;
and writing the configuration content into a corresponding storage position in a configuration file under the storage address.
5. A site deployment apparatus, comprising:
a display module, configured to display a configuration interface, where the configuration interface has a plurality of configuration items to be selected, and the configuration items include: the configuration item used for configuring the interface address of the front end, the configuration item used for configuring the server address of the interface, and the configuration item used for configuring the special processing of the data;
the first acquisition module is used for receiving a selection instruction of the configuration item to be selected, inputting the configuration content corresponding to the configuration item in real time through an operator, and acquiring the configuration content corresponding to the configuration item pointed by the selection instruction;
the second obtaining module is used for obtaining the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction;
the writing module is used for writing the configuration content into the configuration file under the storage address;
a third obtaining module, configured to obtain a configuration item list that needs to be configured, where configuration items in the configuration item list are included in the multiple configuration items to be selected;
a determining module, configured to determine whether all configuration items in the configuration item list complete configuration, where a determination manner of whether a configuration item completes configuration is: judging whether the configuration item is identified, indicating that the configuration item has completed configuration when the configuration item is identified, and indicating that the configuration item has not completed configuration when the configuration item is not identified; if all the configuration items in the configuration item list are configured, ending the site deployment; and if the configuration items in the configuration item list are not completely configured, continuing to configure the configuration items until all the configuration items in the configuration item list are completely configured.
6. The apparatus of claim 5, wherein:
the plurality of configuration items to be selected at least comprise configuration items of a front-end interface and configuration items of an interface;
the configuration content corresponding to the configuration item of the front-end interface is the storage address of the interface, and the configuration content corresponding to the configuration item of the interface is the storage address of the back-end database.
7. The apparatus of claim 5, further comprising:
and the checking module is used for checking whether the storage address of the configuration file is in the published file directory or not, and if not, taking the storage address of the configuration file in the published file directory as the storage address of the configuration file corresponding to the configuration item pointed by the selection instruction.
8. The apparatus according to any one of claims 5-7, wherein the configuration file has a plurality of storage locations, and different configuration items correspond to different storage locations, and the writing module comprises:
the acquisition unit is used for acquiring the storage position of the configuration item corresponding to the configuration content in the configuration file;
and the writing unit is used for writing the configuration content into a corresponding storage position in the configuration file under the storage address.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710057628.9A CN108345459B (en) | 2017-01-22 | 2017-01-22 | Site deployment method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710057628.9A CN108345459B (en) | 2017-01-22 | 2017-01-22 | Site deployment method and device |
Publications (2)
Publication Number | Publication Date |
---|---|
CN108345459A CN108345459A (en) | 2018-07-31 |
CN108345459B true CN108345459B (en) | 2021-09-17 |
Family
ID=62962007
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201710057628.9A Active CN108345459B (en) | 2017-01-22 | 2017-01-22 | Site deployment method and device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN108345459B (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN116684470A (en) * | 2023-05-23 | 2023-09-01 | 北京北方华创微电子装备有限公司 | Configuration file generation method and device, semiconductor process equipment and master control device |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6256635B1 (en) * | 1998-05-08 | 2001-07-03 | Apple Computer, Inc. | Method and apparatus for configuring a computer using scripting |
CN1790257A (en) * | 2004-12-13 | 2006-06-21 | 华为技术有限公司 | Method for uniformly configuring configuration files |
CN102314408A (en) * | 2011-09-05 | 2012-01-11 | 百度在线网络技术(北京)有限公司 | Method, device, equipment and system for acquiring configuration information and configuring |
CN102665231A (en) * | 2012-05-23 | 2012-09-12 | 北京中创信测科技股份有限公司 | Method of automatically generating parameter configuration file for LTE (Long Term Evolution) system |
CN103984640A (en) * | 2014-05-14 | 2014-08-13 | 华为技术有限公司 | Method and device for realizing data prefetching |
CN106330530A (en) * | 2016-08-10 | 2017-01-11 | 上海斐讯数据通信技术有限公司 | Visual parameter configuration method |
-
2017
- 2017-01-22 CN CN201710057628.9A patent/CN108345459B/en active Active
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6256635B1 (en) * | 1998-05-08 | 2001-07-03 | Apple Computer, Inc. | Method and apparatus for configuring a computer using scripting |
CN1790257A (en) * | 2004-12-13 | 2006-06-21 | 华为技术有限公司 | Method for uniformly configuring configuration files |
CN102314408A (en) * | 2011-09-05 | 2012-01-11 | 百度在线网络技术(北京)有限公司 | Method, device, equipment and system for acquiring configuration information and configuring |
CN102665231A (en) * | 2012-05-23 | 2012-09-12 | 北京中创信测科技股份有限公司 | Method of automatically generating parameter configuration file for LTE (Long Term Evolution) system |
CN103984640A (en) * | 2014-05-14 | 2014-08-13 | 华为技术有限公司 | Method and device for realizing data prefetching |
CN106330530A (en) * | 2016-08-10 | 2017-01-11 | 上海斐讯数据通信技术有限公司 | Visual parameter configuration method |
Also Published As
Publication number | Publication date |
---|---|
CN108345459A (en) | 2018-07-31 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107229559B (en) | Detection method and device for testing integrity of service system | |
CN106648556B (en) | Method and device for front-end and back-end integrated development test | |
CN107193733A (en) | Simulate the methods, devices and systems of Monkey tests | |
CN106201850B (en) | A kind of compatibility test method and device | |
CN112068911B (en) | Electronic form generation method, device, system, equipment and medium | |
CN111639018B (en) | Memory leakage detection method and device | |
US20160266880A1 (en) | Application name modification method and device, and storage medium | |
CN107066377B (en) | Page element obtaining method based on Android system and terminal equipment | |
CN107506376A (en) | Obtain the client of information point data in region | |
CN112346761B (en) | Front-end resource online method, device, system and storage medium | |
CN113885935A (en) | Resource packaging method and device, electronic equipment and computer readable storage medium | |
CN114327462A (en) | Page data display method, storage medium and electronic device | |
CN106648567B (en) | Data acquisition method and device | |
CN108345459B (en) | Site deployment method and device | |
CN111538667A (en) | Page testing method and device | |
CN108108258B (en) | Memory leak repairing method and device | |
US11164056B2 (en) | Method and system for applying barcode, and server | |
CN107766385B (en) | Method and equipment for converting file format of virtual disk | |
CN221225822U (en) | Screen display circuit and display device | |
CN111880078A (en) | Method and equipment for automated instruction testing | |
CN111370049B (en) | eMMC chip testing method and device | |
CN102866946A (en) | Method and device for testing reading/writing function | |
CN110633181B (en) | Visual display method and device | |
CN112817668B (en) | Interaction method and device of date selector | |
CN116028156B (en) | Correlation display method for inspection size and process diagram size |
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 | ||
CB02 | Change of applicant information |
Address after: 100080 No. 401, 4th Floor, Haitai Building, 229 North Fourth Ring Road, Haidian District, Beijing Applicant after: Beijing Guoshuang Technology Co.,Ltd. Address before: 100086 Cuigong Hotel, 76 Zhichun Road, Shuangyushu District, Haidian District, Beijing Applicant before: Beijing Guoshuang Technology Co.,Ltd. |
|
CB02 | Change of applicant information | ||
GR01 | Patent grant | ||
GR01 | Patent grant |