CN111324472B - Method and device for judging garbage items of information to be detected - Google Patents

Method and device for judging garbage items of information to be detected Download PDF

Info

Publication number
CN111324472B
CN111324472B CN202010074194.5A CN202010074194A CN111324472B CN 111324472 B CN111324472 B CN 111324472B CN 202010074194 A CN202010074194 A CN 202010074194A CN 111324472 B CN111324472 B CN 111324472B
Authority
CN
China
Prior art keywords
detected
information
queue
matching
service
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010074194.5A
Other languages
Chinese (zh)
Other versions
CN111324472A (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.)
Shanghai Zhongyan Network Technology Co ltd
Original Assignee
Shanghai Zhongyan Network 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 Shanghai Zhongyan Network Technology Co ltd filed Critical Shanghai Zhongyan Network Technology Co ltd
Priority to CN202010074194.5A priority Critical patent/CN111324472B/en
Publication of CN111324472A publication Critical patent/CN111324472A/en
Application granted granted Critical
Publication of CN111324472B publication Critical patent/CN111324472B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a method and a device for judging garbage items of information to be detected, wherein the method comprises the following steps: acquiring project information to be detected; storing the item information to be detected into a queue to be detected; utilizing a nameko micro-service framework and finishing remote calling of detection service based on a communication mechanism of RPC; matching the called item information to be detected according to preset keywords in the word bank; and if the matching is successful, carrying out forbidden treatment on the garbage items on the information of the items to be detected, and returning forbidden results to the queue to be detected. According to the method and the device for judging the junk items of the information to be detected, the RPC remote calling of the nameko micro-service framework is adopted, after the calling of the detection service is completed, the junk items of the information to be detected are judged by matching with the preset keywords, the service is separated from the main service, the system complexity is reduced by loose coupling, the flexibility is improved, the real-time expansion can be realized, and the service can be reused.

Description

Method and device for judging garbage items of information to be detected
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for judging garbage items of information to be detected.
Background
In the existing survey system, the user issued information, the reply text, the issued information identifier and the like and the novel detection are generally used as a set of system to complete execution, and finally a detection result is obtained, so that the problems of poor service flexibility and untimely request processing can occur under the condition of huge service request quantity.
Disclosure of Invention
In order to solve the problems that the service flexibility is poor and the request processing is not timely in the prior art, the invention provides a method and a device for judging a junk item of information to be detected.
In a first aspect, the present invention provides a method for determining a garbage item for information to be detected, including:
acquiring project information to be detected;
storing the item information to be detected into a queue to be detected;
utilizing a nameko micro-service framework and finishing remote calling of detection service based on a communication mechanism of RPC;
matching the called item information to be detected according to preset keywords in the word bank;
and if the matching is successful, carrying out forbidden treatment on the garbage items on the information of the items to be detected, and returning forbidden results to the queue to be detected.
Further, the acquiring the item information to be detected includes: item information published by a user and historical item backtracking information in an item storage database.
Further, if the matching is successful, performing forbidden treatment on the garbage items on the information of the items to be detected, and returning a forbidden result to the queue to be detected, the method further comprises the following steps:
and if the matching fails, directly returning the item information to be detected to the queue to be detected.
Further, the method further comprises:
and endowing partial code authority to the RPC remote call.
In a second aspect, the present invention provides an apparatus for determining garbage items of information to be detected, including:
the acquisition module is used for acquiring the information of the project to be detected;
the storage module is used for storing the item information to be detected into a queue to be detected;
the calling module is used for utilizing a nameko micro-service framework and finishing remote calling of the detection service based on a communication mechanism of RPC (remote procedure call);
the matching module is used for matching the called item information to be detected according to the preset keywords in the word bank;
and the return first result module is used for carrying out forbidden treatment on the garbage items on the information of the items to be detected and returning forbidden results to the queue to be detected if matching is successful.
Further, the acquiring the item information to be detected includes: item information published by a user and historical item backtracking information in an item storage database.
Further, after returning to the first result module, the method further comprises:
and the second result returning module is used for directly returning the information of the items to be detected to the queue to be detected if the matching fails.
Further, the apparatus further comprises:
and the permission setting module is used for endowing part of code permission to the RPC remote call.
In a third aspect, the present invention provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the steps of the method for processing suspected word provided in the first aspect when executing the program.
In a fourth aspect, the present invention provides a non-transitory computer-readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of the method for processing suspected words as provided in the first aspect.
According to the method and the device for judging the junk items of the information to be detected, the RPC remote calling of the nameko micro-service framework is adopted, after the calling of the detection service is completed, the junk items of the information to be detected are judged by matching with the preset keywords, the service is separated from the main service, the system complexity is reduced by loose coupling, the flexibility is improved, the real-time expansion can be realized, and the service can be reused.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a schematic flow chart of a method for determining a spam item for information to be detected according to an embodiment of the present invention;
fig. 2 is a schematic flow chart illustrating a method for determining spam items of information to be detected according to another embodiment of the present invention;
FIG. 3 is a block diagram of an apparatus for determining spam items of information to be detected according to an embodiment of the present invention;
FIG. 4 is a block diagram of an apparatus for determining spam items of information to be detected according to another embodiment of the present invention;
fig. 5 is a block diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the technical solutions better understood by those skilled in the art, 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 only partial 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.
It should be noted that the terms "first," "second," and the like in the description and claims of this application and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It should be understood that the data so used may be interchanged under appropriate circumstances such that embodiments of the application described herein may be used. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present application will be described in detail below with reference to the embodiments with reference to the attached drawings.
In the existing survey system, the user issued information, the reply text, the issued information identifier and the like and the novel detection are generally used as a set of system to complete execution, and finally a detection result is obtained, so that the problems of poor service flexibility and untimely request processing can occur under the condition of huge service request quantity. In order to solve the above problem, an embodiment of the present invention provides a method for determining a garbage item for information to be detected, as shown in fig. 1, where the method includes:
step S101, acquiring project information to be detected;
step S102, storing the item information to be detected into a queue to be detected;
step S103, utilizing a nameko micro-service framework and finishing remote calling of detection service based on a communication mechanism of RPC;
step S104, matching the called item information to be detected according to preset keywords in the word bank;
and step S105, if the matching is successful, carrying out forbidden treatment on the garbage items on the information of the items to be detected, and returning forbidden results to the queue to be detected.
Specifically, in the embodiment of the present invention, all the acquired information to be detected is stored in a queue to be detected, and then Remote invocation of a detection service is completed based on a communication mechanism of RPC by using a nameko micro service framework, where RPC (Remote Procedure Call Protocol) is a Protocol that requests a service from a Remote computer program through a network without knowing an underlying network technology.
And performing matching processing on the called item information to be detected according to preset keywords (wherein the keywords are used for detecting and judging whether the called item information to be detected is forbidden words) in the word bank, wherein the matching processing can be a regular matching algorithm and the like, and the matching algorithm is not specifically limited here. If the matching is successful, the information of the current item to be detected belongs to the forbidden information, the forbidden information needs to be subjected to forbidden treatment, and then the forbidden result is returned to the queue to be detected.
According to the method for judging the junk items of the information to be detected, the RPC remote calling of the nameko micro-service framework is adopted, after the calling of the detection service is completed, the junk items of the information to be detected are judged by matching with the preset keywords, the service is separated from the main service, the system complexity is reduced by loose coupling, the flexibility is improved, the real-time expansion can be realized, and the service can be reused.
Based on the content of the above embodiments, as an alternative embodiment: the acquiring of the item information to be detected comprises the following steps: item information published by a user and historical item backtracking information in an item storage database.
Specifically, in the embodiment of the present invention, item information issued by a user is used as main information stored in a queue to be detected, and when historical item backtracking information needs to be obtained, garbage item backtracking information is obtained from an item storage database by using multiple processes, and then the garbage item backtracking information is stored in a detection queue. The garbage item backtracking information is acquired by utilizing multiple processes, multiple acquisition tasks can be executed in parallel, and the operation efficiency is improved.
Based on the content of the above embodiments, as an alternative embodiment: if the matching is successful, carrying out illegal processing on the garbage items on the information of the items to be detected, and returning the illegal results to the queue to be detected, wherein the steps of:
and if the matching fails, directly returning the item information to be detected to the queue to be detected.
Specifically, after matching with the preset keyword, if the matching fails, no processing is performed, and the item information to be detected is directly returned to the queue to be detected.
Based on the content of the above embodiments, as an alternative embodiment: as shown in fig. 2, the method further comprises:
and 106, endowing partial code authority to the RPC remote call.
Specifically, the thesaurus starts a nameko micro-service framework to monitor a RabbitMQ message queue and endow part of code authority to RPC remote calling, so that the safety problem caused by excessive authority opening can be guaranteed, and a remote server can remotely call the codes in the thesaurus to process and intervene a service flow in real time.
According to another aspect of the present invention, an embodiment of the present invention provides an apparatus for determining spam items for information to be detected, referring to fig. 3, where fig. 3 is a block diagram of the apparatus for determining spam items for information to be detected according to the embodiment of the present invention. The device is used for completing the judgment of the garbage items on the information to be detected in the embodiments of the invention. Therefore, the description and definition of the method for determining a garbage item for information to be detected provided in the foregoing embodiments of the present invention may be used for understanding each execution module in the embodiments of the present invention.
The device includes:
an obtaining module 301, configured to obtain item information to be detected;
the storage module 302 is configured to store the item information to be detected into a queue to be detected;
the calling module 303 is configured to use a nameko micro-service framework to complete remote calling of the detection service based on a communication mechanism of RPC;
the matching module 304 is used for matching the called item information to be detected according to the preset keywords in the word bank;
and the return first result module 305 is configured to, if the matching is successful, perform illegal processing on the to-be-detected item information on the garbage item, and return an illegal result to the to-be-detected queue.
Specifically, the specific process of each module in the apparatus of this embodiment to implement its function may refer to the related description in the corresponding method embodiment, and is not described herein again.
According to the device for judging the junk items of the information to be detected, the RPC remote calling of the nameko micro-service framework is adopted, after the calling of the detection service is completed, the junk items of the information to be detected are judged by matching with the preset keywords, the service is separated from the main service, the system complexity is reduced by loose coupling, the flexibility is improved, the real-time expansion can be realized, and the service can be reused.
Based on the content of the above embodiments, as an alternative embodiment: the method for acquiring the project information to be detected comprises the following steps: item information published by a user and historical item backtracking information in an item storage database.
Specifically, the specific process of each module in the apparatus of this embodiment to implement its function may refer to the related description in the corresponding method embodiment, and is not described herein again.
Based on the content of the above embodiments, as an alternative embodiment: after returning to the first result module, the method further comprises the following steps:
and the second result returning module is used for directly returning the information of the items to be detected to the queue to be detected if the matching fails.
Specifically, the specific process of each module in the apparatus of this embodiment to implement its function may refer to the related description in the corresponding method embodiment, and is not described herein again.
Based on the content of the above embodiments, as an alternative embodiment: as shown in fig. 4, the apparatus further comprises:
and the permission setting module 306 is used for endowing the RPC remote call with partial code permission.
Specifically, the specific process of each module in the apparatus of this embodiment to implement its function may refer to the related description in the corresponding method embodiment, and is not described herein again.
Fig. 5 is a block diagram of an electronic device according to an embodiment of the present invention, and as shown in fig. 5, the electronic device includes: a processor 501, a memory 502, and a bus 503;
the processor 501 and the memory 502 respectively complete communication with each other through a bus 503; the processor 501 is configured to call the program instructions in the memory 502 to execute the method for determining a garbage item for information to be detected provided in the foregoing embodiment, for example, the method includes: acquiring project information to be detected; storing the item information to be detected into a queue to be detected; utilizing a nameko micro-service framework and finishing remote calling of detection service based on a communication mechanism of RPC; matching the called item information to be detected according to preset keywords in the word bank; and if the matching is successful, carrying out forbidden treatment on the garbage items on the information of the items to be detected, and returning forbidden results to the queue to be detected.
Embodiments of the present invention provide a non-transitory computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the steps of a method for performing spam item determination on information to be detected. Examples include: acquiring project information to be detected; storing the item information to be detected into a queue to be detected; utilizing a nameko micro-service framework and finishing remote calling of detection service based on a communication mechanism of RPC; matching the called item information to be detected according to preset keywords in the word bank; and if the matching is successful, carrying out forbidden treatment on the garbage items on the information of the items to be detected, and returning forbidden results to the queue to be detected.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium, such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods of the various embodiments or some parts of the embodiments.
Finally, the principle and the implementation of the present invention are explained by applying the specific embodiments in the present invention, and the above description of the embodiments is only used to help understanding the method and the core idea of the present invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (4)

1. A method for judging garbage items of information to be detected is characterized by comprising the following steps:
acquiring project information to be detected;
storing the item information to be detected into a queue to be detected;
utilizing a nameko micro-service framework and finishing remote calling of detection service based on a communication mechanism of RPC;
matching the called item information to be detected according to preset keywords in the word bank;
if the matching is successful, carrying out illegal processing on the garbage items on the item information to be detected, and returning illegal results to a queue to be detected;
the acquiring of the item information to be detected comprises: item information issued by a user and historical item backtracking information in an item storage database;
if the matching is successful, the carrying out illegal processing on the garbage items on the item information to be detected and returning the illegal result to the queue to be detected further comprises:
if the matching fails, directly returning the item information to be detected to a queue to be detected;
the method further comprises the following steps: endowing a part of code authority to RPC remote call;
carrying out forbidden treatment on the garbage items on the item information to be detected, and returning forbidden results to a queue to be detected, wherein the forbidden treatment specifically comprises the following steps:
storing all acquired information to be detected in a queue to be detected, and then utilizing a nameko micro-service framework to complete remote calling of detection service based on a communication mechanism of RPC (remote procedure call) protocol, wherein the RPC is a protocol for requesting service from a remote computer program through a network without knowing the underlying network technology;
according to keywords preset by suspected words and sensitive words in a word bank, wherein the keywords are used for detecting and judging whether the called item information to be detected is forbidden words or not, so as to perform matching processing on the called item information to be detected, wherein the matching processing is a regular matching algorithm, if the matching is successful, the current item information to be detected belongs to forbidden information, the forbidden processing is performed on the forbidden information, and then forbidden results are returned to a queue to be detected;
after the detection service is called through RPC remote calling of a nameko micro-service framework, judging junk items of item information to be detected through matching with preset keywords, wherein the service is separated from a main service;
the acquiring of the item information to be detected specifically includes:
the method comprises the steps that project information issued by a user is used as main information stored in a queue to be detected, when historical project backtracking information needs to be obtained, garbage project backtracking information is obtained from a project storage database by utilizing multiple processes, the obtained garbage project backtracking information is stored in a detection queue, the garbage project backtracking information is obtained by utilizing the multiple processes, and multiple obtaining tasks are executed in parallel;
if the matching fails, directly returning the item information to be detected to the queue to be detected, which specifically comprises the following steps:
after matching with the preset keywords, if the matching fails, no processing is performed, and the information of the item to be detected is directly returned to the queue to be detected;
the method for giving the RPC remote call partial code authority specifically comprises the following steps:
the thesaurus starts a nameko micro-service frame to monitor a RabbitMQ message queue, partial code authority is given to RPC remote calling, so that a remote server can remotely call codes in the thesaurus and process and intervene a service flow in real time.
2. An apparatus for determining garbage items of information to be detected, the apparatus comprising:
the acquisition module is used for acquiring the information of the project to be detected;
the storage module is used for storing the item information to be detected into a queue to be detected;
the calling module is used for utilizing a nameko micro-service framework and finishing remote calling of the detection service based on a communication mechanism of RPC (remote procedure call);
the matching module is used for matching the called item information to be detected according to the preset keywords in the word bank;
the return first result module is used for carrying out forbidden treatment on the garbage items on the information of the items to be detected and returning forbidden results to the queue to be detected if matching is successful;
the acquiring of the item information to be detected comprises: item information issued by a user and historical item backtracking information in an item storage database;
after the returning to the first result module, the method further comprises: the second result returning module is used for directly returning the information of the item to be detected to the queue to be detected if the matching fails;
the permission setting module is used for endowing part of code permission to the RPC remote call;
carrying out forbidden treatment on the garbage items on the item information to be detected, and returning forbidden results to a queue to be detected, wherein the forbidden treatment specifically comprises the following steps:
storing all acquired information to be detected in a queue to be detected, and then utilizing a nameko micro-service framework to complete remote calling of detection service based on a communication mechanism of RPC (remote procedure call) protocol, wherein the RPC is a protocol for requesting service from a remote computer program through a network without knowing the underlying network technology;
according to keywords preset by suspected words and sensitive words in a word bank, wherein the keywords are used for detecting and judging whether the called item information to be detected is forbidden words or not, so as to perform matching processing on the called item information to be detected, wherein the matching processing is a regular matching algorithm, if the matching is successful, the current item information to be detected belongs to forbidden information, the forbidden processing is performed on the forbidden information, and then forbidden results are returned to a queue to be detected;
after the detection service is called through RPC remote calling of a nameko micro-service framework, judging junk items of item information to be detected through matching with preset keywords, wherein the service is separated from a main service;
the acquiring of the item information to be detected specifically includes:
the method comprises the steps that project information issued by a user is used as main information stored in a queue to be detected, when historical project backtracking information needs to be obtained, garbage project backtracking information is obtained from a project storage database by utilizing multiple processes, the obtained garbage project backtracking information is stored in a detection queue, the garbage project backtracking information is obtained by utilizing the multiple processes, and multiple obtaining tasks are executed in parallel;
if the matching fails, directly returning the item information to be detected to the queue to be detected, which specifically comprises the following steps:
after matching with the preset keywords, if the matching fails, no processing is performed, and the information of the item to be detected is directly returned to the queue to be detected;
the method for giving the RPC remote call partial code authority specifically comprises the following steps:
the thesaurus starts a nameko micro-service frame to monitor a RabbitMQ message queue, partial code authority is given to RPC remote calling, so that a remote server can remotely call codes in the thesaurus and process and intervene a service flow in real time.
3. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the steps of the method of processing garbage items according to claim 1 are implemented when the program is executed by the processor.
4. A non-transitory computer readable storage medium having stored thereon a computer program, which when executed by a processor, performs the steps of the method of processing a garbage item of claim 1.
CN202010074194.5A 2020-01-21 2020-01-21 Method and device for judging garbage items of information to be detected Active CN111324472B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010074194.5A CN111324472B (en) 2020-01-21 2020-01-21 Method and device for judging garbage items of information to be detected

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010074194.5A CN111324472B (en) 2020-01-21 2020-01-21 Method and device for judging garbage items of information to be detected

