CN103023750A - Method for getting message by terminal - Google Patents

Method for getting message by terminal Download PDF

Info

Publication number
CN103023750A
CN103023750A CN2012102735427A CN201210273542A CN103023750A CN 103023750 A CN103023750 A CN 103023750A CN 2012102735427 A CN2012102735427 A CN 2012102735427A CN 201210273542 A CN201210273542 A CN 201210273542A CN 103023750 A CN103023750 A CN 103023750A
Authority
CN
China
Prior art keywords
message
terminal
client
main
processing module
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.)
Granted
Application number
CN2012102735427A
Other languages
Chinese (zh)
Other versions
CN103023750B (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.)
Fujian Star Net eVideo Information Systems Co Ltd
Original Assignee
Fujian Star Net eVideo Information Systems 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 Star Net eVideo Information Systems Co Ltd filed Critical Fujian Star Net eVideo Information Systems Co Ltd
Priority to CN201210273542.7A priority Critical patent/CN103023750B/en
Publication of CN103023750A publication Critical patent/CN103023750A/en
Application granted granted Critical
Publication of CN103023750B publication Critical patent/CN103023750B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Computer And Data Communications (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention provides a method for getting a message by a terminal. The method comprises the following steps: defining a message sending module at a service end, defining a message reading module and a message processing module at a client, and defining a database at a server, wherein the database comprises a main message table and a terminal message table. The method for getting the message by the terminal further comprises the following steps: storing the message to be sent in the main message table of the database by the message sending module in the service end; reading the message stored in the main message table to the terminal message table by the message reading module in the client; and processing and analyzing the message in the terminal message table by the message processing module in the client. According to the method disclosed by the invention, the complexity in communication is effectively reduced, the concurrence of the message and the problem of network congestion caused by concurrence can be avoided, and the requirements on the performances of the client can be greatly reduced.

Description

Terminal is obtained the method for message
[technical field]
The present invention is specifically related to the method that a kind of terminal is obtained message.
[background technology]
The traditional method of traditional terminal receipt message generally is that service end is passed through broadcast packet or point-to-point mode initiatively sends data to client, after client is finished data receiver, is presented on the client end interface with various ways of presentation by resolution data.Yet there is following problem in traditional method:
1, the mode of direct communication is higher and complexity is also higher to the stability requirement of network, easily causes information dropout in case unsettled situation appears in network environment.
2, the mode of direct communication easily causes the situation of information dropout or deadlock in the situation that the information concurrency is larger that client performance is had relatively high expectations in the unappeasable situation of client performance, easily causes network congestion simultaneously.
[summary of the invention]
Technical problem to be solved by this invention is to provide a kind of terminal to obtain the method for message, has reduced network pressure, has improved communication efficiency, reduces unnecessary communication, has improved the utilance of network.
The present invention solves the problems of the technologies described above by the following technical programs: a kind of terminal is obtained the method for message, be included in service end and define a message transmission module, define a message read module and a message processing module in client, definition one database in the server of service end, this database has main message table and terminal message table;
Described main message table comprises message id, type of message, message content, valid expiration date and message status; Described message id is the numbering of each message in the main message table; Described type of message refers to the form that exists of each message in the main message table;
Described terminal message table comprises terminal message ID, terminal unique identification, message id and processing flag information; Described terminal message ID is the sequence number of each bar data record of storing in the terminal message table; Described terminal unique identification need obtain the client identification of the information of terminal message table for being used for identification; Described client identification is the identity ID of client;
The method that described terminal is obtained message specifically may further comprise the steps:
Step 10: service end by message transmission module with message stores to be sent in the main message table of database, and message id, type of message, message content, valid expiration date and the message status of this message carried out assignment;
Step 20: client reads the terminal message table from main message table by the message id of message read module with message to be sent in the main message table, and described database is defaulted as " being untreated " with the processing sign of this message id automatically;
Step 30: client is obtained from described terminal message table by message processing module and is processed the message id that is masked as " being untreated ", from main message table, obtain again the corresponding type of message of this message id and message content, and according to described type of message described message content is resolved and processed, thereby realize that client obtains required message.
Further, described step 10 specifically comprises following content:
Step 101: the attendant selects the type of message of message to be edited in main message table, passes through to import external data or manual edit according to described type of message again, obtains message, then fills in the valid expiration date of this message in main message table;
Step 102: the message that described message transmission module obtains step 101 is saved to the message content place of described main message table; Then described database is defaulted as the message status of this message " not sending " automatically, and automatically generates the message id of this message;
Step 103: the attendant inquires about main message table, and then the message of selecting message status for " not sending " and preparing to send judge whether and can send, if then execution in step 104; If not, process ends then;
Step 104: described database upgrades " sending ", then process ends with the message status of the message that step 103 is selected.
Further, described step 20 specifically comprises following content:
Step 201: described message read module is inquired about main message table, obtains message status and is the message id of the message of " sending ";
Step 202: described message read module inquiry terminal message table, terminal unique identification in the terminal message table and the client identification of active client are mated, obtain the terminal unique identification corresponding message id identical with the client identification of active client;
Step 203: whether the message id that described message read module determining step 201 obtains has different message ids from the message id that step 202 obtains, if, new information is then arranged, then execution in step 204; If not, then without new information, and execution in step 205;
Step 204: that described message read module obtains step 201 and not identical with the message id of step 202 acquisition message id is saved to the terminal message table, and then described database is defaulted as " being untreated " with the processing sign of this message id automatically;
Step 205: judge whether the message read module withdraws from, if, process ends then; If not, then be back to step 201.
Further, described step 30 specifically comprises following content:
Step 301: described message processing module inquiry terminal message table, judge whether to exist: the terminal unique identification is identical with the client identification of active client, and processes the message id that is masked as " being untreated "; If then there is untreated message in active client, and execution in step 302; If not, execution in step 305 then;
Step 302: message id and the corresponding terminal message ID of this message id of message processing module extraction step 301 inquiry gained from the terminal message table;
Step 303: the message id that message processing module extracts according to step 302 is inquired about main message table, obtain the corresponding type of message of this message id and message content, and according to described type of message described message content is resolved, and show analysis result in client;
Step 304: according to the terminal message ID that step 302 is extracted, described message processing module is updated to " processing " with the processing sign of the corresponding message id of this terminal message ID in the terminal message table;
Step 305: judge whether message processing module withdraws from, if, process ends then; If not, then be back to step 301.
Further, described service end has also defined the expired processing module of a message, and described method also comprises step 40 after step 30: the expired processing module of the message in the service end is with the expired message deletion in described main message table and the terminal message table.
Further, described step 40 specifically comprises following content:
Step 401: the expired processing module of described message is at service end definition one temporary table;
Step 402: the expired processing module initialization of message temporary table is to empty the data in the temporary table;
Step 403: the expired processing module of message is inquired about main message table, judges whether to exist: valid expiration date is less than the current shown time of service end, and message status is the message of " sending "; If then the message id with this message is stored in the described temporary table, and execution in step 404; If not, execution in step 405 then;
Step 404: the respectively message deletion that the message id in the message id in the main message table, the terminal message table is identical with message id in the described temporary table;
Step 405: judge whether the expired processing module of message withdraws from, if, process ends then; If not, then be back to step 402.
Beneficial effect of the present invention is: adopt serve end program and client-side program directly not to communicate, message receiving mode is become the mode of active obtaining by original passive reception, and the mode of client active obtaining message can be controlled the size of message that at every turn reads according to the situation of client, reduced network pressure, improved communication efficiency, reduce unnecessary communication, improved the utilance of network, avoid message concurrent and because of the problem of the concurrent network congestion that causes, greatly reduced the performance requirement to client.
[description of drawings]
The invention will be further described in conjunction with the embodiments with reference to the accompanying drawings.
Fig. 1 is the frame diagram that terminal is obtained message system among the present invention.
Fig. 2 is the algorithm flow chart of message transmission module storing message among the present invention.
Fig. 3 is the algorithm flow chart that the message read module reads message among the present invention.
Fig. 4 is the algorithm flow chart that message processing module is resolved message among the present invention.
Fig. 5 is the algorithm flow chart of the expired processing module Delete Expired of message message among the present invention.
[embodiment]
As shown in Figure 1, Fig. 1 is the frame diagram that terminal of the present invention is obtained message system, a kind of terminal is obtained the method for message, be included in service end and define a message transmission module and the expired processing module of a message, define a message read module and a message processing module in client, definition one database in the server of service end, this database has main message table and terminal message table;
Described main message table is used for the message that the stores service end sends, and described main message table comprises message id, type of message, message content, valid expiration date and message status (being shown in Table 1); Described message id is the numbering of each message in the main message table; Described type of message refers to the form that exists of each message in the main message table, is picture, literal, enciphered digital or revolving horse lantern form such as type of message.
The main message table of table 1
Message id Type of message Message content Valid expiration date Message status
Described terminal message table is used for the message that each client of storage reads from main message table; Described terminal message table comprises terminal message ID, terminal unique identification, message id and processing flag information (being shown in Table 2); Described terminal message ID is the sequence number of each bar data record of storing in the terminal message table; Described terminal unique identification need obtain the client identification of the information of terminal message table for being used for identification; Described client identification is the identity ID of client, such as the MAC Address of Network Card that can adopt client host client identification and the terminal unique identification as this client.
Table 2 terminal message table
Terminal message ID The terminal unique identification Message id Process sign
See also Fig. 1, the method that described terminal is obtained message specifically may further comprise the steps:
Step 10: service end by message transmission module with message stores to be sent in the main message table of database, and message id, type of message, message content, valid expiration date and the message status of this message carried out assignment;
Step 20: client reads the terminal message table from main message table by the message id of message read module with message to be sent in the main message table, and described database is defaulted as " being untreated " with the processing sign of this message id automatically;
Step 30: client is obtained from described terminal message table by message processing module and is processed the message id that is masked as " being untreated ", from main message table, obtain again the corresponding type of message of this message id and message content, and according to described type of message described message content is resolved and processed, thereby realize that client obtains required message.
Step 40: the expired processing module of the message in the service end is with the expired message deletion in described main message table and the terminal message table.
Please consult Fig. 2, described step 10 specifically comprises following content again:
Step 101: the attendant selects the type of message of message to be edited in main message table, passes through to import external data or manual edit according to described type of message again, obtains message, then fills in the valid expiration date of this message in main message table;
Step 102: the message that described message transmission module obtains step 101 is saved to the message content place of described main message table; Then described database is defaulted as the message status of this message " not sending " automatically, and automatically generates the message id of this message;
Step 103: the attendant inquires about main message table, and then the message of selecting message status for " not sending " and preparing to send judge whether and can send, if then execution in step 104; If not, process ends then;
Please consult Fig. 3, described step 20 specifically comprises following content again:
Step 201: described message read module is inquired about main message table, obtains message status and is the message id of the message of " sending ";
Step 202: described message read module inquiry terminal message table, terminal unique identification in the terminal message table and the client identification of active client are mated, obtain the terminal unique identification corresponding message id identical with the client identification of active client;
Step 203: whether the message id that described message read module determining step 201 obtains has different message ids from the message id that step 202 obtains, if, new information is then arranged, then execution in step 204; If not, then without new information, and execution in step 205;
Step 204: that described message read module obtains step 201 and not identical with the message id of step 202 acquisition message id is saved in the terminal message table, is about to record of client identification generation that this message id is pressed active client; When having a plurality of clients need read this message id, this message id generates many records by the client identification of corresponding client, if any 3 clients, just generates 3 records (as shown in table 3) in the terminal message table; Then described database is defaulted as " being untreated " with the processing sign of this message id automatically;
Step 205: judge whether the message read module withdraws from, if, process ends then; If not, then be back to step 201.
Table 3 terminal message table
Terminal message ID The terminal unique identification Message id Process sign
01 Client 1 sign 1 Be untreated
02 Client 2 signs 1 Be untreated
03 Client 3 signs 1 Be untreated
04 Client 1 sign 2 Be untreated
05 Client 2 signs 2 Be untreated
06 Client 3 signs 2 Be untreated
Wherein, each concrete numerical value of terminal message ID in the terminal message table shown in the table 3, terminal unique identification, message id and processing sign only is exemplary, the attendant can be according to actual needs, the concrete numerical value of the terminal message ID in the self-defined terminal message table, terminal unique identification, message id and processing sign.
Please consult Fig. 4, described step 30 specifically comprises following content again:
Step 301: described message processing module inquiry terminal message table, judge whether to exist: the terminal unique identification is identical with the client identification of active client, and processes the message id that is masked as " being untreated "; If then there is untreated message in active client, and execution in step 302; If not, execution in step 305 then;
Step 302: message id and the corresponding terminal message ID of this message id of message processing module extraction step 301 inquiry gained from the terminal message table;
Step 303: the message id that message processing module extracts according to step 302 is inquired about main message table, obtain the corresponding type of message of this message id and message content, and according to described type of message described message content is resolved, and show analysis result in client, for example: if type of message is picture format, just Show Picture, if type of message is revolving horse lantern, just press the mode demonstration of revolving horse lantern etc.;
Step 304: according to the terminal message ID that step 302 is extracted, described message processing module is updated to " processing " with the processing sign of the corresponding message id of this terminal message ID in the terminal message table;
Step 305: judge whether message processing module withdraws from, if, process ends then; If not, then be back to step 301.
Please consult Fig. 5, described step 40 specifically comprises following content again:
Step 401: the expired processing module of described message is at service end definition one temporary table;
Step 402: the expired processing module initialization of message temporary table is to empty the data in the temporary table;
Step 403: the expired processing module of message is inquired about main message table, judges whether to exist: valid expiration date is less than the current shown time of service end, and message status is the message of " sending "; If then the message id with this message is stored in the described temporary table, and execution in step 404; If not, execution in step 405 then;
Step 404: the respectively message deletion that the message id in the message id in the main message table, the terminal message table is identical with message id in the described temporary table;
Step 405: judge whether the expired processing module of message withdraws from, if, process ends then; If not, then be back to step 402.
The present invention adopts serve end program and client-side program directly not to communicate, and message receiving mode becomes active obtaining by original passive reception, has effectively reduced the complexity of communication, and message is no longer lost; The mode of client active obtaining message can be controlled the size of message that at every turn reads according to the situation of client, reduced network pressure, improved communication efficiency, reduce unnecessary communication, improve the utilance of network, avoid message concurrent and because of the problem of the concurrent network congestion that causes, greatly reduced the performance requirement to client.

Claims (6)

1. a terminal is obtained the method for message, it is characterized in that: be included in service end and define a message transmission module, define a message read module and a message processing module in client, definition one database in the server of service end, this database has main message table and terminal message table;
Described main message table comprises message id, type of message, message content, valid expiration date and message status; Described message id is the numbering of each message in the main message table; Described type of message refers to the form that exists of each message in the main message table;
Described terminal message table comprises terminal message ID, terminal unique identification, message id and processing flag information; Described terminal message ID is the sequence number of each bar data record of storing in the terminal message table; Described terminal unique identification need obtain the client identification of the information of terminal message table for being used for identification; Described client identification is the identity ID of client;
The method that described terminal is obtained message specifically may further comprise the steps:
Step 10: service end by message transmission module with message stores to be sent in the main message table of database, and message id, type of message, message content, valid expiration date and the message status of this message carried out assignment;
Step 20: client reads the terminal message table from main message table by the message id of message read module with message to be sent in the main message table, and described database is defaulted as " being untreated " with the processing sign of this message id automatically;
Step 30: client is obtained from described terminal message table by message processing module and is processed the message id that is masked as " being untreated ", from main message table, obtain again the corresponding type of message of this message id and message content, and according to described type of message described message content is resolved and processed, thereby realize that client obtains required message.
2. terminal as claimed in claim 1 is obtained the method for message, it is characterized in that: described step 10 specifically comprises following content:
Step 101: the attendant selects the type of message of message to be edited in main message table, passes through to import external data or manual edit according to described type of message again, obtains message, then fills in the valid expiration date of this message in main message table;
Step 102: the message that described message transmission module obtains step 101 is saved to the message content place of described main message table; Then described database is defaulted as the message status of this message " not sending " automatically, and automatically generates the message id of this message;
Step 103: the attendant inquires about main message table, and then the message of selecting message status for " not sending " and preparing to send judge whether and can send, if then execution in step 104; If not, process ends then;
Step 104: described database upgrades " sending ", then process ends with the message status of the message that step 103 is selected.
3. terminal as claimed in claim 1 is obtained the method for message, it is characterized in that: described step 20 specifically comprises following content:
Step 201: described message read module is inquired about main message table, obtains message status and is the message id of the message of " sending ";
Step 202: described message read module inquiry terminal message table, terminal unique identification in the terminal message table and the client identification of active client are mated, obtain the terminal unique identification corresponding message id identical with the client identification of active client;
Step 203: whether the message id that described message read module determining step 201 obtains has different message ids from the message id that step 202 obtains, if, new information is then arranged, then execution in step 204; If not, then without new information, and execution in step 205;
Step 204: that described message read module obtains step 201 and not identical with the message id of step 202 acquisition message id is saved to the terminal message table, and then described database is defaulted as " being untreated " with the processing sign of this message id automatically;
Step 205: judge whether the message read module withdraws from, if, process ends then; If not, then be back to step 201.
4. terminal as claimed in claim 1 is obtained the method for message, it is characterized in that: described step 30 specifically comprises following content:
Step 301: described message processing module inquiry terminal message table, judge whether to exist: the terminal unique identification is identical with the client identification of active client, and processes the message id that is masked as " being untreated "; If then there is untreated message in active client, and execution in step 302; If not, execution in step 305 then;
Step 302: message id and the corresponding terminal message ID of this message id of message processing module extraction step 301 inquiry gained from the terminal message table;
Step 303: the message id that message processing module extracts according to step 302 is inquired about main message table, obtain the corresponding type of message of this message id and message content, and according to described type of message described message content is resolved, and show analysis result in client;
Step 304: according to the terminal message ID that step 302 is extracted, described message processing module is updated to " processing " with the processing sign of the corresponding message id of this terminal message ID in the terminal message table;
Step 305: judge whether message processing module withdraws from, if, process ends then; If not, then be back to step 301.
5. terminal as claimed in claim 1 is obtained the method for message, it is characterized in that: described service end has also defined the expired processing module of a message, and described method also comprises step 40 after step 30: the expired processing module of the message in the service end is with the expired message deletion in described main message table and the terminal message table.
6. terminal as claimed in claim 5 is obtained the method for message, it is characterized in that: described step 40 specifically comprises following content:
Step 401: the expired processing module of described message is at service end definition one temporary table;
Step 402: the expired processing module initialization of message temporary table is to empty the data in the temporary table;
Step 403: the expired processing module of message is inquired about main message table, judges whether to exist: valid expiration date is less than the current shown time of service end, and message status is the message of " sending "; If then the message id with this message is stored in the described temporary table, and execution in step 404; If not, execution in step 405 then:
Step 404: the respectively message deletion that the message id in the message id in the main message table, the terminal message table is identical with message id in the described temporary table;
Step 405: judge whether the expired processing module of message withdraws from, if, process ends then; If not, then be back to step 402.
CN201210273542.7A 2012-08-01 2012-08-01 Terminal obtains the method for message Active CN103023750B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210273542.7A CN103023750B (en) 2012-08-01 2012-08-01 Terminal obtains the method for message

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210273542.7A CN103023750B (en) 2012-08-01 2012-08-01 Terminal obtains the method for message

Publications (2)

Publication Number Publication Date
CN103023750A true CN103023750A (en) 2013-04-03
CN103023750B CN103023750B (en) 2016-04-20

Family

ID=47971900

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210273542.7A Active CN103023750B (en) 2012-08-01 2012-08-01 Terminal obtains the method for message

Country Status (1)

Country Link
CN (1) CN103023750B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103209115A (en) * 2013-04-07 2013-07-17 北京京东世纪贸易有限公司 Message sending system
CN107135258A (en) * 2017-05-04 2017-09-05 浙江路港互通信息技术有限公司 Method and server that message is pushed
CN108766547A (en) * 2018-04-08 2018-11-06 广州市海升信息科技有限责任公司 A kind of endowment service of street reports, processing method and client, processing system
CN110311855A (en) * 2019-06-25 2019-10-08 广州虎牙科技有限公司 User message processing method, device, electronic equipment and storage medium
CN111309744A (en) * 2020-02-10 2020-06-19 北京星选科技有限公司 Object processing method and device, electronic equipment and computer readable storage medium
CN111556086A (en) * 2020-01-02 2020-08-18 阿里巴巴集团控股有限公司 Object storage management method and device, electronic equipment and computer storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040215730A1 (en) * 2003-04-10 2004-10-28 International Business Machines Corporation Timing of off-line messaging
CN1801814A (en) * 2005-10-11 2006-07-12 华为技术有限公司 Off-line message transmitting and receiving method
CN101106543A (en) * 2007-08-20 2008-01-16 北京亿企通信息技术有限公司 A method for processing offline data in instant communication tool
CN101184055A (en) * 2007-12-11 2008-05-21 腾讯科技(深圳)有限公司 Method and device of delivering, receiving, transmitting off-line files
CN101299731A (en) * 2008-05-09 2008-11-05 国网信息通信有限公司 Instant communication method and apparatus based on Web

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040215730A1 (en) * 2003-04-10 2004-10-28 International Business Machines Corporation Timing of off-line messaging
CN1801814A (en) * 2005-10-11 2006-07-12 华为技术有限公司 Off-line message transmitting and receiving method
CN101106543A (en) * 2007-08-20 2008-01-16 北京亿企通信息技术有限公司 A method for processing offline data in instant communication tool
CN101184055A (en) * 2007-12-11 2008-05-21 腾讯科技(深圳)有限公司 Method and device of delivering, receiving, transmitting off-line files
CN101299731A (en) * 2008-05-09 2008-11-05 国网信息通信有限公司 Instant communication method and apparatus based on Web

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103209115A (en) * 2013-04-07 2013-07-17 北京京东世纪贸易有限公司 Message sending system
CN107135258A (en) * 2017-05-04 2017-09-05 浙江路港互通信息技术有限公司 Method and server that message is pushed
CN107135258B (en) * 2017-05-04 2020-09-18 浙江数链科技有限公司 Message pushing method and server
CN108766547A (en) * 2018-04-08 2018-11-06 广州市海升信息科技有限责任公司 A kind of endowment service of street reports, processing method and client, processing system
CN110311855A (en) * 2019-06-25 2019-10-08 广州虎牙科技有限公司 User message processing method, device, electronic equipment and storage medium
CN110311855B (en) * 2019-06-25 2022-05-31 广州虎牙科技有限公司 User message processing method and device, electronic equipment and storage medium
CN111556086A (en) * 2020-01-02 2020-08-18 阿里巴巴集团控股有限公司 Object storage management method and device, electronic equipment and computer storage medium
CN111556086B (en) * 2020-01-02 2022-04-29 阿里巴巴集团控股有限公司 Object storage management method and device, electronic equipment and computer storage medium
CN111309744A (en) * 2020-02-10 2020-06-19 北京星选科技有限公司 Object processing method and device, electronic equipment and computer readable storage medium

Also Published As

Publication number Publication date
CN103023750B (en) 2016-04-20

Similar Documents

Publication Publication Date Title
CN103023750B (en) Terminal obtains the method for message
CN103531218B (en) A kind of online multimedia file editing method and system
CN103379140A (en) Log processing rule synchronization method and relative device and system
CN104902343A (en) Methods for transmitting and playing audio/video and message, server and terminal
CN102932775A (en) Method and device for carrying out terminal identification by combining IMEI and UA
CN102664935A (en) Method and system for associated output of WEB class user behavior and user information
CN111342992B (en) Method and system for processing equipment information change record
CN103209153A (en) Method, device and system for processing messages
CN102546218A (en) Configuration management method and system
CN104243610A (en) Distributed file transmission service method
CN102118451B (en) Method and device for handling uploaded user resources
CN106713351B (en) Secure communication method and device based on serial server
CN102056188B (en) Data generation method, data transmission method and related equipment
CN105430534A (en) Intelligent device reporting data method and system
CN102420822A (en) Network file transmission method and system
CA2778178C (en) Constructing a combined tracking address
CN104581690A (en) Network access implementing method of intelligent card, wireless card-writing platform and intelligent card
CA2931525A1 (en) Data stream identifying method and device
CN110324423A (en) A kind of service registration discovery method, system, equipment and medium
CN111200523A (en) Middle station system configuration method, device, equipment and storage medium
CN103051738B (en) A kind of dhcp address distribution method and system
CN102118709B (en) Method and system for increasing format conversion efficiency in group multimedia message sending service
CN103220260B (en) The more method of new data, server, client and system
CN102790766A (en) Object query method, object query system, object query device and object query acquisition device
CN103929763A (en) Method for comparison and reconstruction of geographic redundancy database

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant