CN110413366B - Screen capturing method, device, equipment and storage medium based on blockchain - Google Patents

Screen capturing method, device, equipment and storage medium based on blockchain Download PDF

Info

Publication number
CN110413366B
CN110413366B CN201910694621.7A CN201910694621A CN110413366B CN 110413366 B CN110413366 B CN 110413366B CN 201910694621 A CN201910694621 A CN 201910694621A CN 110413366 B CN110413366 B CN 110413366B
Authority
CN
China
Prior art keywords
bitmap
mobile terminal
picture
screen capturing
bitmaps
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910694621.7A
Other languages
Chinese (zh)
Other versions
CN110413366A (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.)
Shenzhen Chengfa Information Technology Co ltd
Original Assignee
Shenzhen Chengfa Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Chengfa Information Technology Co ltd filed Critical Shenzhen Chengfa Information Technology Co ltd
Priority to CN201910694621.7A priority Critical patent/CN110413366B/en
Publication of CN110413366A publication Critical patent/CN110413366A/en
Application granted granted Critical
Publication of CN110413366B publication Critical patent/CN110413366B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

A screen capturing method, device, equipment and storage medium based on a blockchain, wherein the method comprises the following steps: s1: acquiring a user screen capturing command; s2: creating a virtual screen; s3: the virtual screen acquires display content of a display interface of the mobile terminal; s4: converting the display content into a bitmap; s5: generating a unique hash value of the bitmap; s6: and saving the bitmap. The screen capturing method, the device, the equipment and the storage medium based on the blockchain can well complete the screen capturing operation, and based on the characteristics of the blockchain, the screen capturing picture has the characteristic of being unchangeable and can be used as a trustworthy carrier.

Description