Publications (2)

Publication Number Publication Date
CN111324472A CN111324472A (en) 2020-06-23
CN111324472B true CN111324472B (en) 2020-11-20

Family

ID=71165218

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010074194.5A Active CN111324472B (en) 2020-01-21 2020-01-21 Method and device for judging garbage items of information to be detected

Country Status (1)

Country Link
CN (1) CN111324472B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101184264A (en) * 2007-11-27 2008-05-21 北京网秦天下科技有限公司 Mobile phone telephone and message anti-disturbance and private communication method and system
CN106027671A (en) * 2016-07-05 2016-10-12 深圳前海大数点科技有限公司 Cloud computing based industrial data bus and data service system
CN107102847A (en) * 2016-02-23 2017-08-29 中国水电工程顾问集团有限公司 Software development methodology, apparatus and system based on micro services
CN108874777A (en) * 2018-06-11 2018-11-23 北京奇艺世纪科技有限公司 A kind of method and device of text anti-spam

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101184264A (en) * 2007-11-27 2008-05-21 北京网秦天下科技有限公司 Mobile phone telephone and message anti-disturbance and private communication method and system
CN107102847A (en) * 2016-02-23 2017-08-29 中国水电工程顾问集团有限公司 Software development methodology, apparatus and system based on micro services
CN106027671A (en) * 2016-07-05 2016-10-12 深圳前海大数点科技有限公司 Cloud computing based industrial data bus and data service system
CN108874777A (en) * 2018-06-11 2018-11-23 北京奇艺世纪科技有限公司 A kind of method and device of text anti-spam

