CN111062011A - Client registration method and related device - Google Patents

Client registration method and related device Download PDF

Info

Publication number
CN111062011A
CN111062011A CN201911088592.6A CN201911088592A CN111062011A CN 111062011 A CN111062011 A CN 111062011A CN 201911088592 A CN201911088592 A CN 201911088592A CN 111062011 A CN111062011 A CN 111062011A
Authority
CN
China
Prior art keywords
client
grouping
information
registration
feature
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
CN201911088592.6A
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 Inspur Data Technology Co Ltd
Original Assignee
Beijing Inspur Data 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 Inspur Data Technology Co Ltd filed Critical Beijing Inspur Data Technology Co Ltd
Priority to CN201911088592.6A priority Critical patent/CN111062011A/en
Publication of CN111062011A publication Critical patent/CN111062011A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/45Structures or tools for the administration of authentication
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/1066Session management
    • H04L65/1073Registration or de-registration

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Multimedia (AREA)
  • Business, Economics & Management (AREA)
  • General Business, Economics & Management (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application discloses a client registration method, which comprises the following steps: judging whether a registration request sent by a client contains a grouping feature code or not; when the registration request does not contain the grouping feature code, sending a feature information acquisition request to the client so that the client can return feature information conveniently; grouping the clients according to the received characteristic information and the registration request to obtain grouping information; and sending the grouping information to the client so as to complete the registration operation of the client. When the registration request does not contain the grouping feature code, the client is subjected to grouping registration according to the feature information of the client, so that the grouping registration of the client is more consistent with the actual scene, the later change is avoided, and the use efficiency of the client is improved. The application also discloses a client registration device, a server and a computer readable storage medium, which have the beneficial effects.

Description

Client registration method and related device
Technical Field
The present application relates to the field of computer technologies, and in particular, to a client registration method, a client registration apparatus, a server, and a computer-readable storage medium.
Background
With the continuous development of information technology, cloud computing technology is applied in different technical scenes. With the wide application, the requirements of scale, integration and unification of the cloud computing technology are continuously strengthened. On the premise of the technical requirement, as the update iteration of the software is continuously accelerated, a unified management software with comprehensive functions and simple operation is required in practical application. Therefore, the prior art generally adopts spacewalk to manage the software. The software is open-source system management software and can manage software package upgrading and remote operation commands of the linux system.
In the prior art, when client software is registered based on spacewalk software, a corresponding grouping feature code needs to be manually assigned to a client, and the client can be registered in a user group or a group corresponding to the grouping feature code and execute subsequent operations, such as accessing a configured software package source, when the client is registered. As can be seen, in the prior art, the server is generally subjected to group registration in a manner of manually specifying the group feature code, or the client is subjected to group registration through the default group feature code. However, when the method is applied to a cluster with a large device scale and basically similar application scenarios, on one hand, the efficiency of packet registration is low, and on the other hand, a large number of repeated operations need to be manually executed in the client, which causes the problems of extremely low efficiency and extremely high cost. When the modification is carried out, the grouping can be carried out only according to the grouping feature codes of the numbers, so that the later modification can be carried out only by modifying the grouping feature codes, the efficiency is low, and the user experience is not high.
Therefore, how to improve the efficiency of packet registration of the client in the server is a key issue of attention for those skilled in the art.
Disclosure of Invention
The application aims to provide a client registration method, a client registration device, a server and a computer readable storage medium, when a registration request does not contain a group feature code, the client is subjected to group registration according to the feature information of the client, so that the group registration of the client is more in line with an actual scene, later change is avoided, and the use efficiency of the client is improved.
In order to solve the above technical problem, the present application provides a client registration method, including:
judging whether a registration request sent by a client contains a grouping feature code or not;
when the registration request does not contain the grouping feature code, sending a feature information acquisition request to the client so that the client can return feature information conveniently;
grouping the clients according to the received characteristic information and the registration request to obtain grouping information;
and sending the grouping information to the client so as to complete the registration operation of the client.
Optionally, the method further includes:
when the registration request contains the grouping feature code, grouping the client according to the grouping feature code to obtain grouping information;
and sending the grouping information to the client.
Optionally, performing a grouping operation on the client according to the received feature information and the registration request to obtain grouping information, where the grouping operation includes:
performing feature matching on the existing packet according to the received feature information to obtain a target packet;
and distributing the client to the target group according to the registration information to obtain the group information.
Optionally, performing a grouping operation on the client according to the received feature information and the registration request to obtain grouping information, where the grouping operation includes:
carrying out classification operation according to the received characteristic information and the characteristic information to be classified to obtain a new group;
and distributing the client to the new group according to the registration information to obtain the group information.
The present application further provides a client registration apparatus, including:
the registration request judging module is used for judging whether the registration request sent by the client contains the grouping feature code;
a feature information obtaining module, configured to send a feature information obtaining request to the client when the registration request does not include the group feature code, so that the client returns feature information;
the client grouping module is used for grouping the clients according to the received characteristic information and the registration request to obtain grouping information;
and the grouping information returning module is used for sending the grouping information to the client so as to complete the registration operation of the client.
Optionally, the method further includes:
the feature code grouping module is used for grouping the client according to the grouping feature codes to obtain grouping information when the registration request contains the grouping feature codes;
and the grouping information returning module is used for sending the grouping information to the client.
Optionally, the client grouping module includes:
the grouping matching unit is used for carrying out characteristic matching on the existing grouping according to the received characteristic information to obtain a target grouping;
and the first registration unit is used for distributing the client to the target group according to the registration information to obtain the group information.
Optionally, the client grouping module includes:
the characteristic grouping unit is used for carrying out classification operation according to the received characteristic information and the characteristic information to be classified to obtain a new group;
and the second registration unit is used for distributing the client to the new group according to the registration information to obtain the group information.
The present application further provides a server, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the client registration method as described above when executing the computer program.
The present application also provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the client registration method as described above.
The application provides a client registration method, which comprises the following steps: judging whether a registration request sent by a client contains a grouping feature code or not; when the registration request does not contain the grouping feature code, sending a feature information acquisition request to the client so that the client can return feature information conveniently; grouping the clients according to the received characteristic information and the registration request to obtain grouping information; and sending the grouping information to the client so as to complete the registration operation of the client.
Whether the registration request contains the grouping feature codes or not is judged firstly, when the registration request does not contain the grouping feature codes, corresponding grouping registration can be executed on the client through the feature information of the client, namely, the feature information acquisition request is sent to the client, and the client is subjected to grouping registration according to the received feature information, so that the grouping feature codes are not specified in the grouping registration process of the client, more labor cost is avoided being added in the grouping registration process, the grouping registration efficiency is improved, the grouping registration of the client is more consistent with an actual scene, later-stage change is avoided, and the use efficiency of the client is improved.
The present application further provides a client registration apparatus, a server, and a computer-readable storage medium, which have the above beneficial effects, and are not described herein again.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a client registration method according to an embodiment of the present disclosure;
fig. 2 is a schematic structural diagram of a client registration apparatus according to an embodiment of the present disclosure.
Detailed Description
The core of the application is to provide a client registration method, a client registration device, a server and a computer readable storage medium, when a registration request does not contain a group feature code, the client is subjected to group registration according to the feature information of the client, so that the group registration of the client is more in line with an actual scene, later-stage change is avoided, and the use efficiency of the client is improved.
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. 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 application.
In the prior art, when client software is registered based on spacewalk software, a corresponding grouping feature code needs to be manually assigned to a client, and the client can be registered in a user group or a group corresponding to the grouping feature code and execute subsequent operations, such as accessing a configured software package source, when the client is registered. As can be seen, in the prior art, the server is generally subjected to group registration in a manner of manually specifying the group feature code, or the client is subjected to group registration through the default group feature code. However, when the method is applied to a cluster with a large device scale and basically similar application scenarios, on one hand, the efficiency of packet registration is low, and on the other hand, a large number of repeated operations need to be manually executed in the client, which causes the problems of extremely low efficiency and extremely high cost. When the modification is carried out, the grouping can be carried out only according to the grouping feature codes of the numbers, so that the later modification can be carried out only by modifying the grouping feature codes, the efficiency is low, and the user experience is not high.
Therefore, the application provides a client registration method, by judging whether the registration request does not contain the grouping feature code or not, when the registration request does not contain the grouping feature code, corresponding grouping registration can be executed on the client through the feature information of the client, namely, the feature information acquisition request is sent to the client, and the client is subjected to grouping registration according to the received feature information, so that the grouping feature code is not specified in the process of carrying out the grouping registration on the client, more labor cost is avoided being added in the process of the grouping registration, the efficiency of the grouping registration is improved, the grouping registration of the client is more accordant with the actual scene, later change is avoided, and the use efficiency of the client is improved.
Referring to fig. 1, fig. 1 is a flowchart illustrating a client registration method according to an embodiment of the present disclosure.
In this embodiment, the method may include:
s101, judging whether a registration request sent by a client contains a grouping feature code; if not, executing S102; if yes, executing S105;
this step is intended to determine whether the received registration request sent by the client contains a packet signature.
The embodiment is mainly used for registering the client in the server, that is, receiving and processing a registration request sent by the server. The registration request is generally registration information sent by the client to the server. The group signature is generally a signature designated by a technician when the client performs an operation, and is used for allocating the client to a corresponding group according to the group signature when the server receives a registration request containing the group signature.
Therefore, in the prior art, in the process of registering the client by using the group feature code, a technician is required to operate the corresponding group feature code in the client. When the client is in a scene with a large number of clients, a technician is required to perform a large number of repeated operations in the client to perform registration operations on the client in the server. Not only the efficiency of registration is lower, still can waste a large amount of human costs.
Therefore, in the embodiment, when the client performs the registration operation, the registration request that does not include the packet feature code may be operated. In other words, the corresponding grouping feature code is not required to be specified when the client registers, so that the client is prevented from being operated by a large amount of labor cost or other operation steps.
S102, when the registration request does not contain the grouping feature code, sending a feature information acquisition request to the client so that the client can return feature information;
on the basis of S101, this step is intended to send a feature acquisition request to the client when the registration request does not contain the group feature code, so that the client returns client feature information to the server when receiving the request. And then automatically grouping the clients according to the characteristic information through subsequent steps.
Further, the characteristic information in this step may be different client information selected as the characteristic information according to different actual application environments. Furthermore, the method can also group the clients according to the hardware condition, namely, the clients return the system information. Furthermore, in order to enable the client to deal with the actual application condition in a grouping manner, the user behavior information of the client can be acquired, and the client returns the user behavior information to the server. Further, it is also conceivable that system information and user behavior information of the client may be acquired.
The acquired system information may be an operating system, a host name, an IP address, a special file, mutual trust information, installed software, and hardware information. The user behavior information mainly refers to user behavior data such as commands frequently used by the user and services used by the client.
And the client side performs the characteristic information acquisition operation according to the received different characteristic information acquisition requests. The specific obtaining operation may be any one of obtaining operations provided in the prior art, and is not specifically limited herein.
S103, grouping the clients according to the received characteristic information and the registration request to obtain grouping information;
on the basis of S102, this step is intended to perform grouping operation on the clients according to the received feature information and the registration request, resulting in grouping information. That is, the grouping of the client is determined according to the characteristic information, then the client is registered under the grouping according to the registration request, and finally the registered grouping information is obtained.
Specifically, since the server already obtains the feature information about the client at this time, the client may be subjected to a certain grouping operation according to the feature information. The client may be assigned to an existing group. Or classifying according to the characteristic information and other characteristic information to be grouped to obtain a corresponding new group. Therefore, the client can be distributed to the corresponding groups no matter what grouping mode is adopted, the client is not grouped by adopting the mode of grouping the characteristic codes, and the operation of the client by adopting excessive labor cost is avoided. Meanwhile, the registration efficiency of the client is improved, and the labor cost and the time cost are reduced.
It is contemplated that this step may include the following two alternatives.
Optionally, this step may include:
performing characteristic matching on the existing packet according to the received characteristic information to obtain a target packet;
and distributing the client to the target group according to the registration information to obtain group information.
It can be seen that, in this alternative scheme, the client is mainly matched with the existing group according to the feature information to obtain the target group, and then the client is allocated to the target group according to the registration information to obtain the group information. Namely, the existing characteristic information is adopted for the classification matching process.
Optionally, this step may include:
carrying out classification operation according to the received characteristic information and the characteristic information to be classified to obtain a new group;
and allocating the client to the new group according to the registration information to obtain group information.
Therefore, in the alternative scheme, classification operation is mainly performed according to the feature information and the feature information to be classified to obtain a new group. That is, all the feature information is reclassified to obtain a plurality of groups. Wherein, a new packet corresponding to the characteristic information of the client is included. At this time, the client is allocated to the new packet.
And S104, sending the grouping information to the client so as to complete the registration operation of the client.
On the basis of S103, this step is intended to send the grouping information to the client so as to complete the registration operation of the client.
It is conceivable that, on the basis of grouping each client according to the characteristic information, each client may be regrouped according to the characteristic information in a later-performed process, or a new grouping information system may be established. If manual operations are also required in the prior art to complete the grouping operation. Therefore, the method and the device can also improve the efficiency of maintaining the client terminal in the later period and reduce the maintenance cost.
In addition, the present embodiment may further include:
s105, when the registration request contains the grouping feature code, grouping the client according to the grouping feature code to obtain grouping information;
and S106, sending the grouping information to the client.
In summary, in the embodiment, whether the registration request includes no packet feature code is determined first, and when the registration request does not include a packet feature code, corresponding packet registration may be performed on the client through the feature information of the client, that is, a feature information acquisition request is sent to the client, and the client is subjected to packet registration according to the received feature information, so that the packet feature code may not be specified in the process of performing packet registration on the client, thereby avoiding an increase in labor cost in the process of performing packet registration, improving the efficiency of packet registration, making the packet registration of the client better conform to an actual scene, avoiding a later change, and improving the use efficiency of the client.
A client registration method provided in the present application is further described below by another specific embodiment.
In this embodiment, the method may include:
step 1, based on the method that the client is registered by the spacewalk through the grouping feature codes, the relevance of the group and the grouping feature codes is improved, and the client can not select the group to register when registering;
step 2, obtaining the characteristic information (including an operating system, a host name, installed software and the like) of the client by sending a characteristic information obtaining request to the client, and automatically matching the corresponding groups or user classifications; analyzing and refining the characteristic information of the client, and inducing to obtain a characteristic value;
and step 3, feeding back the grouping information to the client.
The method comprises the steps that when a client side performs registration, a packet feature code is not used for registration, after a server side receives registration information, the client side is divided into a 'most recently registered' packet temporarily, then the server side sends a request for obtaining system information of the client side, including but not limited to an operating system, a host name and an IP address, according to data fed back by the client side, feature information of groups divided in a system is compared, if the client side meets the information needing to be divided, the client side is also divided into the groups meeting the features or below users, the client side still exists in the 'most recently registered' packet, and the client side can be conveniently replanned into other systems later. The client in the "most recent registration" has a maximum time of existence beyond which the system will prompt the client to be classified into other groups, or into "unclassified" groups.
Therefore, a corresponding group can be created in the server according to the characteristic value and used for matching with the newly registered client. Or selecting one or more clients from the clients which are divided into groups to carry out the re-matching analysis, and changing the groups. The setting characteristic value can be determined from two aspects of basic information and user behavior of the system. The basic information of the system includes, but is not limited to, an operating system, a system host name, an IP address, a special file, mutual trust, and the like, and the user behavior mainly refers to the behavior of a user, such as a command frequently used by the user, a service used by a client, and the like.
Furthermore, in the server program, different characteristic values are divided, a digital representation form is extracted and stored in the database, and different characteristic groups are stored in the database according to the user groups. On the client, the corresponding program acquires the corresponding data, organizes the data into an xml format and transmits the xml format to the server. And the server converts the received characteristic value of the client into a digital form and stores the digital form in a database for comparison and matching.
The data encryption is carried out in a mode that the characteristic value is transmitted by the client, the reliability and indecomposability of transmission are guaranteed, the digital conversion templating of the characteristic value can carry out the functions of increasing and deleting the acquired information, and the continuous improvement can be carried out when the data is compared and analyzed.
It can be seen that, in the embodiment, whether the registration request does not include the group feature code is determined first, when the group feature code does not exist in the registration request, the corresponding group registration may be performed on the client through the feature information of the client, that is, the feature information acquisition request is sent to the client, and the group registration is performed on the client according to the received feature information, so that the group feature code may not be specified in the process of performing the group registration on the client, thereby avoiding an increase in labor cost in the process of performing the group registration, improving the efficiency of the group registration, making the group registration of the client more conform to an actual scene, avoiding a later change, and improving the use efficiency of the client.
In the following, a client registration apparatus provided in an embodiment of the present application is introduced, and a client registration apparatus described below and a client registration method described above may be referred to correspondingly.
Referring to fig. 2, fig. 2 is a schematic structural diagram of a client registration apparatus according to an embodiment of the present disclosure.
In this embodiment, the apparatus may include:
a registration request determining module 100, configured to determine whether a registration request sent by a client includes a packet feature code;
the characteristic information obtaining module 200 is configured to send a characteristic information obtaining request to the client when the registration request does not include the packet characteristic code, so that the client returns the characteristic information;
a client grouping module 300, configured to perform grouping operation on clients according to the received feature information and the registration request, so as to obtain grouping information;
and a grouping information returning module 400, configured to send grouping information to the client, so as to complete the registration operation of the client.
Optionally, the apparatus may further include:
the characteristic code grouping module is used for grouping the client according to the grouping characteristic codes when the registration request contains the grouping characteristic codes to obtain grouping information;
and the grouping information returning module is used for sending the grouping information to the client.
Optionally, the client grouping module 300 may include:
the grouping matching unit is used for carrying out characteristic matching on the existing grouping according to the received characteristic information to obtain a target grouping;
and the first registration unit is used for distributing the client to the target group according to the registration information to obtain the group information.
Optionally, the client grouping module 300 may include:
the characteristic grouping unit is used for carrying out classification operation according to the received characteristic information and the characteristic information to be classified to obtain a new group;
and the second registration unit is used for distributing the client to the new group according to the registration information to obtain the group information.
An embodiment of the present application further provides a server, including:
a memory for storing a computer program;
a processor for implementing the steps of the client registration method as described in the above embodiments when executing the computer program.
Embodiments of the present application further provide a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when being executed by a processor, the computer program implements the steps of the client registration method according to the above embodiments.
The computer-readable storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
A client registration method, a client registration apparatus, a server, and a computer-readable storage medium provided by the present application are described in detail above. The principles and embodiments of the present application are explained herein using specific examples, which are provided only to help understand the method and the core idea of the present application. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.

Claims (10)

1. A client registration method, comprising:
judging whether a registration request sent by a client contains a grouping feature code or not;
when the registration request does not contain the grouping feature code, sending a feature information acquisition request to the client so that the client can return feature information conveniently;
grouping the clients according to the received characteristic information and the registration request to obtain grouping information;
and sending the grouping information to the client so as to complete the registration operation of the client.
2. The client registration method of claim 1, further comprising:
when the registration request contains the grouping feature code, grouping the client according to the grouping feature code to obtain grouping information;
and sending the grouping information to the client.
3. The method of claim 1, wherein grouping the clients according to the received feature information and the registration request to obtain grouping information comprises:
performing feature matching on the existing packet according to the received feature information to obtain a target packet;
and distributing the client to the target group according to the registration information to obtain the group information.
4. The method of claim 1, wherein grouping the clients according to the received feature information and the registration request to obtain grouping information comprises:
carrying out classification operation according to the received characteristic information and the characteristic information to be classified to obtain a new group;
and distributing the client to the new group according to the registration information to obtain the group information.
5. A client registration apparatus, comprising:
the registration request judging module is used for judging whether the registration request sent by the client contains the grouping feature code;
a feature information obtaining module, configured to send a feature information obtaining request to the client when the registration request does not include the group feature code, so that the client returns feature information;
the client grouping module is used for grouping the clients according to the received characteristic information and the registration request to obtain grouping information;
and the grouping information returning module is used for sending the grouping information to the client so as to complete the registration operation of the client.
6. The client registration apparatus of claim 5, further comprising:
the feature code grouping module is used for grouping the client according to the grouping feature codes to obtain grouping information when the registration request contains the grouping feature codes;
and the grouping information returning module is used for sending the grouping information to the client.
7. The client registration apparatus of claim 5, wherein the client grouping module comprises:
the grouping matching unit is used for carrying out characteristic matching on the existing grouping according to the received characteristic information to obtain a target grouping;
and the first registration unit is used for distributing the client to the target group according to the registration information to obtain the group information.
8. The client registration apparatus of claim 5, wherein the client grouping module comprises:
the characteristic grouping unit is used for carrying out classification operation according to the received characteristic information and the characteristic information to be classified to obtain a new group;
and the second registration unit is used for distributing the client to the new group according to the registration information to obtain the group information.
9. A server, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the client registration method as claimed in any one of claims 1 to 4 when executing the computer program.
10. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the client registration method according to any one of claims 1 to 4.
CN201911088592.6A 2019-11-08 2019-11-08 Client registration method and related device Pending CN111062011A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911088592.6A CN111062011A (en) 2019-11-08 2019-11-08 Client registration method and related device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911088592.6A CN111062011A (en) 2019-11-08 2019-11-08 Client registration method and related device

Publications (1)

Publication Number Publication Date
CN111062011A true CN111062011A (en) 2020-04-24

Family

ID=70297878

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911088592.6A Pending CN111062011A (en) 2019-11-08 2019-11-08 Client registration method and related device

Country Status (1)

Country Link
CN (1) CN111062011A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040162870A1 (en) * 2003-01-10 2004-08-19 Natsume Matsuzaki Group admission system and server and client therefor
CN107786559A (en) * 2017-10-30 2018-03-09 江西博瑞彤芸科技有限公司 Terminal registration method and system
CN110336752A (en) * 2019-06-14 2019-10-15 福建天泉教育科技有限公司 A kind of method and system improving locally broadcast pushing efficiency

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040162870A1 (en) * 2003-01-10 2004-08-19 Natsume Matsuzaki Group admission system and server and client therefor
CN1736082A (en) * 2003-01-10 2006-02-15 松下电器产业株式会社 Group entry approval system, server apparatus, and client apparatus
CN107786559A (en) * 2017-10-30 2018-03-09 江西博瑞彤芸科技有限公司 Terminal registration method and system
CN110336752A (en) * 2019-06-14 2019-10-15 福建天泉教育科技有限公司 A kind of method and system improving locally broadcast pushing efficiency

Similar Documents

Publication Publication Date Title
EP2864900B1 (en) System and method for end-to-end exposure of exported representations of native data types to third-party applications
CN109002424B (en) File format conversion method and device, computer equipment and storage medium
CN110557284B (en) Data aggregation method and device based on client gateway
CN109672888B (en) Picture compression method, equipment and computer readable storage medium
CN109495467B (en) Method and device for updating interception rule and computer readable storage medium
CN105049287A (en) Log processing method and log processing devices
CN110956269B (en) Method, device, equipment and computer storage medium for generating data model
US8825750B2 (en) Application server management system, application server management method, management apparatus, application server and computer program
CN110263001B (en) File management method, device, system, equipment and computer readable storage medium
CN110213290B (en) Data acquisition method, API gateway and storage medium
CN110134738A (en) Distributed memory system resource predictor method, device
US8922828B2 (en) Determining scan priority of documents
CN111224831B (en) Method and system for generating call ticket
CN109150927B (en) File issuing method and device for file storage system
CN106921711A (en) The method for pushing of automobile information, device and server
CN116204428A (en) Test case generation method and device
CN111062011A (en) Client registration method and related device
CN113110804B (en) Duplicate picture deleting method, device, equipment and storage medium
CN113141403B (en) Log transmission method and device
CN114356712A (en) Data processing method, device, equipment, readable storage medium and program product
US7603407B2 (en) Method and system for registering binary data
CN112559221A (en) Intelligent list processing method, system, equipment and storage medium
KR20210000041A (en) Method and apparatus for analyzing log data in real time
CN113468125B (en) File service method, system, equipment and computer readable storage medium
CN113032089B (en) Distributed simulation service construction method based on API gateway

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

Application publication date: 20200424