Screen capturing method, device, equipment and storage medium based on blockchain
Technical Field
The invention belongs to the technical field of blockchains, and particularly relates to a screen capturing method, device and equipment based on a blockchain and a storage medium.
Background
The screen capturing is an operation which is frequently adopted by people to use the mobile terminal at present, and the information on the display interface can be conveniently captured into pictures to be edited or transmitted by the screen capturing method, so that great convenience is brought to users. However, as we know, these screen shots have a certain editability, for example, marks can be added, a place where the picture is changed, etc., so that the credibility of the screen shots is significantly reduced, and the screen shots cannot be used as a credible carrier.
The block chain technology, a storage technology with non-tamperable characteristic, has the technical key points that: and packaging a plurality of transaction information into blocks, organizing the transaction information in the blocks according to a certain rule, and calculating an information fingerprint h, wherein the fingerprint h is used for verifying the integrity of the current block data and linking the next block to form a block chain. The information fingerprint h is calculated by a one-way mapping function h=f (x), typically a one-way mapping function f employing cryptographic hash functions such as SHA-256, SHA3-384, etc. Further. The non-tamperable nature of blockchain data is guaranteed by a consensus mechanism between participating nodes in the network. Depending on the form of presentation and the field of application, the functional components are slightly different and generally include, but are not limited to, consensus algorithms, encryption modules, data storage modules, peer-to-peer network communication or distributed network communication modules, node management modules, identity management modules, and the like.
Based on the remarkable unalterability of the blockchain technology, the blockchain technology can be considered to be applied to screen capturing operation, so that the screen capturing picture becomes a trusted carrier.
Disclosure of Invention
To solve the above problems, in a first aspect, the present invention provides a blockchain-based screen capturing method, including the steps of:
S1: acquiring a user screen capturing command;
s2: creating a virtual screen;
s3: the virtual screen acquires display content of a display interface of the mobile terminal;
s4: converting the display content into a bitmap;
s5: generating a unique hash value of the bitmap;
s6: and saving the bitmap.
In one possible implementation manner, before the step S1, the method further includes the steps of:
s101: judging whether to acquire the screen capturing authority of the mobile terminal; if yes, go to step S102; if not, go to step S103;
s102: entering a display interface of the mobile terminal;
s103: and exiting the display interface of the mobile terminal.
In one possible implementation manner, before the step S1, the method further includes the steps of:
s111: judging whether to acquire the floating window authority of the mobile terminal; if yes, go to step S112; if not, go to step S113;
s112: creating a floating window on a display interface of the mobile terminal; the floating window at least comprises a screen capturing operation function button, a picture uploading function button, a picture list display function button and a floating window state change function button;
s113: and maintaining the state on the display interface of the mobile terminal.
In one possible implementation manner, in step S112, the method for creating a floating window on the display interface of the mobile terminal includes the steps of:
s1121: calling a function, and creating a display service of the floating window on the display interface of the mobile terminal;
s1122: initializing the floating window to form a view comprising a stowed state and a deployed state;
s1123: and adding function buttons to the floating window to form the floating window at least comprising the screen capturing operation function buttons, the picture uploading function buttons, the picture list display function buttons and the floating window state change function buttons.
In one possible implementation, in step S1121, the function called is an addView function in WindowManager.
In one possible implementation manner, before the step S111, the method further includes the step of:
s121: inputting user information on the mobile terminal login interface;
s122: judging whether the input user information accords with prestored user information or not; if yes, go to step S123; if not, go to step S124;
s123: entering a display interface of the mobile terminal;
s124: and maintaining the state on the login interface of the mobile terminal.
In one possible implementation manner, after the step S123, the method further includes the steps of:
s1231: constructing a picture set; wherein the picture set comprises all the saved bitmaps;
s1232: acquiring information of each bitmap in a picture set; wherein the information comprises a save time of the bitmap, a tag and descriptive information, the tag and descriptive information being associated with the bitmap;
s1233: ordering all bitmaps according to time sequence to form a picture list;
s1234: judging whether a bitmap is newly added in the picture set; if yes, go to step S1235; if not, go to step S1236;
s1235: adding the newly added bitmap into the picture list according to the time sequence to form a new picture list;
s1236: and saving the picture list.
In one possible implementation manner, in the step S1233, the method for forming the picture list includes the steps of:
s12331: acquiring the number N of the bitmaps in the picture set, and the storage time, the label and the description information of each bitmap;
s12332: constructing N sub-lists, and sequencing the N sub-lists;
S12333: sequentially placing the N bitmaps and the corresponding labels and description information into N sub-lists; wherein, each sub-list stores the same bitmap and all the labels and description information corresponding to the bitmap;
s12334: sorting the N sub-lists according to the sequence of the preservation time corresponding to the bitmap in each sub-list;
s12335: displaying the bitmap in each sub-list and the label corresponding to the bitmap, and hiding other information of the bitmap in each sub-list to form the picture list; wherein the other information includes the description information.
In one possible implementation manner, after the step S12335, the method further includes the steps of:
s12336: constructing a display trigger mechanism between the tag and the other information in the same sub-list, and displaying the other information in the sub-list when a preset action is executed on the tag;
s12337: and constructing a webpage jump mechanism between the description information and the bitmap in the same sub-list, and jumping to a webpage storage address of the bitmap when a preset action is executed on the description information.
In one possible implementation manner, the description information includes a saved website address of the bitmap on the server and a summary describing the bitmap.
In one possible implementation manner, in the step S5, the method for generating the unique hash value of the bitmap includes the steps of:
s501: using the merck tree structure to connect all the data structures of the bitmap in series to form a block structure of the bitmap;
s502: sequentially linking adjacent blocks of the bitmap through hash values of the block data of the bitmap to form a block chain database of the bitmap;
s503: and in the blockchain database, all bitmaps are sequentially input into the hash algorithm by utilizing the hash algorithm, so that unique hash values of all bitmaps are obtained.
In one possible implementation, in step S503, the hashing algorithm includes SHA1 and SHA256.
In one possible implementation manner, in the step S6, the method for saving the bitmap includes saving the bitmap on the mobile terminal and the server at the same time.
In one possible implementation manner, the method for saving the bitmap on the mobile terminal includes the steps of:
S601: judging whether to acquire the storage authority of the mobile terminal; if yes, go to step S602; if not, go to step S603;
s602: storing the bitmap to the mobile terminal;
s603: displaying an interface prompt of no storage permission on the mobile terminal;
the method for storing the bitmap on the server comprises the following steps:
s604: judging whether the mobile terminal and the server successfully establish communication connection; if yes, go to step S605; if not, go to step S606;
s605: clicking a picture uploading function button in a floating window, and uploading the bitmap on the mobile terminal to the server;
s606: and prompting unsuccessful connection establishment on the display interface of the mobile terminal.
In one possible implementation manner, the method for storing the bitmap in the mobile terminal and/or the server includes the steps of:
s6021, obtaining the number M of all the bitmaps and the corresponding labels; wherein the label is associated with the bitmap;
s6022, creating M bitmap sets, and sequentially placing M bitmaps into the M bitmap sets;
s6023, sequentially calculating the similarity of the labels of the bitmaps in the two adjacent bitmap sets;
S6024, comparing the similarity with a preset threshold value, and combining two bitmap sets exceeding the preset threshold value to form Q new bitmap sets;
s6025, creating Q folders in the mobile terminal and/or a server storage area, and sequentially placing all bitmaps in the Q bitmap sets into the Q folders; wherein each folder includes all bitmaps in the same bitmap set.
In one possible implementation manner, in step S6023, the method of sequentially calculating the similarity of the labels of the bitmaps in the two adjacent bitmap sets is to sequentially calculate the similarity of the labels of the bitmaps in the two adjacent bitmap sets by using a collaborative filtering algorithm.
In one possible implementation manner, after the step S6, the method further includes the steps of:
s611: clicking a picture list display function button in the floating window to display a picture list on the mobile terminal display interface; the picture list is generated according to the time sequence of uploading all the bitmaps;
s612: selecting pictures to be browsed from the picture list;
S613: judging whether the mobile terminal stores the picture or not; if yes, go to step S614; if not, go to step S615;
s614: amplifying the picture stored in the mobile terminal for browsing;
s615: and downloading the unique hash value of the picture from the server to the mobile terminal for amplification so as to browse.
In a second aspect, the present invention also provides a blockchain-based screen capturing device, the device comprising:
the screen capturing command acquisition module is used for acquiring a user screen capturing command;
the virtual screen creation module is used for creating a virtual screen;
the display content acquisition module is used for acquiring display content of a display interface of the mobile terminal by the virtual screen;
the bitmap conversion module is used for converting the display content into a bitmap;
a hash value generation module for generating a unique hash value of the bitmap;
and the bitmap storage module is used for storing the bitmap.
In one possible implementation, the apparatus further includes:
the screen capturing permission judging module is used for judging whether to acquire the screen capturing permission of the mobile terminal;
the floating window permission judging module is used for judging whether to acquire the floating window permission of the mobile terminal;
The floating window creation module is used for creating a floating window;
the function saving module is used for saving the function called when the floating window is created;
the login permission judging module is used for judging whether to acquire the login permission of the mobile terminal;
a picture list generation module for generating a picture list of the bitmap;
a picture list display module, configured to allow the picture list to be displayed on the mobile terminal display interface;
a hash value generation module for generating a unique hash value of the bitmap;
the bitmap blockchain database generation module is used for generating blockchain databases of all bitmaps;
the storage permission judging module is used for judging whether to acquire the storage permission of the mobile terminal;
the communication connection judging module is used for judging whether the mobile terminal and the server successfully establish communication connection or not;
the picture uploading module is used for uploading the bitmap on the mobile terminal to the server;
the picture browsing module is used for amplifying the bitmap for browsing;
and the downloading module is used for downloading the bitmap from the server to the mobile terminal according to the unique hash value of the bitmap.
In a third aspect, the present invention also provides a computer device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, the processor implementing any of the blockchain-based screen capturing methods described above when executing the computer program.
In a fourth aspect, the present invention also provides a computer readable storage medium storing a computer program, wherein the computer program when executed by a processor implements the blockchain-based screen capturing method of any of the above.
Drawings
FIG. 1 is a schematic flow chart of an embodiment 1 of a blockchain-based screen capturing method according to the present invention;
FIG. 2 is a schematic flow chart of an embodiment 2 of a blockchain-based screen capturing method according to the present invention;
FIG. 3 is a schematic flow chart of an embodiment 3 of a blockchain-based screen capturing method according to the present invention;
FIG. 4 is a schematic flow chart of an embodiment 4 of a blockchain-based screen capturing method according to the present invention;
FIG. 5 is a schematic flow chart of an embodiment 5 of a blockchain-based screen capturing method according to the present invention;
FIG. 6 is a schematic flow chart of an embodiment 6 of a blockchain-based screen capturing method according to the present invention;
FIG. 7 is a schematic flow chart of an embodiment 7 of a blockchain-based screen capturing method according to the present invention;
FIG. 8 is a schematic flow chart of an embodiment 8 of a blockchain-based screen capturing method according to the present invention;
FIG. 9 is a schematic diagram of a block chain structure of a block chain-based screen capturing method according to embodiment 9 of the present invention;
FIG. 10 is a flowchart of an exemplary embodiment 10 of a blockchain-based screen capture method provided by the present invention;
FIG. 11 is a flowchart of an embodiment 11 of a blockchain-based screen capturing method according to the present invention;
FIG. 12 is a flowchart of an embodiment 12 of a blockchain-based screen capturing method according to the present invention;
FIG. 13 is a schematic diagram of a block chain structure of a bitmap block chain in embodiment 8 of a block chain-based screen capturing method according to the present invention;
FIG. 14 is a schematic diagram of a blockchain-based screen capturing method according to embodiment 11 of the present invention;
FIG. 15 is a schematic diagram illustrating a state of exemplary embodiment 11 of a blockchain-based screen capture method according to the present invention;
FIG. 16 is a schematic diagram illustrating a state of exemplary embodiment 11 of a blockchain-based screen capture method according to the present invention;
FIG. 17 is a schematic diagram of a block chain based screen capturing device according to an embodiment 1 of the present invention;
FIG. 18 is a schematic diagram of a block chain based screen capturing device according to embodiment 2 of the present invention;
FIG. 19 is a block chain based screen capture device embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present invention more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
It will be understood that when an element is referred to as being "mounted" or "disposed" on another element, it can be directly on the other element or intervening elements may also be present. When an element is referred to as being "connected to" another element, it can be directly connected to the other element or intervening elements may also be present.
It should be understood that the terms "comprises" and "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It should be further understood that the term "and/or" as used in the present specification and the appended claims refers to any and all possible combinations of one or more of the associated listed items, and includes such combinations.
Referring to fig. 1, a flowchart of an embodiment 1 of a blockchain-based screen capturing method of the present application is shown, which specifically includes the following steps:
s1: a user screen capture command is acquired.
In the embodiment of the application, the operation of performing screen capturing can be performed in various manners, for example, a user can perform screen capturing by using the mobile terminal, and also can perform screen capturing by using software. Further, there are various ways to obtain the user screen capturing command, for example, the user may click the screen capturing operation function button on the display interface of the mobile terminal, and the display interface of the mobile terminal obtains the "click" operation so as to obtain that the user wants to perform the screen capturing operation; or, the user may send a voice control command to the mobile terminal, for example, send a voice control command of "screen capturing" to the microphone of the mobile terminal, so that the mobile terminal knows that the user wants to perform the screen capturing operation; or the user can use the third party device to control the mobile terminal, and the third party device sends a specific control command to the mobile terminal, so that the mobile terminal can know that the user wants to perform screen capturing operation; or, the user may perform a specific action operation on the mobile terminal, for example, click on the display interface of the mobile terminal twice within a preset time, so that the mobile terminal knows that the user wants to perform the screen capturing operation. Of course, there are other ways to obtain the user screen capturing command, which will not be described herein.
S2: a virtual screen is created.
In the embodiment of the present application, after step S1, the mobile terminal knows that the user wants to perform screen capturing, and at this time, the mobile terminal system invokes the interface createVirtualDisplay in the class mediaproject.
S3: and the virtual screen acquires the display content of the display interface of the mobile terminal.
In the embodiment of the application, after step S2, the virtual screen created by the mobile terminal system may automatically acquire the display content on the display interface of the mobile terminal, so as to be used in the subsequent steps.
S4: and converting the display content into a bitmap.
In the embodiment of the present application, after step S3, the system converts the display content acquired by the virtual screen into a bitmap for the subsequent step.
S5: a unique hash value of the bitmap is generated.
In the embodiment of the present application, after step S4, a unique hash value of the bitmap is generated for the subsequent steps.
Referring to fig. 2, in particular, in embodiment 2 of the present application, the following steps are further included before step S1:
s101: judging whether to acquire the screen capturing authority of the mobile terminal; if yes, go to step S102; if not, go to step S103;
S102: entering a display interface of the mobile terminal;
s103: and exiting the display interface of the mobile terminal.
Since the mobile terminal is usually provided with permission to satisfy the control of the user on various application operations, steps S101 to S103 are further required to be performed before the screen capturing operation in the step S1 is performed, so as to determine whether the screen capturing permission of the mobile terminal is obtained. Only after confirming that the screen capturing authority of the mobile terminal is obtained, the screen capturing operation can be performed on the mobile terminal, and at this time, the system can create a virtual screen to perform the display content obtaining operation of the display interface of the mobile terminal.
Referring to fig. 3, in particular, in embodiment 3 of the present application, the method further includes the following steps before step S1:
s111: judging whether to acquire the floating window authority of the mobile terminal; if yes, go to step S112; if not, go to step S113;
s112: creating a floating window on a display interface of the mobile terminal; the floating window at least comprises a screen capturing operation function button, a picture uploading function button, a picture list display function button and a floating window state change function button;
s113: and maintaining the state on the display interface of the mobile terminal.
Because the user is considered to possibly run a plurality of applications on the mobile terminal at the same time, some applications can be selected and displayed on the upper layers of other applications in the form of floating windows, and on one hand, the operation of the plurality of applications can be performed on a limited display interface to the maximum extent; on the other hand, display and operation of a plurality of applications can be minimally affected. In the step S1, the capturing user screen capturing command may select to click the screen capturing operation function button in the floating window, so that the screen capturing operation may be started, and before step S1, steps S111-S113 are required to be performed to create a floating window including the "screen capturing operation function button" above all other applications, so as to complete the operation in step S1 with the least interference to other applications. When the floating window authority of the mobile terminal is obtained, the system can create a floating window at the uppermost part of the display interface.
Referring to fig. 4, specifically, in embodiment 4 of the present application, in the step S112, the method for creating a floating window on the display interface of the mobile terminal includes the following steps:
s1121: calling a function, and creating a display service of the floating window on the display interface of the mobile terminal;
S1122: initializing the floating window to form a view comprising a stowed state and a deployed state;
s1123: and adding function buttons to the floating window to form the floating window at least comprising the screen capturing operation function buttons, the picture uploading function buttons, the picture list display function buttons and the floating window state change function buttons.
Specifically, by calling an addView function in a WindowManager, the system creates a floating window on a display interface of the mobile terminal, wherein the floating window at least has an unfolding state and a folding state and can be switched between the two states; and the floating window at least comprises the screen capturing operation function button, the picture uploading function button, the picture list display function button and the floating window state changing function button in consideration of the realization of the subsequent functions.
Referring to fig. 5, in particular, in embodiment 5 of the present application, the method further includes the following steps before the step S111:
s121: inputting user information on the mobile terminal login interface;
s122: judging whether the input user information accords with prestored user information or not; if yes, go to step S123; if not, go to step S124;
s123: entering a display interface of the mobile terminal;
S124: and maintaining the state on the login interface of the mobile terminal.
Because of considering the security of the mobile terminal, the mobile terminal is often required to be logged in, and after the login is successful, the mobile terminal can enter the display interface of the mobile terminal to perform subsequent operations. Specifically, the system allows or denies the user to enter the mobile terminal display interface by judging whether the user information input by the user on the mobile terminal login interface and the user information prestored in the server are consistent, wherein the login operation can be personal information verification, fingerprint verification, voice verification, iris verification, face recognition and the like, and accordingly, the user information comprises account numbers, passwords, fingerprints, sounds, voices, iris information, face information and the like.
Referring to fig. 6, in particular, in embodiment 6 of the present application, after the step S123, the method further includes the following steps:
s1231: constructing a picture set; wherein the picture set comprises all the saved bitmaps;
s1232: acquiring information of each bitmap in a picture set; wherein the information comprises a save time of the bitmap, a tag and descriptive information, the tag and descriptive information being associated with the bitmap;
S1233: ordering all bitmaps according to time sequence to form a picture list;
s1234: judging whether a bitmap is newly added in the picture set; if yes, go to step S1235; if not, go to step S1236;
s1235: adding the newly added bitmap into the picture list according to the time sequence to form a new picture list;
s1236: and saving the picture list.
After the step S213, the user enters the mobile terminal display interface, and can see the display content on the display interface, where the display content includes a picture list, through which the user can clearly see all bitmap overall information, including the name, the save time, the description information, and the like of each bitmap, so as to further perform subsequent operations such as browsing the interested picture.
Referring to fig. 7, in particular, in embodiment 7 of the present application, after the step S6, the method further includes the following steps:
s611: clicking a picture list display function button in the floating window to display a picture list on the mobile terminal display interface; the picture list is generated according to the time sequence of uploading all the bitmaps;
s612: selecting pictures to be browsed from the picture list;
S613: judging whether the mobile terminal stores the picture or not; if yes, go to step S614; if not, go to step S615;
s614: amplifying the picture stored in the mobile terminal for browsing;
s615: and downloading the unique hash value of the picture from the server to the mobile terminal for amplification so as to browse.
In the embodiment of the present application, after the step S6, the display content on the display interface of the mobile terminal is saved to the mobile terminal and the server in a bitmap form, and the display interface further includes a picture list of all bitmaps, so that the user can select the interested picture via the picture list to perform the browsing operation. When the selected picture is stored on the mobile terminal, the picture in the mobile terminal can be directly amplified for browsing; when the corresponding picture is not stored in the mobile terminal due to operations such as deletion, the mobile terminal can apply for downloading the picture to the server and then enlarge and browse the picture on the mobile terminal.
Referring to fig. 8, specifically, in embodiment 8 of the present application, the step S5 specifically includes the following steps:
s501: using the merck tree structure to connect all the data structures of the bitmap in series to form a block structure of the bitmap;
S502: sequentially linking adjacent blocks of the bitmap through hash values of the block data of the bitmap to form a block chain database of the bitmap;
s503: and in the blockchain database, all bitmaps are sequentially input into the hash algorithm by utilizing the hash algorithm, so that unique hash values of all bitmaps are obtained.
In the embodiment of the present application, the hash algorithm uses SHA1 and SHA256, and each bitmap has a unique hash value that is different from each other through steps S501-S503. The process of creating a bitmap blockchain database in this step can be understood with reference to fig. 13 in particular.
S6: and saving the bitmap.
In an embodiment of the present application, storing the bitmap includes storing the bitmap on the mobile terminal and on a server simultaneously.
Referring to fig. 9, specifically, in embodiment 9 of the present application, the method for saving the bitmap on the mobile terminal includes the following steps:
s601: judging whether to acquire the storage authority of the mobile terminal; if yes, go to step S602; if not, go to step S603;
s602: storing the bitmap to the mobile terminal;
S603: and displaying an interface prompt of no storage permission on the mobile terminal.
In the embodiment of the present application, through the steps S601 to S603, the bitmap converted from the display content on the display interface of the mobile terminal is stored in the memory of the mobile terminal.
Referring to fig. 10, specifically, in embodiment 10 of the present application, the method for saving the bitmap on the server includes the following steps:
s604: judging whether the mobile terminal and the server successfully establish communication connection; if yes, go to step S605; if not, go to step S606;
s605: clicking a picture uploading function button in a floating window, and uploading the bitmap on the mobile terminal to the server;
s606: and prompting unsuccessful connection establishment on the display interface of the mobile terminal.
In the embodiment of the present application, through the steps S604 to S606, the bitmap converted from the display content on the display interface of the mobile terminal is uploaded from the mobile terminal to the server for storage.
Referring to fig. 11, specifically, in embodiment 11 of the present application, in the above-mentioned S1233, the method for forming the picture list includes the following steps:
s12331: acquiring the number N of the bitmaps in the picture set, and the storage time, the label and the description information of each bitmap;
S12332: constructing N sub-lists, and sequencing the N sub-lists;
s12333: sequentially placing the N bitmaps and the corresponding labels and description information into N sub-lists; wherein, each sub-list stores the same bitmap and all the labels and description information corresponding to the bitmap;
s12334: sorting the N sub-lists according to the sequence of the preservation time corresponding to the bitmap in each sub-list;
s12335: displaying the bitmap in each sub-list and the label corresponding to the bitmap, and hiding other information of the bitmap in each sub-list to form the picture list; wherein the other information includes the description information;
s12336: constructing a display trigger mechanism between the tag and the other information in the same sub-list, and displaying the other information in the sub-list when a preset action is executed on the tag;
s12337: and constructing a webpage jump mechanism between the description information and the bitmap in the same sub-list, and jumping to a webpage storage address of the bitmap when a preset action is executed on the description information.
In this embodiment, and in the sections that refer to tags and description information either before or after, the tags and description information are associated with a bitmap. Specifically, for example, when a bitmap is "western lake", then the label may be a refined vocabulary expression of "scenery", "lake", "western lake", etc., and the description information may be a detailed vocabulary expression of "western lake is beautiful", "photographed 1 month 1 day 2019", etc. More specifically, the tag may be one or more phrases or characters related to the picture content selected from a preset vocabulary set, so as to refine the picture content, so that the user can know the related aspects of the picture content without opening the picture; in addition, the label can also be a word or other characters with specific meanings which are added by the user, and the user can understand the content of the picture when seeing the label. Similarly, the description information and the labels are similar, and are not repeated here.
As an embodiment, the description information includes a saved web address of the bitmap on the server and a summary describing the bitmap.
The foregoing steps can be seen with reference to the schematic diagrams of fig. 14-16, and with reference to the accompanying drawings, it can be clearly seen that by placing N bitmaps and their respective labels and description information into N sub-lists, a picture list is formed, so that a user can browse and select pictures conveniently. In the embodiment of the present application, only the bitmap and the corresponding label thereof are displayed in the sub-list (wherein the bitmap is often displayed in the form of a thumbnail) in consideration of the aesthetic and refining characteristics of the picture list.
Of course, the user information is also convenient to obtain, and other information except the label in the bitmap information, including the saved website and abstract of the picture on the server, can be displayed under a certain display trigger mechanism, for example, related information can be obtained by touching and clicking the label mark in the sub-list; if the tag information is clicked, website information, text abstract information and the like can be further obtained, and by clicking the website information, a website to which the stored picture belongs can be accessed.
Referring to fig. 16, specifically, in an embodiment of the present application, when a user clicks on a "tab" in a sub-list, a website and a summary may be displayed in the sub-list, and the user may directly see more specific description information about the picture; when the user clicks the description information of the 'website' displayed in the sub-list, the user can directly jump to the webpage storage address of the bitmap, and the user can directly browse the bitmap in a webpage form through a browser.
Referring to fig. 12, specifically, in embodiment 12 of the present application, the method for storing the bitmap in the mobile terminal and/or the server includes the following steps:
S6021, obtaining the number M of all bitmaps (one stored picture is a bitmap) and the corresponding labels thereof; wherein the label is associated with the bitmap;
s6022, creating M bitmap sets, and sequentially placing M bitmaps into the M bitmap sets;
s6023, sequentially calculating the similarity of the labels of the bitmaps in the two adjacent bitmap sets;
s6024, comparing the similarity with a preset threshold value, and combining two bitmap sets exceeding the preset threshold value to form Q new bitmap sets;
s6025, creating Q folders in the mobile terminal and/or a server storage area, and sequentially placing all bitmaps in the Q bitmap sets into the Q folders; wherein each folder includes all bitmaps in the same bitmap set.
Specifically, in the step S6023, the method of sequentially calculating the similarity of the labels of the bitmaps in the two adjacent bitmap sets is to sequentially calculate the similarity of the labels of the bitmaps in the two adjacent bitmap sets by using a collaborative filtering algorithm.
In the embodiment of the application, M bit maps can be stored into Q folders according to the similarity of the labels by a collaborative filtering algorithm, so that the later search of a user on the mobile terminal is facilitated. For example, when two bitmaps are respectively "western lake" and "thunderpeak tower", their labels are "western lake" and "thunderpeak tower", and since the "western lake" and "thunderpeak tower" have a similarity exceeding a preset threshold, the two bitmaps can naturally be saved in the same folder. The preset threshold of the similarity can be set according to user definition or set by the processing amount of the comprehensive bitmap data of the system, and other factors such as different division standards.
Referring to fig. 17, a block chain-based screen capturing device embodiment 1 of the present application is shown, and specifically includes the following modules:
a screen capturing command obtaining module 1101, configured to obtain a user screen capturing command;
a virtual screen creation module 1102 for creating a virtual screen;
a display content acquisition module 1103, configured to acquire display content of a display interface of the mobile terminal from the virtual screen;
a bitmap conversion module 1104 for converting the display content into a bitmap;
a hash value generation module 1105, configured to generate a unique hash value of the bitmap;
a bitmap saving module 1106, configured to save the bitmap.
Through the cooperation of the modules in the device, the device can complete the operation of screen capturing on the mobile terminal, and the screen capturing pictures are stored in the form of bitmaps.
Referring to fig. 18, a block chain-based screen capturing device embodiment 2 of the present application is shown, and may specifically further include the following modules:
a screen capturing authority judging module 1107, configured to judge whether to acquire a screen capturing authority of the mobile terminal;
a floating window authority judging module 1108, configured to judge whether to acquire a floating window authority of the mobile terminal;
A floating window creation module 1109, configured to create a floating window on a display interface of the mobile terminal after determining to obtain a floating window authority of the mobile terminal;
a function saving module 1110, configured to save a function called when the floating window is created;
a login permission determination module 1111, configured to determine whether to obtain a login permission of the mobile terminal;
a picture list generation module 1112, configured to generate a picture list of all the bitmaps;
a picture list display module 1113 for displaying the picture list on the mobile terminal display interface;
a bitmap blockchain database generation module 1114 for generating a blockchain database of all the bitmaps;
a storage permission judging module 1115, configured to judge whether to acquire a storage permission of the mobile terminal;
a communication connection judging module 1116 for judging whether the mobile terminal and the server successfully create a communication connection;
a picture upload module 1117, configured to upload a bitmap on the mobile terminal to the server;
a picture browsing module 1118 for magnifying the bitmap for browsing;
and a downloading module 1119, configured to download the bitmap from the server to the mobile terminal according to the hash value unique to the bitmap.
Referring to fig. 19, a computer device is provided, which may be a server, and an internal structure thereof may be as shown in fig. 19. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, computer programs, and a database. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The database of the computer device is used for a multidimensional data table, all loan products, corresponding product parameters and the like. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program, when executed by a processor, implements a blockchain-based screen capture method. For example, steps S1 to S6 shown in fig. 1. The processor, when executing the computer program, implements the functions of each module in a blockchain-based screen capturing device in the foregoing embodiments, for example, the functions of modules 1101 to 1106 shown in fig. 17. To avoid repetition, no further description is provided here.
In one embodiment, a computer readable storage medium is provided, on which a computer program is stored, which when executed by a processor implements a blockchain-based screen capturing method in the above method embodiment, for example, steps S1 to S6 shown in fig. 1. The computer program, when executed by a processor, performs the functions of the modules in a blockchain-based screen capture device in the foregoing embodiments, e.g., the functions of modules 1101 through 1106 shown in fig. 17. To avoid repetition, no further description is provided here.
It should be understood that, the application scenario to which the method provided by the embodiment of the present application may be applied is only an example, and the application is not limited to this.
It should also be understood that the first, second, third and various numbers referred to in the present application are merely for convenience of description and are not intended to limit the scope of the present application.
It should be understood that the term "and/or" in the present application is merely an association relation describing the association object, and indicates that three relations may exist, for example, a and/or B may indicate: a exists alone, A and B exist together, and B exists alone. In the present application, the character "/" generally indicates that the front and rear related objects are an or relationship.
In addition, in the embodiments of the present application, the sequence number of each process does not mean the sequence of execution, and the execution sequence of each process should be determined by the function and the internal logic, and should not limit the implementation process of the embodiments of the present application.
Those of ordinary skill in the art will appreciate that the elements and method steps of the examples described in connection with the embodiments disclosed herein can be implemented as electronic hardware, or as a combination of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-described division of the functional modules is illustrated, and in practical application, the above-described functional allocation may be performed by different functional modules according to needs, i.e. the internal structure of the apparatus is divided into different functional modules to perform all or part of the functions described above.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other manners. For example, the apparatus embodiments described above are merely illustrative, e.g., the modules and division of modules is merely a logical functional division, and there may be additional divisions when actually implemented, e.g., multiple modules or components may be combined or integrated into another system, or some features may be omitted or not performed.
The modules described as separate components may or may not be physically separate, and components shown as modules may or may not be physical modules, i.e., may be located in one place, or may be distributed over multiple network modules. Some or all of the modules can be selected according to actual needs to achieve the purpose of the embodiment of the application.
In addition, each functional module in the embodiments of the present application may be integrated into one processing module, or each module may exist alone physically, or two or more modules may be integrated into one module. The integrated modules may be implemented in hardware or in software functional modules, which is not limited in this regard.
Those skilled in the art will appreciate that implementing all or part of the above-described embodiment methods may be accomplished by way of a computer program, which may be stored in a computer-readable storage medium and which, when executed, may comprise the steps of the embodiments of the methods described above. And the aforementioned storage medium includes: various media capable of storing program code, such as ROM, RAM, magnetic or optical disks.
The steps in the method of the embodiment of the application can be sequentially adjusted, combined and deleted according to actual needs.
The modules in the device of the embodiment of the application can be combined, divided and deleted according to actual needs.
The above embodiments are only for illustrating the technical solution of the present application, and not for limiting the same; although the application has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit of the application.
The above-mentioned embodiments of the present invention are not limited to the above-mentioned embodiments, but can be modified, equivalent, and improved within the spirit and principle of the present invention, and are included in the scope of the present invention.

