CN111949142A - Time input method, terminal equipment and storage medium - Google Patents

Time input method, terminal equipment and storage medium Download PDF

Info

Publication number
CN111949142A
CN111949142A CN202010795473.0A CN202010795473A CN111949142A CN 111949142 A CN111949142 A CN 111949142A CN 202010795473 A CN202010795473 A CN 202010795473A CN 111949142 A CN111949142 A CN 111949142A
Authority
CN
China
Prior art keywords
input box
input
time
setting
cursor
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.)
Pending
Application number
CN202010795473.0A
Other languages
Chinese (zh)
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.)
XIAMEN ZHIYE SOFTWARE ENGINEERING CO LTD
Original Assignee
XIAMEN ZHIYE SOFTWARE ENGINEERING 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 XIAMEN ZHIYE SOFTWARE ENGINEERING CO LTD filed Critical XIAMEN ZHIYE SOFTWARE ENGINEERING CO LTD
Priority to CN202010795473.0A priority Critical patent/CN111949142A/en
Publication of CN111949142A publication Critical patent/CN111949142A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/02Input arrangements using manually operated switches, e.g. using keyboards or dials
    • G06F3/023Arrangements for converting discrete items of information into a coded form, e.g. arrangements for interpreting keyboard generated codes as alphanumeric codes, operand codes or instruction codes
    • G06F3/0233Character input methods
    • G06F3/0234Character input methods using switches operable in different directions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/02Input arrangements using manually operated switches, e.g. using keyboards or dials
    • G06F3/023Arrangements for converting discrete items of information into a coded form, e.g. arrangements for interpreting keyboard generated codes as alphanumeric codes, operand codes or instruction codes
    • G06F3/0233Character input methods
    • G06F3/0237Character input methods using prediction or retrieval techniques

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention relates to a time input method, a terminal device and a storage medium, wherein the method comprises the following steps: s1: setting the type of a time input control corresponding to an input interface; s2: and when the input interface receives time input, popping up a time input control corresponding to the input interface, positioning a cursor to a first input box, sequentially setting corresponding values in each time input box in the time input control according to the size of the sequentially received numbers, and simultaneously displaying the values at corresponding positions of the input interface. The invention supports full keyboard operation, can enable a user to quickly input time, improves the working efficiency of the user and simultaneously improves the input accuracy.

Description

