CN107222365B - Data processing method and device and server - Google Patents

Data processing method and device and server Download PDF

Info

Publication number
CN107222365B
CN107222365B CN201710427866.4A CN201710427866A CN107222365B CN 107222365 B CN107222365 B CN 107222365B CN 201710427866 A CN201710427866 A CN 201710427866A CN 107222365 B CN107222365 B CN 107222365B
Authority
CN
China
Prior art keywords
domain name
online application
information
port
test environment
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710427866.4A
Other languages
Chinese (zh)
Other versions
CN107222365A (en
Inventor
田熲
赵习武
刘文韬
陈祖德
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Baidu Netcom Science and Technology Co Ltd
Original Assignee
Beijing Baidu Netcom Science and Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Baidu Netcom Science and Technology Co Ltd filed Critical Beijing Baidu Netcom Science and Technology Co Ltd
Priority to CN201710427866.4A priority Critical patent/CN107222365B/en
Publication of CN107222365A publication Critical patent/CN107222365A/en
Application granted granted Critical
Publication of CN107222365B publication Critical patent/CN107222365B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/45Network directories; Name-to-address mapping
    • H04L61/4505Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols
    • H04L61/4511Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols using domain name system [DNS]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Environmental & Geological Engineering (AREA)
  • Computer And Data Communications (AREA)

Abstract

The application discloses a data processing method, a data processing device and a server. One embodiment of the method comprises: after receiving information to be processed containing a domain name sent by a terminal, analyzing the domain name to further determine domain name category information; if the domain name is a general domain name class domain name, determining the online application pointed by the domain name through query information; and sending the information to be processed to the online application, and sending the processing result information of the online application to the terminal. The method and the system can monitor the online access flow and the offline access flow of the service basic platform.

Description

Data processing method and device and server
Technical Field
The present application relates to the field of data processing technologies, in particular to the field of internet technologies, and in particular, to a data processing method, an apparatus, and a server.
Background
With the development of the cloud computing industry, PaaS (Platform-as-a-Service) has also been developed vigorously. For large internet companies, the private PaaS has also become the core service subject of enterprises. PaaS is a business model in which a computing environment, a development environment, and the like are used as one service, and can provide stable services for various services and a development test environment for developers. For an application deployed on PaaS, the request may be forwarded to a container providing Services (here, the container is a data processing environment of the application) after being resolved by BNS (Broadband Network Services, bandwidth Network Services), VIP (Virtual IP Address), and the like, and a processing result is returned. However, for the development test scenario, the application is mainly requested directly by means of an Internet Protocol (IP) PORT (PORT). PORT mode does not access through uniform service domain name, and can not support different function requests of the same service.
When online application on the PaaS is accessed offline, the existing access process is not to access the private PaaS in a domain name mode, but to access the private PaaS in an IP (Internet protocol) PORT mode. In IP, the direct access mode of PORT can not realize the monitoring of the flow and can not support different functions of the same application. These may cause inconsistency of forwarding manners of the online traffic and the offline traffic, and further, the offline traffic cannot be monitored, and the traffic forwarding is lost.
Disclosure of Invention
An embodiment of the present application is to provide a data processing method, an apparatus and a server, so as to solve the technical problems mentioned in the background above.
In a first aspect, an embodiment of the present application provides a data processing method, where the method includes: after receiving information to be processed containing a domain name sent by a terminal, analyzing the domain name to determine domain name class information, wherein the domain name class information is a general domain name or a non-general domain name, and the general domain name class domain name comprises: the system comprises a user-defined domain name field, a service domain name field and a universal domain name suffix, wherein the user-defined domain name field corresponds to a user-defined name of online application, the service domain name field corresponds to a service type of the online application, and the universal domain name suffix is address information of a service basic platform; if the domain name is a general domain name class domain name, determining the online application pointed by the domain name through query information, wherein the query information is used for representing the corresponding relation between the domain name and the online application on a service basic platform; and sending the information to be processed to the online application, and sending the processing result information of the online application to the terminal.
In some embodiments, the parsing the domain name to determine the domain name category information includes: and analyzing the domain name to obtain domain name information, wherein if the domain name information contains a pan domain name suffix, the domain name is a pan domain name, otherwise, the domain name is a non-pan domain name, and the pan domain name is a domain name obtained by extending the pan domain name suffix.
In some embodiments, the domain generic domain name further comprises a functional domain name field, and the functional domain name field corresponds to a functional port of an online application.
In some embodiments, the determining, by querying information, the online application to which the domain name points includes: determining the port type of the online application through the functional domain name field and the service domain name field, wherein the port type of the online application is the type of the functional port of the online application; determining the IP address of the online application through the user-defined domain name field and the service domain name field; and determining an information port of the online application through the user-defined domain name field, the service domain name field and the port type.
In some embodiments, the determining, by querying information, the online application to which the domain name points includes: and if the domain name does not contain the functional domain name field, determining the port type of the online application as a default port type.
In some embodiments, the above method further comprises: receiving online application request information sent by a terminal, wherein the online application request information is used for indicating to call the online application on a service basic platform; creating a test environment of the online application according to the online application request information, and setting an IP address of the test environment and an information port of the test environment for the test environment, wherein the test environment is used for providing an operating condition for the online application; and constructing query information according to the IP address of the test environment and the information port of the test environment, and sending the query information to the terminal.
In some embodiments, the setting the IP address of the test environment and the information port of the test environment for the test environment includes: inquiring service type information and function type information of the online application, wherein the service type information is used for describing the service type of the online application, and the function type information is used for describing the function type of the online application; and setting an information port of a test environment according to the function type information, and setting a self-defined name of the test environment and an IP address of the test environment for the test environment according to the service type information, wherein the self-defined name of the test environment is used for performing distinctive description on the test environment corresponding to the online application of the same service type.
In some embodiments, the constructing query information according to the IP address of the test environment and the information port of the test environment includes: marking the information port of the test environment, the self-defined name of the test environment and the IP address of the test environment as an information port of online application, a self-defined name of the online application and an IP address of the online application; establishing a port query table and an address query table by using the service type of the online application, the functional type of the online application, the self-defined name of the online application, the information port of the online application and the IP address of the online application, wherein the port query table is used for establishing the corresponding relation between the service type of the online application and the functional type of the online application and the port type of the online application, the address query table is used for respectively establishing the corresponding relation between the service type of the online application and the self-defined name of the online application and the IP address of the online application, and the corresponding relation between the service type of the online application, the self-defined name of the online application and the port type of the online application and the information port of the online application, and the port type of the online application is the type of the functional port of the online application; setting a domain name format, and packaging the port query table, the address query table and the domain name format into query information.
In some embodiments, the domain name format includes a custom domain name field, a service domain name field, and a universal domain name suffix, and a positional relationship between the custom domain name field, the service domain name field, and the universal domain name suffix.
In some embodiments, the above-mentioned domain name format includes a custom domain name field, a functional domain name field, a business domain name field, and a universal domain name suffix, and a positional relationship between the custom domain name field, the functional domain name field, the business domain name field, and the universal domain name suffix.
In a second aspect, an embodiment of the present application provides a data processing apparatus, where the apparatus includes: the domain name analyzing device comprises an analyzing unit and a processing unit, wherein the analyzing unit is used for analyzing a domain name to determine domain name type information after receiving information to be processed which is sent by a terminal and contains the domain name, the domain name type information is a general domain name or a non-general domain name, and the general domain name type domain name comprises: the system comprises a user-defined domain name field, a service domain name field and a universal domain name suffix, wherein the user-defined domain name field corresponds to a user-defined name of online application, the service domain name field corresponds to a service type of the online application, and the universal domain name suffix is address information of a service basic platform; the online application searching unit is used for determining the online application pointed by the domain name through query information when the domain name is a general domain name class domain name, wherein the query information is used for representing the corresponding relation between the domain name and the online application on the service basic platform; and the processing unit is used for sending the information to be processed to the online application and sending the processing result information of the online application to the terminal.
In some embodiments, the above apparatus further comprises: an online application request information receiving unit, configured to receive online application request information sent by a terminal, where the online application request information is used to instruct to invoke the online application on a service base platform; a test environment creating unit, configured to create a test environment of the online application according to the online application request information, and set an IP address of the test environment and an information port of the test environment for the test environment, where the test environment is used to provide an operating condition for the online application; and the query information construction unit is used for constructing query information according to the IP address of the test environment and the information port of the test environment and sending the query information to the terminal.
In a third aspect, an embodiment of the present application provides a server, including: one or more processors; a memory for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to perform the data processing method of the first aspect.
In a fourth aspect, an embodiment of the present application provides a computer-readable storage medium, on which a computer program is stored, where the computer program is executed by a processor to implement the data processing method of the first aspect.
According to the data processing method, the device and the server provided by the embodiment of the application, after the online application is found through the domain name of the domain name in the information to be processed sent by the terminal, the information to be processed is sent to the online application, the processing result information obtained by the online application is sent to the terminal, and the data communication between the terminal and the online application on the service basic platform is realized through a domain name mode, so that the server can monitor the online access flow and the offline access flow of the service basic platform.
Drawings
Other features, objects and advantages of the present application will become more apparent upon reading of the following detailed description of non-limiting embodiments thereof, made with reference to the accompanying drawings in which:
FIG. 1 is an exemplary system architecture diagram in which the present application may be applied;
FIG. 2 is a flow diagram of one embodiment of a data processing method according to the present application;
FIG. 3 is a flow diagram of another embodiment of a data processing method according to the present application;
FIG. 4 is a schematic diagram of an application scenario of a data processing method according to the present application;
FIG. 5 is a schematic block diagram of one embodiment of a data processing apparatus according to the present application;
FIG. 6 is a schematic block diagram of another embodiment of a data processing apparatus according to the present application;
FIG. 7 is a block diagram of a computer system suitable for use in implementing a server according to embodiments of the present application.
Detailed Description
The present application will be described in further detail with reference to the following drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the relevant invention and not restrictive of the invention. It should be noted that, for convenience of description, only the portions related to the related invention are shown in the drawings.
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present application will be described in detail below with reference to the embodiments with reference to the attached drawings.
Fig. 1 shows an exemplary system architecture 100 to which embodiments of the data processing method or data processing apparatus of the present application may be applied.
As shown in fig. 1, the system architecture 100 may include terminal devices 101, 102, 103, a network 104, and a server 105. The network 104 serves as a medium for providing communication links between the terminal devices 101, 102, 103 and the server 105. Network 104 may include various connection types, such as wired, wireless communication links, or fiber optic cables, to name a few.
The user can use the terminal apparatuses 101, 102, 103 to interact with the server 105 through the network 104 to transmit information to be processed to the server 105 and receive processing result information and the like. The terminal devices 101, 102, 103 may have installed thereon various data processing applications, such as a web browser application, a shopping-type application, a search-type application, and the like.
The terminal devices 101, 102, 103 may be various electronic devices having a display screen and supporting domain name querying, including but not limited to smart phones, tablet computers, laptop portable computers, desktop computers, and the like.
The server 105 may be a server that provides various services, such as a server that receives information to be processed transmitted from the terminal apparatuses 101, 102, 103, transmits the information to be processed to a corresponding online application, and transmits processing result information of the online application to the terminal apparatuses 101, 102, 103. The server can extract the domain name class domain name from the information to be processed, determine the online application according to the domain name class domain name, send the information to be processed to the online application, and send the processing result information of the online application to the terminal devices 101, 102, and 103.
It should be noted that the data processing method provided in the embodiment of the present application may be executed by the server 105 alone, or may also be executed by the terminal devices 101, 102, and 103 and the server 105 together. Accordingly, the data processing apparatus may be provided in the server 105, or may be provided in the terminal devices 101, 102, and 103.
It should be understood that the number of terminal devices, networks, and servers in fig. 1 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
With continued reference to FIG. 2, a flow 200 of one embodiment of a data processing method according to the present application is shown. The data processing method comprises the following steps:
step 201, after receiving the information to be processed including the domain name sent by the terminal, analyzing the domain name to determine the domain name category information.
In this embodiment, an electronic device (for example, the server 105 shown in fig. 1) on which the data processing method operates may receive information to be processed including a domain name sent by a terminal in a wired connection manner or a wireless connection manner, where the domain name category information is a domain name or a non-domain name. It should be noted that the wireless connection means may include, but is not limited to, a 3G/4G connection, a WiFi connection, a bluetooth connection, a WiMAX connection, a Zigbee connection, a uwb (ultra wideband) connection, and other wireless connection means now known or developed in the future.
When a terminal needs to access an online application on the server 105, information to be processed may be sent to the server 105. The pending information typically includes a domain name, which may indicate an online application to which the pending information corresponds. Generally, the information to be processed received by the server 105 may include two types, the first type is used to directly open a data resource (such as a web page) on the server 105; the second is for invoking an online application on the server 105. Therefore, after receiving the information to be processed, the server 105 needs to resolve the domain name in the information to be processed, and determine which operation needs to be performed on the information to be processed. Therefore, the domain name included in the information to be processed needs to be analyzed, and whether the domain name is a generic domain name or a non-generic domain name is determined. It should be noted that a domain name included in one piece of information to be processed is usually either a domain name class domain name or a non-domain name class domain name.
In some optional implementation manners of this embodiment, the analyzing the domain name to determine the domain name category information may include: and resolving the domain name to obtain domain name information, wherein if the domain name information contains a pan domain name suffix, the domain name is a pan domain name, and otherwise, the domain name is a non-pan domain name. The domain name of the general domain name class is a domain name obtained by extending a general domain name suffix.
Here, the domain name class domain name is a classification of domain names having the same domain name feature (i.e., domain name suffix) using wildcards. Com, for example. Wherein the wildcard "×" comprises at least one domain name field. The general domain name suffix "test.company.com" is located at the end of the domain name for pointing the domain name to a specified network location. The universal domain name suffix in the present application is used to direct a domain name to a service infrastructure platform. Therefore, the domain name can be determined as a domain name class domain name or a non-domain name class domain name according to whether the domain name information contains a domain name suffix. For example, the common domain names https:// www.xxx.com/swd ═ PAAS & i ═ 980509_ pg & ssl _ s ═ 1& ssl _ c ═ ssl72b9a belong to the non-generic domain name class domain names.
In some optional implementations of this embodiment, the generic domain name may include: a custom domain name field, a business domain name field, and a generic domain name suffix. The user-defined domain name field corresponds to a user-defined name of the online application, the service domain name field corresponds to a service type of the online application, and the universal domain suffix is address information of a service basic platform.
As can be seen from the above description of the domain name class domain name, the domain name class domain name is composed of a wildcard character and a domain name suffix. The wildcard can include a plurality of domain name fields, and the number and content of the domain name fields can be set according to actual needs. In this implementation manner, the domain name generic domain name may include: a custom domain name field, a business domain name field, and a generic domain name suffix. For example, the information to be processed includes a generic domain name "d 1.a1.test. company. com". Wherein, "D1" is a custom domain name field; "A1" is a service domain name field; com "is a domain name suffix. The meaning of the generic domain name can be interpreted as: and accessing an online application with a custom name of ' D1 ' and a service type of ' A1 ' on the service basic platform ' test.
In some optional implementations of the embodiment, the domain name may further include a functional domain name field, and the functional domain name field corresponds to a functional port of an online application.
Some online applications provide different functional ports for different users or different functions. Therefore, a functional domain name field can be added to the domain name of the generic domain, and the corresponding functional port can be directly found through the functional domain name field. For example, the information to be processed includes a generic domain name "d 1.fun1.a1.test. company. com". Wherein, "D1" is a custom domain name field; "fun 1" is a functional domain name field; "A1" is a service domain name field; com "is a domain name suffix. The meaning of the generic domain name can be interpreted as: and accessing a function port "fun 1" of the online application with the service type of "A1" and the custom name of "D1" on the service basic platform "test.
It should be noted that the domain name suffix corresponds to a service base platform, other platforms, or a website one to one. Thus, the server 105 can automatically recognize the universal domain suffix corresponding to the business infrastructure platform, other platform, or website running on the server 105 when resolving the domain name.
Step 202, if the domain name is a domain name class domain name, determining the online application pointed by the domain name through query information.
If the domain name included in the to-be-processed information is a domain name of the general domain name class, the server 105 may determine the online application for which the domain name is to be found by querying the information. The query information is used to represent a correspondence between the domain name and the online application on the service infrastructure, and the query information may be stored in the data storage area of the server 105. After the server 105 is started, the query information can be called into the memory, so that the efficiency of data processing can be improved.
In some optional implementation manners of this embodiment, the determining, by querying the information, that the domain name points to the online application may include the following steps:
firstly, determining the port type of the online application through the functional domain name field and the service domain name field.
As can be seen from the above description, the service type of the online application can be determined according to the service domain name field; the functional domain name field may determine a functional port of the online application. Combining the two, the port type of the online application for implementing a certain function can be determined. Wherein, the port type of the online application is the type of the functional port of the online application. It should be noted that it is determined that the port type does not necessarily find the online application corresponding to the information to be processed. Because multiple online applications may exist on the server 105 at the same time, the same type of functional port may exist between the multiple online applications.
And secondly, determining the IP address of the online application through the user-defined domain name field and the service domain name field.
The user-defined domain name field corresponds to a user-defined name of the online application; the service domain name field may determine the service type of the online application. Combining the two, the online application of a certain service type can be determined. When a plurality of online applications of the same service type exist, the online applications can be distinguished by self-defined names. Thus, a unique one of the online applications can be determined and the IP address of the online application can be obtained.
And thirdly, determining an information port of the online application through the user-defined domain name field, the service domain name field and the port type.
After the IP address of the online application is determined by the user-defined domain name field and the service domain name field, the port type related to the functional port is considered, and the information port for sending the information to be processed to the online application can be determined. This is because, when an online application has multiple functions, the server 105 assigns different ports to different functions of the online application for direct access to the functions of the online application.
In some optional implementation manners of this embodiment, the determining, by querying information, that the domain name points to an online application may include: and if the domain name does not contain the functional domain name field, determining the port type of the online application as a default port type.
When the domain name field is not contained in the domain name class domain name, it indicates that the corresponding online application has no specific functional port. At this point, the port type of the online application may be determined to be a default port type. The ports of the default port type are set by the server 105 as needed, and are not described in detail here.
Therefore, the IP address and the information port of the online application corresponding to the information to be processed are found in a domain name generic domain name mode, so that the server 105 can monitor the data traffic of accessing the service basic platform in an offline mode, the server 105 can comprehensively monitor the online access traffic and the offline access traffic, the data traffic is prevented from being lost, and the possibility of realizing the same scheduling of the online access traffic of the server 105 is provided.
Step 203, sending the information to be processed to the online application, and sending the processing result information of the online application to the terminal.
In the above, the online application is found through the domain name included in the information to be processed. After the information to be processed is sent to the online application, the online application processes the information to be processed and sends the obtained processing result information to the terminal. Thus, the processing of the information to be processed sent by the terminal is completed.
In some optional implementations of this embodiment, the method may further include:
firstly, receiving online application request information sent by a terminal.
When the terminal needs to invoke the online application on the service infrastructure platform, it needs to send an online application request message to the server 105. The online application request information is used for indicating to call the online application on the service basic platform.
And secondly, creating a test environment of the online application according to the online application request information, and setting an IP address of the test environment and an information port of the test environment for the test environment.
After receiving the online application request message, server 105 creates a test environment for the online application invoked by the online application request message. To facilitate access to online applications within the test environment, the test environment's IP address and the test environment's information port may be set. In this implementation manner, the test environment is used to provide an operating condition for the online application, and the test environment may be implemented by a virtual machine. When there are multiple identical or similar online applications, multiple containers may be provided in a test environment, each container being considered a relatively independent online application. When multiple test environments exist in the server 105, the multiple test environments may form a test environment cluster.
And thirdly, establishing query information according to the IP address of the test environment and the information port of the test environment, and sending the query information to the terminal.
After the IP address of the test environment and the information port of the test environment are set, in order to facilitate query of the test environment, query information needs to be constructed according to the IP address of the test environment and the information port of the test environment, so as to quickly search the test environment or online application.
After the query information is created, the processing server 105 needs to send the query information to the terminal in addition to storing the query information. When the terminal calls or accesses a certain online application, the path for calling or accessing the online application is determined according to the query information, and then the online application can be directly called or accessed in a domain name mode.
In some optional implementation manners of this embodiment, the setting an IP address of a test environment and an information port of the test environment for the test environment may include the following steps:
firstly, inquiring the service type information and the function type information of the online application.
There are multiple online applications on the service infrastructure platform on the server 105, and these online applications may implement multiple functions, or there may be multiple online applications that implement the same function. In order to facilitate access or call of the online application, the service type information and the function type information of the online application need to be queried first. The service type information is used to describe the service type of the online application, i.e. what data processing the online application is used for. For example, if a certain online application is used to process a picture, the service type of the online application may be a picture processing type. The function type information is used to describe the function type of the online application, i.e. which data processing functions the online application can perform. For example, a certain online application may process characters and may process pictures, and the functions of the online application that can be used by a common user and an administrator are also different. At this time, the function types of the online application may include a word processing function, a picture processing function, a general user function, and an administrator function.
And step two, setting an information port of the test environment according to the function type information, and setting a self-defined name of the test environment and an IP address of the test environment for the test environment according to the service type information.
As can be seen from the above description, each function type corresponds to one function, an information port of a test environment can be set for each function according to the function type information, and the corresponding function of the online application can be called or accessed through the information port of the test environment. Before calling or accessing the online application through the information port, the online application needs to be found, and for this reason, an IP address can be set for the test environment. When there are multiple identical test environments (e.g., multiple terminals calling the same online application at the same time and performing different data processing), custom names may be set for the test environments for ease of distinction. In order to facilitate query and classification of the test environment, the IP address and the custom name can be uniformly set for the test environment through the service type information. The self-defined name of the test environment is used for performing differential description on the test environment corresponding to the online application with the same service type.
In some optional implementation manners of this embodiment, the constructing query information according to the IP address of the test environment and the information port of the test environment may include the following steps:
the first step, the information port of the test environment, the self-defined name of the test environment and the IP address of the test environment are marked as the information port of the online application, the self-defined name of the online application and the IP address of the online application.
When the user calls the online application through the terminal, the domain name contains the related information of the online application, but not the information of the test environment. That is, the test environment is constructed for online application on the service base platform, and the user does not know or need not know on the terminal. In order to facilitate the query of the user, the information port of the test environment, the custom name of the test environment and the IP address of the test environment need to be marked as the information port of the online application, the custom name of the online application and the IP address of the online application.
And secondly, constructing a port query table and an address query table according to the service type of the online application, the functional type of the online application, the self-defined name of the online application, the information port of the online application and the IP address of the online application.
As can be seen from the above description, the online application may include information such as a service type of the online application, a functional type of the online application, a self-defined name of the online application, an information port of the online application, and an IP address of the online application, and a port lookup table and an address lookup table may be established through the information.
As can be seen from the above description, the function category information is used to describe which aspects of data processing can be performed by the online application, and the service type information is used to describe the service type of the online application. The server 105 includes a plurality of types of ports, and the same type of ports can be allocated for the same type of data processing. Therefore, the corresponding relation between the service type of the online application and the functional type of the online application and the port type of the online application can be established, and the port query table is established according to the corresponding relation. That is, in the port lookup table, the service type of the online application and the function type of the online application are combined to determine the port type of the online application. Similarly, the service type of the online application corresponds to an online application, and when there are multiple same online applications (i.e. multiple same test environments, or multiple containers in one test environment), the online applications are distinguished by the custom name. Therefore, the testing environment on a service basic platform can be uniquely determined through the service type of the online application and the custom name of the online application, and the corresponding relation between the service type of the online application and the custom name of the online application and the IP address of the online application can be established. That is, the two pieces of information, the type of service of the online application and the custom name of the online application, combine to determine the IP address of only one online application. Different functions of an online application configure different ports, and thus, in combination with the IP address of the online application and the port type of the online application, the information port of the online application can be determined. The port lookup table is used for establishing a corresponding relationship between a service type of the online application and a functional type of the online application and a port type of the online application, the address lookup table is used for respectively establishing a corresponding relationship between a service type of the online application and a custom name of the online application and an IP address of the online application, and a corresponding relationship between a service type of the online application, a custom name of the online application and a port type of the online application and an information port of the online application, and the port type of the online application is a type of a functional port of the online application.
It should be noted that the above-mentioned manner of constructing the port query table and the address query table through the service type of the online application, the function type of the online application, the user-defined name of the online application, the information port of the online application, and the IP address of the online application is not unique, and other manners may be provided according to actual needs, and are not described in detail herein.
And thirdly, setting a domain name format, and packaging the port query table, the address query table and the domain name format into query information.
The above implementation is that the information port of the online application and the IP address of the online application are searched by the service type of the online application, the function type of the online application, and the self-defined name of the online application, and from the perspective of the server 105, it is necessary to determine which domain name fields correspond to the information of the online application from the domain names. The domain name format is used for determining the corresponding relation between the domain name field and the information. After the domain name format is determined, it can be determined which online application or which information port of the online application is to be accessed by the domain name sent by the terminal.
In some optional implementations of this embodiment, the domain name format may include a custom domain name field, a service domain name field, and a universal domain name suffix, and a position relationship among the custom domain name field, the service domain name field, and the universal domain name suffix.
When the online application has only a default information port or only one port, the specific function may not be selected. At this time, the format of the domain name may be a custom domain name field, a service domain name field, and a general domain name suffix. Wherein, the general domain name suffix is the last domain name field in the domain name information. In this implementation, the domain name format may be set according to the sequence of the user-defined domain name field, the service domain name field, and the suffix of the generic domain name, and the domain name fields in the domain name format are divided by the symbol ". times". For example, "d 1.a1.test. company. com" described above.
In some optional implementations of this embodiment, the domain name format may further include a custom domain name field, a functional domain name field, a service domain name field, and a universal domain name suffix, and a position relationship between the custom domain name field, the functional domain name field, the service domain name field, and the universal domain name suffix.
When a plurality of information ports exist in the online application, a functional domain name field can be added in a domain name format so as to directly inquire the information ports of the online application. Similarly, the domain name format can be set according to the sequence of the user-defined domain name field, the functional domain name field, the service domain name field and the general domain name suffix, and the domain name fields in the domain name format are divided by using the symbol ". times". For example, "d 1.fun1.a1.test. company. com" described above.
After the server 105 extracts the domain name, the server can check that the domain name information of the domain name comprises a plurality of domain name fields, if the domain name information comprises three domain name fields, the meaning of each domain name field is determined according to the format of 'custom domain name field, service domain name field and general domain name suffix', and then the online application is determined through query information; if the domain name comprises four domain name fields, the meaning of each domain name field is determined according to the formats of a user-defined domain name field, a functional domain name field, a service domain name field and a universal domain name suffix, and then the online application is determined through query information.
With continued reference to FIG. 3, a flow 300 of one embodiment of a data processing method according to the present application is shown. The data processing method comprises the following steps:
step 301, sending information to be processed including a domain name to a server.
In this embodiment, an electronic device (for example, the terminal devices 101, 102, and 103 shown in fig. 1) on which the data processing method operates may receive the to-be-processed information sent by the terminal in a wired connection manner or a wireless connection manner, where the to-be-processed information includes a domain name, where the domain name is used to indicate an online application that receives the to-be-processed information. It should be noted that the wireless connection means may include, but is not limited to, a 3G/4G connection, a WiFi connection, a bluetooth connection, a WiMAX connection, a Zigbee connection, a uwb (ultra wideband) connection, and other wireless connection means now known or developed in the future.
When the terminal device 101, 102, 103 accesses or invokes an online application on the service infrastructure running on the server 105, it needs to indicate to the server 105 by the domain name to which online application the information to be processed is to be sent. The domain name includes a plurality of domain name fields in the embodiment shown in fig. 2, and is constructed according to the port lookup table, the address lookup table, and the domain name format. The server 105 can find the online application corresponding to the information to be processed through these domain name fields.
Step 302, receiving processing result information corresponding to the information to be processed sent by the server.
After finding the online application according to the domain name, the server 105 sends the information to be processed to the online application. The online application processes the information to be processed to obtain processing result information, and the server 105 sends the processing result information to the terminal. To this end, data communication with an online application on a business infrastructure platform running on the server 105 via the domain name is completed.
In some optional implementations of this embodiment, the method may further include:
first, online application request information is sent to a server.
The terminal first needs to send online application request information to the server 105 before invoking the online application on the service infrastructure platform. The online application request information is used for indicating to call the online application on the service basic platform.
And secondly, receiving query information corresponding to the online application request information sent by the server.
After receiving the online application request message, the server 105 constructs a test environment and corresponding query information for the online application. The query information includes a port query table, an address query table and a domain name format. The address query table is used for respectively establishing the corresponding relation between the service type of the online application, the self-defined name of the online application and the IP address of the online application, and the corresponding relation between the service type of the online application, the self-defined name of the online application and the port type of the online application and the information port of the online application, wherein the port type of the online application is the type of the functional port of the online application.
After receiving the query information, the terminal devices 101, 102, and 103 may determine the online application to be invoked according to the port lookup table and the address lookup table in the query information, and construct a domain name in a domain name format. When sending information (to-be-processed information) to the online application, the domain name is also encapsulated in the to-be-processed information, and the server 105 finds the corresponding online application according to the domain name included in the to-be-processed information.
With continued reference to fig. 4, fig. 4 is a schematic diagram of an application scenario of the data processing method according to the present embodiment. In the application scenario of fig. 4, after the server resolves the domain name class domain name (such as d1.a1.test.company.com, d1.fun1.a1.test.company.com, and d2.fun3.a1.test.company.com in fig. 4) from the to-be-processed information sent from the terminal, the online application to which the domain name points is determined by querying the information. The generic domain name "d 1.a1.test. company.com" corresponds to the online application in the container 1, and sends the corresponding information to be processed to the information port 8200; the generic domain name "d 1.fun1.a1. test.company.com" corresponds to the online application in the container 1, and sends the corresponding information to be processed to the information port 8201; the domain name class domain name "d 2.fun3.a1. test.company.com" corresponds to an online application in the container 2, and sends corresponding information to be processed to the information port 8300. And then, sending the processing result information corresponding to the information to be processed, which is obtained by the online application, to the corresponding terminal.
In the method provided by the embodiment of the application, after the online application is found by the domain name in the information to be processed sent by the terminal, the information to be processed is sent to the online application, and the processing result information obtained by the online application is sent to the terminal.
With further reference to fig. 5, as an implementation of the method shown in the above figures, the present application provides an embodiment of a data processing apparatus, which corresponds to the embodiment of the method shown in fig. 2, and which can be applied in various electronic devices.
As shown in fig. 5, the data processing apparatus 500 of the present embodiment may include: a parsing unit 501, an online application lookup unit 502 and a processing unit 503. The analyzing unit 501 is configured to, after receiving information to be processed including a domain name sent by a terminal, analyze the domain name to determine domain name category information, where the domain name category information is a generic domain name or a non-generic domain name; the online application searching unit 502 is configured to determine, when the domain name is a domain name of the general domain name class, an online application to which the domain name points, through query information, where the query information is used to represent a correspondence between the domain name and the online application on the service infrastructure; the processing unit 503 is configured to send the information to be processed to the online application, and send processing result information of the online application to the terminal.
In some optional implementations of this embodiment, the parsing unit 501 may include: and analyzing the domain name to obtain domain name information, wherein if the domain name information contains a pan domain name suffix, the domain name is a pan domain name, otherwise, the domain name is a non-pan domain name, and the pan domain name is a domain name obtained by extending the pan domain name suffix.
In some optional implementations of this embodiment, the generic domain name may include: the system comprises a user-defined domain name field, a service domain name field and a universal domain name suffix, wherein the user-defined domain name field corresponds to a user-defined name of the online application, the service domain name field corresponds to a service type of the online application, and the universal domain name suffix is address information of a service basic platform.
In some optional implementations of this embodiment, the domain name further includes a functional domain name field, and the functional domain name field corresponds to a functional port of an online application.
In some optional implementations of this embodiment, the online application searching unit 502 may include: a port type determination subunit (not shown in the figure), an IP address determination subunit (not shown in the figure), and an information port determination subunit (not shown in the figure). The port type determining subunit is configured to determine a port type of an online application through the functional domain name field and the service domain name field, where the port type of the online application is a type of a functional port of the online application; the IP address determining subunit is used for determining the IP address of the online application through the user-defined domain name field and the service domain name field; the information port determining subunit is used for determining the information port of the online application through the self-defined domain name field, the service domain name field and the port type.
In some optional implementations of this embodiment, the online application search unit 502 includes: and if the domain name does not contain the functional domain name field, determining the port type of the online application as a default port type.
In some optional implementations of this embodiment, the data processing apparatus 500 may further include: an online application request information receiving unit (not shown in the figure), a test environment creating unit (not shown in the figure), and a query information constructing unit (not shown in the figure). The online application request information receiving unit is used for receiving online application request information sent by a terminal, and the online application request information is used for indicating to call the online application on a service basic platform; the test environment creating unit is used for creating a test environment of the online application according to the online application request information, and setting an IP address of the test environment and an information port of the test environment for the test environment, wherein the test environment is used for providing an operating condition for the online application; the query information construction unit is used for constructing query information according to the IP address of the test environment and the information port of the test environment, and sending the query information to the terminal.
In some optional implementations of this embodiment, the test environment creating unit may include: an information query subunit (not shown in the figure) and an information setting subunit (not shown in the figure). The information inquiry subunit is used for inquiring the service type information and the function type information of the online application, wherein the service type information is used for describing the service type of the online application, and the function type information is used for describing the function type of the online application; the information setting subunit is configured to set an information port of the test environment according to the function type information, and set a custom name of the test environment and an IP address of the test environment for the test environment according to the service type information, where the custom name of the test environment is used to perform differential description on the test environment corresponding to the online application of the same service type.
In some optional implementation manners of this embodiment, the query information constructing unit may include: a flag subunit (not shown in the figure), a look-up table setting subunit (not shown in the figure), and a query information constructing subunit (not shown in the figure). The marking subunit is used for marking the information port of the test environment, the self-defined name of the test environment and the IP address of the test environment as the information port of the online application, the self-defined name of the online application and the IP address of the online application; the query table setting subunit is used for establishing a port query table and an address query table according to the service type of the online application, the function type of the online application, the self-defined name of the online application, the information port of the online application and the IP address of the online application, wherein the port query table is used for establishing the corresponding relationship between the service type of the online application and the function type of the online application and the port type of the online application, the address query table is used for respectively establishing the corresponding relationship between the service type of the online application and the IP address of the online application, and the corresponding relationship between the service type of the online application, the self-defined name of the online application and the port type of the online application and the information port of the online application, and the port type of the online application is the type of the function port of the online application; the query information construction subunit is used for setting a domain name format and packaging the port query table, the address query table and the domain name format into query information.
In some optional implementations of this embodiment, the domain name format includes a custom domain name field, a service domain name field, and a universal domain name suffix, and a position relationship among the custom domain name field, the service domain name field, and the universal domain name suffix.
In some optional implementations of this embodiment, the domain name format includes a custom domain name field, a functional domain name field, a service domain name field, and a universal domain name suffix, and a position relationship among the custom domain name field, the functional domain name field, the service domain name field, and the universal domain name suffix.
With further reference to fig. 6, as an implementation of the methods shown in the above-mentioned figures, the present application provides an embodiment of a data processing apparatus, which corresponds to the embodiment of the method shown in fig. 3, and which is particularly applicable to various electronic devices.
As shown in fig. 6, the data processing apparatus 600 of the present embodiment may include: a transmitting unit 601 and a receiving unit 602. The sending unit 601 is configured to send to-be-processed information including a domain name to a server. The receiving unit 602 is configured to receive processing result information corresponding to information to be processed sent by a server.
In some optional implementations of this embodiment, the data processing apparatus 600 may further include a request information sending unit (not shown in the figure) and a query information receiving unit (not shown in the figure). The request information sending unit is used for sending online application request information to the server; the query information receiving unit is used for receiving query information which is sent by the server and corresponds to the online application request information.
The present embodiment further provides a server, including: one or more processors; a memory for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to perform the data processing method.
The present embodiment also provides a computer-readable storage medium on which a computer program is stored, which when executed by a processor implements the data processing method described above.
Referring now to FIG. 7, shown is a block diagram of a computer system 700 suitable for use in implementing a server according to embodiments of the present application. The server shown in fig. 7 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present application.
As shown in fig. 7, the computer system 700 includes a Central Processing Unit (CPU)701, which can perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM)702 or a program loaded from a storage section 708 into a Random Access Memory (RAM) 703. In the RAM 703, various programs and data necessary for the operation of the system 700 are also stored. The CPU 701, the ROM 702, and the RAM 703 are connected to each other via a bus 704. An input/output (I/O) interface 705 is also connected to bus 704.
The following components are connected to the I/O interface 705: an input portion 706 including a keyboard, a mouse, and the like; an output section 707 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage section 708 including a hard disk and the like; and a communication section 709 including a network interface card such as a LAN card, a modem, or the like. The communication section 709 performs communication processing via a network such as the internet. A drive 710 is also connected to the I/O interface 705 as needed. A removable medium 711 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 710 as necessary, so that a computer program read out therefrom is mounted into the storage section 708 as necessary.
In particular, according to an embodiment of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program can be downloaded and installed from a network through the communication section 709, and/or installed from the removable medium 711. The computer program, when executed by a Central Processing Unit (CPU)701, performs the above-described functions defined in the method of the present application.
It should be noted that the computer readable medium mentioned above in the present application may be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present application, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In this application, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described in the embodiments of the present application may be implemented by software or hardware. The described units may also be provided in a processor, and may be described as: a processor includes a parsing unit, an online application lookup unit, and a processing unit. Where the names of these elements do not in some cases constitute a limitation on the elements themselves, for example, a resolution element may also be described as a "element for resolving a domain name".
As another aspect, the present application also provides a computer-readable medium, which may be contained in the apparatus described in the above embodiments; or may be present separately and not assembled into the device. The computer readable medium carries one or more programs which, when executed by the apparatus, cause the apparatus to: after receiving information to be processed containing a domain name sent by a terminal, analyzing the domain name to determine domain name class information, wherein the domain name class information is a general domain name or a non-general domain name; if the domain name is a general domain name class domain name, determining the online application pointed by the domain name through query information, wherein the query information is used for representing the corresponding relation between the domain name and the online application on a service basic platform; and sending the information to be processed to the online application, and sending the processing result information of the online application to the terminal.
The above description is only a preferred embodiment of the application and is illustrative of the principles of the technology employed. It will be appreciated by those skilled in the art that the scope of the invention herein disclosed is not limited to the particular combination of features described above, but also encompasses other arrangements formed by any combination of the above features or their equivalents without departing from the spirit of the invention. For example, the above features may be replaced with (but not limited to) features having similar functions disclosed in the present application.