Claims (12)

1. A blockchain-based screen capturing method, the method comprising the steps of:
s1: acquiring a user screen capturing command;
s2: creating a virtual screen;
s3: the virtual screen acquires display content of a display interface of the mobile terminal;
s4: converting the display content into a bitmap;
s5: generating a unique hash value of the bitmap;
s6: saving the bitmap;
the method further comprises the following steps before the step S1:
s111: judging whether to acquire the floating window authority of the mobile terminal; if yes, go to step S112; if not, go to step S113;
s112: creating a floating window on a display interface of the mobile terminal; the floating window at least comprises a screen capturing operation function button, a picture uploading function button, a picture list display function button and a floating window state change function button;
s113: a state maintained on the mobile terminal display interface;
the method further comprises the following steps before the step S1:
S101: judging whether to acquire the screen capturing authority of the mobile terminal; if yes, go to step S102; if not, go to step S103;
s102: entering a display interface of the mobile terminal;
s103: exiting the display interface of the mobile terminal;
in step S112, the method for creating a floating window on the display interface of the mobile terminal includes the steps of:
s1121: calling a function, and creating a display service of the floating window on the display interface of the mobile terminal;
s1122: initializing the floating window to form a view comprising a stowed state and a deployed state;
s1123: adding function buttons to the floating window to form a floating window at least comprising the screen capturing operation function buttons, the picture uploading function buttons, the picture list display function buttons and the floating window state change function buttons;
in step S1121, the function called is an addView function in WindowManager;
the step S111 further includes the steps of:
s121: inputting user information on the mobile terminal login interface;
s122: judging whether the input user information accords with prestored user information or not; if yes, go to step S123; if not, go to step S124;
S123: entering a display interface of the mobile terminal;
s124: maintaining a state on the mobile terminal login interface;
the step S123 further includes the steps of:
s1231: constructing a picture set; wherein the picture set comprises all the saved bitmaps;
s1232: acquiring information of each bitmap in a picture set; wherein the information comprises a save time of the bitmap, a tag and descriptive information, the tag and descriptive information being associated with the bitmap;
s1233: ordering all bitmaps according to time sequence to form a picture list;
s1234: judging whether a bitmap is newly added in the picture set; if yes, go to step S1235; if not, go to step S1236;
s1235: adding the newly added bitmap into the picture list according to the time sequence to form a new picture list;
s1236: saving the picture list;
in the step S1233, the method of forming the picture list includes the steps of:
s12331: acquiring the number N of the bitmaps in the picture set, and the storage time, the label and the description information of each bitmap;
s12332: constructing N sub-lists, and sequencing the N sub-lists;
S12333: sequentially placing the N bitmaps and the corresponding labels and description information into N sub-lists; wherein, each sub-list stores the same bitmap and all the labels and description information corresponding to the bitmap;
s12334: sorting the N sub-lists according to the sequence of the preservation time corresponding to the bitmap in each sub-list;
s12335: displaying the bitmap in each sub-list and the label corresponding to the bitmap, and hiding other information of the bitmap in each sub-list to form the picture list; wherein the other information includes the description information; the step S12335 further includes the steps of:
s12336: constructing a display trigger mechanism between the tag and the other information in the same sub-list, and displaying the other information in the sub-list when a preset action is executed on the tag;
s12337: and constructing a webpage jump mechanism between the description information and the bitmap in the same sub-list, and jumping to a webpage storage address of the bitmap when a preset action is executed on the description information.
2. The method of claim 1, wherein the description information includes a saved web address of the bitmap on a server and a summary describing the bitmap.
3. The screen capturing method according to claim 1, wherein in the step S5, the method of generating the unique hash value of the bitmap includes the steps of:
s501: using the merck tree structure to connect all the data structures of the bitmap in series to form a block structure of the bitmap;
s502: sequentially linking adjacent blocks of the bitmap through hash values of the block data of the bitmap to form a block chain database of the bitmap;
s503: and in the blockchain database, all bitmaps are sequentially input into the hash algorithm by utilizing the hash algorithm, so that unique hash values of all bitmaps are obtained.
4. A method of screenshot according to claim 3, wherein in step S503 the hashing algorithm comprises SHA1 and SHA256.
5. The screen capturing method according to claim 1, wherein in the step S6, the method of saving the bitmap includes saving the bitmap on the mobile terminal and on a server at the same time.
6. The screen capturing method as claimed in claim 5, wherein the method of saving the bitmap on the mobile terminal comprises the steps of:
S601: judging whether to acquire the storage authority of the mobile terminal; if yes, go to step S602; if not, go to step S603;
s602: storing the bitmap to the mobile terminal;
s603: displaying an interface prompt of no storage permission on the mobile terminal;
the method for storing the bitmap on the server comprises the following steps:
s604: judging whether the mobile terminal and the server successfully establish communication connection; if yes, go to step S605; if not, go to step S606;
s605: clicking a picture uploading function button in a floating window, and uploading the bitmap on the mobile terminal to the server;
s606: and prompting unsuccessful connection establishment on the display interface of the mobile terminal.
7. The screen capturing method according to claim 6, wherein the method of storing the bitmap in the mobile terminal and/or server comprises the steps of:
s6021, obtaining the number M of all the bitmaps and the corresponding labels; wherein the label is associated with the bitmap;
s6022, creating M bitmap sets, and sequentially placing M bitmaps into the M bitmap sets;
s6023, sequentially calculating the similarity of the labels of the bitmaps in the two adjacent bitmap sets;
S6024, comparing the similarity with a preset threshold value, and combining two bitmap sets exceeding the preset threshold value to form Q new bitmap sets;
s6025, creating Q folders in the mobile terminal and/or a server storage area, and sequentially placing all bitmaps in the Q bitmap sets into the Q folders; wherein each folder includes all bitmaps in the same bitmap set.
8. The screen capturing method according to claim 7, wherein in the step S6023, the method for sequentially calculating the similarity of the labels of the bitmaps in the two adjacent bitmap sets is to sequentially calculate the similarity of the labels of the bitmaps in the two adjacent bitmap sets by using a collaborative filtering algorithm.
9. The screen capturing method according to claim 1, further comprising, after said step S6, the step of:
s611: clicking a picture list display function button in the floating window to display a picture list on the mobile terminal display interface; the picture list is generated according to the time sequence of uploading all the bitmaps;
s612: selecting pictures to be browsed from the picture list;
S613: judging whether the mobile terminal stores the picture or not; if yes, go to step S614; if not, go to step S615;
s614: amplifying the picture stored in the mobile terminal for browsing;
s615: and downloading the unique hash value of the picture from a server to the mobile terminal for amplification for browsing.
10. A blockchain-based screen capturing device to implement the screen capturing method of any of claims 1-9, the device comprising:
the screen capturing command acquisition module is used for acquiring a user screen capturing command;
the virtual screen creation module is used for creating a virtual screen;
the display content acquisition module is used for acquiring display content of a display interface of the mobile terminal by the virtual screen;
the bitmap conversion module is used for converting the display content into a bitmap;
a hash value generation module for generating a unique hash value of the bitmap;
the bitmap storage module is used for storing the bitmap;
the floating window permission judging module is used for judging whether to acquire the floating window permission of the mobile terminal;
the apparatus further comprises:
the screen capturing permission judging module is used for judging whether to acquire the screen capturing permission of the mobile terminal;
The floating window creation module is used for creating a floating window;
the function saving module is used for saving the function called when the floating window is created;
the login permission judging module is used for judging whether to acquire the login permission of the mobile terminal;
a picture list generation module for generating a picture list of the bitmap;
a picture list display module, configured to allow the picture list to be displayed on the mobile terminal display interface;
the bitmap blockchain database generation module is used for generating blockchain databases of all bitmaps;
the storage permission judging module is used for judging whether to acquire the storage permission of the mobile terminal;
the communication connection judging module is used for judging whether the mobile terminal and the server successfully establish communication connection or not;
the picture uploading module is used for uploading the bitmap on the mobile terminal to the server;
the picture browsing module is used for amplifying the bitmap for browsing;
and the downloading module is used for downloading the bitmap from the server to the mobile terminal according to the unique hash value of the bitmap.
11. A computer device comprising a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the processor implements the blockchain-based screen capture method of any of claims 1 to 9 when the computer program is executed.
12. A computer readable storage medium storing a computer program, wherein the computer program when executed by a processor implements the blockchain-based screen capture method of any of claims 1 to 9.
CN201910694621.7A 2019-07-30 2019-07-30 Screen capturing method, device, equipment and storage medium based on blockchain Active CN110413366B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910694621.7A CN110413366B (en) 2019-07-30 2019-07-30 Screen capturing method, device, equipment and storage medium based on blockchain

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910694621.7A CN110413366B (en) 2019-07-30 2019-07-30 Screen capturing method, device, equipment and storage medium based on blockchain

