CN116522030A - Information processing method, apparatus and storage medium - Google Patents

Information processing method, apparatus and storage medium Download PDF

Info

Publication number
CN116522030A
CN116522030A CN202310488788.4A CN202310488788A CN116522030A CN 116522030 A CN116522030 A CN 116522030A CN 202310488788 A CN202310488788 A CN 202310488788A CN 116522030 A CN116522030 A CN 116522030A
Authority
CN
China
Prior art keywords
state
post
change information
state change
information
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
CN202310488788.4A
Other languages
Chinese (zh)
Other versions
CN116522030B (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 Renyimen Technology Co ltd
Original Assignee
Shanghai Renyimen 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 Renyimen Technology Co ltd filed Critical Shanghai Renyimen Technology Co ltd
Priority to CN202310488788.4A priority Critical patent/CN116522030B/en
Publication of CN116522030A publication Critical patent/CN116522030A/en
Application granted granted Critical
Publication of CN116522030B publication Critical patent/CN116522030B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • 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/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/548Queue

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The disclosure provides an information processing method, an information processing device and a storage medium, and relates to the technical field of data processing. An information processing method of the present disclosure includes: acquiring state change information of the post in the life cycle of the post, wherein the state change information comprises state change information generated by user operation and state change information generated by auditing operation; modifying a state table entry of the post according to the state change information, wherein the state table entry comprises current state information corresponding to each state type; according to the state table entry, a current audit result of the post is determined based on the decision maker.

Description

Information processing method, apparatus and storage medium
Technical Field
The present disclosure relates to the field of data processing technologies, and in particular, to an information processing method, an information processing device, and a storage medium.
Background
The posts are used as main information carriers of information flows of each platform, and the life cycle of the posts is mainly divided into five parts according to time sequence: the users post, audit, recommend and distribute, consume, report and review. The non-audited posts are visible only by the author, and the audited posts are distributed to squares with corresponding security levels according to the corresponding audit states of the posts for other users to check.
In the post lifecycle, there are various business sources that can modify the status of the post, for example, users can post and delete posts, content security audits can disclose or delete posts, etc.
Disclosure of Invention
It is an object of the present disclosure to improve the accuracy of post status determination and maintenance.
According to an aspect of some embodiments of the present disclosure, there is provided an information processing method including: acquiring state change information of the post in the life cycle of the post, wherein the state change information comprises state change information generated by user operation and state change information generated by auditing operation; modifying a state table entry of the post according to the state change information, wherein the state table entry comprises current state information corresponding to each state type; according to the state table entry, a current audit result of the post is determined based on the decision maker.
In some embodiments, the user operation includes at least one of a posting or a deleting operation.
In some embodiments, the auditing operations include at least one of a content security audit, a content tonality audit, or a background intervention audit.
In some embodiments, the state categories include at least one of a safe state, a tonal state, or an intervention state, as well as a user operational state.
In some embodiments, the decision maker compares the state table entry with entries in a pre-stored state value, and determines a current audit result based on a correspondence of the pre-stored state value to the audit result, wherein the pre-stored state value includes an permutation and combination of enumerated values for each state class.
In some embodiments, the method further comprises: and determining a distribution strategy of the posts according to the current auditing result, wherein the distribution strategy comprises deletion, normal and locking.
In some embodiments, obtaining the state change information includes: acquiring state change information generated in user operation and auditing operation; storing the state change information into a distributed message queue RocketMQ; modifying the state table according to the state change information includes: acquiring state change information from the RocketMQ; determining a corresponding state type and a changed target value according to the state change information, and updating a state change record table; and updating the state table according to the state change record table.
In some embodiments, the decision table is a single library sheet table; the state list is divided into a preset first number of forms by using the post mark as a sub-list key, and the forms are distributed in a master library of a preset second number of databases, and the master library corresponds to the slave library one by one.
In some embodiments, the method further comprises: under the condition of adjusting the auditing rule, updating at least one of the state category or the optional state information in the state table, and updating at least one of the items in the decision maker or the corresponding relation between the items and the auditing result.
According to an aspect of some embodiments of the present disclosure, there is provided an information processing apparatus including: a memory; and a processor coupled to the memory, the processor configured to perform any one of the information processing methods as described above based on instructions stored in the memory.
According to an aspect of some embodiments of the present disclosure, a non-transitory computer-readable storage medium is presented, on which computer program instructions are stored, which instructions, when executed by a processor, implement the steps of any one of the information processing methods above.
Drawings
The accompanying drawings, which are included to provide a further understanding of the disclosure, illustrate and explain the present disclosure, and together with the description serve to explain the present disclosure. In the drawings:
FIG. 1 is a diagram illustrating a post status change process in the related art.
Fig. 2 is a flow chart of some embodiments of the information processing method of the present disclosure.
Fig. 3 is a flow chart of other embodiments of the information processing method of the present disclosure.
Fig. 4A is a schematic diagram of some embodiments of an information processing method of the present disclosure.
FIG. 4B is a schematic diagram of some embodiments of a state change record table in an information processing method of the present disclosure.
Fig. 4C is a schematic diagram of some embodiments of a state table in an information processing method of the present disclosure.
Fig. 4D is a schematic diagram of some embodiments of information in a decision maker in an information processing method of the present disclosure.
Fig. 4E is a schematic diagram of some embodiments of current audit results in an information processing method of the present disclosure.
Fig. 5 is a signaling interaction diagram in the information processing method of the present disclosure.
Fig. 6 is a schematic diagram of some embodiments of an information processing apparatus of the present disclosure.
Fig. 7 is a schematic diagram of other embodiments of an information processing apparatus of the present disclosure.
Detailed Description
The technical scheme of the present disclosure is described in further detail below through the accompanying drawings and examples.
In the related art, the information sources affecting the post status may include a user posting deleting post, a machine review and a person review link of content security review (e.g., including a review of a report case), a machine review and person review link of content tonality review, and a manual intervention of the post status by operating a background post management center. The processing flow of the post is shown in fig. 1. When the user posts, the post state is updated, for example, the post state is updated; after the security audit is carried out, whether the post state is modified is determined, if the post state is modified into a locking state, after the post state is arbitrated to obtain a final result, the adjustment audit is carried out, whether the post state needs to be modified is determined, the post state is arbitrated again, the final result is updated, and whether distribution is carried out is determined. In addition, in the whole process, for example, an operation management department can manually intervene to modify the post state, and further update the final result. In the life cycle of the post, the user can delete the post at any time, and when the user selects to delete, the post state is updated, and the final result is updated after arbitration.
The inventor finds that the processing process is complex, various possibilities exist in the processing result of each service source, the possibility of post states is numerous, and the possibility of simultaneous modification, partial state overlapping, priority mutual exclusion and the like exist in a plurality of service sources, so that misjudgment is easy to occur.
In view of the above problems, the present disclosure proposes an information processing method, apparatus, and storage medium to solve the technical problem of how to improve accuracy of post status determination and maintenance.
A flowchart of some embodiments of the information processing method of the present disclosure is shown in fig. 2. In some embodiments, the information processing method may be executed at any time during the whole life cycle of the post, for example, under the triggering of any service source affecting the post status, and step S22 is executed.
In step S22, status change information of the post is acquired. In some embodiments, the state change information includes state change information generated by a user operation and state change information generated by an audit operation.
In some embodiments, the user operation includes at least one of a posting or a deleting operation.
In some embodiments, the auditing operations include at least one of a content security audit, a content tonality audit, a background intervention audit.
In some embodiments, the state change information generated by the user operation is obtained through an interface with the client. In some embodiments, the status change information generated by the auditing operation is obtained from an interface of the corresponding auditing department.
In some embodiments, the content security audit includes two parts, namely machine audit and manual audit, and state change information is obtained through an operation interface of the corresponding part; in some embodiments, the content tonality audit includes two parts, machine audit and manual audit, and state change information is obtained through an operation interface of the corresponding part.
In some embodiments, the status change information includes a post identification, thereby facilitating determination of the target post and improving accuracy of the modification. In some embodiments, the status change information further includes a processing result corresponding to the service source, for example, the status change information generated by the user operation includes release or deletion; the state change information generated by the auditing operation comprises normal or locking.
In step S24, the state table entry of the post is modified according to the state change information, where the state table entry includes current state information corresponding to each state category.
In some embodiments, the state categories include at least one of a safe state, a tonal state, or an intervention state, as well as a user operational state. In some embodiments, the state determined by the machine audit process and the state information corresponding to the state determined by the manual audit are different.
In some embodiments, each status table entry corresponds to a processing result of a respective status category of one post. In some embodiments, the execution of step S26 is triggered to process changed state table entries each time a state table entry is updated.
In step S26, a current audit result of the post is determined based on the decision maker according to the state table entry.
In some embodiments, the decision maker compares the state table entry with an entry in the pre-stored state information, and determines the current audit result according to a correspondence of pre-stored state values to the audit result, wherein the pre-stored state values include an permutation and combination of enumerated values for each state class.
By the method, the state table of each post can be updated in time according to the state change information of each post, and the current auditing result is updated by utilizing the decision maker to integrate the current state information of each current state category, so that the processing flow is simplified, the possibility of misjudgment and missed judgment is reduced, and the accuracy of post state determination and maintenance is improved. Furthermore, under the condition that the decision maker comprises the permutation and combination of the state information enumeration values of various state categories stored in advance, the current auditing result can be determined in an information matching mode, and the processing efficiency is further improved.
In some embodiments, the information processing method of the present disclosure may be executed at any time triggered by any service source that affects the status of posts. The information processing method based on different service sources is initiated synchronously or successively aiming at the same post, the flow of the information processing method can be executed synchronously, the same state table entry is updated based on different state change information, the processing sequence of the state change information of different service sources is not required to be controlled, and the processing efficiency is further improved.
In some embodiments, the information processing method further comprises: after determining the current audit result, a distribution policy, e.g., delete, normal or lock, of the post is determined based on the current audit result. In some embodiments, the distribution policy may further include at least one of allowing the predetermined first type of user to view or prohibiting the predetermined second type of user from view, thereby increasing flexibility of the distribution policy.
A flowchart of some embodiments of the information processing method of the present disclosure is shown in fig. 3.
In step 321, status change information generated in the user operation and the audit operation is acquired. In some embodiments, the information is obtained through a preset information transmission interface.
In step 322, the state change information is stored in the distributed message queue RocketMQ. In some embodiments, each state change information is stored as a message in a RocketMQ. By using the RocketMQ message queue, the sender of the message ensures that the post status change message is sent in percentage, the RocketMQ cluster ensures that the message is not lost in the middleware storage and each message is delivered successfully at least once, the receiver of the message performs idempotent preservation on the message through the post id and the sending time stamp in the message, and meanwhile, a failure retry mechanism is added, so that the reliability of the whole message in percentage of the life cycle is ensured.
In step 341, state change information is obtained from the RocketMQ. In some embodiments, the state change information is obtained by reading piece by piece. In some embodiments, the RocketMQ may be listened to through a post status change service.
In step 342, the state change record table is updated by determining the corresponding state type and the changed target value from the state change information. In some embodiments, the state change record table may record history change information of various states, so as to store the history change information in a manner of adding entries, so as to completely record the history state, and facilitate subsequent backtracking.
In step 343, the state table is updated according to the state change record table. The state table is an information table that integrates the states of multiple parties (state change information for each service source), and in some embodiments, the state table is indexed by post id, and each entry corresponds to the current state information of each type of state class of a post.
In step 361, a current audit result of the post is determined based on the decision maker according to the state table entry. In some embodiments, the current audit result corresponding to the current state table entry is determined by way of matching the state information.
By the method, service decoupling is realized by using the state table and the decision maker table, and the decision maker table exhausts all possible combinations to ensure the accuracy of the auditing result.
In some embodiments, in the event of an audit rule adjustment, at least one of the state categories or optional state information in the state table may be updated, and at least one of the entries in the decision maker, or the correspondence of the entries to audit results, may be updated. For example, when the post enumeration type is increased or an existing rule is adjusted, a set of complete policy mapping relation data with updated version numbers (corresponding to version fields) needs to be inserted into the decision maker, and the version fields of the data query statement of the decision maker are read in the service code to be consistent with the latest version number of the current decision maker. When a service source is newly added, the state change record table, the multiparty state table and the final state table are required to be synchronously added with the corresponding service source state field, a set of high-version decision maker table mapping rule data is generated according to the new rule, and then the read-write implementation in the service logic is synchronously changed.
The method and the device have the advantages that the auditing rule is modified by modifying or adding the auditing result in the existing items in the decision maker, and the business source is increased by adding the state category (adding the state field) in the state table and adding the items in the decision maker, so that the expansion capability can be improved, the information processing flow is not required to be modified, and the stability and the efficiency of version upgrading are improved.
In some embodiments, version information is also included in the decision maker, and the version of the decision maker used in the process of determining the current auditing result of the post based on the decision maker is determined by configuring the currently used version information, so that the later maintenance and version backtracking are facilitated.
A schematic diagram of some embodiments of the information processing method of the present disclosure is shown in fig. 4.
Upstream of the information processing, various business sources that affect post auditing results are included, such as security audits 411, tonality audits 412, manual intervention by an operator platform 413, and users 414. The state change information is stored in the dockmq 415 in order of order. The state change information is stored in the state change record table 416 by sequential reading of the information in the dockmq 415. In some embodiments, the state change record table 416 is shown in fig. 4B, in which a post identifier (post_id) is recorded, a state type (such as a security state type security_state, a tonality state type nature_state, an intervention state type operation_state, a user processing state type author_state) corresponding to the state change information, and a time of generation of the state change information, and in addition, each record is provided with a record identifier (id). In the figure, for example, the security audit is taken as an example, and record information of status changes of the security audit category of three posts (post identifiers 81191, 82215, 83239) in the status change record table is recorded, as shown in uncheck_normal, NORMAL.
The state table 417 is updated by integrating the information in the state change record table for each state category. In some embodiments, status table 417 is shown in FIG. 4C, in which post identification (post_id) is recorded, the current status information for each status category, such as LOCKED, UNCHECK_ NORMAL, NORMAL, EMPTY, and the like. To ensure certainty of the status of the posts, only one status table entry is provided for the same post identifier in the status table.
The state table 417 is processed using audit rules stored in the decision maker 418. In some embodiments, only the entry of the state table with changed information is processed, so that timeliness of updating is improved, and data processing pressure is reduced. In some embodiments, the information recorded in the decision maker 418 may be as shown in fig. 4D, in which all permutations of enumerated values of state information for each state class are recorded, along with the corresponding audit result final_state for each permutation. In addition, each permutation and combination is provided with an identification (id). In some embodiments, version information is also included, as shown in fig. 4D, to distinguish between different versions of information after upgrades.
After the information is processed, the current audit status for each post in the status table is obtained, and a final status table 419 of posts is obtained. In some embodiments, a final state table is shown in FIG. 4E, in which the post identification (post_id) and the current audit result final_state of the corresponding post are recorded. In some embodiments, there is only one final state table entry for the same post, thereby ensuring the clarity of subsequent distribution policies.
In some embodiments, the state information in the present disclosure, and the meaning corresponding to the state information, are only examples, and do not constitute undue limitations on the present application. In each state information table mentioned in the state change record table, the state table and the decision table, NORMAL is derived from a security auditing approach and indicates that the manual auditing security passes; user_delete is derived from the USER, indicating that the USER deleted the post; ADMIN_DELETE is derived from a security audit approach and a manual intervention approach of operation management, and represents management deletion; ADMIN_LOCK/LOCKED2 is derived from the tonality audit, representing a tonality audit level; SYSTEM_LOCK/LOCKED3 is derived from the security audit and represents the security audit level; unccheck is derived from a user and is the original state of a hair; the uncchecked_normal is derived from a security audit approach, and indicates that the machine audit security audit passes; the uncchecked-LOCKED 2 is derived from the tonality audit and represents the level of machine tonality audit. In some embodiments, the state information that has not been generated may also be marked as EMPTY to ensure that the decision-maker based data matching operation is performed correctly. In some embodiments, for adjustment and rule extension of policies, the above state information and its meaning may be added and adjusted.
By adopting the method in the embodiment, the service decoupling is realized by using the state table integrating the information of a plurality of service sources and the decision maker, and the accuracy of service logic is ensured by exhausting all possible combinations of the decision maker table; by using a RocketMQ message queue, high availability of services is ensured; the method is convenient for updating the data of the decision maker table, expanding the change of the business state rule, and coping with the business expansion of new change sources by adding fields to the state change record table, the multiparty state table and the decision maker table, thereby improving the expansion flexibility and convenience of information processing.
In some embodiments, the decision form is a single-library form, so that the auditing result is ensured to be determined by adopting a unified strategy, the operation amount required by expansion can be reduced, and the convenience of expansion is improved.
In some embodiments, the state table is divided into a predetermined first number of tables by using the post identifier and the state change record table as the sub-table key, the tables are distributed in a main library of a predetermined second number of databases, the main library corresponds to the slave library one by one, for example, 1024 sub-table strategies by using the post id as the sub-table key, 1024 tables are uniformly distributed in 4 MySQL main libraries, and each main library is provided with one slave library. By the method, the data throughput performance and the data disaster recovery capacity under the peak flow pressure of the system can be ensured.
In some embodiments, at the service level, a distributed micro-service architecture is adopted, and when the single service processing capability reaches an upper limit, the service processing capability can be improved by increasing the horizontal capacity expansion mode of the service instance, so that the post auditing result determining efficiency is ensured.
A signaling interaction diagram in the information processing method of the present disclosure is shown in fig. 5.
In 501, each audit service side or client user issues status change information for posts during use, and stores the status change information in the RocketMQ for reading information from the RocketMQ during subsequent processing.
In 502-504, the state change record table is updated based on information read from the RocketMQ. In some embodiments, the state table may be updated according to the updated state change record table; in other embodiments, the state table may be updated directly from the information read from the RocketMQ. In some embodiments, the decision maker may be queried synchronously in real time after each state table update.
In 506-508, the current auditing result corresponding to the changed state table entry is determined according to the information recorded in the decision maker, and updated to the final state table. In some embodiments, the decision maker table is exhaustive of the mapping of state information provided by all business parties to post final states.
A schematic structural diagram of one embodiment of the information processing apparatus of the present disclosure is shown in fig. 6. The information processing apparatus includes a memory 601 and a processor 602. Wherein: the memory 601 may be a magnetic disk, flash memory or any other non-volatile storage medium. The memory is used to store instructions in the corresponding embodiments of the information processing methods above. The processor 602 is coupled to the memory 601 and may be implemented as one or more integrated circuits, such as a microprocessor or microcontroller. The processor 602 is configured to execute instructions stored in a memory to improve the accuracy of post status determination and maintenance.
In one embodiment, as also shown in fig. 7, an information processing apparatus 700 includes a memory 701 and a processor 702. The processor 702 is coupled to the memory 701 through a BUS 703. The information processing apparatus 700 may also be connected to an external storage apparatus 705 through a storage interface 704 to call external data, and may also be connected to a network or another computer system (not shown) through a network interface 706. And will not be described in detail herein.
In this embodiment, the accuracy of post status determination and maintenance can be improved by storing the data instructions in the memory and processing the instructions by the processor.
In another embodiment, a computer readable storage medium has stored thereon computer program instructions which, when executed by a processor, implement the steps of the method in the corresponding embodiments of the information processing method. It will be apparent to those skilled in the art that embodiments of the present disclosure may be provided as a method, apparatus, or computer program product. Accordingly, the present disclosure may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects. Furthermore, the present disclosure may take the form of a computer program product embodied on one or more computer-usable non-transitory storage media (including, but not limited to, disk storage, CD-ROM, optical storage, etc.) having computer-usable program code embodied therein.
The present disclosure is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the disclosure. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
Thus far, the present disclosure has been described in detail. In order to avoid obscuring the concepts of the present disclosure, some details known in the art are not described. How to implement the solutions disclosed herein will be fully apparent to those skilled in the art from the above description.
The methods and apparatus of the present disclosure may be implemented in a number of ways. For example, the methods and apparatus of the present disclosure may be implemented by software, hardware, firmware, or any combination of software, hardware, firmware. The above-described sequence of steps for the method is for illustration only, and the steps of the method of the present disclosure are not limited to the sequence specifically described above unless specifically stated otherwise. Furthermore, in some embodiments, the present disclosure may also be implemented as programs recorded in a recording medium, the programs including machine-readable instructions for implementing the methods according to the present disclosure. Thus, the present disclosure also covers a recording medium storing a program for executing the method according to the present disclosure.
It should be noted that the terms "first," "second," and the like in the description and claims of the present disclosure and in the drawings are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments of the disclosure described herein may be capable of operation in sequences other than those illustrated or described herein. 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.
Finally, it should be noted that: the above embodiments are merely for illustrating the technical solution of the present disclosure and are not limiting thereof; although the present disclosure has been described in detail with reference to preferred embodiments, those of ordinary skill in the art will appreciate that: modifications may be made to the specific embodiments of the disclosure or equivalents may be substituted for part of the technical features; without departing from the spirit of the technical solutions of the present disclosure, it should be covered in the scope of the technical solutions claimed in the present disclosure.

Claims (10)

1. An information processing method, comprising: during the life cycle of the post,
acquiring state change information of posts, wherein the state change information comprises state change information generated by user operation and state change information generated by auditing operation;
modifying a state table entry of the post according to the state change information, wherein the state table entry comprises current state information corresponding to each state category;
and determining the current auditing result of the post based on the decision maker according to the state table entry.
2. The method of claim 1, wherein the method is consistent with at least one of:
the user operation includes at least one of a posting or a deleting operation; or (b)
The auditing operation includes at least one of content security auditing, content tonality auditing, and background intervention auditing.
3. The method of claim 1, wherein the status category includes at least one of a safe status, a tonal status, or an intervention status, and a user operational status.
4. The method of claim 1, wherein the decision maker compares the state table entries with entries in pre-stored state values, the current audit result being determined from a correspondence of pre-stored state values to audit results, wherein the pre-stored state values comprise an permutation and combination of enumerated values for each state class.
5. The method of claim 1, further comprising:
and determining a distribution strategy of the posts according to the current auditing result, wherein the distribution strategy comprises deletion, normal and locking.
6. The method of claim 1, wherein,
the acquiring the state change information includes:
acquiring state change information generated in user operation and auditing operation;
storing the state change information into a distributed message queue RocketMQ;
the modifying the state table according to the state change information includes:
acquiring state change information from the RocketMQ;
determining a corresponding state type and a changed target value according to the state change information, and updating a state change record table;
and updating the state table according to the state change record table.
7. The method of claim 1, wherein,
the decision table is a single library list table;
the state list is divided into a preset first number of forms by using post marks as sub-list keys and distributed in a master library of a preset second number of databases, and the master library corresponds to the slave libraries one by one.
8. The method of claim 1, further comprising:
and under the condition of adjusting the auditing rule, updating at least one of the state category or the optional state information in the state table, and updating at least one of the items in the decision maker or the corresponding relation between the items and the auditing result.
9. An information processing apparatus comprising:
a memory; and
a processor coupled to the memory, the processor configured to perform the method of any of claims 1-8 based on instructions stored in the memory.
10. A non-transitory computer readable storage medium having stored thereon computer program instructions which, when executed by a processor, implement the steps of the method of any of claims 1 to 8.
CN202310488788.4A 2023-04-28 2023-04-28 Information processing method, apparatus and storage medium Active CN116522030B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310488788.4A CN116522030B (en) 2023-04-28 2023-04-28 Information processing method, apparatus and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310488788.4A CN116522030B (en) 2023-04-28 2023-04-28 Information processing method, apparatus and storage medium

Publications (2)

Publication Number Publication Date
CN116522030A true CN116522030A (en) 2023-08-01
CN116522030B CN116522030B (en) 2024-05-24

Family

ID=87402527

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310488788.4A Active CN116522030B (en) 2023-04-28 2023-04-28 Information processing method, apparatus and storage medium

Country Status (1)

Country Link
CN (1) CN116522030B (en)

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102315952A (en) * 2010-06-29 2012-01-11 百度在线网络技术(北京)有限公司 Method and device for detecting junk posts in community network
CN102801640A (en) * 2011-05-23 2012-11-28 腾讯科技(深圳)有限公司 Information auditing method and device
US20130055128A1 (en) * 2011-08-31 2013-02-28 Alessandro Muti System and method for scheduling posts on a web site
US20160337305A1 (en) * 2015-05-12 2016-11-17 Alibaba Group Holding Limited System, method, and apparatus for publishing social network posts
JP2019159859A (en) * 2018-03-14 2019-09-19 株式会社ユビキリ Information processing apparatus, program, and information processing method
CN111858605A (en) * 2020-07-24 2020-10-30 平安科技(深圳)有限公司 Database automatic auditing method, system, equipment and storage medium
CN113496005A (en) * 2021-05-26 2021-10-12 北京房多多信息技术有限公司 Information management method and device, electronic equipment and storage medium
CN113836437A (en) * 2021-09-14 2021-12-24 上海任意门科技有限公司 Method, electronic device, and storage medium for post recommendation
CN113990480A (en) * 2021-12-08 2022-01-28 广州启生信息技术有限公司 Method and device for realizing security audit of text content
CN114386853A (en) * 2022-01-14 2022-04-22 平安壹钱包电子商务有限公司 Data auditing processing method, device and equipment based on universal auditing model
CN114418554A (en) * 2022-03-15 2022-04-29 太平金融科技服务(上海)有限公司深圳分公司 Method, system, computer device and medium for managing rules in various business systems
CN115292613A (en) * 2022-08-03 2022-11-04 北京小川科技有限公司 Content filtering method, system and device for online posting

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102315952A (en) * 2010-06-29 2012-01-11 百度在线网络技术(北京)有限公司 Method and device for detecting junk posts in community network
CN102801640A (en) * 2011-05-23 2012-11-28 腾讯科技(深圳)有限公司 Information auditing method and device
US20130055128A1 (en) * 2011-08-31 2013-02-28 Alessandro Muti System and method for scheduling posts on a web site
US20160337305A1 (en) * 2015-05-12 2016-11-17 Alibaba Group Holding Limited System, method, and apparatus for publishing social network posts
JP2019159859A (en) * 2018-03-14 2019-09-19 株式会社ユビキリ Information processing apparatus, program, and information processing method
CN111858605A (en) * 2020-07-24 2020-10-30 平安科技(深圳)有限公司 Database automatic auditing method, system, equipment and storage medium
CN113496005A (en) * 2021-05-26 2021-10-12 北京房多多信息技术有限公司 Information management method and device, electronic equipment and storage medium
CN113836437A (en) * 2021-09-14 2021-12-24 上海任意门科技有限公司 Method, electronic device, and storage medium for post recommendation
CN113990480A (en) * 2021-12-08 2022-01-28 广州启生信息技术有限公司 Method and device for realizing security audit of text content
CN114386853A (en) * 2022-01-14 2022-04-22 平安壹钱包电子商务有限公司 Data auditing processing method, device and equipment based on universal auditing model
CN114418554A (en) * 2022-03-15 2022-04-29 太平金融科技服务(上海)有限公司深圳分公司 Method, system, computer device and medium for managing rules in various business systems
CN115292613A (en) * 2022-08-03 2022-11-04 北京小川科技有限公司 Content filtering method, system and device for online posting

Also Published As

Publication number Publication date
CN116522030B (en) 2024-05-24

Similar Documents

Publication Publication Date Title
US8499296B2 (en) Multi-branch management for updating software
CN101925908B (en) Secure boot method and device of optional components and integrated circuit
US20080183771A1 (en) System and method for managing files
US20140006796A1 (en) System and method for identifying software changes
CN110737584A (en) Service data testing method and device based on block chain and computer equipment
US11481440B2 (en) System and method for processing metadata to determine an object sequence
JP2021536085A (en) Data processing methods, equipment, computer equipment, and computer programs
US20010051954A1 (en) Data updating apparatus that performs quick restoration processing
US20210334292A1 (en) System and method for reconciliation of data in multiple systems using permutation matching
CN111694612A (en) Configuration checking method, device, computer system and storage medium
CN111291002B (en) File account checking method, device, computer equipment and storage medium
CN116522030B (en) Information processing method, apparatus and storage medium
CN112363997B (en) Data version management method, device and storage medium
CN107451007B (en) Verification method and system of block chain for error correction aiming at added blocks
CN110597781B (en) Flash deleting method and system for database
CN112445841A (en) Account query method, device, system, server and medium
CN115223292B (en) Processing method and device of dispensing machine, storage medium and electronic equipment
CN111737351A (en) Transaction management method and device for distributed management system
CN111309370B (en) Version number directed graph ordering auditing method and system for multi-project multi-system environment
CN113835731A (en) Method and device for prompting error according to updated component, electronic equipment and storage medium
CN115730933A (en) Data processing method, device and equipment based on block chain and storage medium
CN112835909A (en) Data checking method and device, computer equipment and storage medium
CN107451179B (en) Query method and system for block chain for increasing overall error of block
CN117093880B (en) Single sign-on user management method and system based on medical integrated platform
CN111176678B (en) Software controlled automatic updating method and device

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