Also Published As

Publication number Publication date
CN111324472A (en) 2020-06-23

Similar Documents

Publication Publication Date Title
CN109558748B (en) Data processing method and device, electronic equipment and storage medium
CN107798108B (en) Asynchronous task query method and device
CN110838065A (en) Transaction data processing method and device
JP2017514218A (en) Running third-party applications
CN108287854B (en) Method and system for data persistence in stream calculation
CN110673933A (en) ZooKeeper-based distributed asynchronous queue implementation method, device, equipment and medium
CN113961332A (en) Method and device for realizing workflow engine, electronic equipment and storage medium
US10979515B1 (en) Resource discovery agent computing device, software application, and method
CN107633080B (en) User task processing method and device
CN113282580A (en) Method, storage medium and server for executing timed task
CN111324472B (en) Method and device for judging garbage items of information to be detected
CN105512208B (en) Information publishing method, device and system
EP3285179A1 (en) Data transfer method and device
CN114691241B (en) Task execution method, device, electronic equipment and storage medium
CN114331446B (en) Method, device, equipment and medium for realizing out-of-chain service of block chain
CN112887355A (en) Service processing method and device for abnormal server
CN114564286A (en) Rule engine warning method and rule engine warning system
CN114416807A (en) Data merging method, device and system for customer account
CN111625866A (en) Authority management method, system, equipment and storage medium
CN117472617B (en) Message processing method and device, electronic equipment and readable storage medium
CN113378030B (en) Search method of search engine, search engine architecture, device and storage medium
CN111741097B (en) Method for tenant to monopolize node, computer equipment and storage medium
CN114282673A (en) Inference service method, system, storage medium, and electronic device
CN117714293A (en) Method, device, equipment and storage medium for processing elastic expansion and contraction of resources
CN115080045A (en) Link generation method and device, computer equipment and storage medium

Legal Events

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