CN113065326B - Text comparison method, device, electronic equipment and storage medium - Google Patents

Text comparison method, device, electronic equipment and storage medium Download PDF

Info

Publication number
CN113065326B
CN113065326B CN202110351226.6A CN202110351226A CN113065326B CN 113065326 B CN113065326 B CN 113065326B CN 202110351226 A CN202110351226 A CN 202110351226A CN 113065326 B CN113065326 B CN 113065326B
Authority
CN
China
Prior art keywords
field
comparison
text
processed
input
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
CN202110351226.6A
Other languages
Chinese (zh)
Other versions
CN113065326A (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.)
Beijing Dajia Internet Information Technology Co Ltd
Original Assignee
Beijing Dajia Internet Information 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 Beijing Dajia Internet Information Technology Co Ltd filed Critical Beijing Dajia Internet Information Technology Co Ltd
Priority to CN202110351226.6A priority Critical patent/CN113065326B/en
Publication of CN113065326A publication Critical patent/CN113065326A/en
Application granted granted Critical
Publication of CN113065326B publication Critical patent/CN113065326B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/194Calculation of difference between files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The disclosure relates to a text comparison method, a device, an electronic device and a storage medium, wherein the method comprises the following steps: acquiring at least two texts to be processed; each text to be processed has one or more fields; determining target fields to be compared in the texts to be processed in response to a comparison field determining operation on the texts to be processed, and determining a comparison operation mode for each target field in response to a comparison mode determining operation on the target fields; displaying a text comparison result; the text comparison result comprises a result obtained by comparing the field values of the target fields according to the comparison operation mode. By adopting the method and the device, the efficiency of software development can be improved.

Description

Text comparison method, device, electronic equipment and storage medium
Technical Field
The disclosure relates to the field of computer technology, and in particular, to a text comparison method, a text comparison device, an electronic device and a storage medium.
Background
Json (JavaScript Object Notation, JS object numbered musical notation) text is a lightweight text in data interchange format.
In the software development process, people often need to compare two Json texts, however, the Json text comparison tool in the related technology can only compare whether field values of the same field between the two Json texts are equal, the comparison method is not flexible enough, the daily and monthly development requirements can not be well met, and the software development efficiency is affected.
Therefore, there is a problem in that the efficiency of software development is not high in the related art.
Disclosure of Invention
The present disclosure provides a text comparison method, apparatus, electronic device, and storage medium, to at least solve the problem of low efficiency of software development in the related art. The technical scheme of the present disclosure is as follows:
according to a first aspect of embodiments of the present disclosure, there is provided a text comparison method, including:
acquiring at least two texts to be processed; each text to be processed has one or more fields;
Determining target fields to be compared in the texts to be processed in response to a comparison field determining operation on the texts to be processed, and determining a comparison operation mode for each target field in response to a comparison mode determining operation on the target fields;
displaying a text comparison result; the text comparison result comprises a result obtained by comparing the field values of the target fields according to the comparison operation mode.
In one possible implementation, the target field has a corresponding initial field value, and after the step of determining the target field to be compared in each of the texts to be processed in response to the comparison field determining operation on the texts to be processed, the method further includes:
Determining a logical operation mode for the initial field value in response to the logical operation on the initial field value;
and carrying out logical operation on the initial field value according to the logical operation mode to obtain the field value of the target field.
In one possible implementation, the logical operation is a logical operator input operation, and the determining, in response to the logical operation on the initial field value, a logical operation manner for the initial field value includes:
determining a current operator of the input in response to the logical operator input operation;
and taking a logical operation mode corresponding to the current operator as a logical operation mode aiming at the initial field value.
In one possible implementation, after the step of determining the current operator of the input in response to the logical operator input operation, the method further includes:
And if the fact that the logical operation mode corresponding to the current operator does not exist is detected, displaying prompt information that the current operator is not the logical operator.
In one possible implementation manner, the operation of determining the comparison field is an operation of inputting the comparison field, and the determining, in response to the operation of determining the comparison field for the text to be processed, the target field to be compared in each text to be processed includes:
responding to the input operation of the comparison field, and obtaining an input field to be compared;
And if the to-be-compared field exists in the to-be-processed text, taking the to-be-compared field as a target field in the to-be-processed text.
In one possible implementation manner, the obtaining the input field to be aligned in response to the operation of aligning the input field includes:
Displaying an association field list in response to the comparison field input operation; wherein the association field list includes at least one association field; the first N characters of the association field are the same as the N characters input currently, or the association field comprises a field in a text to be processed associated with the comparison field input operation; wherein N is a positive integer greater than or equal to 1;
and responding to the selection operation of the association field list, and taking the selected association field as the field to be compared.
In one possible implementation, the displaying the association field list in response to the comparison field input operation includes:
And monitoring the comparison field input operation, acquiring an association field of a text to be processed associated with the comparison field input operation or acquiring association fields which are the same as N characters currently input in a field library, and displaying an association field list comprising the association fields.
In one possible implementation manner, after the step of obtaining the field to be compared in response to the operation of inputting the field to be compared to the text to be processed, the method further includes:
and if the fact that the to-be-compared field does not exist in the to-be-processed text is detected, displaying prompt information that the to-be-compared field does not exist in the to-be-processed text.
In one possible implementation, the comparison mode determining operation is a comparison operator input operation, and the determining a comparison operation mode for each of the target fields in response to the comparison mode determining operation for the target fields includes:
Determining a current operator of the input in response to the comparison operator input operation;
and taking a comparison operation mode corresponding to the current operator as a comparison operation mode aiming at each target field.
According to a second aspect of the embodiments of the present disclosure, there is provided a text comparing device, including:
An acquisition unit configured to perform acquisition of at least two texts to be processed; each text to be processed has one or more fields;
A response unit configured to perform a comparison operation for determining a target field to be compared in each of the texts to be processed in response to a comparison field determination operation for the text to be processed, and a comparison operation mode for each of the target fields in response to a comparison mode determination operation for the target field;
a display unit configured to perform display of the text comparison result; the text comparison result comprises a result obtained by comparing the field values of the target fields according to the comparison operation mode.
In one possible implementation manner, the target field has a corresponding initial field value, and the text comparison device further includes: a logical operation unit configured to perform a logical operation in response to the initial field value, determining a logical operation manner for the initial field value; and carrying out logical operation on the initial field value according to the logical operation mode to obtain the field value of the target field.
In one possible implementation, the logical operation is a logical operator input operation, and the logical operation unit is specifically configured to perform determining a current operator of the input in response to the logical operator input operation; and taking a logical operation mode corresponding to the current operator as a logical operation mode aiming at the initial field value.
In one possible implementation manner, the logic operation unit is specifically configured to execute, if it is detected that there is no logic operation manner corresponding to the current operator, displaying prompt information that the current operator is not a logic operator.
In one possible implementation manner, the response unit is specifically configured to perform an input operation in response to the comparison field, and obtain an input field to be compared; and if the to-be-compared field exists in the to-be-processed text, taking the to-be-compared field as a target field in the to-be-processed text.
In one possible implementation, the response unit is specifically configured to perform an input operation in response to the comparison field, and display an association field list; wherein the association field list includes at least one association field; the first N characters of the association field are the same as the N characters input currently, or the association field comprises a field in a text to be processed associated with the comparison field input operation; wherein N is a positive integer greater than or equal to 1;
and responding to the selection operation of the association field list, and taking the selected association field as the field to be compared.
In one possible implementation manner, the response unit is specifically configured to perform the operation of monitoring the comparison field input, obtain an association field of the text to be processed associated with the operation of comparing field input or obtain an association field identical to the currently input N characters in a field library, and display an association field list including the association field.
In one possible implementation manner, the response unit is specifically configured to execute displaying, if it is detected that the to-be-compared field does not exist in the to-be-processed text, a prompt message that the to-be-compared field does not exist in the to-be-processed text.
In one possible implementation, the comparison mode determining operation is a comparison operator input operation, and the response unit is specifically configured to perform determining a current operator of the input in response to the comparison operator input operation; and taking a comparison operation mode corresponding to the current operator as a comparison operation mode aiming at each target field.
According to a third aspect of embodiments of the present disclosure, there is provided an electronic device comprising a memory storing a computer program and a processor implementing a text alignment method according to the first aspect or any one of the possible implementations of the first aspect when the computer program is executed.
According to a fourth aspect of embodiments of the present disclosure, there is provided a storage medium having stored thereon a computer program which, when executed by a processor, implements the text alignment method according to the first aspect or any of the possible implementations of the first aspect.
According to a fifth aspect of embodiments of the present disclosure, there is provided a computer program product comprising a computer program stored in a readable storage medium, from which at least one processor of a device reads and executes the computer program, causing the device to perform the XXX method as described in any of the embodiments of the first aspect.
The technical scheme provided by the embodiment of the disclosure at least brings the following beneficial effects: acquiring at least two texts to be processed; each text to be processed has one or more fields; determining target fields to be compared in each text to be processed in response to a comparison field determining operation of the text to be processed, and determining a comparison operation mode for each target field in response to a comparison mode determining operation of the target fields; displaying a text comparison result; the text comparison result comprises a result obtained by comparing field values of all target fields according to a comparison operation mode; therefore, when the user compares two JSON texts, the user can compare whether field values of the same field between the two JSON texts are equal or not, and can also compare the field values between any fields of each JSON text, so that the flexibility of the JSON texts in comparison is improved, the requirement of daily and monthly development is met, and the efficiency of software development is improved.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the disclosure and together with the description, serve to explain the principles of the disclosure and do not constitute an undue limitation on the disclosure.
FIG. 1 is an application environment diagram illustrating a text alignment method according to an exemplary embodiment.
FIG. 2 is a flowchart illustrating a text alignment method according to an exemplary embodiment.
FIG. 3 is an interface diagram of a text alignment page, according to an example embodiment.
FIG. 4 is a flowchart illustrating another text alignment method according to an exemplary embodiment.
Fig. 5 is a front-end back-end interaction logic diagram illustrating a text processing method according to an exemplary embodiment.
Fig. 6 is a block diagram illustrating a text alignment apparatus according to an exemplary embodiment.
Fig. 7 is an internal structural diagram of an electronic device, which is shown according to an exemplary embodiment.
Detailed Description
In order to enable those skilled in the art to better understand the technical solutions of the present disclosure, the technical solutions of the embodiments of the present disclosure will be clearly and completely described below with reference to the accompanying drawings.
It should be noted that the terms "first," "second," and the like in the description and claims of the present disclosure and in the foregoing figures 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. The implementations described in the following exemplary examples are not representative of all implementations consistent with the present disclosure.
The text comparison method provided by the disclosure can be applied to an application environment as shown in fig. 1. The electronic device 110 obtains at least two texts to be processed; each text to be processed has one or more fields; the electronic device 110 determines target fields to be compared in each text to be processed in response to a comparison field determining operation of the text to be processed, and determines a comparison operation mode for each target field in response to a comparison mode determining operation of the target fields; the electronic device 110 displays the text comparison result; the text comparison result comprises a result obtained by comparing field values of all the target fields according to a comparison operation mode. The electronic device 110 may be, but is not limited to, various personal computers, notebook computers, smart phones, tablet computers, and portable wearable devices.
Fig. 2 is a flowchart illustrating a text alignment method, as shown in fig. 2, for use in the electronic device 110 of fig. 1, according to an exemplary embodiment, including the following steps.
In step S210, at least two texts to be processed are acquired.
Wherein each text to be processed has one or more fields.
The text to be processed may refer to text that needs to be compared. In practical applications, the text to be processed may be Json (JavaScript Object Notation, JS object numbered musical notation) text. The Json text has one or more fields therein.
In a specific implementation, the electronic device may display a text comparison page; the text comparison page comprises a plurality of text input boxes; the electronic equipment acquires at least two input texts to be processed through the text input box.
In step S220, in response to the comparison field determination operation of the text to be processed, the target fields to be compared in the respective texts to be processed are determined, and in response to the comparison mode determination operation of the target fields, the comparison operation mode for the respective target fields is determined.
The comparison field determining operation may refer to an operation of performing custom setting on a comparison rule between texts to be processed.
In a specific implementation, a user can perform a custom setting operation on a comparison rule between texts to be processed in a text comparison page, for example, the user can input target fields to be compared for each text to be processed through a comparison rule setting entry so as to realize a comparison field determining operation of inputting the text to be processed to the electronic equipment, and can also input a comparison operator between fields for each target field so as to realize a comparison mode determining operation of inputting the target fields to the electronic equipment. After the electronic device receives the comparison field determining operation of the text to be processed and the comparison mode determining operation of the target fields, the electronic device determines the target field values of the target fields to be compared in each text to be processed in response to the comparison field determining operation of the text to be processed, and determines the comparison operation mode for each target field in response to the comparison mode determining operation of the target fields.
In step S230, the text comparison result is displayed.
The text comparison result comprises a result obtained by comparing field values of all the target fields according to a comparison operation mode.
In a specific implementation, the electronic device may perform a comparison operation on the field values of each target field according to the comparison operation manner, to obtain a comparison operation result; and the electronic equipment displays the text comparison result comprising the comparison operation result in the text comparison page. The field value of the target field may refer to an original field value corresponding to the target field, or may refer to a numerical value obtained by performing a logical operation on the original field value of the target field.
FIG. 3 provides an interface schematic of a text alignment page for ease of understanding by those skilled in the art; wherein 302 is a text comparison page; 304 is a first text entry box, 306 is a second text entry box; 308 sets an entry for the alignment rule; 310 is the result of the comparison operation; 312 is a first comparison field input box; 314 is a second alignment field entry box.
In practical applications, the electronic device may display the text comparison page 302; wherein the text comparison page includes a first text entry box 304 and a second text entry box 306; the electronic device obtains a first text to be processed entered by the user via the first text input box 304 and a second text to be processed entered by the user via the second text input box 306.
The user may input a target field "resut" that is a first target field to be compared for a first text to be processed, in the first comparison field input box 312, and input a target field "resut1" that is a second target field to be compared for a second text to be processed, in the second comparison field input box 312, and input a comparison operator ">" for each target field through the comparison rule setting entry 308; in this way, the electronic device determines whether the comparison operation manner for each target field is to determine whether the field value of the first target field 'resut' is greater than the field value of the second target field 'resut'. Then, the electronic device determines that the field value of the first target field "resut" is 1, and determines that the field value of the second target field "resut1" is 10; and comparing, namely judging whether 1 is larger than 10 or not to obtain a comparison result of fail (error); the electronic device displays the comparison operation result 310; wherein the comparison result 310 includes "fail first target field value=1, second target field value=10, 1<10. Error-! "document information.
In the text comparison method, at least two texts to be processed are obtained; each text to be processed has one or more fields; determining target fields to be compared in each text to be processed in response to a comparison field determining operation of the text to be processed, and determining a comparison operation mode for each target field in response to a comparison mode determining operation of the target fields; displaying a text comparison result; the text comparison result comprises a result obtained by comparing field values of all target fields according to a comparison operation mode; therefore, when the user compares two JSON texts, the user can compare whether field values of the same field between the two JSON texts are equal or not, and can also compare the field values between any fields of each JSON text, so that the flexibility of text comparison is improved, the development requirements of the daily and the monthly variation are met, and the software development efficiency is improved.
In an exemplary embodiment, the target field has a corresponding initial field value, and after determining the target field to be compared in each of the pending texts in response to the comparison field determination operation on the pending texts, the method includes: determining a logical operation mode for the initial field value in response to the logical operation on the initial field value; and carrying out logical operation on the initial field value according to a logical operation mode to obtain the field value of the target field. Wherein, in response to a logical operator input operation on an initial field value, determining a current operator of the input; the logical operation mode corresponding to the current operator is used as the logical operation mode for the initial field value.
The current operator may include, but is not limited to, "+" (plus), "-" (minus), "%" (remainder), and numerical values, among others.
In a specific implementation, each target field has a corresponding initial field value, and logic operation can be performed on the initial field value of each target field to obtain a logic calculation result of each target field, and the logic calculation results of each target field are compared. When the electronic equipment responds to the comparison field determining operation of the texts to be processed and determines the target field value of the target field to be compared in each text to be processed, the electronic equipment can respond to the logic operation of the initial field value and determine the logic operation mode aiming at the initial field value; and carrying out logical operation on the initial field value according to a logical operation mode to obtain the field value of the target field.
The user can input a logic operator to the initial field value of each target field through the comparison rule setting entry 308, so that the logic operator input operation to the initial field value is input to the electronic equipment, and the electronic equipment determines the input current operator in response to the logic operator input operation to the initial field value; and the logical operation mode corresponding to the current operator is used as the logical operation mode aiming at the initial field value. For example, knowing that the initial field value of the first target field "resut" is 1, inputting the logical operator "×10" for the first target field "resut"; the electronic device determines that the logical operation mode of the initial field value is to multiply 10 the initial field value of the first target field "resut", so as to obtain a field value of 10 of the first target field "resut".
According to the technical scheme of the embodiment, a logic operation mode aiming at an initial field value is determined by responding to the logic operation on the initial field value; according to the logical operation mode, the initial field value is subjected to logical operation to obtain the target field value, so that the logical operation on the initial field value of each target field can be realized, the logical calculation result of each target field is obtained, the logical calculation results of each target field are compared, the text comparison aiming at different logic verification scenes is realized, and the flexibility in the text comparison is improved.
In an exemplary embodiment, after the step of determining the current operator of the input in response to the logical operator input operation, the method further comprises: if the fact that the logical operation mode corresponding to the current operator does not exist is detected, prompt information that the current operator is not the logical operator is displayed.
In a specific implementation, after the electronic device determines the input current logical operator after responding to the logical operator input operation on the initial field value, the electronic device can also detect whether a logical operation mode corresponding to the current operator exists, and if the electronic device detects that the logical operation mode corresponding to the current operator does not exist, prompt information that the current operator is not the logical operator is displayed. For example, it is known that the electronic device determines that the current logical operator inputted is "@" and, because the operator "@" is not a logical operator supported by the electronic device for processing, the electronic device cannot query a logical operation mode with the current logical operator "@" and the electronic device highlights the current logical operator "@" in red to prompt that the current operator is not a logical operator.
According to the technical scheme, if the fact that the logical operation mode corresponding to the current operator does not exist is detected, prompt information that the current operator is not the logical operator is displayed, whether the logical operation mode of the current input logical operator is the logical operation mode supported by the electronic equipment or not is timely reminded, and the fact that the user repeatedly inputs the logical operator which is not supported by the electronic equipment is avoided.
In an exemplary embodiment, the comparison field determining operation is a comparison field input operation, and determining a target field in each text to be processed in response to the comparison field determining operation of the text to be processed includes: and responding to the input operation of the comparison field, and obtaining the input field to be compared.
And if the to-be-compared field exists in the to-be-processed text, taking the to-be-compared field as a target field to be compared in the to-be-processed text.
And if the fact that the to-be-compared field does not exist in the to-be-processed text is detected, displaying prompt information that the to-be-compared field does not exist in the to-be-processed text.
In a specific implementation, in a process of determining a target field value of a target field to be compared in each text to be processed in response to a comparison field determining operation of the text to be processed, the electronic equipment receives a comparison field input operation of the text to be processed, and the electronic equipment obtains the input comparison field to be compared in response to the comparison field input operation of the text to be processed. The electronic equipment judges whether the to-be-compared field exists in the to-be-processed text. For example, when the text to be processed is a Json text, the electronic device may perform Json format analysis on the text to be processed, and determine a Json field set in the text to be processed; judging whether the Json field to be compared exists in the Json field set; if the Json field to be compared exists in the Json field set, the Json field to be compared is used as a target field to be compared in the text to be processed.
If the electronic equipment detects that the to-be-compared field does not exist in the to-be-processed text, the electronic equipment displays prompt information that the to-be-compared field does not exist in the to-be-processed text. For example, the electronic device determines the field to be compared as a target field to be compared in the text to be processed, and the electronic device displays the current field by using a first color. If the electronic equipment determines that the field to be compared does not exist in the text to be processed, the electronic equipment displays the current field by adopting a second color. The first color and the second color are different colors so as to realize displaying whether prompt information of the field to be compared exists in the text to be processed.
According to the technical scheme, the input field to be compared is obtained by responding to the input operation of the field to be compared of the text to be processed; if the to-be-compared field exists in the to-be-processed text, the to-be-compared field is used as a target field to be compared in the to-be-processed text; if the fact that the to-be-compared field does not exist in the to-be-processed text is detected, prompt information of the to-be-compared field which does not exist in the to-be-processed text is displayed, whether the currently input to-be-compared field is the to-be-processed text or not is timely reminded, the fact that the user repeatedly inputs the wrong to-be-compared field is avoided, and comparison efficiency of the to-be-processed text is improved.
In an exemplary embodiment, in response to an align field input operation, obtaining an input field to be aligned includes: displaying an association field list in response to the comparison field input operation; wherein the association field list includes at least one association field; the first N characters of the association field are the same as the N characters input currently, or the association field comprises a field in the text to be processed associated with the comparison field input operation; wherein N is a positive integer greater than or equal to 1; and responding to the selection operation of the association field list, and taking the selected association field as a field to be compared.
In a specific implementation, when the electronic device responds to the input operation of the comparison field to obtain the input field to be compared, the electronic device can respond to the input operation of the comparison field to determine that the user account currently inputs N characters; then, the electronic equipment determines an association field based on the N characters which are currently input; wherein the first N characters of the association field are identical to the N characters currently input; and displaying an association field list including the above-mentioned association fields. The user account may select any one of the association fields in the association field list as the field to be aligned. The user account can input a selection operation of the association field list to the electronic device, the electronic device responds to the selection operation of the association field list, determines a selected association field, and takes the selected association field as a field to be compared. In practice, the association field may be a field in the text to be processed.
If the electronic equipment monitors the comparison field input operation, acquiring an association field of a text to be processed associated with the comparison field input operation or acquiring association fields which are the same as N characters currently input in a field library, and displaying an association field list comprising the association fields.
As shown in fig. 3, when the user inputs a comparison field input operation in the first comparison field input box 312, the electronic device may acquire a field of a first text to be processed associated with the comparison input operation as an associated field. When the user currently inputs N characters "resut" in the first comparison field input box 312, the first to-be-processed text is associated with the comparison field input operation performed by the user in the first comparison field input box 312, the electronic device may acquire a field of the first to-be-processed text as part of the associated field, and display a first associated field list composed of associated fields in the first to-be-processed text and/or associated fields in the field library that are identical to the currently input N characters. Taking fig. 3 as an example, when the electronic device monitors that the comparison field input operation is input in the first comparison field input box 312, an associated field including at least a field in the first text to be processed is displayed: result, message, data, host, time, log, result1 and result2; as the user inputs "r", the electronic device displays an association field including "r": result, result1, result2. In another example, when the electronic device monitors that the comparison field input operation is input in the first comparison field input box 312, the fields in the field library are displayed in addition to the fields in the first text to be processed, for example: end, it should be understood that the fields in the field library may be fields that are frequently used in the software development process. In practical application, the fields with the use frequency greater than the preset threshold value in the software development process can be stored in the field library.
When the user enters a comparison field entry operation in the second comparison field entry box 314, the electronic device may obtain a field of the second pending text associated with the comparison entry operation as an associated field. When the user is currently entering N characters "resut" in the second alignment field entry box 314, the second text to be processed is associated with the alignment field entry operation performed by the user on the second alignment field entry box 314. The electronic device may acquire a field of the first text to be processed as part of the associated field, and display a second associated field list formed by the associated field in the second text to be processed and/or associated fields in the field library that are identical to the N characters currently input. Still taking fig. 3 as an example, when the electronic device monitors that the comparison field input operation is input in the second comparison field input box 314, an associated field including at least a field in the second text to be processed is displayed: result, message, data, host, time, log, result1 and result2; with the user's input of "t", the electronic device displays an association field including "r": result, result1, result2. In another example, when the electronic device monitors that the align field input operation is entered in the second align field input box 312, fields in the field library are displayed in addition to the fields in the second pending text, such as: and end.
According to the technical scheme of the embodiment, an association field list comprising at least one association field or a field in a text to be processed associated with the comparison field input operation is displayed by responding to the comparison field input operation; the first N characters of the association field are the same as the N characters currently input; wherein N is a positive integer greater than or equal to 1; by responding to the selection operation of the association field list, the selected association field is used as the field to be compared, and a field association function is provided, so that a user can quickly input the field to be compared, and the efficiency of inputting the field to be compared by the user is improved.
In an exemplary embodiment, the comparison mode determining operation is a comparison operator input operation, and determining a comparison operation mode for each target field in response to the comparison mode determining operation for the target field includes: determining a current operator of the input in response to comparing the operator input operations; the comparison operation mode corresponding to the current operator is used as the comparison operation mode for each target field.
Wherein the comparison operator may include, but is not limited to, ">" (greater than), "<" (less than), "+|! = "(not equal to)," > = "(equal to or greater than)," <= "(equal to or less than)," = "(equal to or less than) and ="
In a specific implementation, when the electronic device determines a comparison operation mode for each target field in response to a comparison mode determination operation for the target field, the electronic device may determine a current operator of the input in response to a comparison operator input operation for the target field; the comparison operation mode corresponding to the current operator is used as the comparison operation mode for each target field. In the above example, it is known that the user inputs a comparison operator between the target field value for the first target field and the target field value for the second target field as "> =", through the comparison rule setting entry 308; in this way, the electronic device determines whether the comparison operation mode for each target field is to determine whether the field value of the first target field 'resut' is greater than or equal to the field value of the second target field 'resut 1'.
According to the technical scheme of the embodiment, the input current operator is determined by responding to the comparison operator input operation of the target field value; the comparison operation mode corresponding to the current operator is used as the comparison operation mode aiming at each target field, so that a user can conveniently perform logical operation on the initial field value of the target field.
Fig. 4 is a flowchart illustrating another text alignment method, as shown in fig. 4, for use in the electronic device 110 of fig. 1, according to an exemplary embodiment, including the following steps.
In step S410, at least two texts to be processed are acquired; each text to be processed has one or more fields. For example, the text to be processed may include a first Json text "{" result ":1, "result1":10, "result2":20} "and second Json text" { "result":10, "result1":10, "result2":20}".
In step S420, in response to the comparison field input operation, an input field to be compared is obtained.
In step S430, if it is detected that the to-be-compared field exists in the to-be-processed text, the to-be-compared field is used as a target field in the to-be-processed text; the target field has a corresponding initial field value.
In the above example, the electronic device may determine, in response to the operation of inputting the comparison field of the first Json text, a field to be compared "result", and if the electronic device detects that the first field to be compared "result" exists in the first Json text, the first field to be compared "result" is used as the first target field to be compared "result" in the first Json text. Meanwhile, the electronic device may determine a second field to be compared "result" in response to the operation of inputting the comparison field to the second Json text, and if the electronic device detects that the second field to be compared "result1" exists in the second Json text, the second field to be compared "result" is used as a second target field to be compared "result1" in the second Json text. Wherein, the first initial field value of the first target field result is 1; the second initial field value of the second target field "result1" is 10.
In step S440, in response to the logical operation on the initial field value, a logical operation manner for the initial field value is determined.
In step S450, according to the logical operation manner, a logical operation is performed on the initial field value, so as to obtain a field value of the target field.
In the above example, the electronic device determines that the logical operation mode for the first initial field value is "×10" in response to the logical operation on the first initial field value "1", and performs the logical operation on the first initial field value according to the logical operation mode, that is, "1×10=10", to obtain the field value of the first target field as 10. Meanwhile, the electronic device determines that the logical operation mode for the second initial field value is "1" in response to the logical operation on the second initial field value "10", and performs the logical operation on the second initial field value according to the logical operation mode, that is, "10×1=10", to obtain the field value of the second target field as 10.
In step S460, in response to a comparison operator input operation on the target field, the current operator of the input is determined.
In step S470, a comparison operation method corresponding to the current operator is used as a comparison operation method for each of the target fields.
In step S480, a text comparison result is displayed; the text comparison result comprises a result obtained by comparing each target field value according to the comparison operation mode.
In the above example, after determining that the field value of the first target field of the electronic device is 10 and the field value of the second target field is 10, the electronic device may determine the current operator ">" of the input in response to the input operation of the comparison operator on the target field values; in this way, the electronic device determines the comparison operation mode for each target field to determine whether the field value of the first target field is greater than the field value of the second target field by 10. The electronic equipment performs comparison operation, namely judging whether 10 is larger than 10 or not, and obtaining a comparison operation result as fail (error); the electronic equipment displays the comparison operation result; wherein the comparison result includes "fail", the first target field has a field value of 10,10<10. Error-! "document information.
It should be noted that, the specific limitation of the above steps may be referred to as specific limitation of a text comparison method, which is not described herein.
It should be understood that, although the steps in the flowcharts of fig. 2 and 4 are shown in order as indicated by the arrows, these steps are not necessarily performed in order as indicated by the arrows. The steps are not strictly limited to the order of execution unless explicitly recited herein, and the steps may be executed in other orders. Moreover, at least a portion of the steps in fig. 2 and 4 may include a plurality of steps or stages, which are not necessarily performed at the same time, but may be performed at different times, and the order of the execution of the steps or stages is not necessarily sequential, but may be performed in turn or alternately with at least a portion of the steps or stages in other steps or other steps.
FIG. 5 provides, by way of example, a front-end and back-end interaction logic diagram for a text processing method; the front end receives the Json text input by the user and analyzes the Json format of the received Json text through the rear end; the front end receives the characters to be compared input by the user, checks the characters to be compared through the rear end, and displays a checking result of the characters to be compared at the front end, if the characters to be compared exist in the text to be processed, the characters to be compared are specially marked at the front end. The front-end then receives the logical operator and the comparison operator of the user input. Meanwhile, the front end can also be used for a user to add and delete field items; and responding to the triggering operation of the user on the comparison button displayed at the front end, determining the target field value of the target field through field item logic calculation, and comparing each target field value according to a comparison operation mode corresponding to a comparison operator to obtain a text comparison result.
Fig. 6 is a block diagram of a text alignment apparatus according to an exemplary embodiment. Referring to fig. 6, the apparatus includes:
an obtaining unit 610 configured to perform obtaining at least two texts to be processed; each text to be processed has one or more fields;
A response unit 620 configured to perform a comparison operation for determining a target field to be compared in each of the texts to be processed in response to a comparison field determination operation for the text to be processed, and a comparison operation for each of the target fields in response to a comparison mode determination operation for the target field;
A display unit 630 configured to perform display of the text comparison result; the text comparison result comprises a result obtained by comparing the field values of the target fields according to the comparison operation mode.
In one embodiment, the target field has a corresponding initial field value, and the text comparison device further includes: a logical operation unit configured to perform a logical operation in response to the initial field value, determining a logical operation manner for the initial field value; and carrying out logical operation on the initial field value according to the logical operation mode to obtain the field value of the target field.
In one embodiment, the logical operation is a logical operator input operation, and the logical operation unit is specifically configured to execute a current operator determined to be input in response to the logical operator input operation; and taking a logical operation mode corresponding to the current operator as a logical operation mode aiming at the initial field value.
In one embodiment, the logic operation unit is specifically configured to execute, if it is detected that there is no logic operation mode corresponding to the current operator, display prompt information that the current operator is not a logic operator.
In one embodiment, the response unit 620 is specifically configured to perform an input operation in response to the comparison field, to obtain an input field to be compared; and if the to-be-compared field exists in the to-be-processed text, taking the to-be-compared field as a target field in the to-be-processed text.
In a possible implementation manner, the response unit 620 is specifically configured to perform an input operation in response to the comparison field, and display an association field list; wherein the association field list includes at least one association field; the first N characters of the association field are the same as the N characters input currently, or the association field comprises a field in a text to be processed associated with the comparison field input operation; wherein N is a positive integer greater than or equal to 1; and responding to the selection operation of the association field list, and taking the selected association field as the field to be compared.
In one possible implementation manner, the response unit 620 is specifically configured to perform the operation of monitoring the comparison field input, obtain an association field of the text to be processed associated with the operation of the comparison field input or obtain an association field identical to the currently input N characters in the field library, and display an association field list including the association field.
In one embodiment, the response unit 620 is specifically configured to execute displaying, if it is detected that the to-be-compared field does not exist in the to-be-processed text, a prompt message that the to-be-compared field does not exist in the to-be-processed text.
In one embodiment, the comparison mode determining operation is a comparison operator input operation, and the response unit 620 is specifically configured to perform determining the current operator of the input in response to the comparison operator input operation; and taking a comparison operation mode corresponding to the current operator as a comparison operation mode aiming at each target field.
The specific manner in which the various modules perform the operations in the apparatus of the above embodiments have been described in detail in connection with the embodiments of the method, and will not be described in detail herein.
Fig. 7 is a block diagram illustrating an apparatus 700 for performing a text contrast method according to an exemplary embodiment. For example, device 700 may be a mobile phone, computer, digital broadcast terminal, messaging device, game console, tablet device, medical device, exercise device, personal digital assistant, or the like.
Referring to fig. 7, device 700 may include one or more of the following components: a processing component 702, a memory 704, a power component 706, a multimedia component 708, an audio component 710, an input/output (I/O) interface 712, a sensor component 714, and a communication component 716.
The processing component 702 generally controls overall operation of the device 700, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations. The processing component 702 may include one or more processors 720 to execute instructions to perform all or part of the steps of the methods described above. Further, the processing component 702 can include one or more modules that facilitate interaction between the processing component 702 and other components. For example, the processing component 702 may include a multimedia module to facilitate interaction between the multimedia component 708 and the processing component 702.
Memory 704 is configured to store various types of data to support operations at device 700. Examples of such data include instructions for any application or method operating on device 700, contact data, phonebook data, messages, pictures, video, and the like. The memory 704 may be implemented by any type of volatile or non-volatile memory device or combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic disk, or optical disk.
The power supply component 706 provides power to the various components of the device 700. Power supply components 706 may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for device 700.
The multimedia component 708 includes a screen between the device 700 and the user that provides an output interface. In some embodiments, the screen may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive input signals from a user. The touch panel includes one or more touch sensors to sense touches, swipes, and gestures on the touch panel. The touch sensor may sense not only the boundary of a touch or slide action, but also the duration and pressure associated with the touch or slide operation. In some embodiments, the multimedia component 708 includes a front-facing camera and/or a rear-facing camera. The front-facing camera and/or the rear-facing camera may receive external multimedia data when the device 700 is in an operational mode, such as a shooting mode or a video mode. Each front camera and rear camera may be a fixed optical lens system or have focal length and optical zoom capabilities.
The audio component 710 is configured to output and/or input audio signals. For example, the audio component 710 includes a Microphone (MIC) configured to receive external audio signals when the device 700 is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signals may be further stored in the memory 704 or transmitted via the communication component 716. In some embodiments, the audio component 710 further includes a speaker for outputting audio signals.
The I/O interface 712 provides an interface between the processing component 702 and peripheral interface modules, which may be a keyboard, click wheel, buttons, etc. These buttons may include, but are not limited to: homepage button, volume button, start button, and lock button.
The sensor assembly 714 includes one or more sensors for providing status assessment of various aspects of the device 700. For example, the sensor assembly 714 may detect an on/off state of the device 700, a relative positioning of the components, such as a display and keypad of the device 700, a change in position of the device 700 or a component of the device 700, the presence or absence of user contact with the device 700, an orientation or acceleration/deceleration of the device 700, and a change in temperature of the device 700. The sensor assembly 714 may include a proximity sensor configured to detect the presence of nearby objects without any physical contact. The sensor assembly 714 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications. In some embodiments, the sensor assembly 714 may also include an acceleration sensor, a gyroscopic sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
The communication component 716 is configured to facilitate communication between the device 700 and other devices, either wired or wireless. The device 700 may access a wireless network based on a communication standard, such as WiFi, an operator network (e.g., 2G, 3G, 4G, or 5G), or a combination thereof. In one exemplary embodiment, the communication component 716 receives broadcast signals or broadcast related information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component 716 further includes a Near Field Communication (NFC) module to facilitate short range communications. For example, the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, ultra Wideband (UWB) technology, bluetooth (BT) technology, and other technologies.
In an exemplary embodiment, the apparatus 700 may be implemented by one or more Application Specific Integrated Circuits (ASICs), digital Signal Processors (DSPs), digital Signal Processing Devices (DSPDs), programmable Logic Devices (PLDs), field Programmable Gate Arrays (FPGAs), controllers, microcontrollers, microprocessors, or other electronic elements for executing the methods described above.
In an exemplary embodiment, a computer-readable storage medium is also provided, such as memory 704, including instructions executable by processor 720 of electronic device 700 to perform the above-described method. Alternatively, the computer readable storage medium may be ROM, random Access Memory (RAM), CD-ROM, magnetic tape, floppy disk, optical data storage device, etc.
In an exemplary embodiment, a computer program product is also provided, comprising a computer program stored in a computer readable storage medium, the computer program being executable by the processor Z20 of the electronic device Z00 to perform the above-described method.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any adaptations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It is to be understood that the present disclosure is not limited to the precise arrangements and instrumentalities shown in the drawings, and that various modifications and changes may be effected without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (19)

