CN114327736A - Poster generation method and system - Google Patents

Poster generation method and system Download PDF

Info

Publication number
CN114327736A
CN114327736A CN202210060325.3A CN202210060325A CN114327736A CN 114327736 A CN114327736 A CN 114327736A CN 202210060325 A CN202210060325 A CN 202210060325A CN 114327736 A CN114327736 A CN 114327736A
Authority
CN
China
Prior art keywords
client
poster
server
different target
target pictures
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
CN202210060325.3A
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.)
Fujian Zhongkodot Health Technology Co ltd
Original Assignee
Fujian Zhongkodot Health 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 Fujian Zhongkodot Health Technology Co ltd filed Critical Fujian Zhongkodot Health Technology Co ltd
Priority to CN202210060325.3A priority Critical patent/CN114327736A/en
Publication of CN114327736A publication Critical patent/CN114327736A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The present application relates to the field of image generation technologies, and in particular, to a poster generation method and system. The poster generation method comprises the following steps: responding to a poster sharing instruction sent by a client, and acquiring different target pictures at a server; and sending the different target pictures to the client, and synthesizing the different target pictures by the client to generate a sharing poster. By the method, the poster synthesis step is adjusted from the server side to the client side in the prior art, so that the pressure of the server side can be greatly relieved, and meanwhile, the single picture synthesis does not cause great pressure on the client side, so that the result displayed on the client side is that the poster generation time is faster, and the experience of a user is better.

Description