Time input method, terminal equipment and storage medium
Technical Field
The present invention relates to the field of time entry, and in particular, to a time entry method, a terminal device, and a storage medium.
Background
In the existing hospital information system, the time is frequently required to be recorded, and if the time can be rapidly recorded, the working efficiency of medical staff can be greatly improved. Most of the existing time entry controls provide a calendar panel, and the time required to be entered is determined by clicking with a mouse. Or a text input box is directly provided, so that the user can directly input time, and the user is easy to input wrong characters, which is very inconvenient.
Disclosure of Invention
In order to solve the above problems, the present invention provides a time recording method, a terminal device, and a storage medium.
The specific scheme is as follows:
a time entry method comprising the steps of:
s1: setting the type of a time input control corresponding to an input interface;
s2: and when the input interface receives time input, popping up a time input control corresponding to the input interface, positioning a cursor to a first input box, sequentially setting corresponding values in each time input box in the time input control according to the size of the sequentially received numbers, and simultaneously displaying the values at corresponding positions of the input interface.
Further, when the type of the time entry control is a year, month and day type, the time entry control comprises three time input boxes, namely a four-digit year input box, a two-digit month input box and a two-digit day input box, and the setting process of the corresponding value in each input box is as follows:
s211: the cursor is positioned at the first position of the year input box, four numbers are sequentially received and are sequentially set as the corresponding value of each digit in the year input box according to the sequence from left to right, and then the cursor is positioned at the first position of the month input box;
s212: receiving a number and judging whether the number is greater than 1, if so, setting the first digit of the month input box to 0, setting the number to a value corresponding to the second digit of the month input box, positioning the cursor at the first digit of the day input box, and entering S213; otherwise, after the number is set as the value corresponding to the first position of the month input box, positioning the cursor to the second position of the month input box, continuously receiving the number and setting the number as the value corresponding to the second position of the month input box, positioning the cursor at the first position of the day input box, and entering S213;
s213: judging whether the corresponding values in the month input box are 1, 3, 5, 7, 8, 10 and 12 or not, and if so, entering S214; otherwise, go to S215;
s214: receiving the number and judging:
when the received number is larger than 3, setting the value corresponding to the first digit of the day input box as 0, and setting the received number as the value corresponding to the second digit of the day input box;
when the received number is less than 3, setting the received number as a value corresponding to the first position of the day input box, positioning the cursor to the second position of the day input box, continuously receiving the number and setting the number as the value of the second position in the day input box;
when the received number is equal to 3, after the received number is set as a value corresponding to the first digit of the day input box, positioning the cursor to the second digit of the day input box, continuing to receive the number, and when the received number is 0 or 1, setting the received number as the value of the second digit of the day input box;
s215: receiving the number and judging:
when the received number is equal to 3, setting the received number to a value corresponding to a first digit in the day input box, and setting a value corresponding to a second digit of the day input box to 0;
and when the received number is less than 3, setting the received number as the value corresponding to the first position of the day input box, positioning the cursor to the second position of the day input box, and continuously receiving the number and setting the number as the value corresponding to the second position of the day input box.
Further, when the type of the time entry control is a time minute second type, the time entry control comprises three time input boxes, namely a two-bit time input box, a two-bit minute input box and a two-bit second input box, and the setting process of the corresponding value in each input box is as follows:
s221: the cursor is located at the first position of the input frame, receives the number and judges:
when the received number is larger than 2, setting the value corresponding to the first bit of the time input box as 0, and setting the received number as the value corresponding to the second bit of the time input box;
when the received number is less than 2, after the received number is set to a value corresponding to the first position of the time input box, positioning the cursor to the second position of the time input box, continuously receiving the number and setting the number as the value of the second position in the time input box;
when the received number is equal to 2, after the received number is set to a value corresponding to the first position of the time input box, positioning the cursor to the second position of the time input box, continuing to receive the number, and when the received number is 0, 1, 2, 3 or 4, setting the received number to the value of the second position of the time input box;
s222: the optical scale is positioned at the first position of the branch input box, receives a number less than or equal to 6 and judges that:
when the received number is equal to 6, setting the received number to a value corresponding to a first bit of the sub input box and setting a value corresponding to a second bit of the sub input box to 0;
when the received number is smaller than 6, after the received number is set as a value corresponding to the first position of the sub input frame, positioning the cursor to the second position of the sub input frame, and continuously receiving the number and setting the number as the value of the second position in the sub input frame;
s223: the cursor is located at the first digit of the second input box, receives a number less than or equal to 6 and determines:
when the received number is equal to 6, setting the received number to a value corresponding to a first digit of the second input box and setting a value corresponding to a second digit of the second input box to 0;
and when the received number is less than 6, setting the received number as the value corresponding to the first bit of the second input box, positioning the cursor to the second bit of the second input box, and continuously receiving the number and setting the number as the value of the second bit in the second input box.
Further, when the type of the time entry control is a year, month, day, hour, minute and second type, the time entry control comprises six time input boxes, namely a four-bit year input box, a two-bit month input box, a two-bit day input box, a two-bit hour input box, a two-bit minute input box and a two-bit second input box, and the setting process of the corresponding value in each input box is as follows: after the year-over input frame, the month input frame, and the day input frame are set in steps S211 to S215, the hour input frame, the minute input frame, and the second input frame are set in steps S221 to S223.
Furthermore, the time input control also comprises a determination button, when the values corresponding to all the time input boxes in the time input control are set, the cursor is positioned at the determination button, and when the determination instruction is received, the time input control is closed.
Furthermore, the time input control also comprises a clearing button, when the cursor is positioned at the determined button, if an instruction for positioning the cursor at the clearing button is received, the cursor is positioned at the clearing button, and when the instruction for determining clearing is received, the values set by all the time input boxes in the time input control are cleared.
A time-entry terminal device comprising a processor, a memory and a computer program stored in said memory and executable on said processor, said processor implementing the steps of the method as described above in embodiments of the present invention when executing said computer program.
A computer-readable storage medium, in which a computer program is stored, which, when being executed by a processor, carries out the steps of the method as described above for an embodiment of the invention.
The invention adopts the technical scheme and has the beneficial effects that:
(1) the keyboard supports full keyboard operation, so that a user can quickly input time, and the working efficiency of the user is improved.
(2) The inputtable numerical value is judged according to the value range determined by the year, the month, the day, the hour, the minute and the second and the relationship of the year, the month, the day, the hour, the minute and the second, and the accuracy of input is improved.
(3) Different time input space types can be set according to different requirements, and universality is improved.
Drawings
Fig. 1 is a flowchart illustrating a first embodiment of the present invention.
Fig. 2 is a schematic diagram illustrating a year, month and day type time entry control in this embodiment.
Fig. 3 is a schematic diagram showing a year, month, day, hour, minute and second type time entry control in this embodiment.
Detailed Description
To further illustrate the various embodiments, the invention provides the accompanying drawings. The accompanying drawings, which are incorporated in and constitute a part of this disclosure, illustrate embodiments of the invention and, together with the description, serve to explain the principles of the embodiments. Those skilled in the art will appreciate still other possible embodiments and advantages of the present invention with reference to these figures.
The invention will now be further described with reference to the accompanying drawings and detailed description.
The first embodiment is as follows:
the embodiment of the invention provides a time recording method, as shown in fig. 1, comprising the following steps:
s1: and setting the type of the time entry control corresponding to the input interface.
S2: and when the input interface receives time input, popping up a time input control corresponding to the input interface, positioning a cursor to a first input box, sequentially setting corresponding values in each time input box in the time input control according to the size of the sequentially received numbers, and simultaneously displaying the values at corresponding positions of the input interface.
The type of the time entry control is a common type, the types of the time entry control in this embodiment include three types, and the setting method of the time input box corresponding to each type is described below.
(1) When the type of the time entry control is a year, month and day type (i.e., yyyy-MM-dd, where yyyy represents a year, MM represents a month, and dd represents a day), as shown in fig. 2, the time entry control includes three time input boxes, which are a four-bit year input box, a two-bit month input box, and a two-bit day input box, and the setting process of the corresponding value in each input box is as follows:
s211: the cursor is positioned at the first position of the year input box, four numbers are sequentially received and are sequentially set as the corresponding value of each digit in the year input box according to the sequence from left to right, and then the cursor is positioned at the first position of the month input box.
The specific process is as follows: the first digit received is taken as the first digit (i.e., the most significant digit) in the year entry box, the second digit received is taken as the second digit in the year entry box, the third digit received is taken as the third digit in the year entry box, and the fourth digit received is taken as the fourth digit (i.e., the least significant digit) in the year entry box.
S212: receiving a number and judging whether the number is greater than 1, if so, setting the first digit of the month input box to 0, setting the number to a value corresponding to the second digit of the month input box, positioning the cursor at the first digit of the day input box, and entering S213; otherwise, after the number is set to the value corresponding to the first position of the month input box, the cursor is positioned to the second position of the month input box, the number continues to be received and set to the value corresponding to the second position of the month input box, the cursor is positioned to the first position of the day input box, and the process proceeds to S213.
S213: judging whether the corresponding values in the month input box are 1, 3, 5, 7, 8, 10 and 12 or not, and if so, entering S214; otherwise, S215 is entered.
S214: receiving the number and judging:
when the received number is larger than 3, setting the value corresponding to the first digit of the day input box as 0, and setting the received number as the value corresponding to the second digit of the day input box;
when the received number is less than 3, setting the received number as a value corresponding to the first position of the day input box, positioning the cursor to the second position of the day input box, continuously receiving the number and setting the number as the value of the second position in the day input box;
and when the received number is equal to 3, setting the received number as a value corresponding to the first digit of the day input box, positioning the cursor to the second digit of the day input box, continuously receiving the number, and when the received number is 0 or 1, setting the received number as the value of the second digit of the day input box.
S215: receiving the number and judging:
when the received number is equal to 3, the received number is set to a value corresponding to the first digit in the day input box, and a value corresponding to the second digit of the day input box is set to 0.
And when the received number is less than 3, setting the received number as the value corresponding to the first position of the day input box, positioning the cursor to the second position of the day input box, and continuously receiving the number and setting the number as the value corresponding to the second position of the day input box.
(2) When the type of the time entry control is a time minute second type, the time entry control comprises three time input boxes, namely a two-bit time input box, a two-bit minute input box and a two-bit second input box, and the setting process of the corresponding value in each input box is as follows:
s221: the cursor is located at the first position of the input frame, receives the number and judges:
when the received number is larger than 2, setting the value corresponding to the first bit of the time input box as 0, and setting the received number as the value corresponding to the second bit of the time input box;
when the received number is less than 2, after the received number is set to a value corresponding to the first position of the time input box, positioning the cursor to the second position of the time input box, continuously receiving the number and setting the number as the value of the second position in the time input box;
and when the received number is equal to 2, after the received number is set to the value corresponding to the first bit of the time input box, positioning the cursor to the second bit of the time input box, continuously receiving the number, and when the received number is 0, 1, 2, 3 or 4, setting the received number to the value of the second bit of the time input box.
S222: the optical scale is positioned at the first position of the branch input box, receives a number less than or equal to 6 and judges that:
when the received number is equal to 6, setting the received number to a value corresponding to a first bit of the sub input box and setting a value corresponding to a second bit of the sub input box to 0;
and when the received number is less than 6, after the received number is set as the value corresponding to the first bit of the sub input frame, positioning the cursor to the second bit of the sub input frame, and continuously receiving the number and setting the number as the value of the second bit in the sub input frame.
S223: the cursor is located at the first digit of the second input box, receives a number less than or equal to 6 and determines:
when the received number is equal to 6, setting the received number to a value corresponding to a first digit of the second input box and setting a value corresponding to a second digit of the second input box to 0;
and when the received number is less than 6, setting the received number as the value corresponding to the first bit of the second input box, positioning the cursor to the second bit of the second input box, and continuously receiving the number and setting the number as the value of the second bit in the second input box.
(3) When the type of the time entry control is a year, month, day, hour, minute and second type, as shown in fig. 3, the time entry control includes six time input boxes, which are a four-digit year input box, a two-digit month input box, a two-digit day input box, a two-digit time input box, a two-digit minute input box, and a two-digit second input box, and the setting process of the corresponding value in each input box is as follows: after the year-over input frame, the month input frame, and the day input frame are set in steps S211 to S215, the hour input frame, the minute input frame, and the second input frame are set in steps S221 to S223.
The time input control also comprises a determination button, when the values corresponding to all the time input boxes in the time input control are set, the cursor is positioned at the determination button, and when the determination instruction is received, the time input control is closed.
The time input control also comprises a clearing button, when the cursor is positioned at the determining button, if an instruction for positioning the cursor at the clearing button is received, the cursor is positioned at the clearing button, and when the instruction for determining clearing is received, values set by all time input boxes in the time input control are cleared.
The time input method in the first embodiment of the invention supports full keyboard operation (namely, a mouse is not needed), so that a user can quickly input time, and the working efficiency of the user is improved. The embodiment judges the input numerical value according to the value range determined by the year, month, day, hour, minute and second and the relationship thereof, and improves the input accuracy. According to the embodiment, different time input space types can be set according to different requirements, and the universality is improved.
Example two:
the invention further provides a time entry terminal device, which comprises a memory, a processor and a computer program stored in the memory and capable of running on the processor, wherein the processor executes the computer program to realize the steps of the method embodiment of the first embodiment of the invention.
Further, as an executable scheme, the time entry terminal device may be a computing device such as a desktop computer, a notebook, a palm computer, and a cloud server. The time-entry terminal device may include, but is not limited to, a processor, a memory. Those skilled in the art will understand that the above-mentioned composition structure of the time entry terminal device is only an example of the time entry terminal device, and does not constitute a limitation on the time entry terminal device, and may include more or less components than the above, or combine some components, or different components, for example, the time entry terminal device may further include an input and output device, a network access device, a bus, and the like, which is not limited by the embodiment of the present invention.
Further, as an executable solution, the Processor may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, a discrete Gate or transistor logic device, a discrete hardware component, and the like. The general-purpose processor can be a microprocessor or the processor can be any conventional processor or the like, the processor is the control center of the time-entry terminal device, and various interfaces and lines are utilized to connect various parts of the whole time-entry terminal device.
The memory may be used to store the computer programs and/or modules, and the processor may implement the various functions of the time-entry terminal device by running or executing the computer programs and/or modules stored in the memory, as well as by invoking data stored in the memory. The memory can mainly comprise a program storage area and a data storage area, wherein the program storage area can store an operating system and an application program required by at least one function; the storage data area may store data created according to the use of the mobile phone, and the like. In addition, the memory may include high speed random access memory, and may also include non-volatile memory, such as a hard disk, a memory, a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), at least one magnetic disk storage device, a Flash memory device, or other volatile solid state storage device.
The invention also provides a computer-readable storage medium, in which a computer program is stored, which, when being executed by a processor, carries out the steps of the above-mentioned method of an embodiment of the invention.
The time-entry terminal device integrated module/unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer-readable storage medium. Based on such understanding, all or part of the flow of the method according to the embodiments of the present invention may also be implemented by a computer program, which may be stored in a computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method embodiments may be implemented. Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM ), Random Access Memory (RAM), software distribution medium, and the like.
While the invention has been particularly shown and described with reference to a preferred embodiment, it will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (8)

