WO2014059655A1 - 终端和粘贴方法 - Google Patents
终端和粘贴方法 Download PDFInfo
- Publication number
- WO2014059655A1 WO2014059655A1 PCT/CN2012/083188 CN2012083188W WO2014059655A1 WO 2014059655 A1 WO2014059655 A1 WO 2014059655A1 CN 2012083188 W CN2012083188 W CN 2012083188W WO 2014059655 A1 WO2014059655 A1 WO 2014059655A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- edit box
- data
- attribute
- content
- edit
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/543—User-generated data transfer, e.g. clipboards, dynamic data exchange [DDE], object linking and embedding [OLE]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/166—Editing, e.g. inserting or deleting
Definitions
- the present invention relates to the field of data processing technologies, and in particular, to a terminal and a pasting method. Background technique
- the invention is based on the above problems, and proposes a new pasting technology, which can intelligently select and paste data from the copied content according to the attributes of the target edit box, thereby preventing the user from performing between the content acquisition interface and the paste interface. Switch operations repeatedly.
- the present invention provides a terminal, including: a content copying unit, configured to copy part or all of the content in the screen interface of the terminal; and a content attribute analyzing unit, configured to analyze feature attributes of the copied content;
- An edit box determining unit configured to determine, according to the received paste command, an edit box for pasting the copy content;
- an edit box attribute analysis unit configured to analyze an attribute of the edit box determined by the edit box determining unit;
- Unit for The feature attribute of the copied content is matched with the attribute of the edit box, and data matching the attribute of the edit box is extracted from the copied content according to the matching result, and pasted into the edit box.
- the following content is explained by taking copy as an example.
- the user can directly copy all the contents of the interface, or manually select the content of the selected part.
- the copied content can be intelligently analyzed to select the correct and valid data from which to be pasted into the corresponding edit box.
- the copied content may include text data, such as Chinese characters, numbers, letters, special characters, etc., and may also include multimedia data, such as pictures, audio, video files, etc., and the feature data of the content includes the name, size, content, type, and the like of the data. Etc., to match the properties of the edit box.
- the method further includes: an application attribute setting unit, configured to preset an associated attribute for an application in the terminal; and the edit box attribute analysis unit includes: applying an attribute analysis a unit, configured to analyze an application to which the edit box belongs, and use a preset attribute of the application as an attribute of the edit box.
- the edit box attribute analysis unit includes: a text recognition subunit, a character for identifying a position associated with the edit box, and determining an attribute of the edit box according to the text .
- the position associated with the edit box includes an edit box, an edit box, an edit box left or right, etc., for prompting the user to input or paste data; and the terminal is for the text.
- the method further includes: an edit box attribute setting unit, configured to preset an associated attribute for each edit box; and the edit box attribute analysis unit is configured to: an attribute acquisition subunit, And an edit box for pasting the copied content determined according to the edit box determining unit, and acquiring a corresponding preset attribute.
- the attributes of each edit box can be directly set, and the content input (recording or pasting) can be defined from the code layer, for example, only an input box is allowed to input numbers, and then the copy content is Other Chinese characters, characters, etc. in the list will not be pasted into the edit box.
- the content attribute analysis unit includes: data identification; a mapping table establishing subunit, configured to establish a corresponding data structure mapping table according to the recognition result of the data identification subunit, to use Extracting data matching the attribute of the edit box from the copied content and pasting into the edit box.
- the established data structure mapping table includes data, feature attributes, and may also include other contents, and construct a relationship between the contents, so as to be accurate when matching the attributes of the edit box.
- the corresponding feature attributes are obtained, so as to accurately filter the data that needs to be pasted into the edit box.
- the method further includes: a data display unit, configured to display, in a list form, all matching items in a case where there are multiple data matching the currently operated edit box in the copied content Data; and a data selection unit, configured to select at least one of the items to be pasted into the edit box of the current operation according to the received selection command.
- the edit box attribute analysis unit is configured to: In the case that the screen interface includes a plurality of edit boxes, the attributes of all the edit boxes are analyzed; and the data pasting unit is configured to: when the terminal receives a paste command for any edit box, according to the copy content The matching relationship between the data in the plurality of edit boxes and the plurality of edit boxes, the copied content is respectively pasted into the matching edit box in the screen interface.
- a pasting method comprising: copying part or all of the content in the screen interface of the terminal; analyzing characteristic attributes of the copied content; determining, according to the received pasting command, for pasting Copying an edit box of the content, and analyzing attributes of the edit box; matching feature attributes of the copy content with attributes of the edit box, and extracting the edit from the copy content according to a matching result
- the properties of the box match the data to be pasted into the edit box.
- the following content is explained by taking copy as an example.
- the user can directly copy all the contents of the interface, or manually select the content of the selected part.
- the copied content can be intelligently analyzed to select the correct and valid data from which to be pasted into the corresponding edit box.
- the copied content may include text data, such as Chinese characters, numbers, letters, special characters, etc., and may also include multimedia data, such as pictures, audio, video files, etc., and the feature data of the content includes the name, size, content, type, and the like of the data. Etc., to match the properties of the edit box.
- the method before analyzing the edit box, further includes: presetting an associated attribute for an application in the terminal; and entering the edit box
- the step of line analysis includes: analyzing an application to which the edit box belongs, and using a preset attribute of the application as an attribute of the edit box.
- the step of analyzing the edit box comprises: identifying a text of a position associated with the edit box, and determining an attribute of the edit box according to the text.
- the position associated with the edit box includes an edit box, an edit box, an edit box left or right, etc., for prompting the user to input or paste data; and the terminal is for the text.
- the terminal will automatically paste the name data "Li Xiaoming” obtained in this way into the edit box corresponding to "name", but for other phone numbers and other data, it is not necessary. , may be used for smart pasting of other edit boxes.
- the method before analyzing the edit box, the method further includes: presetting an associated attribute for each edit box; and analyzing the edit box includes: determining according to the determined An edit box for pasting the copied content, and obtaining a corresponding preset attribute.
- the attributes of each edit box can be directly set, and the content input (recording or pasting) can be defined from the code layer, for example, only an input box is allowed to input numbers, and then the copy content is Other Chinese characters, characters, etc. in the list will not be pasted into the edit box.
- the step of analyzing the feature attribute of the copied content includes: identifying data included in the copied content and a feature attribute corresponding to each data, and according to the Establishing a corresponding data structure mapping table; and the pasting method further includes: extracting, according to the data structure mapping table, data matching the attribute of the edit box from the copied content, to paste into the edit box in.
- the established data structure mapping table includes data, feature attributes, and may also include other contents, and construct a relationship between the contents, so as to be accurate when matching the attributes of the edit box.
- the corresponding feature attributes are obtained, so as to accurately filter the data that needs to be pasted into the edit box.
- the method further includes: displaying, for a currently operated edit box, all the matched data in a list form if there are multiple matching data in the copied content, and according to the received Select the command and select at least one of them to paste into the edit box for the current operation.
- the method further includes: if the screen interface includes multiple edit boxes, analyzing attributes of all the edit boxes; and when the terminal receives a paste command for any edit box, And according to the matching relationship between the data in the copied content and the plurality of edit boxes, all the data in the copied content are respectively pasted into the matching edit boxes in the screen interface.
- FIG. 1 shows a block diagram of a terminal in accordance with an embodiment of the present invention
- FIG. 2 shows a flow chart of a pasting method in accordance with an embodiment of the present invention
- 3A through 3D illustrate a smart-paste user interface illustration in accordance with an embodiment of the present invention.
- FIG. 1 shows a block diagram of a terminal in accordance with an embodiment of the present invention.
- a terminal 100 includes: a content copying unit 102, configured to copy part or all of content in a screen interface of the terminal 100; a content attribute analyzing unit 104, configured to The edit box determination unit 106 is configured to determine, according to the received paste command, an edit box for pasting the copy content; the edit box attribute analysis unit 108 is configured to analyze the edit box determination unit 106. The attribute of the edit box is determined; the data pasting unit 110 is configured to match the feature attribute of the copy content with the attribute of the edit box, and extract the edit box from the copy content according to the matching result. The properties match the data to be pasted into the edit box.
- the following content is explained by taking copy as an example.
- the user can directly copy all the contents of the interface, or manually select the content of the selected part.
- the copied content can be intelligently analyzed to select the correct and valid data from which to be pasted into the corresponding edit box.
- the copied content may include text data such as Chinese characters, numbers, letters, special characters, etc., and may also include multimedia data such as pictures, audio, video files, etc.
- the feature data includes the name, size, content, type, and so on of the data to match the properties of the edit box.
- the method further includes: an application attribute setting unit 1 12, configured to preset an associated attribute for an application in the terminal 100; and the edit box attribute analysis unit 108 includes: The application attribute analysis sub-unit 1082 is configured to analyze an application to which the edit box belongs, and use a preset attribute of the application as an attribute of the edit box.
- the edit box attribute analysis unit 108 includes: a text recognition sub-unit 1084, a character for identifying a position associated with the edit box, and determining the edit box according to the text. Attributes.
- the position associated with the edit box includes an edit box, an edit box, an edit box left or right, and the like for prompting the user to input or paste data; and the terminal 100 pairs the characters.
- Automatic identification you can determine the properties of the edit box to determine what data should be selected for pasting. For example, in the new interface of the address book, when the name of "name" is displayed on the left side of the edit box for which the name is to be input, the terminal 100 searches for "I am", "name” and the corresponding last name in the copied content. For example, “I am Li Xiaoming, the phone number is", then the terminal 100 will automatically paste the name data "Li Xiaoming" obtained from this to
- the "name” corresponds to the edit box, but for other phone numbers and other data, it is not necessary for this, and may be used for smart pasting of other edit boxes.
- the method further includes: an edit box attribute setting unit 114, configured to preset an associated attribute for each edit box; and the edit box attribute analysis unit 108 is configured to: The unit 1086 is configured to obtain an corresponding preset attribute according to the edit box determined by the edit box determining unit 106 for pasting the copied content.
- each edit box can be directly set, and the content input (entry or paste) can be defined from the code layer, for example, only an edit box allows If you enter a number, other Chinese characters, characters, etc. in the copied content will not be pasted into the edit box.
- the content attribute analyzing unit 104 includes: a data identifying subunit 1042, configured to identify data included in the copied content and a feature attribute corresponding to each data; a mapping table establishing subunit 1044, For establishing a corresponding data structure mapping table according to the recognition result of the data identification subunit 1042, for extracting data matching the attribute of the edit box from the copied content, and pasting to the edit In the box.
- the established data structure mapping table includes data, feature attributes, and may also include other contents, and construct a relationship between the contents, so as to be accurate when matching the attributes of the edit box.
- the corresponding feature attributes are obtained, so as to accurately filter the data that needs to be pasted into the edit box.
- the method further includes: a data display unit 1 16, configured to display all the phases in a list form if there are multiple data matching the currently operated edit box in the copied content. Matching data; and a data selecting unit 118, configured to select at least one of the items to be pasted into the edit box of the current operation according to the received selection command.
- the edit box attribute analysis unit 108 is configured to: analyze the attributes of all the edit boxes in a case where the screen interface includes a plurality of edit boxes; and the data pasting unit 110: when the terminal 100 receives a paste command for an arbitrary edit box, according to a matching relationship between the data in the copy content and the plurality of edit boxes, copying the copy content to the copy All data in the content is individually pasted into the matching edit box in the screen interface.
- FIG. 2 shows a flow chart of a pasting method in accordance with an embodiment of the present invention.
- the pasting method includes: Step 202: copy some or all of the content in the screen interface of the terminal; Step 204, analyze the feature attribute of the copied content; Step 206, according to receiving a paste command to determine an edit box for pasting the copy content, and analyzing attributes of the edit box; Step 208, matching feature attributes of the copy content with attributes of the edit box, and matching according to As a result, data matching the attribute of the edit box is extracted from the copied content to be pasted into the edit box.
- the following content is explained by taking copy as an example.
- the user can directly copy all the contents of the interface, or manually select the content of the selected part.
- the copied content can be intelligently analyzed to select the correct and valid data from which to be pasted into the corresponding edit box.
- the copied content may include text data, such as Chinese characters, numbers, letters, special characters, etc., and may also include multimedia data, such as pictures, audio, video files, etc., and the feature data of the content includes the name, size, content, type, and the like of the data. Etc., to match the properties of the edit box.
- steps 204 and 206 herein do not refer to the sequence of implementation, but indicate the flow of the solution development, for example, to declare the feature attributes for the copied content by step 204 and step 206, respectively. And analysis of the properties of the edit box to implement subsequent matching and pasting steps. In fact, the order between the steps in steps 202 to 208 is related to the actual algorithm used, but obviously belongs to one of the embodiments of the technical solution of the present invention.
- the method before analyzing the edit box, further includes: presetting an associated attribute for an application in the terminal; and analyzing the edit box includes: The application to which the edit box belongs is analyzed, and the preset attribute of the application is used as an attribute of the edit box.
- the step of analyzing the edit box comprises: identifying a text of a position associated with the edit box, and determining an attribute of the edit box according to the text.
- the position associated with the edit box includes an edit box, an edit box, an edit box left or right, etc., for prompting the user to input or paste data; and the terminal is for the text.
- the terminal will automatically paste the name data "Li Xiaoming” obtained in this way into the edit box corresponding to "name", but for other phone numbers and other data, it is not necessary. , may be used for smart pasting of other edit boxes.
- the method before analyzing the edit box, the method further includes: presetting an associated attribute for each edit box; and analyzing the edit box includes: determining according to the determined An edit box for pasting the copied content, and obtaining a corresponding preset attribute.
- the attributes of each edit box can be directly set, and the content input (recording or pasting) can be defined from the code layer, for example, only an input box is allowed to input numbers, and then the copy content is Other Chinese characters, characters, etc. in the list will not be pasted into the edit box.
- the step of analyzing the feature attribute of the copied content includes: identifying data included in the copied content and a feature attribute corresponding to each data, and establishing a corresponding data structure mapping table accordingly;
- the pasting method further includes: extracting, according to the data structure mapping table, data matching the attribute of the edit box from the copied content, to paste into the edit box.
- the established data structure mapping table includes data, feature attributes, and may also include other contents, and construct a relationship between the contents, so as to be accurate when matching the attributes of the edit box.
- the corresponding feature attributes are obtained, so as to accurately filter the data that needs to be pasted into the edit box.
- the method further includes: displaying, for a currently operated edit box, all the matched data in a list form if there are multiple matching data in the copied content, and according to the received Select the command and select at least one of them to paste into the edit box for the current operation.
- the method further includes: if the screen interface includes multiple edit boxes, analyzing attributes of all the edit boxes; and when the terminal receives a paste command for any edit box, And according to the matching relationship between the data in the copied content and the plurality of edit boxes, all the data in the copied content are respectively pasted into the matching edit boxes in the screen interface.
- Figs. 3A to 3D show schematic views of a user interface of smart paste according to an embodiment of the present invention.
- the user needs to select content that needs to be pasted onto other interfaces from the screen interface of the terminal.
- the content can be obtained by copying or cutting.
- the method of "copying" is taken as an example.
- the copied content 302 that can be obtained by the user operation may include various types, such as text content 302A and multimedia content 302B, wherein the text content 302A is a Chinese character, a number, a letter, a character, etc., and the multimedia content 302B may include a picture, an audio. , video and other files.
- the terminal may start analyzing it, or may perform analysis when the user pastes the copied content 302 to another interface.
- the process of performing the analysis it is determined that the copied content 302 includes data, the type and content of each data, and the corresponding data structure mapping table may be constructed according to the analysis result, as shown in Table 1:
- the data in the copied content 302 can be accurately identified and analyzed by a preset feature similar to the "identification feature" column therein, and the data is stored in the data structure mapping table, thereby When matching the properties of the edit box, the data can be searched quickly and accurately.
- the data structure mapping table herein may be pre-stored in the terminal. After the user performs the copy operation, the terminal compares the copied content 302 with the content in the data structure mapping table, thereby obtaining a corresponding matching result. .
- the terminal will automatically select the matching data from the copied content 302 to Paste into the edit box 304.
- the first type is identified by the text associated with edit box 304. For example, when the user chooses The edit box 304 in the upper left corner of Figure 3B is selected, and the edit box 304 itself is used to fill in
- the "name” of the "name” is the text associated with the edit box 304, and is used to perform function prompting on the user, and can also be used for automatic recognition of the terminal at this time to determine the edit box.
- 304 corresponding attribute - should enter the data related to "name”. It should be noted that the text here may not only be located above the edit box 304, but may also exist on the left or right side of the edit box 304, or in the edit box 304, and may be preset by a similar association relationship, thereby facilitating the terminal. Accurate identification.
- each edit box 304 is directly set. For example, for the edit box 304 which should be input "email”, the content of the paste must meet the requirements of the email address, such as "@".
- the application of the edit box 304 can be identified by using the attribute of the application as an attribute of the edit box 304.
- the edit box 304 at this time belongs to the "dial pad", and in the dial pad, only the phone number (corresponding to the number) or the system function code (corresponding to the number and the characters *, #, such as When the mobile communication international identification code of the terminal is called by inputting *#06#, when the copied content 302 is pasted to the edit box 304, only the character string conforming to the rule, such as the telephone number of "18987654321", will be pasted.
- the edit box 304 belongs to the "dial pad", and in the dial pad, only the phone number (corresponding to the number) or the system function code (corresponding to the number and the characters *, #, such as When the mobile communication international identification code of the terminal is called by inputting *#06#, when the copied content 302 is pasted to the edit box 304, only the character string conforming to the rule, such as the telephone number of "18987654321", will be
- the edit box 304 at this time belongs to the "microblog", and in the microblog, any type of text is allowed to be input, and the multimedia file can also be added as an attachment, when the user will copy as shown in FIG. 3A.
- the text content 302A can all be pasted in the edit box 304, and the terminal automatically pastes the multimedia content 302B as an attachment to the text content 302A.
- the user when the user performs the pasting of the copied content 302, if there are multiple edit boxes 304 on the screen interface, in one case, the user is required to perform a "paste" operation on each edit box 304 that needs to be operated, for example, the user will Copy the content 302 to the edit box corresponding to "Name" At 304, only "Zhang San” will be pasted into the edit box 304; in another case, the user only needs to perform a "paste” operation on any of the edit boxes 304, and the terminal will be based on the attributes of all the edit boxes 304.
- the present invention provides a terminal and a pasting method, which can intelligently select and paste data from the copied content according to the attributes of the target edit box, thereby preventing the user from repeatedly switching between the content acquisition interface and the paste interface. operating.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- User Interface Of Digital Computer (AREA)
- Document Processing Apparatus (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
Claims
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/CN2012/083188 WO2014059655A1 (zh) | 2012-10-19 | 2012-10-19 | 终端和粘贴方法 |
| CN201280076779.4A CN104769580B (zh) | 2012-10-19 | 2012-10-19 | 终端和粘贴方法 |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/CN2012/083188 WO2014059655A1 (zh) | 2012-10-19 | 2012-10-19 | 终端和粘贴方法 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2014059655A1 true WO2014059655A1 (zh) | 2014-04-24 |
Family
ID=50487470
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2012/083188 Ceased WO2014059655A1 (zh) | 2012-10-19 | 2012-10-19 | 终端和粘贴方法 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN104769580B (zh) |
| WO (1) | WO2014059655A1 (zh) |
Cited By (16)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN104375765A (zh) * | 2014-11-17 | 2015-02-25 | 联想(北京)有限公司 | 一种信息处理方法及电子设备 |
| CN104503956A (zh) * | 2014-12-24 | 2015-04-08 | 广东欧珀移动通信有限公司 | 粘贴数据的方法、装置及移动终端 |
| CN105808058A (zh) * | 2016-03-04 | 2016-07-27 | 陈包容 | 一种智能显示粘贴提示的方法及装置 |
| CN105843510A (zh) * | 2016-04-01 | 2016-08-10 | 广东欧珀移动通信有限公司 | 复制粘贴处理方法、装置和终端设备 |
| CN105975203A (zh) * | 2016-04-28 | 2016-09-28 | 乐视控股(北京)有限公司 | 一种智能复制文本内容的终端及方法 |
| CN106126025A (zh) * | 2016-06-23 | 2016-11-16 | 北京小米移动软件有限公司 | 复制粘贴的交互方法及装置 |
| CN106354275A (zh) * | 2016-08-25 | 2017-01-25 | 维沃移动通信有限公司 | 一种信息输入的方法和移动终端 |
| CN106446472A (zh) * | 2016-11-16 | 2017-02-22 | 清华大学 | 数控加工几何仿真中基于stl模型的交线环求取算法 |
| CN106598719A (zh) * | 2016-12-13 | 2017-04-26 | 珠海市魅族科技有限公司 | 内容粘贴方法和装置 |
| CN106598757A (zh) * | 2016-12-13 | 2017-04-26 | 珠海市魅族科技有限公司 | 内容粘贴方法和装置 |
| CN106648926A (zh) * | 2016-08-05 | 2017-05-10 | 乐视控股(北京)有限公司 | 信息输入方法和装置 |
| CN106713625A (zh) * | 2016-12-12 | 2017-05-24 | 努比亚技术有限公司 | 复制粘贴过程中快速提取电话号码的方法及装置 |
| CN108108249A (zh) * | 2016-11-25 | 2018-06-01 | 北京嘀嘀无限科技发展有限公司 | 信息输入方法及装置 |
| CN109684022A (zh) * | 2018-12-28 | 2019-04-26 | 天津字节跳动科技有限公司 | 文字输入处理方法、装置和电子设备 |
| CN110399232A (zh) * | 2019-06-21 | 2019-11-01 | 平安普惠企业管理有限公司 | 粘贴处理方法、装置、设备及计算机可读存储介质 |
| CN113589993A (zh) * | 2021-07-16 | 2021-11-02 | 青岛海尔科技有限公司 | 收货地址生成方法、装置、电子设备及存储介质 |
Families Citing this family (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112765942A (zh) * | 2021-01-22 | 2021-05-07 | 维沃移动通信有限公司 | 文本处理方法、装置、电子设备及可读存储介质 |
| CN115391055A (zh) * | 2021-05-08 | 2022-11-25 | 深圳市万普拉斯科技有限公司 | 一种内容填充方法、装置及电子设备 |
| CN120104369A (zh) * | 2023-07-04 | 2025-06-06 | 华为技术有限公司 | 剪贴板内容的粘贴方法及相关装置 |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH11306177A (ja) * | 1998-04-20 | 1999-11-05 | Sharp Corp | 文字列記憶呼出装置及び文字列記憶呼出のためのプログラムを記録した記録媒体 |
| CN1813252A (zh) * | 2003-07-11 | 2006-08-02 | 独立行政法人产业技术总合研究所 | 信息处理方法、信息处理程序、信息处理装置及摇控器 |
| CN1940914A (zh) * | 2005-09-29 | 2007-04-04 | 国际商业机器公司 | 用于一起复制和粘贴多个数据的方法和设备 |
| CN101185094A (zh) * | 2005-06-23 | 2008-05-21 | 微软公司 | 发送和接收电子名片 |
| CN101359285A (zh) * | 2007-08-02 | 2009-02-04 | 珠海金山软件股份有限公司 | 一种将控件插入到文档里的装置和方法 |
| US20120079408A1 (en) * | 2010-09-24 | 2012-03-29 | Visibility, Biz. Inc. | Systems and methods for generating a swimlane timeline for task data visualization |
-
2012
- 2012-10-19 WO PCT/CN2012/083188 patent/WO2014059655A1/zh not_active Ceased
- 2012-10-19 CN CN201280076779.4A patent/CN104769580B/zh active Active
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH11306177A (ja) * | 1998-04-20 | 1999-11-05 | Sharp Corp | 文字列記憶呼出装置及び文字列記憶呼出のためのプログラムを記録した記録媒体 |
| CN1813252A (zh) * | 2003-07-11 | 2006-08-02 | 独立行政法人产业技术总合研究所 | 信息处理方法、信息处理程序、信息处理装置及摇控器 |
| CN101185094A (zh) * | 2005-06-23 | 2008-05-21 | 微软公司 | 发送和接收电子名片 |
| CN1940914A (zh) * | 2005-09-29 | 2007-04-04 | 国际商业机器公司 | 用于一起复制和粘贴多个数据的方法和设备 |
| CN101359285A (zh) * | 2007-08-02 | 2009-02-04 | 珠海金山软件股份有限公司 | 一种将控件插入到文档里的装置和方法 |
| US20120079408A1 (en) * | 2010-09-24 | 2012-03-29 | Visibility, Biz. Inc. | Systems and methods for generating a swimlane timeline for task data visualization |
Non-Patent Citations (1)
| Title |
|---|
| STYLOS, J. ET AL.: "Citrine: Providing Intelligent Copy-and-Paste", UIST' 04, 24 October 2004 (2004-10-24), SANTA FE, NEW MEXICO, USA, Retrieved from the Internet <URL:Http://www.cs.cmu.edu/~citrine> * |
Cited By (20)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN104375765A (zh) * | 2014-11-17 | 2015-02-25 | 联想(北京)有限公司 | 一种信息处理方法及电子设备 |
| CN104503956A (zh) * | 2014-12-24 | 2015-04-08 | 广东欧珀移动通信有限公司 | 粘贴数据的方法、装置及移动终端 |
| CN105808058A (zh) * | 2016-03-04 | 2016-07-27 | 陈包容 | 一种智能显示粘贴提示的方法及装置 |
| CN105843510B (zh) * | 2016-04-01 | 2019-06-28 | Oppo广东移动通信有限公司 | 复制粘贴处理方法、装置和终端设备 |
| CN105843510A (zh) * | 2016-04-01 | 2016-08-10 | 广东欧珀移动通信有限公司 | 复制粘贴处理方法、装置和终端设备 |
| CN105975203A (zh) * | 2016-04-28 | 2016-09-28 | 乐视控股(北京)有限公司 | 一种智能复制文本内容的终端及方法 |
| CN106126025A (zh) * | 2016-06-23 | 2016-11-16 | 北京小米移动软件有限公司 | 复制粘贴的交互方法及装置 |
| CN106126025B (zh) * | 2016-06-23 | 2020-06-02 | 北京小米移动软件有限公司 | 复制粘贴的交互方法及装置 |
| CN106648926A (zh) * | 2016-08-05 | 2017-05-10 | 乐视控股(北京)有限公司 | 信息输入方法和装置 |
| CN106354275A (zh) * | 2016-08-25 | 2017-01-25 | 维沃移动通信有限公司 | 一种信息输入的方法和移动终端 |
| CN106446472A (zh) * | 2016-11-16 | 2017-02-22 | 清华大学 | 数控加工几何仿真中基于stl模型的交线环求取算法 |
| CN106446472B (zh) * | 2016-11-16 | 2019-05-21 | 清华大学 | 数控加工几何仿真中基于stl模型的交线环求取方法 |
| CN108108249A (zh) * | 2016-11-25 | 2018-06-01 | 北京嘀嘀无限科技发展有限公司 | 信息输入方法及装置 |
| CN106713625A (zh) * | 2016-12-12 | 2017-05-24 | 努比亚技术有限公司 | 复制粘贴过程中快速提取电话号码的方法及装置 |
| CN106598719A (zh) * | 2016-12-13 | 2017-04-26 | 珠海市魅族科技有限公司 | 内容粘贴方法和装置 |
| CN106598757A (zh) * | 2016-12-13 | 2017-04-26 | 珠海市魅族科技有限公司 | 内容粘贴方法和装置 |
| CN109684022A (zh) * | 2018-12-28 | 2019-04-26 | 天津字节跳动科技有限公司 | 文字输入处理方法、装置和电子设备 |
| CN110399232A (zh) * | 2019-06-21 | 2019-11-01 | 平安普惠企业管理有限公司 | 粘贴处理方法、装置、设备及计算机可读存储介质 |
| CN110399232B (zh) * | 2019-06-21 | 2024-03-05 | 平安普惠企业管理有限公司 | 粘贴处理方法、装置、设备及计算机可读存储介质 |
| CN113589993A (zh) * | 2021-07-16 | 2021-11-02 | 青岛海尔科技有限公司 | 收货地址生成方法、装置、电子设备及存储介质 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN104769580B (zh) | 2018-07-24 |
| CN104769580A (zh) | 2015-07-08 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2014059655A1 (zh) | 终端和粘贴方法 | |
| CN110060317A (zh) | 海报自动配置方法、设备、存储介质及装置 | |
| EP2813955A1 (en) | Information association method and terminal | |
| CN105786784B (zh) | 一种演示文稿模板更换方法及装置 | |
| JP5642890B2 (ja) | 生成された画像中に含まれるオブジェクトの収集をサポートするための方法、端末およびコンピュータ可読記録媒体 | |
| CN104572219B (zh) | 拍照模式切换方法及装置 | |
| US20160080934A1 (en) | Terminal and processing method for head portrait of contact person | |
| CN106375535B (zh) | 联系人信息同步方法和装置 | |
| WO2015192575A1 (zh) | 一种基于通讯录的照片匹配方法及终端 | |
| WO2014032419A1 (zh) | 一种基于图片获得咨询信息的方法和系统 | |
| CN111240669A (zh) | 界面生成方法、装置、电子设备及计算机存储介质 | |
| CN103455338A (zh) | 一种数据获取方法及装置 | |
| WO2014042962A1 (en) | Determining additional information associated with geographic location information | |
| CN104506624B (zh) | 一种社交信息管理系统及管理方法 | |
| US11163827B2 (en) | Video processing method, device, terminal and storage medium | |
| US11010978B2 (en) | Method and system for generating augmented reality interactive content | |
| CN101676848A (zh) | 识别和处理图像信息的装置和方法 | |
| CN108960224A (zh) | 一种图书查找方法、装置及系统 | |
| CN107133204B (zh) | 一种终端快捷输入方法 | |
| CN104793963B (zh) | 信息抄录方法及装置 | |
| EP2506540A1 (en) | Enhanced contact information | |
| CN108319576A (zh) | 一种生成图片素材的方法及装置 | |
| CN104639716A (zh) | 一种移动终端快捷拨号设置方法、装置及移动终端 | |
| CN104539780A (zh) | 一种联系人信息查找方法和系统 | |
| CN106649296B (zh) | 提供拍照提示信息、业务对象搜索方法及装置 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 12886681 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 12886681 Country of ref document: EP Kind code of ref document: A1 |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 16.10.2015) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 12886681 Country of ref document: EP Kind code of ref document: A1 |