1. A method of text alignment, the method comprising:
acquiring at least two texts to be processed; each text to be processed has one or more fields;
Determining target fields to be compared in the texts to be processed in response to a comparison field determining operation on the texts to be processed, and determining a comparison operation mode for each target field in response to a comparison mode determining operation on the target fields; the comparison field determining operation is comparison field input operation;
The method specifically comprises the following steps: responding to the input operation of the comparison field, and obtaining an input field to be compared; if the to-be-compared field exists in the to-be-processed text, the to-be-compared field is used as the target field to be compared in the to-be-processed text;
displaying a text comparison result; the text comparison result comprises a result obtained by comparing the field values of the target fields according to the comparison operation mode.
2. The text comparison method according to claim 1, wherein the target field has a corresponding initial field value, and after the step of determining the target field to be compared in each of the texts to be processed in response to the comparison field determination operation for the texts to be processed, the method further comprises:
Determining a logical operation mode for the initial field value in response to the logical operation on the initial field value;
and carrying out logical operation on the initial field value according to the logical operation mode to obtain the field value of the target field.
3. The text comparison method of claim 2, wherein the logical operation is a logical operator input operation, and wherein the determining a logical operation manner for the initial field value in response to the logical operation on the initial field value comprises:
determining a current operator of the input in response to the logical operator input operation;
and taking a logical operation mode corresponding to the current operator as a logical operation mode aiming at the initial field value.
4. A text comparison method as claimed in claim 3, wherein after the step of determining the current operator of the input in response to the logical operator input operation, the method further comprises:
And if the fact that the logical operation mode corresponding to the current operator does not exist is detected, displaying prompt information that the current operator is not the logical operator.
5. The text alignment method of claim 1, wherein the obtaining the entered field to be aligned in response to the align field input operation comprises:
Displaying an association field list in response to the comparison field input operation; wherein the association field list includes at least one association field; the first N characters of the association field are the same as the N characters input currently, or the association field comprises a field in a text to be processed associated with the comparison field input operation; wherein N is a positive integer greater than or equal to 1;
and responding to the selection operation of the association field list, and taking the selected association field as the field to be compared.
6. The text alignment method of claim 5, wherein displaying an associated field list in response to the alignment field input operation comprises:
And monitoring the comparison field input operation, acquiring an association field of a text to be processed associated with the comparison field input operation or acquiring association fields which are the same as N characters currently input in a field library, and displaying an association field list comprising the association fields.
7. The text alignment method of claim 1, wherein after the step of obtaining an entered field to be aligned in response to the operation of aligning the field inputs, the method further comprises:
and if the fact that the to-be-compared field does not exist in the to-be-processed text is detected, displaying prompt information that the to-be-compared field does not exist in the to-be-processed text.
8. The text comparison method of claim 1, wherein the comparison mode determining operation is a comparison operator input operation; the determining, in response to the comparison mode determining operation for the target fields, a comparison operation mode for each of the target fields includes:
Determining a current operator of the input in response to the comparison operator input operation;
and taking a comparison operation mode corresponding to the current operator as a comparison operation mode aiming at each target field.
9. A text alignment apparatus, comprising:
An acquisition unit configured to perform acquisition of at least two texts to be processed; each text to be processed has one or more fields;
A response unit configured to perform a comparison operation for determining a target field to be compared in each of the texts to be processed in response to a comparison field determination operation for the text to be processed, and a comparison operation mode for each of the target fields in response to a comparison mode determination operation for the target field; the comparison field determining operation is comparison field input operation;
The response unit is specifically configured to perform an input operation in response to the comparison field to obtain an input field to be compared; if the fact that the to-be-compared field exists in the to-be-processed text is detected, the to-be-compared field is used as a target field in the to-be-processed text;
a display unit configured to perform display of the text comparison result; the text comparison result comprises a result obtained by comparing the field values of the target fields according to the comparison operation mode.
10. The text alignment apparatus of claim 9, wherein the target field has a corresponding initial field value, the text alignment apparatus further comprising: a logical operation unit configured to perform a logical operation in response to the initial field value, determining a logical operation manner for the initial field value; and carrying out logical operation on the initial field value according to the logical operation mode to obtain the field value of the target field.
11. The text comparison apparatus of claim 10, wherein the logical operation is a logical operator input operation, the logical operation unit being specifically configured to perform determining a current operator of the input in response to the logical operator input operation; and taking a logical operation mode corresponding to the current operator as a logical operation mode aiming at the initial field value.
12. The text comparison device of claim 11, wherein the logic operation unit is specifically configured to execute the prompt message that the current operator is not a logical operator if it is detected that there is no logical operation corresponding to the current operator.
13. The text alignment apparatus according to claim 9, wherein the response unit is specifically configured to perform an operation of displaying a list of associated fields in response to the alignment field input; wherein the association field list includes at least one association field; the first N characters of the association field are the same as the N characters input currently, or the association field comprises a field in a text to be processed associated with the comparison field input operation; wherein N is a positive integer greater than or equal to 1;
and responding to the selection operation of the association field list, and taking the selected association field as the field to be compared.
14. The text alignment device according to claim 13, wherein the response unit is specifically configured to perform the operation of monitoring the input of the alignment field, obtain an associated field of the text to be processed associated with the operation of the input of the alignment field or obtain an associated field identical to the currently input N characters in a field library, and display an associated field list including the associated field.
15. The text alignment device of claim 9, wherein the response unit is specifically configured to perform displaying a prompt message that the to-be-aligned field does not exist in the to-be-processed text if the to-be-aligned field does not exist in the to-be-processed text.
16. The text comparison apparatus of claim 9, wherein the comparison mode determining operation is a comparison operator input operation, the response unit being specifically configured to perform determining a current operator of the input in response to the comparison operator input operation; and taking a comparison operation mode corresponding to the current operator as a comparison operation mode aiming at each target field.
17. An electronic device, comprising:
A processor;
A memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the text alignment method of any of claims 1 to 8.
18. A computer readable storage medium, which when executed by a processor of an electronic device, causes the electronic device to perform the text alignment method of any of claims 1-8.
19. A computer program product comprising a computer program, characterized in that the computer program, when executed by a processor, implements the text comparison method of any of claims 1 to 8.
CN202110351226.6A 2021-03-31 2021-03-31 Text comparison method, device, electronic equipment and storage medium Active CN113065326B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110351226.6A CN113065326B (en) 2021-03-31 2021-03-31 Text comparison method, device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110351226.6A CN113065326B (en) 2021-03-31 2021-03-31 Text comparison method, device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN113065326A CN113065326A (en) 2021-07-02
CN113065326B true CN113065326B (en) 2024-06-21

