CN112446191A - Text processing method, device, equipment and storage medium - Google Patents

Text processing method, device, equipment and storage medium Download PDF

Info

Publication number
CN112446191A
CN112446191A CN201910739107.0A CN201910739107A CN112446191A CN 112446191 A CN112446191 A CN 112446191A CN 201910739107 A CN201910739107 A CN 201910739107A CN 112446191 A CN112446191 A CN 112446191A
Authority
CN
China
Prior art keywords
characters
preset
current
input
character
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
CN201910739107.0A
Other languages
Chinese (zh)
Other versions
CN112446191B (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 Kingsoft Office Software Inc
Zhuhai Kingsoft Office Software Co Ltd
Original Assignee
Beijing Kingsoft Office Software Inc
Zhuhai Kingsoft Office Software 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 Kingsoft Office Software Inc, Zhuhai Kingsoft Office Software Co Ltd filed Critical Beijing Kingsoft Office Software Inc
Priority to CN201910739107.0A priority Critical patent/CN112446191B/en
Publication of CN112446191A publication Critical patent/CN112446191A/en
Application granted granted Critical
Publication of CN112446191B publication Critical patent/CN112446191B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

A text processing method comprises the steps of counting the number of characters in a preset area in real time when an input operation is detected; when the number of characters input in the preset area is monitored to be changed, taking the number of characters counted in real time as the current number of characters; and when the current character number is larger than the preset character number, triggering a preset event. The invention can limit the number of characters at the corresponding position of the text according to the setting of the user, and improve the editing function of the text, thereby improving the user experience.

Description

Text processing method, device, equipment and storage medium
Technical Field
The present disclosure relates to internet technologies, and in particular, to a method, an apparatus, a device, and a storage medium for processing a text.
Background
With the development of electronic technology, users often need to edit characters in text. In the process of inputting characters into a text by a user, when the user has a requirement on the number of words in a specified area in the text, the number of words is checked whether to exceed the limit every time a part of content is required to be input, if so, the exceeding part is returned to the check, and then switching processing is carried out, so that multi-step operation is required, and the operation is complicated.
Disclosure of Invention
The application provides a text processing method which can improve the editing function of a text, so that the user experience is improved.
The application provides a text processing method, which comprises the following steps: when the input operation is detected, counting the number of characters in a preset area in real time; when the number of characters input in the preset area is monitored to be changed, taking the number of characters counted in real time as the current number of characters; and when the current character number is larger than the preset character number, triggering a preset event.
In an exemplary embodiment, the predetermined area includes at least one of: a current line, a current paragraph, a current page, a received selected region of the user.
In an exemplary embodiment, the preset event includes at least one of: line feed operation, paragraph feed operation, page feed operation, and instruction for prohibiting receiving input operation.
In an exemplary embodiment, the method previously comprises: and when a character number limiting instruction triggered by a user is received, acquiring the character number of a preset area set by the user and taking the character number as the preset character number.
In an exemplary embodiment, when the current number of characters is greater than a preset number of characters, triggering a preset event includes: when the current character number is larger than the preset character number, prohibiting receiving the character input operation in the preset area; newly building an editing area, adding redundant N characters into the newly built editing area, and recovering the operation of receiving input characters in the newly built editing area; where N is the difference between the current number of characters and the predetermined number of characters.
In an exemplary embodiment, when the predetermined area includes a current page and the preset event includes a page-change operation, correspondingly, when the current number of characters is greater than a preset number of characters, triggering the preset event includes: when the current character number is larger than the preset character number, prohibiting the operation of receiving the input characters of the current page; newly building a page, adding redundant N character numbers to the newly built page, and recovering the operation of receiving input characters on the newly built page; where N is the difference between the current number of characters and the predetermined number of characters.
In an exemplary embodiment, the method further comprises: the real-time statistics of the number of characters input in the preset text area comprises the following steps: counting the position of the current input character in real time, and judging whether the current input character reaches a preset area; when the preset area is reached, the number of characters input in the preset area of the text is counted in real time.
In an exemplary embodiment, the method further comprises: prompting the current character number of the user; and/or calculating the number of the remaining characters which can be input in the preset region according to the preset number of the characters and the current number of the characters, and prompting the user of the number of the remaining characters.
The present application also provides a text processing apparatus including: the counting module is used for counting the number of characters in a preset area in real time when the input operation is detected; when the number of the characters input in the preset expectation is monitored to be changed, taking the number of the characters counted in real time as the current number of the characters; and the triggering module is used for triggering a preset event when the current character number is greater than the preset character number.
In an exemplary embodiment, the counting module is further configured to count a position of a currently input character in real time, and determine whether a predetermined area is reached; and when the preset area is reached, counting the number of characters input in the preset area in real time.
The present application also provides an apparatus, comprising: a memory, a processor; the method is characterized in that: the memory is used for storing a program for text processing; the processor is configured to read the program for performing text processing, and execute the steps of the text processing method according to any one of the above.
The present application further provides a readable storage medium having a text processing program stored thereon, where the text processing program is executed by a processor, and the method includes the steps of any one of the above-mentioned text processing methods. Compared with the prior art, the method and the device have the advantages that the number of the characters in the preset area can be counted in real time, when the current number of the characters in the preset area is larger than the preset number of the characters, the preset event is triggered, the number of the characters in the appointed area can be limited according to user requirements, accordingly, the text editing function is improved, and user experience is improved.
In an exemplary embodiment, the number of characters can be limited for the page specified by the user, and the page is automatically changed after the specified page reaches the preset number of characters, so that manual operation of the user is avoided.
Additional features and advantages of the application will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by the practice of the application. Other advantages of the application may be realized and attained by the instrumentalities and combinations particularly pointed out in the specification, claims, and drawings.
Drawings
The accompanying drawings are included to provide an understanding of the present disclosure and are incorporated in and constitute a part of this specification, illustrate embodiments of the disclosure and together with the examples serve to explain the principles of the disclosure and not to limit the disclosure.
FIG. 1 is a flowchart of a text processing method according to an embodiment of the present application;
FIG. 2 is a schematic diagram of a text processing apparatus according to an embodiment of the present application;
fig. 3 is a flowchart of a text processing method based on an Android system in an embodiment of the present application.
Detailed Description
The present application describes embodiments, but the description is illustrative rather than limiting and it will be apparent to those of ordinary skill in the art that many more embodiments and implementations are possible within the scope of the embodiments described herein. Although many possible combinations of features are shown in the drawings and discussed in the detailed description, many other combinations of the disclosed features are possible. Any feature or element of any embodiment may be used in combination with or instead of any other feature or element in any other embodiment, unless expressly limited otherwise.
The present application includes and contemplates combinations of features and elements known to those of ordinary skill in the art. The embodiments, features and elements disclosed in this application may also be combined with any conventional features or elements to form a unique inventive concept as defined by the claims. Any feature or element of any embodiment may also be combined with features or elements from other inventive aspects to form yet another unique inventive aspect, as defined by the claims. Thus, it should be understood that any of the features shown and/or discussed in this application may be implemented alone or in any suitable combination. Accordingly, the embodiments are not limited except as by the appended claims and their equivalents. Furthermore, various modifications and changes may be made within the scope of the appended claims.
Further, in describing representative embodiments, the specification may have presented the method and/or process as a particular sequence of steps. However, to the extent that the method or process does not rely on the particular order of steps set forth herein, the method or process should not be limited to the particular sequence of steps described. Other orders of steps are possible as will be understood by those of ordinary skill in the art. Therefore, the particular order of the steps set forth in the specification should not be construed as limitations on the claims. Further, the claims directed to the method and/or process should not be limited to the performance of their steps in the order written, and one skilled in the art can readily appreciate that the sequences may be varied and still remain within the spirit and scope of the embodiments of the present application.
The technical solutions of the present application will be described in more detail below with reference to the accompanying drawings and embodiments.
As shown in fig. 1, an embodiment of the present invention provides a text processing method, including the following steps:
s101, counting the number of characters in a preset area in real time when an input operation is detected;
s102, when the number of characters input in the preset area is monitored to be changed, taking the number of characters counted in real time as the current number of characters;
s103, when the current character number is larger than the preset character number, triggering a preset event.
The characters in the embodiments of the present application are typically in text form. The method and the device can limit the number of the characters at the corresponding position of the text according to the user setting, improve the editing function of the text and improve the user experience.
In step S101 according to this embodiment of the present invention, in an exemplary embodiment, the predetermined area is a current line, a current paragraph, a current page, or a selected area of a received user, or a combination of the foregoing areas. It is to be understood that the intended area of the application includes a variety of forms, and that the application is intended to cover only a portion of the application with the same intent.
In step S101 of the embodiment of the present invention, in an exemplary embodiment, the preset event includes a line feed operation, a paragraph feed operation, a page feed operation, or a prohibition of receiving an input operation instruction, or a combination of the above operations, it can be understood that the preset event of the present application includes various forms, and the present application only lists parts, and all of the preset events are included in the scope of the present application under the same idea.
In an exemplary embodiment, the number of characters input in the predetermined area of the text is counted in real time in step S101, and the number of characters of the text content can be obtained by using an API interface (length () API interface of String) of a java program.
In an exemplary embodiment, in step S102, when it is monitored that the number of characters input in the predetermined area changes, the number of characters counted in real time is used as the current number of characters; wherein, whether to monitor the user to input new characters can utilize a monitor provided by EditText, and when the user input is detected, the number of the characters is triggered and counted.
In this embodiment of the present invention, in step S103, when the current number of characters is greater than the preset number of characters, triggering a preset event includes: when the current character number is larger than the preset character number, prohibiting receiving the character input operation in the preset area; newly building an editing area, adding redundant N characters into the newly built editing area, and recovering the operation of receiving input characters in the newly built editing area; where N is the difference between the current number of characters and the predetermined number of characters. The above-mentioned recovery receives the character input operation, specifically, moves the cursor to the newly created editing area, the end of the added character. And when the newly-built area is a line or a paragraph or a page, moving the cursor to the newly-built line or paragraph or page.
In this embodiment of the present invention, in step S103, when the predetermined area includes a current page and the preset event includes a page change operation, correspondingly, when the current number of characters is greater than a preset number of characters, triggering the preset event includes: when the current character number is larger than the preset character number, prohibiting the operation of receiving the input characters of the current page; and newly building a page, adding the redundant number N of the characters to the newly built page, and recovering the operation of receiving the input characters in the newly built page.
In one exemplary embodiment, the Android system controls whether editing is possible using EditText. It can be understood that when the preset event includes a line feed operation, or a segment feed operation, the corresponding example implementation can be adopted, and details are not described herein. The embodiment of the invention can set the character number of the designated page according to the page designated by the user, thereby automatically changing the page when the designated page reaches the preset character number and avoiding manual operation of the user
In the embodiment of the present invention, the text processing method further includes step S104: and when a character number limiting instruction triggered by a user is received, acquiring the character number of the designated area set by the user and taking the character number as the preset character number. In an exemplary embodiment, a word document is parsed and opened, an input box is popped up, the number of characters input by a user is received, the number of characters input by the user is completed, and the number of characters input by the user is read and saved.
In the embodiment of the present invention, the text processing method further includes step S105: the real-time statistics of the number of characters input in the predetermined area comprises the following steps: counting the position of the current input character in real time, and judging whether the current input character reaches a preset area; and when the preset area is reached, counting the number of characters input in the preset area of the text in real time. In an exemplary embodiment, when the user predefined area is a line, or a section, or a page, or a section of a page in the text, the system counts the position and defines the number of words when the position is reached.
In an exemplary embodiment, the text processing method further includes step S105: the user is prompted as to the number of current characters. In one exemplary embodiment, the current number of input characters may be displayed in real time through a window so as to alert the user.
In another exemplary embodiment, the text processing method further includes step S106: and calculating the number of the characters which can be input in the preset area and prompting the number of the remaining characters of the user according to the preset number of the characters and the current number of the characters. The number of currently input characters or the number of remaining characters may be displayed in real time through a window in one exemplary embodiment so as to alert the user.
As shown in fig. 2, an embodiment of the present invention provides a text processing apparatus, which includes a statistics module 100 and a trigger module 200.
A counting module 100, configured to count characters in a predetermined area in real time when an input operation is detected; and when the monitored number of the characters input in the preset area is changed, taking the number of the characters counted in real time as the current number of the characters.
In the embodiment of the invention, the predetermined area is a current line, a current paragraph or a current page in a predetermined text, or a selected area received by a user, or both. It is to be understood that the intended area of the application includes a variety of forms, and that the application is intended to cover only a portion of the application with the same intent.
In an exemplary embodiment, the counting module 100 is configured to count the number of characters input in a predetermined area of a text in real time, and may obtain the number of characters of the text content by using an API interface (length () API interface of String) of a java program. In an exemplary embodiment, monitoring whether a user enters new content may utilize the listener method provided by EditText, which triggers counting the number of characters when the user enters content. In one exemplary embodiment, monitoring whether a user enters new content may utilize a listener provided by EditText, which triggers a statistical character count when user input is detected.
The triggering module 200 is configured to trigger a preset event when the current number of characters is greater than a preset number of characters. In an exemplary embodiment, the triggering module 200 is configured to prohibit receiving a predetermined area input character operation when the current number of characters is greater than a preset number of characters; newly building an editing area, adding redundant N characters into the newly built editing area, and recovering the operation of receiving input characters in the newly built editing area; where N is the difference between the current number of characters and the predetermined number of characters. The above-mentioned recovery receives the character input operation, specifically, moves the cursor to the newly created editing area, the end of the added character. And when the newly-built area is a line or a paragraph or a page, moving the cursor to the newly-built line or paragraph or page.
In the embodiment of the present invention, the preset event includes a line feed operation, a paragraph feed operation, a page feed operation, or a prohibition of receiving an input operation instruction, or a combination of the above operations, it can be understood that the preset event of the present application includes various forms, and the present application only lists some of the preset events, and all of the preset events are included in the scope of the present application under the same idea.
When the predetermined area includes a current page and the preset event includes a page-change operation, in an exemplary embodiment, the triggering module 200 is configured to prohibit receiving an input character operation of the current page when the current number of characters is greater than a preset number of characters; and newly building a page, adding the redundant number N of the characters to the newly built page, and recovering the operation of receiving the input characters in the newly built page. In one exemplary embodiment, the Android system controls whether editing is possible using EditText. It can be understood that when the preset event includes a line feed operation, or a paragraph feed operation, the corresponding example implementation can be adopted, and details are not described herein. The embodiment of the invention can set the character number of the designated page according to the page designated by the user, so that the page is automatically changed after the designated page reaches the preset character number, and the manual operation of the user is avoided.
In an exemplary embodiment, the apparatus further includes: the setting module 400 is configured to, when a user trigger character number limiting instruction is received, obtain the number of characters in a predetermined area set by a user, and use the number of characters as the preset number of characters. In an exemplary embodiment, a word document is parsed and opened, an input box is popped up, the number of characters input by a user is received, the number of characters input by the user is completed, and the number of characters input by the user is read and saved.
In an exemplary embodiment, the apparatus further includes a prompt module 300 for prompting the user of the number of the current number of characters; and/or calculating the number of the characters which can be input in the preset area and prompting the number of the characters which are left by the user according to the preset number of the characters and the current number of the characters. The number of currently input characters or the number of remaining characters may be displayed in real time through a window in one exemplary embodiment so as to alert the user.
In an exemplary embodiment, the statistics module 100 is further configured to: counting the position of the current input character in real time, and judging whether the current input character reaches a preset area; and when the preset area is reached, counting the number of characters input in the preset area of the text in real time. In an exemplary embodiment, when the user predefined area is a line, or a section, or a page, or a section of a page in the text, the system counts the position and defines the number of words when the position is reached.
As shown in fig. 3, this embodiment describes a text processing process, taking a trigger event as a page-change instruction as an example:
1) calling an EditText control in an Android system to monitor the operation of a user in a Word document;
2) when the Word document enters an editing mode, the EditText control carries out editing operation on the text;
3) when a user performs programming operation, triggering a monitor to investigate and calculate the text character number method;
4) when the number of the current text characters is larger than the preset number of characters, calling a method for creating the page packaged by the WPS through a system API (application program interface) by using Java codes, and automatically creating the page.
An embodiment of the present invention provides an apparatus, including: a memory, a processor; wherein, the memory is used for storing the program for processing the text; the processor is used for reading the program for processing the text and executing the steps of the text processing method.
The embodiment of the invention provides a readable storage medium, wherein a text processing program is stored on the readable storage medium, and the steps of the text processing method are realized when the text processing program is executed by a processor.
It will be understood by those of ordinary skill in the art that all or some of the steps of the methods, systems, functional modules/units in the devices disclosed above may be implemented as software, firmware, hardware, and suitable combinations thereof. In a hardware implementation, the division between functional modules/units mentioned in the above description does not necessarily correspond to the division of physical components; for example, one physical component may have multiple functions, or one function or step may be performed by several physical components in cooperation. Some or all of the components may be implemented as software executed by a processor, such as a digital signal processor or microprocessor, or as hardware, or as an integrated circuit, such as an application specific integrated circuit. Such software may be distributed on computer readable media, which may include computer storage media (or non-transitory media) and communication media (or transitory media). The term computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data, as is well known to those of ordinary skill in the art. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, Digital Versatile Disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by a computer. In addition, communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media as known to those skilled in the art.