Claims (11)

1.A method of data processing, the method comprising:
after receiving information to be processed containing a domain name sent by a terminal, analyzing the domain name to determine domain name category information, wherein the domain name category information is a general domain name or a non-general domain name, and the general domain name category comprises: the system comprises a user-defined domain name field, a service domain name field and a universal domain name suffix, wherein the user-defined domain name field corresponds to a user-defined name of the online application, the service domain name field corresponds to a service type of the online application, and the universal domain name suffix is address information of a service basic platform;
if the domain name is a generic domain name, the generic domain name further comprises a functional domain name field, and the functional domain name field corresponds to a functional port of an online application, determining the online application to which the domain name points by querying information, comprising: determining the port type of the online application through the functional domain name field and the service domain name field, wherein the port type of the online application is the type of the functional port of the online application; determining an IP address of the online application through the user-defined domain name field and the service domain name field; determining an information port of the online application through the user-defined domain name field, the service domain name field and the port type, wherein the query information is used for representing the corresponding relation between the domain name and the online application on the service basic platform;
and sending the information to be processed to the online application, and sending the processing result information of the online application to the terminal.
2. The method of claim 1, wherein resolving the domain name to determine domain name class information comprises:
and analyzing the domain name to obtain domain name information, wherein if the domain name information contains a pan domain name suffix, the domain name is a pan domain name class domain name, otherwise, the domain name is a non-pan domain name class domain name, and the pan domain name class domain name is a domain name obtained by pan domain name suffix extension.
3. The method of claim 1, wherein the determining the online application to which the domain name points by querying information further comprises:
and if the domain name does not contain the functional domain name field, determining that the port type of the online application is a default port type.
4. The method of claim 1, further comprising:
receiving online application request information sent by a terminal, wherein the online application request information is used for indicating to call the online application on a service basic platform;
establishing a test environment of the online application according to the online application request information, and setting an IP address of the test environment and an information port of the test environment for the test environment, wherein the test environment is used for providing an operating condition for the online application;
and constructing query information according to the IP address of the test environment and the information port of the test environment, and sending the query information to the terminal.
5. The method of claim 4, wherein the setting the IP address of the test environment and the information port of the test environment for the test environment comprises:
inquiring service type information and function type information of the online application, wherein the service type information is used for describing the service type of the online application, and the function type information is used for describing the function type of the online application;
and setting an information port of a test environment according to the function type information, and setting a self-defined name of the test environment and an IP address of the test environment for the test environment according to the service type information, wherein the self-defined name of the test environment is used for performing distinctive description on the test environment corresponding to the online application of the same service type.
6. The method of claim 5, wherein constructing query information according to the IP address of the test environment and the information port of the test environment comprises:
marking the information port of the test environment, the self-defined name of the test environment and the IP address of the test environment as an information port of online application, a self-defined name of the online application and an IP address of the online application;
establishing a port query table and an address query table through the service type of the online application, the functional type of the online application, the self-defined name of the online application, the information port of the online application and the IP address of the online application, wherein the port query table is used for establishing the corresponding relation between the service type of the online application and the functional type of the online application and the port type of the online application, the address query table is used for respectively establishing the corresponding relation between the service type of the online application and the self-defined name of the online application and the IP address of the online application, and the corresponding relation between the service type of the online application, the self-defined name of the online application and the port type of the online application and the information port of the online application, and the port type of the online application is the type of the functional port of the online application;
setting a domain name format, and packaging the port query table, the address query table and the domain name format into query information.
7. The method of claim 6, wherein the domain name format comprises a custom domain name field, a business domain name field, and a universal domain name suffix, and a positional relationship between the custom domain name field, the business domain name field, and the universal domain name suffix.
8. The method of claim 6, wherein the domain name format comprises a custom domain name field, a functional domain name field, a business domain name field, and a universal domain name suffix, and a positional relationship between the custom domain name field, the functional domain name field, the business domain name field, and the universal domain name suffix.
9. A data processing apparatus, characterized in that the apparatus comprises:
the domain name analyzing device comprises an analyzing unit and a processing unit, wherein the analyzing unit is used for analyzing a domain name after receiving information to be processed containing the domain name sent by a terminal so as to determine domain name class information, the domain name class information is a general domain name class domain name or a non-general domain name class domain name, and the general domain name class domain name comprises: the system comprises a user-defined domain name field, a service domain name field and a universal domain name suffix, wherein the user-defined domain name field corresponds to a user-defined name of the online application, the service domain name field corresponds to a service type of the online application, and the universal domain name suffix is address information of a service basic platform;
the online application searching unit is used for determining the online application pointed by the domain name through query information when the domain name is a general domain name class domain name, wherein the query information is used for representing the corresponding relation between the domain name and the online application on the service basic platform;
the processing unit is used for sending the information to be processed to the online application and sending the processing result information of the online application to the terminal;
the domain name of the general domain also comprises a functional domain name field, and the functional domain name field corresponds to a functional port of online application;
the device further comprises:
the online application request information receiving unit is used for receiving online application request information sent by a terminal, and the online application request information is used for indicating and calling the online application on a service basic platform;
a test environment creating unit, configured to create a test environment of the online application according to the online application request information, and set an IP address of the test environment and an information port of the test environment for the test environment, where the test environment is used to provide an operating condition for the online application;
and the query information construction unit is used for constructing query information according to the IP address of the test environment and the information port of the test environment and sending the query information to the terminal.
10. A server, comprising:
one or more processors;
a memory for storing one or more programs,
the one or more programs, when executed by the one or more processors, cause the one or more processors to perform the method of any of claims 1-8.
11. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1 to 8.
CN201710427866.4A 2017-06-08 2017-06-08 Data processing method and device and server Active CN107222365B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710427866.4A CN107222365B (en) 2017-06-08 2017-06-08 Data processing method and device and server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710427866.4A CN107222365B (en) 2017-06-08 2017-06-08 Data processing method and device and server

Publications (2)

Publication Number Publication Date
CN107222365A CN107222365A (en) 2017-09-29
CN107222365B true CN107222365B (en) 2021-03-16

Family

ID=59948432

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710427866.4A Active CN107222365B (en) 2017-06-08 2017-06-08 Data processing method and device and server

Country Status (1)

Country Link
CN (1) CN107222365B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109040346B (en) * 2018-10-30 2021-08-13 深信服科技股份有限公司 Method, device and equipment for screening effective domain names in extensive domain name resolution
CN112242933A (en) * 2019-07-16 2021-01-19 贵州白山云科技股份有限公司 TCPCOPY test method, device, medium and equipment
CN111464380B (en) * 2020-03-19 2022-02-08 时时同云科技(成都)有限责任公司 Method, device and system for parallel testing of multiple service items

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102821000A (en) * 2012-09-14 2012-12-12 乐视网信息技术(北京)股份有限公司 Method for improving usability of PaaS platform
CN106302842A (en) * 2015-05-21 2017-01-04 阿里巴巴集团控股有限公司 A kind of domain name analytic method, Apparatus and system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106470191B (en) * 2015-08-19 2019-12-10 国基电子(上海)有限公司 system, method and device for filtering HTTPS transmission content

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102821000A (en) * 2012-09-14 2012-12-12 乐视网信息技术(北京)股份有限公司 Method for improving usability of PaaS platform
CN106302842A (en) * 2015-05-21 2017-01-04 阿里巴巴集团控股有限公司 A kind of domain name analytic method, Apparatus and system