Family

ID=76564925

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110351226.6A Active CN113065326B (en) 2021-03-31 2021-03-31 Text comparison method, device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113065326B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101308515A (en) * 2008-06-26 2008-11-19 无敌科技(西安)有限公司 Input method possessing association function
CN112540996A (en) * 2020-11-12 2021-03-23 Oppo(重庆)智能科技有限公司 Service data verification method and device, electronic equipment and storage medium

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1870803A4 (en) * 2005-03-31 2008-04-30 Matsushita Electric Ind Co Ltd Processor
US10360626B2 (en) * 2011-04-06 2019-07-23 International Business Machines Corporation Securities messages with automated encoding of field operators
US10185478B2 (en) * 2014-09-24 2019-01-22 Sap Se Creating a filter for filtering a list of objects
CN109408564A (en) * 2018-08-24 2019-03-01 周宁 A kind of comprehensive inquiry and analysis system and method
CN109918064A (en) * 2019-01-29 2019-06-21 深圳点猫科技有限公司 A kind of implementation method and device of the code completion based on ace extension
CN109992589B (en) * 2019-04-11 2020-04-10 北京启迪区块链科技发展有限公司 Method, device, server and medium for generating SQL (structured query language) statements based on visual page
CN112181163A (en) * 2019-07-05 2021-01-05 北京搜狗科技发展有限公司 Input method, input device and input device
CN111090788B (en) * 2019-12-03 2023-10-13 广州品唯软件有限公司 json file comparison method and device, storage medium and computer equipment
CN111177155B (en) * 2019-12-31 2023-09-19 浪潮通用软件有限公司 Message filtering method, system and computer equipment
CN112328347A (en) * 2020-11-05 2021-02-05 杭州大搜车汽车服务有限公司 Application rule configuration method and device and page processing method
CN112347142B (en) * 2020-11-17 2024-03-01 上海幻电信息科技有限公司 Data processing method and device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101308515A (en) * 2008-06-26 2008-11-19 无敌科技(西安)有限公司 Input method possessing association function
CN112540996A (en) * 2020-11-12 2021-03-23 Oppo(重庆)智能科技有限公司 Service data verification method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN113065326A (en) 2021-07-02

Similar Documents

Publication Publication Date Title
US10721196B2 (en) Method and device for message reading
US10452890B2 (en) Fingerprint template input method, device and medium
EP3176999B1 (en) Method and device for processing information
US20160350584A1 (en) Method and apparatus for providing contact card
CN106331328B (en) Information prompting method and device
US11388652B2 (en) Method and apparatus for indicating position of cell-defining synchronization signal block and searching for the same, and base station
CN112463418A (en) Cross-device information sharing method, device, medium and electronic device
CN112948704A (en) Model training method and device for information recommendation, electronic equipment and medium
US20160349947A1 (en) Method and device for sending message
CN113807253A (en) Face recognition method and device, electronic equipment and storage medium
EP3460717A1 (en) Method, apparatus, terminal, and computer-readable storage medium for processing fingerprints
CN110213062B (en) Method and device for processing message
CN109144317B (en) Screen gesture detection method and device
CN107885571B (en) Display page control method and device
CN113065326B (en) Text comparison method, device, electronic equipment and storage medium
CN111667827B (en) Voice control method and device for application program and storage medium
RU2645590C2 (en) Data processing means and method
CN110084065B (en) Data desensitization method and device
CN113869295A (en) Object detection method and device, electronic equipment and storage medium
CN113807540A (en) Data processing method and device
US20190018502A1 (en) Method and device for obtaining operation entry, and storage medium
CN112068793A (en) Voice input method and device
CN111078022B (en) Input method and device
US11637800B2 (en) Method and device for information processing of cross-devices, and storage medium
CN112462996B (en) Service information optimizing method, service information optimizing device 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