Claims (12)

1. A method of text processing, comprising:
when the input operation is detected, counting the number of characters in a preset area in real time;
when the number of characters input in the preset area is monitored to be changed, taking the number of characters counted in real time as the current number of characters;
and when the current character number is larger than the preset character number, triggering a preset event.
2. The method of claim 1, wherein the predetermined area comprises at least one of: a current line, a current paragraph, a current page, a received selected region of the user.
3. The method of claim 2, wherein the preset event comprises at least one of: line feed operation, paragraph feed operation, page feed operation, and instruction for prohibiting receiving input operation.
4. The method of claim 1, wherein the method is preceded by: and when a character number limiting instruction triggered by a user is received, acquiring the character number of a preset area set by the user and taking the character number as the preset character number.
5. The method of claim 3, wherein triggering a preset event when the current number of characters is greater than a preset number of characters comprises:
when the current character number is larger than the preset character number, prohibiting receiving the character input operation in the preset area;
newly building an editing area, adding redundant N characters into the newly built editing area, and recovering the operation of receiving input characters in the newly built editing area; where N is the difference between the current number of characters and the predetermined number of characters.
6. The method of claim 5, wherein when the predetermined area includes a current page and the preset event includes a page-change operation, correspondingly, when the current number of characters is greater than a preset number of characters, triggering the preset event comprises:
when the current character number is larger than the preset character number, prohibiting the operation of receiving the input characters of the current page;
newly building a page, adding redundant N character numbers to the newly built page, and recovering the operation of receiving input characters on the newly built page; where N is the difference between the current number of characters and the predetermined number of characters.
7. The method of claim 1, wherein the method further comprises: the real-time statistics of the number of characters input in the preset text area comprises the following steps:
counting the position of the current input character in real time, and judging whether the current input character reaches a preset area;
when the preset area is reached, the number of characters input in the preset area of the text is counted in real time.
8. The method of claim 1, wherein the method further comprises:
prompting the current character number of the user; and/or
And calculating the residual number of characters which can be input in the preset region according to the preset number of characters and the current number of characters, and prompting the user of the residual number of characters.
9. A text processing apparatus, comprising:
the counting module is used for counting the number of characters in a preset area in real time when the input operation is detected; when the number of the characters input in the preset expectation is monitored to be changed, taking the number of the characters counted in real time as the current number of the characters;
and the triggering module is used for triggering a preset event when the current character number is greater than the preset character number.
10. The apparatus of claim 9, wherein the statistical module is further configured to count a position of a currently input character in real time, and determine whether a predetermined area is reached; and when the preset area is reached, counting the number of characters input in the preset area in real time.
11. An apparatus, comprising: a memory, a processor; the method is characterized in that: the memory is used for storing a program for text processing; the processor is configured to read the program for text processing, and execute the steps of the text processing method according to any one of claims 1 to 8.
12. A readable storage medium, characterized in that the readable storage medium has stored thereon a text processing program which, when executed by a processor, implements the steps of the text processing method according to any one of claims 1 to 8.
CN201910739107.0A 2019-08-12 2019-08-12 Text processing method, device, equipment and storage medium Active CN112446191B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910739107.0A CN112446191B (en) 2019-08-12 2019-08-12 Text processing method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910739107.0A CN112446191B (en) 2019-08-12 2019-08-12 Text processing method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112446191A true CN112446191A (en) 2021-03-05
CN112446191B CN112446191B (en) 2024-09-17

Family

ID=74740626

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910739107.0A Active CN112446191B (en) 2019-08-12 2019-08-12 Text processing method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112446191B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113377220A (en) * 2021-06-30 2021-09-10 维沃移动通信(杭州)有限公司 Information storage method and device

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1161499A (en) * 1996-01-05 1997-10-08 株式会社吉姆帝王 Device and method for processing letters and marks information
CN106293462A (en) * 2016-08-04 2017-01-04 广州视睿电子科技有限公司 Character display method and device
CN106919548A (en) * 2017-02-06 2017-07-04 福建榕基软件股份有限公司 A kind of text intelligent arranging methods of exhibiting and device
CN107256234A (en) * 2017-05-18 2017-10-17 腾讯科技(深圳)有限公司 A kind of web page text method of adjustment and its equipment
WO2018032698A1 (en) * 2016-08-16 2018-02-22 广州视睿电子科技有限公司 Page turning method and device, and writing terminal
CN109002238A (en) * 2017-06-06 2018-12-14 腾讯科技(深圳)有限公司 Number of characters display methods, device, terminal and computer readable storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1161499A (en) * 1996-01-05 1997-10-08 株式会社吉姆帝王 Device and method for processing letters and marks information
CN106293462A (en) * 2016-08-04 2017-01-04 广州视睿电子科技有限公司 Character display method and device
WO2018032698A1 (en) * 2016-08-16 2018-02-22 广州视睿电子科技有限公司 Page turning method and device, and writing terminal
CN106919548A (en) * 2017-02-06 2017-07-04 福建榕基软件股份有限公司 A kind of text intelligent arranging methods of exhibiting and device
CN107256234A (en) * 2017-05-18 2017-10-17 腾讯科技(深圳)有限公司 A kind of web page text method of adjustment and its equipment
CN109002238A (en) * 2017-06-06 2018-12-14 腾讯科技(深圳)有限公司 Number of characters display methods, device, terminal and computer readable storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113377220A (en) * 2021-06-30 2021-09-10 维沃移动通信(杭州)有限公司 Information storage method and device