Also Published As

Publication number Publication date
CN107222365A (en) 2017-09-29

Similar Documents

Publication Publication Date Title
US11095711B2 (en) DNS Resolution of internal tenant-specific domain addresses in a multi-tenant computing environment
CN109150978B (en) Method and device for debugging micro service
WO2021057889A1 (en) Data processing method and apparatus, electronic device, and storage medium
CN108494860B (en) WEB access system, WEB access method and device for client
CN107222365B (en) Data processing method and device and server
CN110471848B (en) Method and device for dynamically returning message
CN109327559B (en) Domain name resolution method and device based on hybrid cloud platform
CN111045833A (en) Interface calling method and device
CN115516840A (en) Information processing method, device, system, medium, chip and program
CN113014681A (en) Network card binding method and device of multi-network card server, electronic equipment and storage medium
CN114301990A (en) Node scheduling method, device and storage medium based on content distribution network
CN111726400A (en) Reverse connection method, device and server-side system
KR20090022341A (en) Ubiquitous web service gateway and method
CN112104640A (en) Data processing method, device and equipment of gateway and readable storage medium
CN109471713B (en) Method and device for inquiring information
CN108632200B (en) Data transmission method and device
CN111614792B (en) Transparent transmission method, system, server, electronic device and storage medium
CN110572394B (en) Access control method and device
CN109005250B (en) Method and device for accessing server
CN113778499A (en) Method, device, equipment and computer readable medium for publishing service
CN111262779A (en) Method, device, server and system for acquiring data in instant messaging
CN108696557B (en) Information processing system, method and device
CN110855782B (en) Service calling system, method, electronic equipment and readable storage medium
CN113992641A (en) Data processing method, device, equipment and storage medium
CN114650271B (en) Global load DNS neighbor site learning method and device

Legal Events

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