Publications (2)

Publication Number Publication Date
CN110413366A CN110413366A (en) 2019-11-05
CN110413366B true CN110413366B (en) 2023-10-31

Family

ID=68364082

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910694621.7A Active CN110413366B (en) 2019-07-30 2019-07-30 Screen capturing method, device, equipment and storage medium based on blockchain

Country Status (1)

Country Link
CN (1) CN110413366B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114968423A (en) * 2021-02-19 2022-08-30 华为技术有限公司 Long-page screen capturing method and electronic equipment

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102521847A (en) * 2011-11-29 2012-06-27 广东威创视讯科技股份有限公司 Method and device for segmenting bitmap (BMP) image with ultra-high resolution
CN106791168A (en) * 2017-01-13 2017-05-31 北京奇虎科技有限公司 Information of mobile terminal guard method, device and mobile terminal
CN107765972A (en) * 2017-10-26 2018-03-06 竞技世界(北京)网络技术有限公司 A kind of android terminal screenshotss method
CN107798075A (en) * 2017-09-29 2018-03-13 维沃移动通信有限公司 A kind of screenshotss method and mobile terminal
WO2018176484A1 (en) * 2017-04-01 2018-10-04 深圳前海达闼云端智能科技有限公司 Method and apparatus for processing medical image transmission data, and electronic device
CN109740708A (en) * 2019-01-04 2019-05-10 厦门迅为联创信息技术有限公司 Method, system and the anti-counterfeit certificate of the anti-fake examination of painting and calligraphy pieces based on data-link
CN109976641A (en) * 2019-03-29 2019-07-05 努比亚技术有限公司 Operating method, terminal and computer readable storage medium based on screenshot picture
CN110020899A (en) * 2019-04-23 2019-07-16 阿里巴巴集团控股有限公司 A kind of advertisement detecting method, apparatus and electronic equipment based on block chain

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3729256B1 (en) * 2017-12-20 2023-10-11 Pencildata, Inc. Dynamically generated smart contracts

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102521847A (en) * 2011-11-29 2012-06-27 广东威创视讯科技股份有限公司 Method and device for segmenting bitmap (BMP) image with ultra-high resolution
CN106791168A (en) * 2017-01-13 2017-05-31 北京奇虎科技有限公司 Information of mobile terminal guard method, device and mobile terminal
WO2018176484A1 (en) * 2017-04-01 2018-10-04 深圳前海达闼云端智能科技有限公司 Method and apparatus for processing medical image transmission data, and electronic device
CN107798075A (en) * 2017-09-29 2018-03-13 维沃移动通信有限公司 A kind of screenshotss method and mobile terminal
CN107765972A (en) * 2017-10-26 2018-03-06 竞技世界(北京)网络技术有限公司 A kind of android terminal screenshotss method
CN109740708A (en) * 2019-01-04 2019-05-10 厦门迅为联创信息技术有限公司 Method, system and the anti-counterfeit certificate of the anti-fake examination of painting and calligraphy pieces based on data-link
CN109976641A (en) * 2019-03-29 2019-07-05 努比亚技术有限公司 Operating method, terminal and computer readable storage medium based on screenshot picture
CN110020899A (en) * 2019-04-23 2019-07-16 阿里巴巴集团控股有限公司 A kind of advertisement detecting method, apparatus and electronic equipment based on block chain

