CN112689027A - Addressing method and device for accessing dynamic address server by APP user - Google Patents

Addressing method and device for accessing dynamic address server by APP user Download PDF

Info

Publication number
CN112689027A
CN112689027A CN202011460727.XA CN202011460727A CN112689027A CN 112689027 A CN112689027 A CN 112689027A CN 202011460727 A CN202011460727 A CN 202011460727A CN 112689027 A CN112689027 A CN 112689027A
Authority
CN
China
Prior art keywords
server
address
name
app
addressing
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
CN202011460727.XA
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.)
Beijing North Source Software Co ltd
Beijing VRV Software Corp Ltd
Original Assignee
Beijing North Source Software 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 Beijing North Source Software Co ltd filed Critical Beijing North Source Software Co ltd
Priority to CN202011460727.XA priority Critical patent/CN112689027A/en
Publication of CN112689027A publication Critical patent/CN112689027A/en
Pending legal-status Critical Current

Links

Images

Abstract

The embodiment of the invention provides an addressing method and device for an APP user to access a dynamic address server, wherein the addressing method and device comprise the following steps: setting an addressing server, wherein the addressing server is used for recording the name and the IP address of an APP server and the corresponding relation between the name and the IP address of the APP server; the corresponding relation comprises a relation that one name corresponds to one IP address and/or a relation that one name corresponds to a plurality of IP addresses; accessing the addressing server based on the name of the APP server, and determining an IP address corresponding to the name; and accessing the APP server according to the IP address corresponding to the name. The embodiment accesses the addressing server through the name of the APP server, and can conveniently access the APP server under the condition that the IP address of the server is frequently changed; and simultaneously, the load balancing function can be achieved.

Description

Addressing method and device for accessing dynamic address server by APP user
Technical Field
The invention relates to the technical field of computers, in particular to an addressing method and device for accessing a dynamic address server by an APP user.
Background
For the same APP client side and the Internet system structure with a plurality of independent server sides, the APP side needs to access different server sides according to the difference of users, the IP address and the domain name of the server side are not fixed, and under the scene, the APP access server side is inconvenient. It is a common practice to notify all users on a server every time a server is newly added or an IP domain name of the server is changed, and the user inputs or configures an IP address or a domain name of the server at a client, so that the APP client can access the server. However, this approach has the disadvantages: 1. the user needs to record the IP address or the domain name, and the IP and the domain name are both longer numbers or characters and are inconvenient to record; 2. if the IP address of the server of the user frequently changes and the fixed domain name cannot be used, it is very inconvenient to notify all the users every time the IP address changes.
Disclosure of Invention
Aiming at the problems in the prior art, the embodiment of the invention provides an addressing method and device for accessing a dynamic address server by an APP user.
In a first aspect, an embodiment of the present invention provides an addressing method for an APP user to access a dynamic address server, including:
setting an addressing server, wherein the addressing server is used for recording the name and the IP address of an APP server and the corresponding relation between the name and the IP address of the APP server; the corresponding relation comprises a relation that one name corresponds to one IP address and/or a relation that one name corresponds to a plurality of IP addresses;
accessing the addressing server based on the name of the APP server, and determining an IP address corresponding to the name;
and accessing the APP server according to the IP address corresponding to the name.
Further, still include:
receiving a starting state and an IP address change of an APP server;
when the APP server is started, and/or the IP address of the APP server is changed, and/or within a preset time, determining the IP address change result, and updating the name and the IP address of the APP server recorded currently.
Further, the corresponding relationship is a relationship that one name corresponds to a plurality of IP addresses;
correspondingly, accessing the addressing server based on the name of the APP server, and determining an IP address corresponding to the name specifically includes:
accessing the addressing server based on the name of the APP server, and determining one of a plurality of IP addresses corresponding to the name.
Further, still include:
accessing the APP server according to one of a plurality of IP addresses corresponding to the name;
and if the access fails, re-accessing the addressing server based on the name of the APP server, and determining one IP address in a plurality of IP addresses corresponding to the name until the APP server is successfully accessed.
Further, still include:
setting two addressing servers or more than two addressing servers; the name and the IP address of the APP server recorded by each addressing server and the corresponding relation between the name and the IP address of the APP server are the same.
In a second aspect, an embodiment of the present invention provides an addressing apparatus for an APP user to access a dynamic address server, including:
the device comprises a setting module, a processing module and a processing module, wherein the setting module is used for setting an addressing server, and the addressing server is used for recording the name and the IP address of an APP server and the corresponding relation between the name and the IP address of the APP server; the corresponding relation comprises a relation that one name corresponds to one IP address and/or a relation that one name corresponds to a plurality of IP addresses;
the determining module is used for accessing the addressing server based on the name of the APP server and determining an IP address corresponding to the name;
and the access module is used for accessing the APP server according to the IP address corresponding to the name.
Further, still include:
the receiving module is used for receiving the starting state and the IP address change of the APP server;
and the updating module is used for determining the IP address change result and updating the name and the IP address of the APP server recorded currently when the APP server is started, and/or the IP address of the APP server is changed, and/or within the preset time.
Further, the corresponding relationship in the setting module is a relationship that one name corresponds to a plurality of IP addresses;
accordingly, the determining module is specifically configured to:
accessing the addressing server based on the name of the APP server, and determining one of a plurality of IP addresses corresponding to the name.
In a third aspect, an embodiment of the present invention further provides an electronic device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the steps of the addressing method for accessing the dynamic address server by the APP user as described in the first aspect when executing the program.
In a fourth aspect, the present invention further provides a non-transitory computer readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the steps of the addressing method for accessing a dynamic address server by an APP user as described in the first aspect above.
According to the technical scheme, the addressing method and the addressing device for the APP user to access the dynamic address server provided by the embodiment of the invention have the advantages that the addressing server is set, and the addressing server is used for recording the name and the IP address of the APP server and the corresponding relation between the name and the IP address of the APP server; the corresponding relation comprises a relation that one name corresponds to one IP address and/or a relation that one name corresponds to a plurality of IP addresses; accessing the addressing server based on the name of the APP server, and determining an IP address corresponding to the name; accessing the APP server according to the IP address corresponding to the name, wherein the name and the IP address of the APP server are recorded by the addressing server, so that the addressing server is accessed through the name of the APP server to obtain the IP address, the APP server is accessed according to the corresponding IP address, and the APP server can be conveniently accessed under the condition that the IP address of the server is frequently changed; and simultaneously, the load balancing function can be achieved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a schematic flowchart of an addressing method for an APP user to access a dynamic address server according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of an addressing apparatus for an APP user to access a dynamic address server according to an embodiment of the present invention;
fig. 3 is a schematic physical structure diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some embodiments, but not all embodiments, of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention. The addressing method for accessing the dynamic address server by the APP user provided by the present invention will be explained and explained in detail through specific embodiments.
Fig. 1 is a schematic flowchart of an addressing method for an APP user to access a dynamic address server according to an embodiment of the present invention; as shown in fig. 1, the method includes:
step 101: setting an addressing server, wherein the addressing server is used for recording the name and the IP address of an APP server and the corresponding relation between the name and the IP address of the APP server; the corresponding relation comprises a relation that one name corresponds to one IP address and/or a relation that one name corresponds to a plurality of IP addresses.
In this step, it can be understood that a common server (i.e., an addressing server) is deployed on the internet to record the name (or the custom name) and the address (the IP address or the domain name) of each APP server, and the correspondence between the name and the address of the APP server (i.e., the correspondence between the name and the IP address of the APP server); it should be noted that the correspondence between the name and the IP address of the APP server may be a one-to-one relationship (i.e., a relationship between one name and one IP address), or a one-to-many relationship (i.e., a relationship between one name and multiple IP addresses); if the relation is one-to-many, the load balancing function is achieved.
Step 102: and accessing the addressing server based on the name of the APP server, and determining an IP address corresponding to the name.
In this step, it can be understood that, when the user uses the APP for the first time, the server name of the APP needs to be set, and then the addressing server is accessed based on the name (custom name) of the APP server to obtain the IP address corresponding to the name.
Step 103: and accessing the APP server according to the IP address corresponding to the name.
In this step, it can be understood that the APP attempts to access after acquiring the access address (i.e. the IP address corresponding to the name), and if the access address is successful, the IP address is recorded so as to be directly used by the access later; in the later use process, if the address of the access server fails, the new address is obtained on the address server again; the circulation is carried out, so that the APP server can be conveniently accessed under the condition that the IP address of the server is frequently changed.
In this embodiment, it should be noted that the addressing server implementation method includes:
using a relational database (e.g., mysql), a name-address mapping table is built, the table structure being as follows:
Figure BDA0002831549520000061
provide 2 http interfaces:
1. heartbeat interface, parameters are as follows
svr _ uuid (must): a unique identification number of the server;
svr _ name (must): the name of the server;
addr (optional fill): and if the IP or the domain name of the server is not transmitted, acquiring the current IP according to a TCP/IP protocol.
And (3) feedback: success or failure.
2. And acquiring an interface of the address according to the name, wherein the parameters are as follows:
svr _ name (must): the name of the server;
feedback value: the real address addr of the server.
According to the technical scheme, the addressing method for the APP user to access the dynamic address server can enable the APP client to conveniently address the server with the dynamic IP, and the addressing server is used for recording the name and the IP address of the APP server and the corresponding relation between the name and the IP address of the APP server; thereby, the addressing server is accessed through the name of the APP server, and the IP address corresponding to the name is determined; the APP server is accessed according to the corresponding IP address, and the name and the IP address of the APP server can be recorded by the addressing server, so that the APP server can be accessed conveniently under the condition that the IP address of the server is changed frequently; meanwhile, the corresponding relation between the name and the IP address of the APP server comprises a one-to-many relation, namely a structure that one name corresponds to a plurality of addresses, so that the function of load balancing can be achieved during addressing.
Preferably, conditions are set for the APP access addressing server, such as the actual address of the APP cache access APP server, and the public server (addressing server) is addressed only under the condition that the APP cache access APP server does not exist or cannot be accessed, so that the service load of the public server is greatly reduced.
On the basis of the above embodiment, in this embodiment, the method further includes:
receiving a starting state and an IP address change of an APP server;
when the APP server is started, and/or the IP address of the APP server is changed, and/or within a preset time, determining the IP address change result, and updating the name and the IP address of the APP server recorded currently.
In this embodiment, for example, the server needs to have a heartbeat procedure (reporting the status and IP address of the server to the addressing server), and every time the server is started, or when the address changes, or when an interval (for example, 1 hour) comes, the server will report a new address to the addressing server, and after the addressing server confirms that no error exists, the server will update the new address to the corresponding table.
In this embodiment, it should be noted that, the implementation of the server-side heartbeat program:
every 1 hour interval, or IP address change, accesses the heartbeat interface of the addressing server, passes in the native uuid, and the user-configured name (one automatically generated by default).
According to the technical scheme, the addressing method for the APP user to access the dynamic address server, the name and the IP address of the addressing server and the corresponding relation between the name and the IP address are not manually maintained, when the address of the server is changed, the address server can be actively registered or updated, and the method is more convenient and intelligent.
On the basis of the foregoing embodiment, in this embodiment, the correspondence relationship is a relationship in which one name corresponds to a plurality of IP addresses;
correspondingly, accessing the addressing server based on the name of the APP server, and determining an IP address corresponding to the name specifically includes:
accessing the addressing server based on the name of the APP server, and determining one of a plurality of IP addresses corresponding to the name.
In this embodiment, it can be understood that, a structure is set in which one name corresponds to multiple IP addresses, and in the process of accessing an addressing server, one IP address in the multiple IP addresses corresponding to the name is determined first, that is, one IP address is fed back at random; the APP server tries access, and if the access is successful, the IP address is recorded so as to be directly used by later access; in the later use process, if the address of the access server fails, the new address is obtained on the address server again; and the process is circulated.
On the basis of the above embodiment, in this embodiment, the method further includes:
accessing the APP server according to one of a plurality of IP addresses corresponding to the name;
and if the access fails, re-accessing the addressing server based on the name of the APP server, and determining one IP address in a plurality of IP addresses corresponding to the name until the APP server is successfully accessed.
In this embodiment, it can be understood that the APP server obtains a randomly fed back IP address to attempt access, if the access fails, the address server obtains a new address again, the address server randomly feeds back a new IP address again, and the APP server continues to attempt access until the APP server is successfully accessed.
On the basis of the above embodiment, in this embodiment, the method further includes:
setting two addressing servers or more than two addressing servers; the name and the IP address of the APP server recorded by each addressing server and the corresponding relation between the name and the IP address of the APP server are the same.
In order to better understand the embodiment, the following further describes the content of the embodiment of the present invention, but the present invention is not limited to the following embodiment.
First, 2 public servers are deployed on the internet to record the correspondence between the names and addresses (IP or domain name) of the servers, called addressing servers, and these 2 servers are called addr1 and addr2, and their data (recorded names and addresses) are completely consistent. The name and the address can be in a one-to-one relationship or a one-to-many relationship, and if the name and the address are in a one-to-many relationship, the name and the address play a role in load balancing.
Secondly, when the user uses the APP for the first time, the user needs to set the server name of the APP, the APP accesses one of addr1 or addr2 (if the access fails, the other one is tried to be accessed), acquires an address (IP or domain name) corresponding to the name, and feeds back one address randomly if the name corresponds to a plurality of addresses. After obtaining the access address, the APP tries to access, and if the access address is successful, the APP records the address so as to enable the access to be directly used later. In the later use process, if the access to the server address fails, the new address is obtained again from addr1 or addr 2. And the process is circulated.
Meanwhile, the server needs to have a heartbeat program (reporting the state and address of the server to addr), and each time the server is started, or when the address changes, or at an interval (for example, 1 hour), the server reports a new address to addr1 or addr2, and after the addr confirms that no error exists, the server updates the new address to the corresponding table.
The advantages of the above addressing are:
1. two addressing servers or more than two addressing servers are adopted to provide the addressing service of the APP server, so that the stability (high availability) of the service is ensured;
2. the corresponding relation between the name and the address of the server does not need manual maintenance, and when the address of the server changes, the address is actively registered or updated on the addressing server, so that the method is more convenient and intelligent;
3. the structure that one name corresponds to a plurality of addresses can realize load balance during addressing;
4. the practical address of the APP cache access server is addressed on the public server only under the condition that the APP cache access server does not exist or cannot access the APP cache access server, so that the service load of the public server is greatly reduced
Fig. 2 is a schematic structural diagram of an addressing apparatus for an APP user to access a dynamic address server according to an embodiment of the present invention, and as shown in fig. 2, the addressing apparatus includes: a setting module 201, a determining module 202 and an accessing module 203, wherein:
the setting module 201 is configured to set an addressing server, where the addressing server is configured to record a name and an IP address of an APP server, and a corresponding relationship between the name and the IP address of the APP server; the corresponding relation comprises a relation that one name corresponds to one IP address and/or a relation that one name corresponds to a plurality of IP addresses;
a determining module 202, configured to access the addressing server based on a name of the APP server, and determine an IP address corresponding to the name;
and the access module 203 is configured to access the APP server according to the IP address corresponding to the name.
On the basis of the above embodiment, in this embodiment, the method further includes:
the receiving module is used for receiving the starting state and the IP address change of the APP server;
and the updating module is used for determining the IP address change result and updating the name and the IP address of the APP server recorded currently when the APP server is started, and/or the IP address of the APP server is changed, and/or within the preset time.
On the basis of the foregoing embodiment, in this embodiment, the corresponding relationship in the setting module is a relationship in which one name corresponds to a plurality of IP addresses;
accordingly, the determining module is specifically configured to:
accessing the addressing server based on the name of the APP server, and determining one of a plurality of IP addresses corresponding to the name.
The addressing device for accessing the dynamic address server by the APP user provided by the embodiment of the present invention may be specifically used to execute the addressing method for accessing the dynamic address server by the APP user according to the foregoing embodiment, and the technical principle and the beneficial effects thereof are similar.
Based on the same inventive concept, an embodiment of the present invention provides an electronic device, which specifically includes the following components, with reference to fig. 3: a processor 301, a communication interface 303, a memory 302, and a communication bus 304;
the processor 301, the communication interface 303 and the memory 302 complete mutual communication through the communication bus 304; the communication interface 303 is used for realizing information transmission between related devices such as modeling software, an intelligent manufacturing equipment module library and the like; the processor 301 is used for calling the computer program in the memory 302, and the processor executes the computer program to implement the method provided by the above method embodiments, for example, the processor executes the computer program to implement the following steps: setting an addressing server, wherein the addressing server is used for recording the name and the IP address of an APP server and the corresponding relation between the name and the IP address of the APP server; the corresponding relation comprises a relation that one name corresponds to one IP address and/or a relation that one name corresponds to a plurality of IP addresses; accessing the addressing server based on the name of the APP server, and determining an IP address corresponding to the name; and accessing the APP server according to the IP address corresponding to the name.
Based on the same inventive concept, yet another embodiment of the present invention further provides a non-transitory computer-readable storage medium, on which a computer program is stored, which when executed by a processor is implemented to perform the methods provided by the above method embodiments, for example, setting an addressing server for recording names and IP addresses of APP servers and corresponding relations between the names and the IP addresses of the APP servers; the corresponding relation comprises a relation that one name corresponds to one IP address and/or a relation that one name corresponds to a plurality of IP addresses; accessing the addressing server based on the name of the APP server, and determining an IP address corresponding to the name; and accessing the APP server according to the IP address corresponding to the name.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium, such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods of the various embodiments or some parts of the embodiments.
In addition, in the present invention, terms such as "first" and "second" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature. In the description of the present invention, "a plurality" means at least two, e.g., two, three, etc., unless specifically limited otherwise.
Moreover, in the present invention, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
Furthermore, in the description herein, reference to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. An addressing method for accessing a dynamic address server by an APP user is characterized by comprising the following steps:
setting an addressing server, wherein the addressing server is used for recording the name and the IP address of an APP server and the corresponding relation between the name and the IP address of the APP server; the corresponding relation comprises a relation that one name corresponds to one IP address and/or a relation that one name corresponds to a plurality of IP addresses;
accessing the addressing server based on the name of the APP server, and determining an IP address corresponding to the name;
and accessing the APP server according to the IP address corresponding to the name.
2. The addressing method for the APP user to access the dynamic address server as claimed in claim 1, further comprising:
receiving a starting state and an IP address change of an APP server;
when the APP server is started, and/or the IP address of the APP server is changed, and/or within a preset time, determining the IP address change result, and updating the name and the IP address of the APP server recorded currently.
3. The addressing method for the APP user to access the dynamic address server as claimed in claim 1, wherein the correspondence is a relationship in which one name corresponds to a plurality of IP addresses;
correspondingly, accessing the addressing server based on the name of the APP server, and determining an IP address corresponding to the name specifically includes:
accessing the addressing server based on the name of the APP server, and determining one of a plurality of IP addresses corresponding to the name.
4. The addressing method for the APP user to access the dynamic address server as claimed in claim 3, further comprising:
accessing the APP server according to one of a plurality of IP addresses corresponding to the name;
and if the access fails, re-accessing the addressing server based on the name of the APP server, and determining one IP address in a plurality of IP addresses corresponding to the name until the APP server is successfully accessed.
5. The addressing method for the APP user to access the dynamic address server as claimed in claim 1, further comprising:
setting two addressing servers or more than two addressing servers; the name and the IP address of the APP server recorded by each addressing server and the corresponding relation between the name and the IP address of the APP server are the same.
6. An addressing device for accessing a dynamic address server by an APP user, comprising:
the device comprises a setting module, a processing module and a processing module, wherein the setting module is used for setting an addressing server, and the addressing server is used for recording the name and the IP address of an APP server and the corresponding relation between the name and the IP address of the APP server; the corresponding relation comprises a relation that one name corresponds to one IP address and/or a relation that one name corresponds to a plurality of IP addresses;
the determining module is used for accessing the addressing server based on the name of the APP server and determining an IP address corresponding to the name;
and the access module is used for accessing the APP server according to the IP address corresponding to the name.
7. The APP user access dynamic address server addressing mechanism of claim 6, further comprising:
the receiving module is used for receiving the starting state and the IP address change of the APP server;
and the updating module is used for determining the IP address change result and updating the name and the IP address of the APP server recorded currently when the APP server is started, and/or the IP address of the APP server is changed, and/or within the preset time.
8. The apparatus as claimed in claim 6, wherein said corresponding relationship in said setting module is a relationship in which a name corresponds to a plurality of IP addresses;
accordingly, the determining module is specifically configured to:
accessing the addressing server based on the name of the APP server, and determining one of a plurality of IP addresses corresponding to the name.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the addressing method of the APP user to access the dynamic address server as claimed in any one of claims 1 to 5 when executing the program.
10. A non-transitory computer readable storage medium having stored thereon a computer program, wherein the computer program when executed by a processor implements the addressing method of an APP user to access a dynamic address server as claimed in any one of claims 1 to 5.
CN202011460727.XA 2020-12-11 2020-12-11 Addressing method and device for accessing dynamic address server by APP user Pending CN112689027A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011460727.XA CN112689027A (en) 2020-12-11 2020-12-11 Addressing method and device for accessing dynamic address server by APP user

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011460727.XA CN112689027A (en) 2020-12-11 2020-12-11 Addressing method and device for accessing dynamic address server by APP user

Publications (1)

Publication Number Publication Date
CN112689027A true CN112689027A (en) 2021-04-20

Family

ID=75449355

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011460727.XA Pending CN112689027A (en) 2020-12-11 2020-12-11 Addressing method and device for accessing dynamic address server by APP user

Country Status (1)

Country Link
CN (1) CN112689027A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150334086A1 (en) * 2012-12-27 2015-11-19 Tencent Technology (Shenzhen) Company Limited Method and device for accessing application server
CN106713503A (en) * 2017-02-17 2017-05-24 北京趣拿软件科技有限公司 Method and device for acquiring information of business server in real time
CN110138888A (en) * 2019-04-12 2019-08-16 厦门天锐科技股份有限公司 A kind of product servers network architecture communication method
CN110324423A (en) * 2019-07-08 2019-10-11 深圳市网心科技有限公司 A kind of service registration discovery method, system, equipment and medium
CN111314472A (en) * 2020-02-21 2020-06-19 聚好看科技股份有限公司 Domain name resolution method, domain name resolution server and terminal equipment
CN111953811A (en) * 2020-08-07 2020-11-17 腾讯科技(深圳)有限公司 Site access method, site registration method, device, equipment and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150334086A1 (en) * 2012-12-27 2015-11-19 Tencent Technology (Shenzhen) Company Limited Method and device for accessing application server
CN106713503A (en) * 2017-02-17 2017-05-24 北京趣拿软件科技有限公司 Method and device for acquiring information of business server in real time
CN110138888A (en) * 2019-04-12 2019-08-16 厦门天锐科技股份有限公司 A kind of product servers network architecture communication method
CN110324423A (en) * 2019-07-08 2019-10-11 深圳市网心科技有限公司 A kind of service registration discovery method, system, equipment and medium
CN111314472A (en) * 2020-02-21 2020-06-19 聚好看科技股份有限公司 Domain name resolution method, domain name resolution server and terminal equipment
CN111953811A (en) * 2020-08-07 2020-11-17 腾讯科技(深圳)有限公司 Site access method, site registration method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN103856569B (en) A kind of method and apparatus of synchronous domain name system asset information
US9282141B2 (en) Method and system for loading file in webgame
CN108632367A (en) Account correlating method and information-pushing method
US10530741B2 (en) Configuration services
CN112199197B (en) Server management method and system
EP3035216A1 (en) Cloud bursting a database
CN105262608B (en) Monitoring method and device for network service
US9088462B2 (en) Common web accessible data store for client side page processing
US8856365B2 (en) Computer-implemented method, computer system and computer readable medium
CN108390933B (en) Message distribution method, device, server and storage medium
US20160352559A1 (en) Method and Apparatus For Configuring a Communication System
JP2015079486A (en) System and method to configure field device
CN112565406B (en) Gray release method, gray release system and electronic equipment
CN111258958A (en) Data acquisition method, data providing method and device
US20170155741A1 (en) Server, method, and system for providing service data
CN109889379B (en) Data acquisition method, data acquisition device, management equipment and storage medium
CN113254165B (en) Load flow distribution method and device for virtual machine and container, and computer equipment
CN111506547A (en) Folder loading method, device, equipment and medium
CN114138325A (en) Gray scale publishing method and device
CN112044061B (en) Game picture processing method and device, electronic equipment and storage medium
CN108337280B (en) Resource updating method and device
CN112689027A (en) Addressing method and device for accessing dynamic address server by APP user
CN106790635B (en) Cookie information management method and server
KR101275995B1 (en) Data storing system and data processing method of informational household appliance
CN112804291B (en) Remote equipment auditing method, device and system

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20210420

RJ01 Rejection of invention patent application after publication