1. A time entry method, comprising the steps of:
s1: setting the type of a time input control corresponding to an input interface;
s2: and when the input interface receives time input, popping up a time input control corresponding to the input interface, positioning a cursor to a first input box, sequentially setting corresponding values in each time input box in the time input control according to the size of the sequentially received numbers, and simultaneously displaying the values at corresponding positions of the input interface.
2. The time entry method according to claim 1, characterized in that: when the type of the time entry control is a year, month and day type, the time entry control comprises three time input boxes, namely a four-digit year input box, a two-digit month input box and a two-digit day input box, and the setting process of corresponding values in each input box is as follows:
s211: the cursor is positioned at the first position of the year input box, four numbers are sequentially received and are sequentially set as the corresponding value of each digit in the year input box according to the sequence from left to right, and then the cursor is positioned at the first position of the month input box;
s212: receiving a number and judging whether the number is greater than 1, if so, setting the first digit of the month input box to 0, setting the number to a value corresponding to the second digit of the month input box, positioning the cursor at the first digit of the day input box, and entering S213; otherwise, after the number is set as the value corresponding to the first position of the month input box, positioning the cursor to the second position of the month input box, continuously receiving the number and setting the number as the value corresponding to the second position of the month input box, positioning the cursor at the first position of the day input box, and entering S213;
s213: judging whether the corresponding values in the month input box are 1, 3, 5, 7, 8, 10 and 12 or not, and if so, entering S214; otherwise, go to S215;
s214: receiving the number and judging:
when the received number is larger than 3, setting the value corresponding to the first digit of the day input box as 0, and setting the received number as the value corresponding to the second digit of the day input box;
when the received number is less than 3, setting the received number as a value corresponding to the first position of the day input box, positioning the cursor to the second position of the day input box, continuously receiving the number and setting the number as the value of the second position in the day input box;
when the received number is equal to 3, after the received number is set as a value corresponding to the first digit of the day input box, positioning the cursor to the second digit of the day input box, continuing to receive the number, and when the received number is 0 or 1, setting the received number as the value of the second digit of the day input box;
s215: receiving the number and judging:
when the received number is equal to 3, setting the received number to a value corresponding to a first digit in the day input box, and setting a value corresponding to a second digit of the day input box to 0;
and when the received number is less than 3, setting the received number as the value corresponding to the first position of the day input box, positioning the cursor to the second position of the day input box, and continuously receiving the number and setting the number as the value corresponding to the second position of the day input box.
3. The time entry method according to claim 1, characterized in that: when the type of the time entry control is a time minute second type, the time entry control comprises three time input boxes, namely a two-bit time input box, a two-bit minute input box and a two-bit second input box, and the setting process of the corresponding value in each input box is as follows:
s221: the cursor is located at the first position of the input frame, receives the number and judges:
when the received number is larger than 2, setting the value corresponding to the first bit of the time input box as 0, and setting the received number as the value corresponding to the second bit of the time input box;
when the received number is less than 2, after the received number is set to a value corresponding to the first position of the time input box, positioning the cursor to the second position of the time input box, continuously receiving the number and setting the number as the value of the second position in the time input box;
when the received number is equal to 2, after the received number is set to a value corresponding to the first position of the time input box, positioning the cursor to the second position of the time input box, continuing to receive the number, and when the received number is 0, 1, 2, 3 or 4, setting the received number to the value of the second position of the time input box;
s222: the optical scale is positioned at the first position of the branch input box, receives a number less than or equal to 6 and judges that:
when the received number is equal to 6, setting the received number to a value corresponding to a first bit of the sub input box and setting a value corresponding to a second bit of the sub input box to 0;
when the received number is smaller than 6, after the received number is set as a value corresponding to the first position of the sub input frame, positioning the cursor to the second position of the sub input frame, and continuously receiving the number and setting the number as the value of the second position in the sub input frame;
s223: the cursor is located at the first digit of the second input box, receives a number less than or equal to 6 and determines:
when the received number is equal to 6, setting the received number to a value corresponding to a first digit of the second input box and setting a value corresponding to a second digit of the second input box to 0;
and when the received number is less than 6, setting the received number as the value corresponding to the first bit of the second input box, positioning the cursor to the second bit of the second input box, and continuously receiving the number and setting the number as the value of the second bit in the second input box.
4. A time entry method according to claim 2 or 3, characterized in that: when the type of the time entry control is a year, month, day, hour, minute and second type, the time entry control comprises six time input boxes, namely a four-bit year input box, a two-bit month input box, a two-bit day input box, a two-bit time input box, a two-bit minute input box and a two-bit second input box, wherein the setting process of corresponding values in each input box is as follows: after the year-over input frame, the month input frame, and the day input frame are set in steps S211 to S215, the hour input frame, the minute input frame, and the second input frame are set in steps S221 to S223.
5. The time entry method according to claim 1, characterized in that: the time input control also comprises a determination button, when the values corresponding to all the time input boxes in the time input control are set, the cursor is positioned at the determination button, and when the determination instruction is received, the time input control is closed.
6. The time entry method according to claim 5, characterized in that: the time input control also comprises a clearing button, when the cursor is positioned at the determining button, if an instruction for positioning the cursor at the clearing button is received, the cursor is positioned at the clearing button, and when the instruction for determining clearing is received, values set by all time input boxes in the time input control are cleared.
7. A time entry terminal device, characterized by: comprising a processor, a memory and a computer program stored in the memory and running on the processor, the processor implementing the steps of the method according to any one of claims 1 to 6 when executing the computer program.
8. A computer-readable storage medium storing a computer program, characterized in that: the computer program when executed by a processor implementing the steps of the method as claimed in any one of claims 1 to 6.
CN202010795473.0A 2020-08-10 2020-08-10 Time input method, terminal equipment and storage medium Pending CN111949142A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010795473.0A CN111949142A (en) 2020-08-10 2020-08-10 Time input method, terminal equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010795473.0A CN111949142A (en) 2020-08-10 2020-08-10 Time input method, terminal equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111949142A true CN111949142A (en) 2020-11-17