Poster generation method and system
Technical Field
The present application relates to the field of image generation technologies, and in particular, to a poster generation method and system.
Background
With the rapid development of the network, more and more applications appear, no matter in online courses or various shopping applications, the online courses and various shopping applications have a function that things which are satisfied with the online courses can be shared with others by generating posters, and most of the contents of the current posters are as follows: and adding corresponding pictures and characters to the two-dimensional code.
The current common poster sharing modes are as follows: each time the user needs to share the poster, the poster needs to be regenerated, if the user A wants to share favorite things with different friends, the user A needs to regenerate the poster for many times, and therefore consumption of storage space of the server, database data and performance of the server is greatly increased.
When many users perform the operation together, great pressure is brought to the server, the poster generation speed is slow when the user side presents, and the experience of the users is poor.
Disclosure of Invention
In view of the above problems, the present application provides a poster generation method, which specifically adopts the following technical scheme:
a poster generation method comprising the steps of:
responding to a poster sharing instruction sent by a client, acquiring different target pictures at a server, and sending the different target pictures to the client;
and the client synthesizes the different target pictures to generate a sharing poster.
Further, the "acquiring different target pictures at the server and sending the different target pictures to the client" specifically includes the following steps:
judging whether the server side has the existing target picture according to the client side identifier, and if the server side has the existing target picture, directly returning the existing target picture to the client side;
if the existing target picture does not exist, different target pictures are generated at the server, different target pictures are named according to the client identification, different target pictures are stored in the server hard disk, and different target pictures are returned to the client after the different target pictures are stored.
Further, the step of synthesizing the different target pictures by the client to generate the sharing poster includes the specific steps of:
and the client combines different target pictures through the canvas drawing technology of H5 to generate a sharing poster.
Further, the client identification includes but is not limited to: a user ID and an ID of an object to be shared;
the different target pictures include, but are not limited to: two-dimensional code picture and poster template picture.
Further, the "determining whether the server has the existing target picture according to the client identifier" specifically includes the steps of:
and searching whether a corresponding target picture exists in a hard disk directory specified by the server according to the client identifier.
In order to solve the technical problem, the poster generation system is further provided, and the specific technical scheme is as follows:
a poster generation system comprising: a client and a server;
the client is used for: sending a poster sharing instruction to a server;
the server is used for: responding to a poster sharing instruction sent by a client, acquiring different target pictures at a server, and sending the different target pictures to the client;
the client is further configured to: and synthesizing the different target pictures to generate a sharing poster.
Further, the server is further configured to:
judging whether the server side has the existing target picture according to the client side identifier, and if the server side has the existing target picture, directly returning the existing target picture to the client side;
if the existing target picture does not exist, different target pictures are generated at the server, different target pictures are named according to the client identification, different target pictures are stored in the server hard disk, and different target pictures are returned to the client after the different target pictures are stored.
Further, the client is further configured to: and combining different target pictures through the canvas drawing technology of H5 to generate a sharing poster.
Further, the client identification includes but is not limited to: a user ID and an ID of an object to be shared;
the different target pictures include, but are not limited to: two-dimensional code picture and poster template picture.
Further, the server is further configured to: and searching whether a corresponding target picture exists in a hard disk directory specified by the server according to the client identifier.
The invention has the beneficial effects that: a poster generation method comprising the steps of: responding to a poster sharing instruction sent by a client, and acquiring different target pictures at a server; and sending the different target pictures to the client, and synthesizing the different target pictures by the client to generate a final shared poster. By the method, the poster synthesis step is adjusted from the server side to the client side in the prior art, so that the pressure of the server side can be greatly relieved, and meanwhile, the single picture synthesis does not cause great pressure on the client side, so that the result displayed on the client side is that the poster generation time is faster, and the experience of a user is better.
The above description of the present invention is only an overview of the technical solutions of the present application, and in order to make the technical solutions of the present application more clearly understood by those skilled in the art, the present invention may be further implemented according to the content described in the text and drawings of the present application, and in order to make the above objects, other objects, features, and advantages of the present application more easily understood, the following description is made in conjunction with the detailed description of the present application and the drawings.
Drawings
The drawings are only for purposes of illustrating the principles, implementations, applications, features, and effects of particular embodiments of the present application, as well as others related thereto, and are not to be construed as limiting the application.
In the drawings of the specification:
FIG. 1 is a first flow chart of a method of poster generation according to an embodiment;
FIG. 2 is a second flowchart of a poster generation method of the embodiments;
FIG. 3 is a flowchart of a poster generation method according to an embodiment;
FIG. 4 is a schematic illustration of a poster generated by a method of poster generation according to an embodiment;
fig. 5 is a block schematic diagram of a poster generation system according to an embodiment.
The reference numerals referred to in the above figures are explained below:
500. a poster generation system is provided with a poster generation unit,
501. the client-side is connected with the server,
502. and a server side.
Detailed Description
In order to explain in detail possible application scenarios, technical principles, practical embodiments, and the like of the present application, the following detailed description is given with reference to the accompanying drawings in conjunction with the listed embodiments. The embodiments described herein are merely for more clearly illustrating the technical solutions of the present application, and therefore, the embodiments are only used as examples, and the scope of the present application is not limited thereby.
Reference herein to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment can be included in at least one embodiment of the application. The appearances of the phrase "an embodiment" in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or related to other embodiments specifically defined. In principle, in the present application, the technical features mentioned in the embodiments can be combined in any manner to form a corresponding implementable technical solution as long as there is no technical contradiction or conflict.
Unless defined otherwise, technical terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this application belongs; the use of relational terms herein is intended only to describe particular embodiments and is not intended to limit the present application.
In the description of the present application, the term "and/or" is a expression for describing a logical relationship between objects, meaning that three relationships may exist, for example a and/or B, meaning: there are three cases of A, B, and both A and B. In addition, the character "/" herein generally indicates that the former and latter associated objects are in a logical relationship of "or".
In this application, terms such as "first" and "second" are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions.
Without further limitation, in this application, the use of "including," "comprising," "having," or other similar expressions in phrases and expressions of "including," "comprising," or "having," is intended to cover a non-exclusive inclusion, and such expressions do not exclude the presence of additional elements in a process, method, or article that includes the recited elements, such that a process, method, or article that includes a list of elements may include not only those elements but also other elements not expressly listed or inherent to such process, method, or article.
As is understood in the examination of the guidelines, the terms "greater than", "less than", "more than" and the like in this application are to be understood as excluding the number; the expressions "above", "below", "within" and the like are understood to include the present numbers. In addition, in the description of the embodiments of the present application, "a plurality" means two or more (including two), and expressions related to "a plurality" similar thereto are also understood, for example, "a plurality of groups", "a plurality of times", and the like, unless specifically defined otherwise.
As mentioned in the background art, the performance consumption of the existing poster sharing method for the server is very large, in addition, poster pictures are generally combined in a poster template + two-dimensional code mode, and generally, the posters are directly integrated and drawn into posters by using a GDI + technology at the back end and then sent to the client, which greatly increases the consumption of the storage space of the server, the database data and the server performance, so that the method is continued to solve the problem.
The core technical idea of the application is as follows: move the synthetic step of poster to the customer end and go on, the server end only carries out the generation operation of picture, because GDI + draws poster picture processing and is that the comparison consumes server CPU, so this will integrate the work of poster picture and hand over by the customer end and draw, with greatly reduced to the consumption of server performance, and because the customer end only handles the poster of oneself individual, so the influence to the customer end is not big, what show at the whole customer end is that the generation speed of poster is faster, further improved user experience.
It should be noted that, at present, the generated sharing poster is used in various industries, for example, when a new activity is available in a local industry, the electronic sharing poster can be generated for sharing, when a shopping app has an activity, the electronic sharing poster can be generated for sharing, and the like. In this embodiment, poster sharing of learning-type software is used for explanation, for example, a user a feels that a course is particularly good after learning the course, and wants to share the course with other users. The following description will be made in conjunction with fig. 1 to 4.
In this embodiment, a poster generation method is applicable to a poster generation system including: the system comprises a client and a server, wherein the client can be a mobile terminal used by a user, such as a mobile phone, a tablet and the like, the number of the client and the server is not limited, and the client and the server can communicate.
As shown in fig. 1, a poster generation method includes the steps of:
step S101: responding to a poster sharing instruction sent by the client, and acquiring different target pictures at the server. The method specifically comprises the following steps: the user A gets a course, feels that the course is very good, and wants to share the course to the user B in a poster generating mode, so that the user A triggers a poster sharing function on software, and the client sends a poster sharing instruction to a corresponding server. After receiving the poster sharing instruction, the server can obtain different required target pictures on the server, and in this embodiment, the target pictures include: in other embodiments, the two-dimensional code picture and the poster template picture may further include other pictures according to the actual business scenario needs, without any limitation.
The specific steps of the server acquiring the target picture can be specifically described with reference to fig. 2:
the method for acquiring different target pictures at the server side specifically comprises the following steps:
step S201: and judging whether the existing target picture exists in the server or not according to the client identifier, and if so, directly returning the existing target picture to the client. In this embodiment, the learning software is used for example, and the client identifier is as follows: in other embodiments, when different application scenarios are changed, the client identifier is also changed, and if shopping software shares, the client identifier includes: the user ID and the commodity ID, in short, the client identification needs to be used for uniquely identifying the poster and distinguishing the poster from other commodities, and the specific commodity of the to-be-shared object ID can be adjusted according to actual conditions.
And judging whether the desired target picture exists at the server side or not through the client side identification, and if so, directly returning the existing target picture to the client side.
If not, step S202 is executed: if the existing target picture does not exist, different target pictures are generated at the server, different target pictures are named according to the client identification, different target pictures are stored in the server hard disk, and different target pictures are returned to the client after the different target pictures are stored. In this embodiment, preferably, the generated target picture is named by the client identifier, so as to facilitate the next query, for example, naming and storing the target picture to a corresponding hard disk in a manner of user ID + session ID, and when the user generates a poster sharing instruction next time, directly querying through the user ID + session ID may be performed. And after the poster template picture and the two-dimensional code picture are stored, returning the corresponding poster template picture and the two-dimensional code picture to the client.
After receiving the target picture, the client executes step S102: and the client synthesizes the different target pictures to generate a sharing poster. As shown in fig. 4. In this embodiment, preferably, as shown in fig. 3, step S102 specifically adopts step S302: and the client combines different target pictures through the canvas drawing technology of H5 to generate a sharing poster. Step S301 is the same as step S101, and a repeated description thereof is omitted.
A poster generation method comprising the steps of: responding to a poster sharing instruction sent by a client, acquiring different target pictures at a server, and sending the different target pictures to the client; and the client synthesizes the different target pictures to generate a sharing poster. According to the method, the server judges a two-dimensional code picture file mechanism, the continuous generation of two-dimensional code pictures by the server and the increase of the occupied space of hard disk storage are reduced, meanwhile, the pressure of a CPU (central processing unit) of the server is reduced based on a Canvas drawing technology of the client H5, a poster picture generation task which consumes resources relatively is delivered to the client to be realized, the user experience of the client is improved, and the response time of the server is reduced by about 120 milliseconds on average through testing.
In this embodiment, as shown in fig. 3, preferably, the "determining whether the existing target picture already exists at the server according to the client identifier" further includes: and searching whether a corresponding target file exists in a hard disk directory specified by the server according to the client identifier. Because the files are stored in the appointed hard disk directory in advance, when the files are inquired, the files are also inquired in the appointed hard disk directory, the inquiry time can be greatly saved, and the inquiry efficiency is improved.
A poster generation system 500 is described in detail below with reference to fig. 5:
a poster generation system 500 comprising: a client 501 and a server 502; the client 501 is configured to: and sending poster sharing instructions to the server 502. The method specifically comprises the following steps: the user a gets a course, feels that the course is a good course, and wants to share the course to the user B in a poster generating manner, so that the user a triggers a poster sharing function on software, and the client 501 sends a poster sharing instruction to the corresponding server 502.
The server 502 is configured to: responding to a poster sharing instruction sent by a client 501, obtaining different target pictures at a server 502, and sending the different target pictures to the client 501. After receiving the poster sharing instruction, the server 502 may obtain different required target pictures on the server 502, where in this embodiment, the target pictures include: in other embodiments, the two-dimensional code picture and the poster template picture may further include other pictures according to the actual business scenario needs, without any limitation.
The specific steps of the server 502 obtaining the target picture are specifically described as follows:
the server 502 is further configured to:
and judging whether the existing target picture exists in the server 502 or not according to the identifier of the client 501, and if the existing target picture exists, directly returning the existing target picture to the client 501. In this embodiment, the learning software is used for example, and the client 501 identifies: in other embodiments, when different application scenarios are changed, the client 501 identifier is also changed, and if the shopping software shares, the client 501 identifier includes: the user ID and the product ID, in short, the client 501 identification needs to be used to uniquely identify the poster and distinguish it from other products, and any product that is the specific product of the to-be-shared object ID can be adjusted according to the actual situation.
Whether a desired target picture exists in the server 502 is judged through the client 501 identification, and if the desired target picture exists, the existing target picture is directly returned to the client 501.
If the existing target picture does not exist, different target pictures are generated at the server 502, different target pictures are named according to the identification of the client 501, different target pictures are stored in a hard disk of the server 502, and different target pictures are returned to the client 501 after storage. In this embodiment, preferably, the generated target picture is named by the identifier of the client 501, so as to facilitate the next query, for example, naming and storing the target picture to a corresponding hard disk in a manner of user ID + course ID, and when the user generates a poster sharing instruction next time, directly querying through the user ID + course ID. After the storage is finished, the corresponding poster template picture and the two-dimensional code picture are returned to the client 501.
After the client 501 receives the target picture, the client 501 is further configured to: and synthesizing the different target pictures to generate a sharing poster. As shown in fig. 4. In this embodiment, preferably, the client 501 combines different target pictures by the canvas rendering technology of H5 to generate a sharing poster.
A poster generation system 500 comprising: a client 501 and a server 502; the client 501 is configured to: sending a poster sharing instruction to the server 502; the server 502 is configured to: responding to a poster sharing instruction sent by a client 501, acquiring different target pictures at a server 502, and sending the different target pictures to the client 501; the client 501 is further configured to: and synthesizing the different target pictures to generate a sharing poster. The system 500 judges a two-dimensional code picture file mechanism through the server 502, reduces the occupation space of a server for continuously generating two-dimensional code pictures and increasing hard disk storage, reduces the pressure of a server CPU (central processing unit) based on a Canvas drawing technology of the client 501H5, delivers a poster picture generation task consuming resources to the client 501, improves the user experience of the client 501, and reduces the response time of the server by about 120 milliseconds on average through testing.
In this embodiment, preferably, the server 502 is further configured to: and searching whether a corresponding target file exists in a hard disk directory specified by the server 502 according to the identifier of the client 501. Because the files are stored in the appointed hard disk directory in advance, when the files are inquired, the files are also inquired in the appointed hard disk directory, the inquiry time can be greatly saved, and the inquiry efficiency is improved.
Finally, it should be noted that, although the above embodiments have been described in the text and drawings of the present application, the scope of the patent protection of the present application is not limited thereby. All technical solutions which are generated by replacing or modifying the equivalent structure or the equivalent flow according to the contents described in the text and the drawings of the present application, and which are directly or indirectly implemented in other related technical fields, are included in the scope of protection of the present application.