Also Published As

Publication number Publication date
CN112446191B (en) 2024-09-17

Similar Documents

Publication Publication Date Title
CN110442473B (en) Nonvolatile data storage method and device, electronic equipment and medium
CN106940674B (en) Method and device for triggering target event in mobile terminal
CN111459298A (en) Shortcut key control method, electronic device and storage medium
CN112866790A (en) Video playing method and system
WO2019140739A1 (en) Method for determining return visits to client, and electronic apparatus and computer-readable storage medium
CN108509322B (en) Method for avoiding excessive return visit, electronic device and computer readable storage medium
CN110888628B (en) Method, apparatus, device and storage medium for generating control tool
CN106651095A (en) Work flow configuring and jumping method and the configuring and jumping device
CN112446191B (en) Text processing method, device, equipment and storage medium
CN108491315A (en) The page is resident statistical method, device and the computer readable storage medium of duration
CN104298548A (en) Information processing method and electronic device
CN108563485B (en) Input panel display method and device
CN111221470A (en) Data processing method, electronic device and storage medium
CN107665142B (en) Method, terminal and computer readable storage medium for detecting interruption of application program business process
CN111221790A (en) Log file processing method and device and computer readable storage medium
CN112988549B (en) Method for obtaining log based on vehicle machine system and electronic equipment
CN110633196A (en) Automatic use case execution method and device of application program
CN110968377A (en) Interface display processing method and device
CN114780346A (en) Method, device, storage medium and electronic equipment for acquiring program blockage information
CN110221952B (en) Service data processing method and device and service data processing system
CN114356290A (en) Data processing method and device and computer readable storage medium
CN110572285B (en) Device code writing method, device code writing device and readable storage medium
CN108415814B (en) Method for automatically recording field change, application server and computer readable storage medium
CN111913710A (en) Method and device for setting navigation bar
CN114285799B (en) Method, device, terminal and storage medium for processing service

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