Family

ID=73333127

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010795473.0A Pending CN111949142A (en) 2020-08-10 2020-08-10 Time input method, terminal equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111949142A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112486967A (en) * 2020-11-27 2021-03-12 智业软件股份有限公司 Data acquisition method, terminal equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102707812A (en) * 2012-05-16 2012-10-03 河南辉煌科技股份有限公司 Time input method
US20160086516A1 (en) * 2014-09-22 2016-03-24 Capital One Financial Corporation Systems and methods for accessible widget selection
CN105468374A (en) * 2015-11-26 2016-04-06 Tcl集团股份有限公司 Realization method and system for calendar and time controls of intelligent device
CN110083414A (en) * 2019-03-22 2019-08-02 厦门网宿有限公司 A kind of selection of time method and apparatus, storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102707812A (en) * 2012-05-16 2012-10-03 河南辉煌科技股份有限公司 Time input method
US20160086516A1 (en) * 2014-09-22 2016-03-24 Capital One Financial Corporation Systems and methods for accessible widget selection
CN105468374A (en) * 2015-11-26 2016-04-06 Tcl集团股份有限公司 Realization method and system for calendar and time controls of intelligent device
CN110083414A (en) * 2019-03-22 2019-08-02 厦门网宿有限公司 A kind of selection of time method and apparatus, storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112486967A (en) * 2020-11-27 2021-03-12 智业软件股份有限公司 Data acquisition method, terminal equipment and storage medium

Similar Documents

Publication Publication Date Title
US11734113B2 (en) Solid state disk access method and apparatus, device, and medium
CN112597182B (en) Optimization method, device, terminal and storage medium of data query statement
CN108920543B (en) Query and interaction method and device, computer device and storage medium
Thompson Understanding Maple
WO2020005605A1 (en) Table detection in spreadsheet
CN110597865A (en) Method and device for processing user label, computing equipment and storage medium
CN112181386B (en) Code construction method, device and terminal based on software continuous integration
Nagar Introduction to Python for Engineers and Scientists: Open Source Solutions for Numerical Computation
CN111949142A (en) Time input method, terminal equipment and storage medium
CN109657127B (en) Answer obtaining method, device, server and storage medium
CN109543495B (en) Face key point marking method and device, electronic equipment and storage medium
CN110705208B (en) Text display method, text display device, computer readable storage medium and electronic equipment
CN110704635B (en) Method and device for converting triplet data in knowledge graph
CN109324838B (en) Execution method and execution device of single chip microcomputer program and terminal
CN116303820A (en) Label generation method, label generation device, computer equipment and medium
US11256940B1 (en) Method, apparatus and system for gradient updating of image processing model
CN110018828B (en) Source code checking method and device and terminal equipment
US20070156775A1 (en) Metadata transformation in copy and paste scenarios between heterogeneous applications
CN112596725A (en) Grading method and grading device for programming works, terminal equipment and storage medium
CN111858282A (en) Page track recording method and related equipment
CN113485804B (en) Data scheduling method, device, equipment and storage medium
US6628293B2 (en) Format varying computer system
CN110244886B (en) Information display method and device, computer equipment and storage medium
CN109885491B (en) Method for detecting existence of data overflow expression and terminal equipment
CN114490693A (en) Data modification method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 361000 unit 404, No. 24, guanri Road, phase II, software park, Xiamen, Fujian

Applicant after: XIAMEN ZHIYE SOFTWARE ENGINEERING CO.,LTD.

Address before: 361000 No.24 guanri Road, Siming District, Xiamen City, Fujian Province

Applicant before: XIAMEN ZHIYE SOFTWARE ENGINEERING CO.,LTD.

RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20201117