Claims (10)

1. A poster generation method, comprising the steps of:
responding to a poster sharing instruction sent by a client, acquiring different target pictures at a server, and sending the different target pictures to the client;
and the client synthesizes the different target pictures to generate a sharing poster.
2. A poster generation method as defined in claim 1, wherein said "obtaining different target pictures at a server and sending said different target pictures to said client" further comprises the steps of:
judging whether the server side has the existing target picture according to the client side identifier, and if the server side has the existing target picture, directly returning the existing target picture to the client side;
if the existing target picture does not exist, different target pictures are generated at the server, different target pictures are named according to the client identification, different target pictures are stored in the server hard disk, and different target pictures are returned to the client after the different target pictures are stored.
3. A poster generation method as claimed in claim 1 or 2, wherein said "said client synthesizes said different target pictures to generate a sharing poster" further comprises the steps of:
and the client combines different target pictures through the canvas drawing technology of H5 to generate a sharing poster.
4. A poster generation method as claimed in claim 2, wherein the client identity includes but is not limited to: a user ID and an ID of an object to be shared;
the different target pictures include, but are not limited to: two-dimensional code picture and poster template picture.
5. A poster generation method as defined in claim 2, wherein said "determining whether an existing target picture already exists at the server according to the client identifier" further comprises:
and searching whether a corresponding target picture exists in a hard disk directory specified by the server according to the client identifier.
6. A poster generation system, comprising: a client and a server;
the client is used for: sending a poster sharing instruction to a server;
the server is used for: responding to a poster sharing instruction sent by a client, acquiring different target pictures at a server, and sending the different target pictures to the client;
the client is further configured to: and synthesizing the different target pictures to generate a sharing poster.
7. A poster generation system as claimed in claim 6,
the server is further configured to:
judging whether the server side has the existing target picture according to the client side identifier, and if the server side has the existing target picture, directly returning the existing target picture to the client side;
if the existing target picture does not exist, different target pictures are generated at the server, different target pictures are named according to the client identification, different target pictures are stored in the server hard disk, and different target pictures are returned to the client after the different target pictures are stored.
8. A poster generation system as claimed in claim 6 or 7, wherein the client is further configured to: and combining different target pictures through the canvas drawing technology of H5 to generate a sharing poster.
9. A poster generation system as claimed in claim 7, wherein the client identities include, but are not limited to: a user ID and an ID of an object to be shared;
the different target pictures include, but are not limited to: two-dimensional code picture and poster template picture.
10. A poster generation system as claimed in claim 7, wherein the server is further configured to: and searching whether a corresponding target picture exists in a hard disk directory specified by the server according to the client identifier.
CN202210060325.3A 2022-01-19 2022-01-19 Poster generation method and system Pending CN114327736A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210060325.3A CN114327736A (en) 2022-01-19 2022-01-19 Poster generation method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210060325.3A CN114327736A (en) 2022-01-19 2022-01-19 Poster generation method and system

Publications (1)

Publication Number Publication Date
CN114327736A true CN114327736A (en) 2022-04-12

Family

ID=81029442

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210060325.3A Pending CN114327736A (en) 2022-01-19 2022-01-19 Poster generation method and system

Country Status (1)

Country Link
CN (1) CN114327736A (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104333531A (en) * 2013-07-22 2015-02-04 腾讯科技(深圳)有限公司 Network resource sharing and obtaining method, device, terminal
CN107481190A (en) * 2017-07-04 2017-12-15 腾讯科技(深圳)有限公司 A kind of image processing method and device
CN109523610A (en) * 2018-11-21 2019-03-26 万翼科技有限公司 Generation method, device and the storage medium of poster
CN111737031A (en) * 2020-07-23 2020-10-02 南京梦饷网络科技有限公司 Method, computing device and storage medium for managing shared information
CN112052420A (en) * 2020-10-14 2020-12-08 腾讯科技(深圳)有限公司 Page sharing picture generation method and device and page sharing method and device
CN112102445A (en) * 2020-11-17 2020-12-18 深圳市房多多网络科技有限公司 Building poster manufacturing method, device, equipment and computer readable storage medium
CN112825020A (en) * 2019-11-20 2021-05-21 浙江大搜车软件技术有限公司 Picture generation method and device, computer equipment and storage medium
CN113536755A (en) * 2021-07-05 2021-10-22 北京豆萌信息技术有限公司 Method, device, electronic equipment, storage medium and product for generating poster

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104333531A (en) * 2013-07-22 2015-02-04 腾讯科技(深圳)有限公司 Network resource sharing and obtaining method, device, terminal
CN107481190A (en) * 2017-07-04 2017-12-15 腾讯科技(深圳)有限公司 A kind of image processing method and device
CN109523610A (en) * 2018-11-21 2019-03-26 万翼科技有限公司 Generation method, device and the storage medium of poster
CN112825020A (en) * 2019-11-20 2021-05-21 浙江大搜车软件技术有限公司 Picture generation method and device, computer equipment and storage medium
CN111737031A (en) * 2020-07-23 2020-10-02 南京梦饷网络科技有限公司 Method, computing device and storage medium for managing shared information
CN112052420A (en) * 2020-10-14 2020-12-08 腾讯科技(深圳)有限公司 Page sharing picture generation method and device and page sharing method and device
CN112102445A (en) * 2020-11-17 2020-12-18 深圳市房多多网络科技有限公司 Building poster manufacturing method, device, equipment and computer readable storage medium
CN113536755A (en) * 2021-07-05 2021-10-22 北京豆萌信息技术有限公司 Method, device, electronic equipment, storage medium and product for generating poster

Similar Documents

Publication Publication Date Title
CN108153788B (en) Personalized processing method, device and system for page information
CN109189841B (en) Multi-data source access method and system
CN106407377B (en) Search method and device based on artificial intelligence
CN110807710A (en) Method and system for managing invitation data of user inviting friends
CN104079640B (en) A kind of user service provides method and system
US20190012362A1 (en) Method and apparatus for processing information
CN105279168A (en) Data query method supporting natural language, open platform, and user terminal
WO2014209769A2 (en) Enhancing communication sessions with customer relationship management information
CN113568699A (en) Content display method, device, equipment and storage medium
CN117413289A (en) Controlled display of related message threads
CN111654382B (en) Message processing method, device, computer equipment and computer readable storage medium
CN112507218A (en) Business object recommendation method and device, electronic equipment and storage medium
CN110555023B (en) Data storage method and device based on credit contract
CN115618032A (en) View generation method and device, electronic equipment and storage medium
CN112818654B (en) Message storage method, message generation method, device, electronic equipment and computer readable medium
CN111241401B (en) Search request processing method and device
CN111523053A (en) Information flow processing method and device, computer equipment and storage medium
CN114327736A (en) Poster generation method and system
CN111444448A (en) Data processing method, server and system
CN107368376B (en) Message sending method and device, expansion method and terminal
CN109120783A (en) Information acquisition method and device, mobile terminal and computer readable storage medium
CN108306812B (en) Data processing method and server
CN112162961B (en) Message processing method, device, computer equipment and storage medium
CN109299223B (en) Method and device for inquiring instruction
CN108900593B (en) Distributed processing method for data of storage cabinet

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