Also Published As

Publication number Publication date
CN110413366A (en) 2019-11-05

Similar Documents

Publication Publication Date Title
US10275022B2 (en) Audio-visual interaction with user devices
US10623522B2 (en) Uploading a form attachment
CN110597963B (en) Expression question-answering library construction method, expression search device and storage medium
US20150169710A1 (en) Method and apparatus for providing search results
WO2023279963A1 (en) Neural network training method and apparatus, and computer device, storage medium and program
JP2010250529A (en) Device, and method for retrieving image, and program
US11899719B2 (en) Systems and methods for determining whether to modify content
CN112764857A (en) Information processing method and device and electronic equipment
CN107430609B (en) Generation of new tab pages for browsers for enterprise environments
CN110413366B (en) Screen capturing method, device, equipment and storage medium based on blockchain
WO2016018682A1 (en) Processing image to identify object for insertion into document
US11429660B2 (en) Photo processing method, device and computer equipment
US9990116B2 (en) Systems and methods for self-learning dynamic interfaces
CN116235135A (en) Interactive interface for data analysis and report generation
CN112995014B (en) Method and device for mass sending of messages
CN111125445B (en) Community theme generation method and device, electronic equipment and storage medium
KR102408256B1 (en) Method for Searching and Device Thereof
CN105354506B (en) The method and apparatus of hidden file
WO2023239468A1 (en) Cross-application componentized document generation
EP3357018A1 (en) Sorting parsed attachments from communications
WO2018130852A1 (en) Improved authentication
US20140359557A1 (en) Creating applications
JP6484143B2 (en) Image processing system, method, program, and recording medium using landscape photograph including text
US10015013B2 (en) Efficient replication of hierarchical structures
JP7335221B2 (en) Electronic device, method, program and system for identifier information inference using image recognition model

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant