




技术领域technical field
本发明涉及计算机技术领域,尤其涉及一种对待检测信息作垃圾项目判断的方法和装置。The invention relates to the field of computer technology, and in particular, to a method and a device for judging junk items in information to be detected.
背景技术Background technique
在现有的调查系统中,通常是将用户发布信息和答复正文、发布信息标识等与新型检测作为一套系统完成执行,最终得到检测结果,这样会出现服务请求量巨大的情况下,出现服务灵活度变差,请求处理不及时的问题。In the existing investigation system, the user releases information, reply text, release information identification, etc. and the new type of detection are usually implemented as a set of systems, and the detection result is finally obtained. The flexibility becomes poor, and requests are not processed in a timely manner.
发明内容SUMMARY OF THE INVENTION
为了解决现有技术服务灵活度变差,请求处理不及时的问题,本发明提供一种对待检测信息作垃圾项目判断的方法和装置。In order to solve the problems of poor service flexibility and untimely request processing in the prior art, the present invention provides a method and device for judging junk items based on information to be detected.
第一方面,本发明提供一种对待检测信息作垃圾项目判断的方法,该方法包括:In a first aspect, the present invention provides a method for judging junk items based on information to be detected, the method comprising:
获取待检测的项目信息;Obtain the item information to be detected;
将待检测的项目信息存入待检测队列;Store the item information to be detected in the queue to be detected;
利用nameko微服务框架,基于RPC的通信机制完成检测服务的远程调用;Using the nameko microservice framework, the RPC-based communication mechanism completes the remote invocation of the detection service;
根据词库内的预设关键词对调用的待检测项目信息作匹配处理;Perform matching processing on the called item information to be detected according to the preset keywords in the thesaurus;
若匹配成功,则对待检测项目信息做垃圾项目的违禁处理,并将违禁结果返回待检测队列。If the match is successful, the information of the item to be detected will be prohibited from processing the garbage item, and the prohibited result will be returned to the queue to be tested.
进一步地,获取待检测的项目信息包括:用户发布的项目信息、项目存储数据库内的历史项目回溯信息。Further, acquiring the item information to be detected includes: item information published by the user, and historical item retrospective information in the item storage database.
进一步地,若匹配成功,则对待检测项目信息做垃圾项目的违禁处理,并将违禁结果返回待检测队列之后还包括:Further, if the matching is successful, the information of the item to be detected is prohibited from processing the junk item, and the prohibited result is returned to the queue to be tested, including:
若匹配失败,则直接返回待检测项目信息至待检测队列。If the matching fails, the information of the item to be detected is directly returned to the queue to be detected.
进一步地,该方法还包括:Further, the method also includes:
对RPC远程调用赋予部分代码权限。Grant some code permissions to RPC remote calls.
第二方面,本发明提供一种对待检测信息作垃圾项目判断的装置,该装置包括:In a second aspect, the present invention provides a device for judging junk items based on information to be detected, the device comprising:
获取模块,用于获取待检测的项目信息;The acquisition module is used to acquire the item information to be detected;
存储模块,用于将待检测的项目信息存入待检测队列;The storage module is used to store the item information to be detected in the queue to be detected;
调用模块,用于利用nameko微服务框架,基于RPC的通信机制完成检测服务的远程调用;The calling module is used to use the nameko microservice framework and the RPC-based communication mechanism to complete the remote call of the detection service;
匹配模块,用于根据词库内的预设关键词对调用的待检测项目信息作匹配处理;a matching module, configured to perform matching processing on the called to-be-detected item information according to preset keywords in the thesaurus;
返回第一结果模块,用于若匹配成功,则对待检测项目信息做垃圾项目的违禁处理,并将违禁结果返回待检测队列。The first result module is returned, for if the match is successful, the information of the item to be detected is prohibited from processing the garbage item, and the prohibited result is returned to the queue to be tested.
进一步地,获取待检测的项目信息包括:用户发布的项目信息、项目存储数据库内的历史项目回溯信息。Further, acquiring the item information to be detected includes: item information published by the user, and historical item retrospective information in the item storage database.
进一步地,返回第一结果模块之后还包括:Further, after returning the first result module, it also includes:
返回第二结果模块,用于若匹配失败,则直接返回待检测项目信息至待检测队列。Returning the second result module is used to directly return the information of the item to be detected to the queue to be detected if the matching fails.
进一步地,该装置还包括:Further, the device also includes:
权限设置模块,用于对RPC远程调用赋予部分代码权限。The permission setting module is used to grant some code permissions to RPC remote calls.
第三方面,本发明提供一种电子设备,包括存储器、处理器及存储在存储器上并可在处理器上运行的计算机程序,处理器执行程序时实现第一方面提供的对疑似词进行处理的方法的步骤。In a third aspect, the present invention provides an electronic device, including a memory, a processor, and a computer program stored in the memory and running on the processor. When the processor executes the program, the method for processing suspected words provided in the first aspect is implemented. steps of the method.
第四方面,本发明提供一种非暂态计算机可读存储介质,其上存储有计算机程序,该计算机程序被处理器执行时实现第一方面提供的对疑似词进行处理的方法的步骤。In a fourth aspect, the present invention provides a non-transitory computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, implements the steps of the method for processing a suspected word provided in the first aspect.
本发明提供的对待检测信息作垃圾项目判断的方法和装置,通过nameko微服务框架的RPC远程调用,完成检测服务的调用后,对待检测的项目信息通过与预设关键词的匹配进行垃圾项目的判断,该服务与主服务分离,松耦合降低了系统复杂性,灵活性提高并且可实时扩展,服务可复用。The method and device for judging junk items based on the information to be detected provided by the present invention are remotely invoked through the RPC of the nameko micro-service framework, and after the invocation of the detection service is completed, the information of the items to be detected is matched with preset keywords to determine the junk items. It is judged that the service is separated from the main service, the loose coupling reduces the complexity of the system, the flexibility is improved and it can be extended in real time, and the service can be reused.
附图说明Description of drawings
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to explain the embodiments of the present invention or the technical solutions in the prior art more clearly, the following briefly introduces the accompanying drawings that need to be used in the description of the embodiments or the prior art. Obviously, the accompanying drawings in the following description are only These are some embodiments of the present invention. For those of ordinary skill in the art, other drawings can also be obtained according to these drawings without creative efforts.
图1为本发明实施例提供的对待检测信息作垃圾项目判断的方法流程示意图;1 is a schematic flowchart of a method for judging junk items based on information to be detected provided by an embodiment of the present invention;
图2为本发明另一实施例提供的对待检测信息作垃圾项目判断的方法流程示意图;2 is a schematic flowchart of a method for judging junk items with information to be detected provided by another embodiment of the present invention;
图3为本发明实施例提供的对待检测信息作垃圾项目判断的装置框图;3 is a block diagram of an apparatus for judging junk items based on information to be detected provided by an embodiment of the present invention;
图4为本发明另一实施例提供的对待检测信息作垃圾项目判断的装置框图;4 is a block diagram of an apparatus for judging junk items with information to be detected provided by another embodiment of the present invention;
图5为本发明实施例提供的电子设备框图。FIG. 5 is a block diagram of an electronic device provided by an embodiment of the present invention.
具体实施方式Detailed ways
为了使本技术领域的人员更好地理解本申请方案,下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本申请一部分的实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都应当属于本申请保护的范围。In order to make those skilled in the art better understand the solutions of the present application, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present application. Obviously, the described embodiments are only The embodiments are part of the present application, but not all of the embodiments. Based on the embodiments in the present application, all other embodiments obtained by those of ordinary skill in the art without creative work shall fall within the scope of protection of the present application.
需要说明的是,本申请的说明书和权利要求书及上述附图中的术语“第一”、“第二”等是用于区别类似的对象,而不必用于描述特定的顺序或先后次序。应该理解这样使用的数据在适当情况下可以互换,以便这里描述的本申请的实施例。此外,术语“包括”和“具有”以及他们的任何变形,意图在于覆盖不排他的包含,例如,包含了一系列步骤或单元的过程、方法、系统、产品或设备不必限于清楚地列出的那些步骤或单元,而是可包括没有清楚地列出的或对于这些过程、方法、产品或设备固有的其它步骤或单元。It should be noted that the terms "first", "second" and the like in the description and claims of the present application and the above drawings are used to distinguish similar objects, and are not necessarily used to describe a specific sequence or sequence. It is to be understood that the data so used are interchangeable under appropriate circumstances for the embodiments of the application described herein. Furthermore, the terms "comprising" and "having" and any variations thereof, are intended to cover non-exclusive inclusion, for example, a process, method, system, product or device comprising a series of steps or units is not necessarily limited to those expressly listed Rather, those steps or units may include other steps or units not expressly listed or inherent to these processes, methods, products or devices.
需要说明的是,在不冲突的情况下,本申请中的实施例及实施例中的特征可以相互组合。下面将参考附图并结合实施例来详细说明本申请。It should be noted that the embodiments in the present application and the features of the embodiments may be combined with each other in the case of no conflict. The present application will be described in detail below with reference to the accompanying drawings and in conjunction with the embodiments.
在现有的调查系统中,通常是将用户发布信息和答复正文、发布信息标识等与新型检测作为一套系统完成执行,最终得到检测结果,这样会出现服务请求量巨大的情况下,出现服务灵活度变差,请求处理不及时的问题。为了解决上述问题,本发明实施例提供一种对待检测信息作垃圾项目判断的方法,如图1所示,该方法包括:In the existing investigation system, the user releases information, reply text, release information identification, etc. and the new type of detection are usually implemented as a set of systems, and the detection result is finally obtained. The flexibility becomes poor, and requests are not processed in a timely manner. In order to solve the above problems, an embodiment of the present invention provides a method for judging junk items in information to be detected. As shown in FIG. 1 , the method includes:
步骤S101,获取待检测的项目信息;Step S101, obtaining item information to be detected;
步骤S102,将待检测的项目信息存入待检测队列;Step S102, storing the item information to be detected into the queue to be detected;
步骤S103,利用nameko微服务框架,基于RPC的通信机制完成检测服务的远程调用;Step S103, using the nameko micro-service framework to complete the remote invocation of the detection service based on the RPC communication mechanism;
步骤S104,根据词库内的预设关键词对调用的待检测项目信息作匹配处理;Step S104, performing matching processing on the called item information to be detected according to the preset keywords in the thesaurus;
步骤S105,若匹配成功,则对待检测项目信息做垃圾项目的违禁处理,并将违禁结果返回待检测队列。Step S105 , if the matching is successful, the information of the item to be detected is prohibited from being processed as a garbage item, and the prohibited result is returned to the queue to be detected.
具体为,在本发明实施例中,将获取的待检测的所有信息均存储在待检测队列内,然后利用nameko微服务框架,基于RPC的通信机制完成检测服务的远程调用,其中,RPC(Remote Procedure Call Protocol,远程过程调用协议),它是一种通过网络从远程计算机程序上请求服务,而不需要了解底层网络技术的协议。Specifically, in the embodiment of the present invention, all the acquired information to be detected is stored in the queue to be detected, and then the nameko microservice framework is used to complete the remote invocation of the detection service based on the RPC communication mechanism. Procedure Call Protocol), which is a protocol for requesting services from a remote computer program over a network without knowing the underlying network technology.
根据词库内疑似词、敏感词等预设的关键词(其中这些关键词是用于检测判断调用的待检测项目信息是否是违禁词的)来对调用的待检测项目信息作匹配处理,其中匹配处理可以是正则匹配算法等,在这里不对匹配算法做具体限定。若匹配成功,则说明当前待检测项目信息属于违禁信息,对其要做违禁处理,然后将违禁结果返回待检测队列。According to the preset keywords such as suspected words and sensitive words in the thesaurus (wherein these keywords are used to detect and determine whether the called item information to be detected is a prohibited word), the information of the called item to be detected is matched and processed, wherein The matching process may be a regular matching algorithm or the like, and the matching algorithm is not specifically limited here. If the match is successful, it means that the current item information to be detected belongs to prohibited information, and prohibited processing is to be performed on it, and then the prohibited result is returned to the queue to be detected.
本发明提供的对待检测信息作垃圾项目判断的方法,通过nameko微服务框架的RPC远程调用,完成检测服务的调用后,对待检测的项目信息通过与预设关键词的匹配进行垃圾项目的判断,该服务与主服务分离,松耦合降低了系统复杂性,灵活性提高并且可实时扩展,服务可复用。The method for judging junk items based on the information to be detected provided by the present invention uses the RPC remote invocation of the nameko microservice framework, after completing the invocation of the detection service, the junk items are judged by matching the information of the items to be detected with preset keywords, The service is separated from the main service, the loose coupling reduces the complexity of the system, the flexibility is improved and it can be extended in real time, and the service can be reused.
基于上述各实施例的内容,作为一种可选实施例:获取待检测的项目信息包括:用户发布的项目信息、项目存储数据库内的历史项目回溯信息。Based on the contents of the foregoing embodiments, as an optional embodiment, acquiring the item information to be detected includes: item information published by the user and historical item retrospective information in the item storage database.
具体为,在本发明实施例中是将用户发布的项目信息作为存储在待检测队列内的主要信息,在需要获取历史项目回溯信息时,则利用多进程从项目存储数据库内获取垃圾项目回溯信息,再将取垃圾项目回溯信息存储在检测队列内。其中利用多进程获取垃圾项目回溯信息,可以并行的执行多个获取任务,提高运行效率。Specifically, in the embodiment of the present invention, the project information released by the user is used as the main information stored in the queue to be detected. When the historical project retrospective information needs to be obtained, the garbage project retrospective information is obtained from the project storage database by using multiple processes. , and then store the traceback information of the garbage item in the detection queue. Among them, multiple processes are used to obtain the backtracking information of garbage items, and multiple obtaining tasks can be executed in parallel to improve the operation efficiency.
基于上述各实施例的内容,作为一种可选实施例:若匹配成功,则对待检测项目信息做垃圾项目的违禁处理,并将违禁结果返回待检测队列之后还包括:Based on the content of the above embodiments, as an optional embodiment: if the matching is successful, the information of the item to be detected is prohibited from processing the garbage item, and the prohibited result is returned to the queue to be tested and further includes:
若匹配失败,则直接返回待检测项目信息至待检测队列。If the matching fails, the information of the item to be detected is directly returned to the queue to be detected.
具体为,在与预设关键词进行匹配后,如匹配失败,则不做任何处理,直接返回待检测项目信息至待检测队列。Specifically, after matching with the preset keyword, 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.
基于上述各实施例的内容,作为一种可选实施例:如图2,该方法还包括:Based on the contents of the foregoing embodiments, as an optional embodiment: as shown in FIG. 2 , the method further includes:
步骤106,对RPC远程调用赋予部分代码权限。Step 106, granting partial code permission to the RPC remote call.
具体为,词库启动nameko微服务框架,用以监控RabbitMQ消息队列,对RPC远程调用赋予部分代码权限,这样既能保证因权限开放过多带来的安全性问题,又能使得远程服务器可远程调用此词库中代码,实时处理干预业务流程。Specifically, the thesaurus starts the nameko microservice framework to monitor the RabbitMQ message queue and grant some code permissions to RPC remote calls, which can not only ensure the security problems caused by too many open permissions, but also enable the remote server to remotely Call the code in this thesaurus to process the intervention business process in real time.
根据本发明的再一个方面,本发明实施例提供对待检测信息作垃圾项目判断的装置,参见图3,图3为本发明实施例提供的对待检测信息作垃圾项目判断的装置框图。该装置用于在前述各实施例中完成本发明实施例提供的对待检测信息作垃圾项目判断。因此,在前述各实施例中的本发明实施例提供的对待检测信息作垃圾项目判断的方法中的描述和定义,可以用于本发明实施例中各执行模块的理解。According to another aspect of the present invention, an embodiment of the present invention provides an apparatus for judging junk items from information to be detected. Referring to FIG. 3 , FIG. 3 is a block diagram of an apparatus for judging junk items from information to be detected according to an embodiment of the present invention. The apparatus is used to complete the junk item judgment of the information to be detected provided by the embodiments of the present invention in the foregoing embodiments. Therefore, the descriptions and definitions in the method for judging junk items based on the information to be detected provided by the embodiments of the present invention in the foregoing embodiments can be used for the understanding of each execution module in the embodiments of the present invention.
该装置包括:The device includes:
获取模块301,用于获取待检测的项目信息;An
存储模块302,用于将待检测的项目信息存入待检测队列;The
调用模块303,用于利用nameko微服务框架,基于RPC的通信机制完成检测服务的远程调用;The calling
匹配模块304,用于根据词库内的预设关键词对调用的待检测项目信息作匹配处理;The
返回第一结果模块305,用于若匹配成功,则对待检测项目信息做垃圾项目的违禁处理,并将违禁结果返回待检测队列。Returning to the
具体的,本实施例的装置中各模块实现其功能的具体过程可参见对应的方法实施例中的相关描述,此处不再赘述。Specifically, for the specific process of implementing the functions of each module in the apparatus of this embodiment, reference may be made to the relevant description in the corresponding method embodiment, which is not repeated here.
本发明提供的对待检测信息作垃圾项目判断的装置,通过nameko微服务框架的RPC远程调用,完成检测服务的调用后,对待检测的项目信息通过与预设关键词的匹配进行垃圾项目的判断,该服务与主服务分离,松耦合降低了系统复杂性,灵活性提高并且可实时扩展,服务可复用。The device for judging junk items based on the information to be detected provided by the present invention is remotely invoked through the RPC of the nameko micro-service framework. After the invocation of the detection service is completed, the information of the items to be detected is matched with preset keywords to determine junk items. The service is separated from the main service, the loose coupling reduces the complexity of the system, the flexibility is improved and it can be extended in real time, and the service can be reused.
基于上述各实施例的内容,作为一种可选实施例:取待检测的项目信息包括:用户发布的项目信息、项目存储数据库内的历史项目回溯信息。Based on the contents of the above-mentioned embodiments, as an optional embodiment, obtaining the item information to be detected includes: item information published by the user and historical item retrospective information in the item storage database.
具体的,本实施例的装置中各模块实现其功能的具体过程可参见对应的方法实施例中的相关描述,此处不再赘述。Specifically, for the specific process of implementing the functions of each module in the apparatus of this embodiment, reference may be made to the relevant description in the corresponding method embodiment, which is not repeated here.
基于上述各实施例的内容,作为一种可选实施例:返回第一结果模块之后还包括:Based on the contents of the foregoing embodiments, as an optional embodiment, after returning the first result module, it further includes:
返回第二结果模块,用于若匹配失败,则直接返回待检测项目信息至待检测队列。Returning the second result module is used to directly return the information of the item to be detected to the queue to be detected if the matching fails.
具体的,本实施例的装置中各模块实现其功能的具体过程可参见对应的方法实施例中的相关描述,此处不再赘述。Specifically, for the specific process of implementing the functions of each module in the apparatus of this embodiment, reference may be made to the relevant description in the corresponding method embodiment, which is not repeated here.
基于上述各实施例的内容,作为一种可选实施例:如图4,装置还包括:Based on the contents of the foregoing embodiments, as an optional embodiment, as shown in FIG. 4 , the apparatus further includes:
权限设置模块306,用于对RPC远程调用赋予部分代码权限。The
具体的,本实施例的装置中各模块实现其功能的具体过程可参见对应的方法实施例中的相关描述,此处不再赘述。Specifically, for the specific process of implementing the functions of each module in the apparatus of this embodiment, reference may be made to the relevant description in the corresponding method embodiment, which is not repeated here.
图5为本发明实施例提供的电子设备框图,如图5所示,该设备包括:处理器501、存储器502和总线503;FIG. 5 is a block diagram of an electronic device provided by an embodiment of the present invention. As shown in FIG. 5 , the device includes: a
其中,处理器501及存储器502分别通过总线503完成相互间的通信;处理器501用于调用存储器502中的程序指令,以执行上述实施例所提供的对待检测信息作垃圾项目判断的方法,例如包括:获取待检测的项目信息;将待检测的项目信息存入待检测队列;利用nameko微服务框架,基于RPC的通信机制完成检测服务的远程调用;根据词库内的预设关键词对调用的待检测项目信息作匹配处理;若匹配成功,则对待检测项目信息做垃圾项目的违禁处理,并将违禁结果返回待检测队列。Wherein, the
本发明实施例提供一种非暂态计算机可读存储介质,其上存储有计算机程序,该计算机程序被处理器执行时实现对待检测信息作垃圾项目判断的方法的步骤。例如包括:获取待检测的项目信息;将待检测的项目信息存入待检测队列;利用nameko微服务框架,基于RPC的通信机制完成检测服务的远程调用;根据词库内的预设关键词对调用的待检测项目信息作匹配处理;若匹配成功,则对待检测项目信息做垃圾项目的违禁处理,并将违禁结果返回待检测队列。Embodiments of the present invention provide a non-transitory computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, implements the steps of a method for judging junk items based on information to be detected. For example, it includes: obtaining the item information to be tested; storing the item information to be tested in the queue to be tested; using the nameko microservice framework and RPC-based communication mechanism to complete the remote call of the testing service; The called to-be-detected item information is processed for matching; if the match is successful, the to-be-detected item information is processed as prohibited garbage items, and the prohibited result is returned to the to-be-tested queue.
以上所描述的装置实施例仅仅是示意性的,其中作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部模块来实现本实施例方案的目的。本领域普通技术人员在不付出创造性的劳动的情况下,即可以理解并实施。The device embodiments described above are only illustrative, wherein the units described as separate components may or may not be physically separated, and the components shown as units may or may not be physical units, that is, they may be located in one place , or distributed to multiple network elements. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution in this embodiment. Those of ordinary skill in the art can understand and implement it without creative effort.
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到各实施方式可借助软件加必需的通用硬件平台的方式来实现,当然也可以通过硬件。基于这样的理解,上述技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品可以存储在计算机可读存储介质中,如ROM/RAM、磁碟、光盘等,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行各个实施例或者实施例的某些部分的方法。From the description of the above embodiments, those skilled in the art can clearly understand that each embodiment can be implemented by means of software plus a necessary general hardware platform, and certainly can also be implemented by hardware. Based on this understanding, the above-mentioned technical solutions can be embodied in the form of software products in essence or the parts that make contributions to the prior art, and the computer software products can be stored in computer-readable storage media, such as ROM/RAM, magnetic Disks, optical discs, etc., include instructions for causing a computer device (which may be a personal computer, server, or network device, etc.) to perform the methods of various embodiments or portions of embodiments.
最后,本发明中应用了具体实施例对本发明的原理及实施方式进行了阐述,以上实施例的说明只是用于帮助理解本发明的方法及其核心思想;同时,对于本领域的一般技术人员,依据本发明的思想,在具体实施方式及应用范围上均会有改变之处,综上所述,本说明书内容不应理解为对本发明的限制。Finally, the present invention uses specific embodiments to illustrate the principles and implementations of the present invention, and the descriptions of the above embodiments are only used to help understand the method and the core idea of the present invention; meanwhile, for those skilled in the art, According to the idea of the present invention, there will be changes in the specific embodiments and application scope. To sum up, the contents of this specification should not be construed as limiting the present invention.
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202010074194.5ACN111324472B (en) | 2020-01-21 | 2020-01-21 | Method and device for judging junk items based on information to be detected |
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202010074194.5ACN111324472B (en) | 2020-01-21 | 2020-01-21 | Method and device for judging junk items based on information to be detected |
| Publication Number | Publication Date |
|---|---|
| CN111324472A CN111324472A (en) | 2020-06-23 |
| CN111324472Btrue CN111324472B (en) | 2020-11-20 |
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN202010074194.5AActiveCN111324472B (en) | 2020-01-21 | 2020-01-21 | Method and device for judging junk items based on information to be detected |
| Country | Link |
|---|---|
| CN (1) | CN111324472B (en) |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN115641021A (en)* | 2022-10-17 | 2023-01-24 | 北京知道创宇信息技术股份有限公司 | A violation detection method, device, electronic equipment and storage medium |
| 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 |
| 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 |
| Publication number | Publication date |
|---|---|
| CN111324472A (en) | 2020-06-23 |
| Publication | Publication Date | Title |
|---|---|---|
| CN108255620B (en) | Service logic processing method, device, service server and system | |
| CN114064208B (en) | Method, device, electronic device and storage medium for detecting application service status | |
| CN106156126B (en) | Handle the data collision detection method and server in data task | |
| CN112905323B (en) | Data processing method, device, electronic equipment and storage medium | |
| CN110851471B (en) | Distributed log data processing method, device and system | |
| CN107633016A (en) | Data processing method and device and electronic equipment | |
| CN114064475B (en) | Cloud native application testing method, device, equipment and storage medium | |
| CN115080827B (en) | Sensitive data processing method and device | |
| CN116523457B (en) | Workflow processing method, device, equipment and storage medium based on business process | |
| CN110213234A (en) | Developer's recognition methods, device, equipment and the storage medium of application file | |
| CN112433936A (en) | Test method, test device and storage medium | |
| CN108287854B (en) | A method and system for data persistence in stream computing | |
| CN110457902A (en) | Static source code scanning method, device and computer storage medium of banking system | |
| CN110267215A (en) | A data detection method, device and storage medium | |
| CN111324472B (en) | Method and device for judging junk items based on information to be detected | |
| CN106777265B (en) | Service data processing method and device | |
| CN108038233B (en) | Method and device for collecting articles, electronic equipment and storage medium | |
| CN119149422A (en) | Micro-service chaos test method and device based on Istio and link tracking | |
| CN113641628A (en) | Data quality detection method, device, equipment and storage medium | |
| CN113419964A (en) | Test case generation method and device, computer equipment and storage medium | |
| CN111800409A (en) | Interface attack detection method and device | |
| CN117370993A (en) | Software security risk processing method, device, equipment and storage medium | |
| CN113515401B (en) | Positioning and debugging method, system, electronic equipment and medium for abnormal transaction | |
| CN107704557B (en) | Processing method and device for operating mutually exclusive data, computer equipment and storage medium | |
| US8321844B2 (en) | Providing registration of a communication |
| 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 | ||
| CP03 | Change of name, title or address | ||
| CP03 | Change of name, title or address | Address after:200233 Shanghai Shi Xu Hui Qu Yi Shan Lu 700 Hao 86 Dong 7 Ceng Bang Gong Patentee after:Shanghai Zhongyan Network Technology Co.,Ltd. Country or region after:China Address before:200030 unit 2003, 2004, 2005, building B2, No. 700, Yishan Road, Xuhui District, Shanghai Patentee before:Shanghai Zhongyan Network Technology Co.,Ltd. Country or region before:China |