CN111309312B - Editing method and device for rich text object, terminal equipment and computer storage medium - Google Patents

Editing method and device for rich text object, terminal equipment and computer storage medium Download PDF

Info

Publication number
CN111309312B
CN111309312B CN201811505240.1A CN201811505240A CN111309312B CN 111309312 B CN111309312 B CN 111309312B CN 201811505240 A CN201811505240 A CN 201811505240A CN 111309312 B CN111309312 B CN 111309312B
Authority
CN
China
Prior art keywords
image
rich text
content
text object
server
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
CN201811505240.1A
Other languages
Chinese (zh)
Other versions
CN111309312A (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.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201811505240.1A priority Critical patent/CN111309312B/en
Publication of CN111309312A publication Critical patent/CN111309312A/en
Application granted granted Critical
Publication of CN111309312B publication Critical patent/CN111309312B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/33Intelligent editors

Abstract

The embodiment of the invention provides an editing method, device, terminal equipment and computer storage medium for a rich text object, wherein the rich text object comprises an image. The editing method of the rich text object comprises the following steps: obtaining content to be edited of a rich text object from a local paste board, obtaining webpage format content corresponding to the rich text object from the content to be edited, and obtaining an image contained in the rich text object, wherein the webpage format content comprises an image address corresponding to the image; uploading the acquired image to a server, and acquiring a server storage address of the image from the server; updating the image address in the webpage format content according to the storage address of the server, and copying the updated webpage format content to a rich text editor; or updating the image address in the webpage format content copied into the rich text editor according to the server storage address.

Description

Editing method and device for rich text object, terminal equipment and computer storage medium
Technical Field
The embodiment of the invention relates to the technical field of data processing, in particular to a method and a device for editing a rich text object, terminal equipment and a computer storage medium.
Background
With the development of the internet, when a user browses a web page through a browser, information is released into the web page, and most of the released information is in a rich text format, that is, the released information can include text content, image content or a mixture of the text content and the image content. However, most existing tools for editing are locally installed programs, such as word, wps, etc. Therefore, when a user issues information, the user usually edits the information to be issued in a locally installed program, copies the information to a rich text editor embedded in a browser, and issues the information through the rich text editor.
The existing copying process is realized through a local paste board, firstly copying information to be published into the paste board, then copying the content in the paste board to a rich text editor, and the format of the content in copying is a file format acceptable by the rich text editor. However, the rich text editor cannot support objects in some formats in the original information to be distributed, for example, the rich text editor supports a plain text format and an HTML format, but neither format includes image coding data, so that if the information to be distributed includes an image, after the information to be distributed is copied to the rich text editor and distributed, situations such as image errors, image loss and the like can occur, and deviation occurs between the distributed information and the original information to be distributed.
Disclosure of Invention
In view of the above, embodiments of the present invention provide a method, an apparatus, a terminal device, and a computer storage medium for editing a rich text object, so as to solve the above problems.
According to a first aspect of an embodiment of the present invention, there is provided a method for editing a rich text object, where the rich text object includes an image, the method including: obtaining content to be edited of a rich text object from a local paste board, obtaining webpage format content corresponding to the rich text object from the content to be edited, and obtaining the image contained in the rich text object, wherein the webpage format content comprises an image address corresponding to the image; uploading the acquired image to a server, and acquiring a server storage address of the image from the server; updating the image address in the webpage format content according to the server storage address, and copying the updated webpage format content to a rich text editor; or updating the image address in the webpage format content copied into the rich text editor according to the server storage address.
According to a second aspect of an embodiment of the present invention, there is provided an editing apparatus for a rich text object, wherein the rich text object includes an image, the apparatus including: the content to be edited obtaining module is used for obtaining the content to be edited of the rich text object from the local paste board; the webpage format acquisition module is used for acquiring webpage format contents corresponding to the rich text object from the contents to be edited; the image acquisition module is used for acquiring the image contained in the rich text object from the content to be edited, wherein the webpage format content comprises an image address corresponding to the image; the uploading module is used for uploading the acquired image to a server and acquiring a server storage address of the image from the server; the updating module is used for updating the image address in the webpage format content according to the server storage address and copying the updated webpage format content to a rich text editor; or updating the image address in the webpage format content copied into the rich text editor according to the server storage address.
According to a third aspect of an embodiment of the present invention, there is provided a terminal device including: the device comprises a processor, a memory, a communication interface and a communication bus, wherein the processor, the memory and the communication interface complete communication with each other through the communication bus; the memory is configured to store at least one executable instruction, where the executable instruction causes the processor to perform an operation corresponding to the method for editing a rich text object as described above.
According to a fourth aspect of embodiments of the present invention, there is provided a computer storage medium having stored thereon a computer program which, when executed by a processor, implements the editing method of a rich text object as described above.
According to the editing scheme of the rich text object provided by the embodiment of the invention, the content to be edited of the rich text object is obtained from the local paste board, the webpage format content corresponding to the rich text object is obtained from the content to be edited, and the image contained in the rich text object is obtained; uploading the acquired image to a server, and acquiring a server storage address of the image from the server; updating the image address in the webpage format content according to the server storage address, and copying the updated webpage format content to a rich text editor; or updating the image address in the webpage format content copied into the rich text editor according to the server storage address. Therefore, by means of the storage address of the image in the server, the rich text object of the image type or the rich text object of the image-text mixed type can be directly copied into the rich text editor, the situations of image errors, image losses and the like are avoided, and the user experience is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments described in the embodiments of the present invention, and other drawings may be obtained according to these drawings for a person having ordinary skill in the art.
FIG. 1 is a flowchart illustrating a method for editing a rich text object according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a method for editing a rich text object according to a second embodiment of the present invention;
FIG. 3 is a flowchart illustrating a method for editing a rich text object according to a third embodiment of the present invention;
FIG. 4 is a block diagram illustrating an apparatus for editing rich text objects according to a fourth embodiment of the present invention;
fig. 5 is a schematic structural diagram of a terminal device according to a fifth embodiment of the present invention.
Detailed Description
In order to better understand the technical solutions in the embodiments of the present invention, the following description will clearly and completely describe the technical solutions in the embodiments of the present invention with reference to the accompanying drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only some embodiments of the present invention, not all embodiments. All other embodiments, which are derived by a person skilled in the art based on the embodiments of the present invention, shall fall within the scope of protection of the embodiments of the present invention.
The implementation of the embodiments of the present invention will be further described below with reference to the accompanying drawings.
Example 1
Referring to fig. 1, a flowchart illustrating steps of a method for editing a rich text object according to a first embodiment of the present invention is shown.
The editing method of the rich text object of the embodiment comprises the following steps:
s102, obtaining content to be edited of a rich text object from a local paste board, obtaining webpage format content corresponding to the rich text object from the content to be edited, and obtaining the image contained in the rich text object.
The rich text object comprises an image, and the webpage format content comprises an image address corresponding to the image.
The scheme provided by the embodiment is suitable for copying the Rich Text object to a use scene in a Rich Text Editor (RTE), wherein the Rich Text Editor is an Editor which can be embedded into a browser and is used for editing pages suitable for the browser.
In this embodiment, the rich text object may be an object edited by the user using a local program, where the local program may include editing tools such as word, wps, and the like. The rich text object includes an image, but not limited thereto, and may also include text content, where the formats of different text content may be the same or different.
When a user copies the Rich Text object to the Rich Text editor, the Rich Text object may be copied to the local paste board first, and may be stored in a plurality of formats, such as a plain Text Format, a web page Format (e.g., HTML Format), an RTF (Rich Text Format), and the like.
Then, the content to be edited can be obtained from the local paste board through the scheme provided by the embodiment by a corresponding program or instruction, and copied into a required target object, such as a rich text editor. In this embodiment, the acquired content to be edited at least includes web page format content corresponding to the rich text object, and an image included in the rich text object.
In this embodiment, the web page format content may include an image address corresponding to the image, for example, the image address may specifically be an original storage address of the image locally.
In this embodiment, the image may be represented by encoded data, for example, hexadecimal encoded data corresponding to the image.
S104, uploading the acquired image to a server, and acquiring a server storage address of the image from the server.
In this embodiment, the acquired image is uploaded to the server, and the server storage address of the image is determined, so that the image stored by the server can be accurately acquired from the server storage address through the network, and the problem of display errors caused by the fact that the image cannot be accurately acquired is avoided.
The server uploaded is not limited in this embodiment, as long as the image can be accurately obtained from the server when viewing the published rich text object. For example, if a rich text object is published on a publication platform, the server may be the server of the publication platform.
S106, updating the image address in the webpage format content according to the server storage address, and copying the updated webpage format content to a rich text editor; or updating the image address in the webpage format content copied into the rich text editor according to the server storage address.
In this embodiment, the web page format content may include an image address corresponding to an image in the rich text object, and on this basis, the web page format content may also include a web page markup language, text content, an image ID, and the like corresponding to the rich text object, but does not include encoded data corresponding to the image, that is, the image included in the rich text object cannot be directly determined according to the web page format content, but needs to be read from the local sticker to determine the image included in the rich text object.
And, because the web page format content is obtained from the content to be edited, if no modification is performed on the web page format content, the image address in the web page format content is the original storage address corresponding to the image in the content to be edited. When viewing the published rich text object, if the local image data is deleted, the image is renamed, and the terminal used for viewing is not the terminal for publishing the rich text object, the situation that the image cannot be accurately acquired during viewing can be caused, and further display errors can be caused.
Thus, in one possible manner of this embodiment, S106 may be: updating the image address in the webpage format content according to the server storage address, and copying the updated webpage format content to a rich text editor, so that after the rich text object is edited and released through the rich text editor, the image included in the rich text object can be accurately acquired through a network.
In another possible manner of this embodiment, S106 may further be: updating the image address in the webpage format content copied into the rich text editor according to the server storage address. In the method, the webpage format content can be copied to the rich text editor first, and then the image address in the webpage format content is updated according to the storage address of the server; the operation of copying the web page format content into the rich text editor may be performed before uploading the image, may be performed after uploading the image, or may be performed in parallel with the operation of uploading the image, which is not limited in this embodiment.
According to the rich text object editing scheme provided by the embodiment, the content to be edited of a rich text object is obtained from a local paste board, the webpage format content corresponding to the rich text object is obtained from the content to be edited, and the image contained in the rich text object is obtained; uploading the acquired image to a server, and acquiring a server storage address of the image from the server; updating the image address in the webpage format content according to the server storage address, and copying the updated webpage format content to a rich text editor; or updating the image address in the webpage format content copied into the rich text editor according to the server storage address. Therefore, by means of the storage address of the image in the server, the rich text object of the image type or the rich text object of the image-text mixed type can be directly copied into the rich text editor, the situations of image errors, image losses and the like are avoided, and the user experience is improved.
The editing method of the rich text object of the present embodiment may be performed by any suitable terminal device having data processing capability, including but not limited to: mobile terminals (e.g., tablet computers, cell phones, etc.) and PCs.
Example two
Referring to fig. 2, a flowchart illustrating steps of a method for editing a rich text object according to a second embodiment of the present invention is shown.
The editing method of the rich text object of the embodiment comprises the following steps:
s202, obtaining the content to be edited of the rich text object from the local paste board.
In this embodiment, the rich text editor is embedded in the browser, and when the rich text object is copied to the rich text editor, the rich text editor may read the data in the local paste board by calling the interface of the browser, so as to obtain the content to be edited of the rich text object.
In this embodiment, when the rich text object is copied to the paste board, the rich text object is automatically stored in multiple formats, for example, in the existing Windows system, and after the rich text object is copied, the contents stored in the paste board include: plain text format TXT content, multi-information text format RTF content, and web page format content, specifically HTML content conforming to the hypertext transfer protocol.
In the TXT content, the image is automatically regarded as a space or is directly omitted; RTF content is not suitable for browser-embedded rich text editors; included in the HTML content is an image address, and encoded data of an image is not included.
S204, acquiring webpage format content corresponding to the rich text object from the content to be edited.
Specifically, step S204 is to obtain HTML content corresponding to the rich text object from the content to be edited. The specific method for obtaining the web page format content can refer to the related art, and this embodiment is not described herein.
S206, acquiring RTF content corresponding to the rich text object from the content to be edited.
The specific method for obtaining the RTF content may refer to related art, and this embodiment is not described herein.
S208, acquiring the image contained in the rich text object from the RTF content.
Alternatively, in this embodiment, step S208 may specifically include: and acquiring image coding data and numbering data of the images contained in the rich text object from the content to be edited.
In this embodiment, after the RTF content is obtained from the content to be edited, the image coding data of the image included in the rich text object may be obtained from the RTF content, where the image coding data stored in the RTF content is generally image coding data coded by 16-system coding, and each image may begin with "\shppict" or "\shp {" and end with "}", so that the RTF content may be separated according to "\shppict" and "}" or "\shp {" and "}", and data between "\shppict" and "}" or image coding data between "\shp {" and "}" may be extracted as an image.
Also, after the RTF content is obtained from the content to be edited, the number data of the image included in the rich text object may be obtained from the RTF content. The serial number data of the image in the RTF data also takes a set label as the beginning, the data after the label is the serial number data, and the label can be "\share", "\bliptag", and the like. For example, if the RTF content includes "\share 1025",1025 is the number data of the image.
On this basis, the realizations of step S208 include the following three types:
1) And acquiring the image contained in the rich text object from the RTF content in a regular matching mode. For example, regular expressions for image matching may be pre-written and then the rich text editor is caused to match image encoded data from the RTF content via the regular expressions.
2) And acquiring the image contained in the rich text object from the RTF content through a segmentation function split. For example, the RTF content may be segmented into a plurality of character strings by the segmentation function split according to "\shppict" and "}" or "\shp {" and "}", and then data between "\shppict" and "}" or "\shp {" and "}" is returned as the segmentation function split data, i.e., image encoding data.
3) Traversing the RTF content to extract therefrom the image contained by the rich text object. For example, the image-encoded data may be determined by traversing a function, such as a while () function, to loop through each character of the RTF content, and after finding the character between "\shppict" and "}" or "\shp {" and "}", taking it out.
In this embodiment, the type of the image may also be obtained from the RTF data, for example, the image type corresponding to "\emfblice" is an emf type, the image type corresponding to "\pngblice" is a png type, the image type corresponding to "\jpgeblice" is a jpge type, and the like. The obtained image type can facilitate the storage of the image and the reading and display of the stored image.
Of course, in other implementations of the present embodiment, the image encoding data and the number data of the image may be acquired in other manners, and the present embodiment is not limited thereto.
The capturing of the image contained in the rich text object is achieved through the above steps S206-S208. It should be noted that, in the present embodiment, step S204 is performed first and then steps S206 to S208 are performed as an example, but it should be understood by those skilled in the art that, in practical application, steps S206 to S208 may be performed prior to step S204 or may be performed in parallel with step S204.
S210, converting the format of the image acquired from the RTF content into a format matched with the rich text editor.
In this embodiment, as can be seen from the above steps, the image obtained from the RTF content is 16-ary encoded image data, which cannot be displayed by the rich text editor, so in this embodiment, the format of the image obtained from the RTF content is converted into a format matched with the rich text editor by step S210, so that the image after the format conversion can be displayed by the rich text editor, and in particular, the format after the conversion may be the image format encoded by base 64.
For example, in this embodiment, the acquired RTF content may include:
{\*\shppict{\pict{\*\picprop\shplid1025{\sp{\sn shapeType}{\sv 75}}{\sp{\sn fFlipH}{\sv 0}}
{\sp{\sn fFlipV}{\sv 0}}{\sp{\sn fLockAspectRatio}{\sv 1}}{\sp{\sn fLockPosition}{\sv 0}}{\sp{\sn fLockAgainstSelect}{\sv 0}}{\sp{\sn fLockAgainstGrouping}{\sv 0}}{\sp{\sn pictureGray}{\sv 0}}{\sp{\sn pictureBiLevel}{\sv 0}}{\sp{\sn fFilled}{\sv 0}}
{\sp{\sn fLine}{\sv 0}}{\sp{\sn wzName}{\sv\'cd\'bc\'c6\'ac 3}}{\sp{\sn dhgt}{\sv 251658240}}{\sp{\sn fHidden}{\sv 0}}{\sp{\sn fLayoutInCell}{\sv1}}}\picscalex43\picscaley43\piccropl0\piccropr0\piccropt0\piccropb0
\picw33867\pich21167\picwgoal19200\pichgoal12000\jpegblip\bliptag-728883813{\*\blipuid
be3b49d2db25d5abeb405d1ffab53393}ffd8ffe000104a46494600010101006000600000ffdb0043000402030303020403030304040404050906050505050b080806090d0b0d0d0d0b0c0c0e1014110e...}}
the 16-system coded image extracted from the RTF is:
ffd8ffe000104a46494600010101006000600000ffdb0043000402030303020403030304040404050906050505050b080806090d0b0d0d0d0b0c0c0e1014110e...
the conversion of the 16-ary coded image into an image coded by base64 is:
/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAQCAwMDAgQDAwMEBAQEBQkGBQUFBQsICAYJDQsNDQ0LDAwOEBQRDg8TDwwMEhgSExUWFxcXDhEZGxkWGhQWFxb/2wBDAQQEBAUFBQoGBgoWDwwPFhYWFhYWFhYWFhYWFh...
s212, determining the local resource address of the image after format conversion.
In this embodiment, since the rich text editor cannot read the locally stored image without authorization, in this embodiment, the image after the format conversion can be spliced into a data URL as the local resource address of the image after the format conversion.
Specifically, the Data URL obtained by splicing the image encoded by the base64 in the above step may be:
data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAQCAwMDAgQDAwMEBAQEBQkGBQUFBQsICAYJDQsNDQ0LDAwOEBQRDg8TDwwMEhgSExUWFxcXDhEZGxkWGhQWFxb/2wBDAQQEBAUFBQoGBgoWDwwPFhYWFhYWFhYWFhYWFh…
s214, updating the image address in the webpage format content into the local resource address.
In this embodiment, in the web page format content acquired in step S204, the image address is the image address of the image corresponding to the image encoded data acquired in step S208, and the image encoded data cannot be displayed by the rich text editor.
For example, the web page format content acquired through step S204 includes:
<img width=415height=259
src="file:////Users/xx/Library/Group%20Containers/UBF8T346G9.Office/TemporaryItems/msohtmlclip/clip_image001.jpg"
v shape= "Picture_x0020_3" >
Wherein, the picture address is:
file:////Users/xx/Library/Group%20Containers/UBF8T346G9.Office/TemporaryItems/msohtmlclip/clip_image001.jpg
in this step, the image address in the web page format content is updated to the local resource address, and then after the web page format content is copied to the rich text editor, the rich text editor can directly obtain the image which can be displayed by the rich text editor through the local resource address, that is, the user can preview the image in the edited rich text object through the rich text editor, so that the user experience is improved.
Specifically, the updating process is to update the picture address from "file://// Users/xx/Library/Group%20Containers/ubf8t 348 g9.Office/TemporaryItems/msohtmlclip/clip_image001.Jpg" to "data: image/jpeg; base64,/9 j/4AAQSkZJRgABAQEAYABgAAD/2 wBDAAQWAwMDAgQDAwMEBAQQkGBQQQQsICAYJDQsNDQ 0LDAwOEBQRDg8 TDwMEhSExUWFxXDhZGxkWGhQQQWFxb/2 wBDAQQEBAUQQGBogogowgwFwPFhYWFhYWFhYWFhYWFh …).
In addition, if the number data of the image is determined in step S208, in this step, the image address corresponding to the number data in the web page format content may be determined, and then the image address may be updated to a local resource address.
In addition, the steps S210 to S214 are optional steps, and in practical application, if the acquired image format is matched or compatible with the rich text editor, the steps S210 to S214 are not required to be executed.
S216, copying the webpage format content to a rich text editor.
The step is similar to the step S106 of the above embodiment, in which "copy the updated web page format content to the rich text editor" is included, and this embodiment is not repeated here.
Through the above steps S210-S214, format conversion of the image contained in the rich text object is achieved. It should be noted that, in the present embodiment, steps S210 to S214 are performed first and then step S216 is performed, but it should be understood by those skilled in the art that, in practical application, steps S210 to S214 may be performed after step S216 or may be performed in parallel with step S216.
S218, uploading the acquired image to a server, and acquiring a server storage address of the image from the server.
In this embodiment, uploading the acquired image to a server may specifically include:
and signing the obtained image through a USB-KEY to obtain the image comprising the digital signature, wherein the USB-KEY stores user information of an editing user of the rich text object. Uploading the image comprising the digital signature and the user information to the server so that the server verifies the user information, storing the image comprising the digital signature after verification is passed, and establishing an association relationship between the stored image and the editing user.
In this embodiment, compared with a common encryption manner, the USB-KEY includes user information, so that after the obtained image is signed by the USB-KEY, the identity of the user can be identified, so as to determine the user (i.e., editing user) corresponding to the edited rich text.
By verifying the user information, the accuracy of uploading the image can be ensured, and by establishing the association relationship between the stored image and the editing user, the access authority of the image can be set, that is, the image can be only visible and editable to the editing user corresponding to the rich text or visible and editable to other users associated with the editing user, so that the safety of the data is improved.
In this embodiment, the server storage address of the image acquired from the server may be a url address or another address, which is not limited in this embodiment.
S220, updating the image address in the webpage format content copied to the rich text editor according to the server storage address.
In one possible manner, when the number data of the image is obtained in the above step, the step may include: and determining the image address corresponding to the number data in the webpage format content copied into the rich text editor, and updating the image address to the server storage address.
Specifically, in this embodiment, the number data of the determined image is the unique number of the image, and then the storage address of the image can be accurately determined in the web format content through the number data, so that the storage address of the image can be accurately updated to be the server storage address.
According to the rich text object editing scheme provided by the embodiment, the rich text object of the image type or the rich text object of the image-text mixed type can be directly copied to the rich text editor, the conditions of image errors, image loss and the like are avoided, the user experience is improved, and the image uploaded to the server is encrypted through the USB-KEY, so that the safety of data transmission can be improved.
In another implementation manner of the present application, if the above steps S210 to S214 are not performed, in order to ensure that the image can be presented by the rich text editor, in this embodiment, step S218 may further include:
uploading the image acquired from the RTF content to a server, and converting the format of the image into a format matched with the rich text editor through the server; and acquiring the server storage address of the image after the format conversion from the server.
In this embodiment, the specific format conversion process is similar to the format conversion in step S210, and the description of this embodiment is omitted here.
In this embodiment, after the image is uploaded to the server, the format conversion is performed on the image by the server, so that the image can be displayed by the rich text editor, and meanwhile, the format conversion is performed by the server, so that the local workload can be reduced, the editing time for editing the rich text object is shortened, and the working efficiency of the user is improved.
The rich text object editing scheme provided by the embodiment can realize that rich text objects of image types or rich text objects of image-text mixed types can be directly copied into a rich text editor, and the conditions of image errors, image losses and the like can not occur, so that the user experience is improved; the image uploaded to the server is encrypted through the USB-KEY, so that the safety of data transmission can be improved; meanwhile, the image address can be accurately updated according to the number data, so that the possibility of updating errors is reduced.
In addition, the method for editing the rich text object in this embodiment may be executed by a rich text editor, or a corresponding program or application may be provided outside the rich text editor, and executed by the program or application. The above-mentioned rich text editor or the corresponding program or application arranged outside the rich text editor can be arranged in any suitable terminal equipment with data processing capability, such as a mobile terminal (such as a tablet computer, a mobile phone, etc.) and a PC.
Example III
Referring to fig. 3, a flowchart illustrating steps of a method for editing a rich text object according to a third embodiment of the present invention is shown.
The editing method of the rich text object of the embodiment comprises the following steps:
s302, obtaining the content to be edited of the rich text object from the local paste board.
S304, acquiring webpage format content corresponding to the rich text object from the content to be edited.
S306, acquiring RTF content corresponding to the rich text object from the content to be edited.
S308, acquiring the image contained in the rich text object from the RTF content.
Alternatively, in this embodiment, step S308 may specifically include: and acquiring image coding data and numbering data of the images contained in the rich text object from the content to be edited.
In this embodiment, the steps S302 to S308 are similar to the steps S202 to S208 in the above embodiment, and the description of this embodiment is omitted here.
S310, uploading the acquired image to a server, and acquiring a server storage address of the image from the server.
In this embodiment, uploading the acquired image to a server may specifically include:
and signing the obtained image through a USB-KEY to obtain the image comprising the digital signature, wherein the USB-KEY stores user information of an editing user of the rich text object. Uploading the image comprising the digital signature and the user information to the server so that the server verifies the user information, storing the image comprising the digital signature after verification is passed, and establishing an association relationship between the stored image and the editing user.
In order to ensure that the image can be presented by the rich text editor, in this embodiment, the step may further include:
uploading the image acquired from the RTF content to a server, and converting the format of the image into a format matched with the rich text editor through the server; and acquiring the server storage address of the image after the format conversion from the server.
In this embodiment, after the image is uploaded to the server, the format conversion is performed on the image by the server, so that the image can be displayed by the rich text editor, and meanwhile, the format conversion is performed by the server, so that the local workload can be reduced, the editing time for editing the rich text object is shortened, and the working efficiency of the user is improved. In addition, in practical application, if the format of the acquired image is matched or compatible with the rich text editor, format conversion is not needed.
S312, updating the image address in the webpage format content according to the server storage address.
Specifically, if the number data of the image is determined in step S308, step S312 may specifically include: and determining the image address corresponding to the number data in the webpage format content, and updating the image address to the server storage address.
S314, copying the updated webpage format data into a rich text editor.
The rich text object editing scheme provided by the embodiment can realize that rich text objects of image types or rich text objects of image-text mixed types can be directly copied into a rich text editor, and the conditions of image errors, image losses and the like can not occur, so that the user experience is improved; the image uploaded to the server is encrypted through the USB-KEY, so that the safety of data transmission can be improved; meanwhile, the image address can be accurately updated according to the number data, so that the possibility of updating errors is reduced.
In addition, the method for editing the rich text object in this embodiment may be executed by a rich text editor, or a corresponding program or application may be provided outside the rich text editor, and executed by the program or application. The above-mentioned rich text editor or the corresponding program or application arranged outside the rich text editor can be arranged in any suitable terminal equipment with data processing capability, such as a mobile terminal (such as a tablet computer, a mobile phone, etc.) and a PC.
Example IV
Referring to fig. 4, there is shown a block diagram of a rich text object editing apparatus according to a fourth embodiment of the present invention.
The editing device for the rich text object of the embodiment comprises the following modules: the system comprises a content to be edited acquisition module 402, a webpage format acquisition module 404, an image acquisition module 406, an uploading module 408 and an updating module 410.
Wherein the rich text object comprises an image.
The content to be edited obtaining module 402 is configured to obtain content to be edited of the rich text object from the local paste board;
the web page format obtaining module 404 is configured to obtain web page format content corresponding to the rich text object from the content to be edited;
and an image obtaining module 406, configured to obtain the image included in the rich text object from the content to be edited, where the web page format content includes an image address corresponding to the image;
The uploading module 408 is configured to upload the acquired image to a server, and acquire a server storage address of the image from the server;
the updating module 410 is configured to update the image address in the web page format content according to the server storage address, and copy the updated web page format content to a rich text editor; or updating the image address in the webpage format content copied into the rich text editor according to the server storage address.
Optionally, in any embodiment of the present application, the image capturing module 406 includes:
the RTF acquisition module is used for acquiring multi-information text format RTF content corresponding to the rich text object from the content to be edited;
and the image acquisition sub-module is used for acquiring the image contained in the rich text object from the RTF content.
Optionally, in any embodiment of the present application, the method further includes:
a local format conversion module, configured to convert a format of the image acquired from the RTF content into a format that matches the rich text editor;
the local resource address determining module is used for determining the local resource address of the image after format conversion;
And the local updating module is used for updating the image address in the webpage format content into the local resource address.
Optionally, in any embodiment of the present application, the uploading module 408 includes:
an image uploading sub-module, configured to upload the image obtained from the RTF content to a server, and convert, by the server, a format of the image into a format that matches the rich text editor;
and the image address acquisition module is used for acquiring the server storage address of the image after the format conversion from the server.
Optionally, in any embodiment of the present application, the image capturing submodule includes:
the regular matching module is used for acquiring the image contained in the rich text object from the RTF content in a regular matching mode;
or a segmentation function module, configured to obtain the image contained in the rich text object from the RTF content through a segmentation function;
or a traversing module, configured to traverse the RTF content to extract the image contained in the rich text object from the RTF content.
Optionally, in any embodiment of the present application, the uploading module 408 includes:
The signature module is used for signing the acquired image through a USB-KEY to obtain the image comprising the digital signature, wherein the USB-KEY stores user information of an editing user of the rich text object;
and the signature uploading module is used for uploading the image comprising the digital signature and the user information to the server so that the server can verify the user information, and storing the image comprising the digital signature after the verification is passed, so as to establish the association relationship between the stored image and the editing user.
Optionally, in any embodiment of the present application, the image capturing module 406 includes: the code acquisition module is used for acquiring image code data and number data of the images contained in the rich text object from the content to be edited;
the update module 410 includes: determining the image address corresponding to the number data in the webpage format content, and updating the image address into the server storage address;
alternatively, the update module 410 includes: and determining the image address corresponding to the number data in the webpage format content copied into the rich text editor, and updating the image address to the server storage address.
According to the rich text object editing scheme provided by the embodiment, the content to be edited of a rich text object is obtained from a local paste board, the webpage format content corresponding to the rich text object is obtained from the content to be edited, and the image contained in the rich text object is obtained; uploading the acquired image to a server, and acquiring a server storage address of the image from the server; updating the image address in the webpage format content according to the server storage address, and copying the updated webpage format content to a rich text editor; or updating the image address in the webpage format content copied into the rich text editor according to the server storage address. Therefore, by means of the storage address of the image in the server, the rich text object of the image type or the rich text object of the image-text mixed type can be directly copied into the rich text editor, the situations of image errors, image losses and the like are avoided, and the user experience is improved.
Example five
A terminal device, comprising: the device comprises a processor, a memory, a communication interface and a communication bus, wherein the processor, the memory and the communication interface complete communication with each other through the communication bus; the memory is configured to store at least one executable instruction, where the executable instruction causes the processor to perform an operation corresponding to the method for editing a rich text object as described above.
Specifically, referring to fig. 5, a schematic structural diagram of a terminal device according to a fifth embodiment of the present invention is shown, and the specific embodiment of the present invention does not limit the specific implementation of the terminal device.
As shown in fig. 5, the terminal device may include: a processor 502, a communication interface (Communications Interface) 504, a memory 506, and a communication bus 508.
Wherein:
processor 502, communication interface 504, and memory 506 communicate with each other via communication bus 508.
A communication interface 504 for communicating with other terminal devices or servers.
The processor 502 is configured to execute the program 510, and may specifically perform relevant steps in the above-described embodiment of the method for editing a rich text object.
In particular, program 510 may include program code including computer-operating instructions.
The processor 502 may be a central processing unit CPU, or a specific integrated circuit ASIC (Application Specific Integrated Circuit), or one or more integrated circuits configured to implement embodiments of the present invention. The one or more processors comprised by the terminal device may be the same type of processor, such as one or more CPUs; but may also be different types of processors such as one or more CPUs and one or more ASICs.
A memory 506 for storing a program 510. Memory 506 may comprise high-speed RAM memory or may also include non-volatile memory (non-volatile memory), such as at least one disk memory.
The program 510 may be specifically operable to cause the processor 502 to: obtaining content to be edited of a rich text object from a local paste board, obtaining webpage format content corresponding to the rich text object from the content to be edited, and obtaining the image contained in the rich text object, wherein the webpage format content comprises an image address corresponding to the image; uploading the acquired image to a server, and acquiring a server storage address of the image from the server; updating the image address in the webpage format content according to the server storage address, and copying the updated webpage format content to a rich text editor; or updating the image address in the webpage format content copied into the rich text editor according to the server storage address.
In an alternative embodiment, the acquiring the image included in the rich text object includes: acquiring multi-information text format RTF content corresponding to the rich text object from the content to be edited; and acquiring the image contained in the rich text object from the RTF content.
In an alternative embodiment, after the image included in the rich text object is acquired, before uploading the acquired image to a server, the method further includes: converting the format of the image acquired from the RTF content into a format matched with the rich text editor; determining a local resource address of the image after format conversion; and updating the image address in the webpage format content to the local resource address.
In an alternative embodiment, the uploading the acquired image to a server, and acquiring a server storage address of the image from the server includes: uploading the image acquired from the RTF content to a server, and converting the format of the image into a format matched with the rich text editor through the server; and acquiring the server storage address of the image after the format conversion from the server.
In an alternative embodiment, obtaining the image contained in the rich text object from the RTF content includes: acquiring the image contained in the rich text object from the RTF content in a regular matching mode; or acquiring the image contained in the rich text object from the RTF content through a segmentation function; alternatively, the RTF content is traversed to extract therefrom the image contained by the rich text object.
In an alternative embodiment, the uploading the acquired image to a server includes: signing the obtained image through a USB-KEY to obtain the image comprising a digital signature, wherein the USB-KEY stores user information of an editing user of a rich text object; uploading the image comprising the digital signature and the user information to the server so that the server verifies the user information, storing the image comprising the digital signature after verification is passed, and establishing an association relationship between the stored image and the editing user.
In an alternative embodiment, said obtaining said image contained in said rich text object comprises: acquiring image coding data and numbering data of the images contained in the rich text object from the content to be edited; the updating the image address in the web page format content according to the server storage address comprises: determining the image address corresponding to the number data in the webpage format content, and updating the image address into the server storage address; alternatively, said updating said image address in said web page format content copied into said rich text editor according to said server storage address comprises: and determining the image address corresponding to the number data in the webpage format content copied into the rich text editor, and updating the image address to the server storage address.
The specific implementation of each step in the program 510 may refer to corresponding steps and corresponding descriptions in the units in the above embodiment of the method for editing a rich text object, which are not described herein. It will be clear to those skilled in the art that, for convenience and brevity of description, specific working procedures of the apparatus and modules described above may refer to corresponding procedure descriptions in the foregoing method embodiments, which are not repeated herein.
The terminal device of the embodiment obtains content to be edited of a rich text object from a local paste board, obtains webpage format content corresponding to the rich text object from the content to be edited, and obtains the image contained in the rich text object; uploading the acquired image to a server, and acquiring a server storage address of the image from the server; updating the image address in the webpage format content according to the server storage address, and copying the updated webpage format content to a rich text editor; or updating the image address in the webpage format content copied into the rich text editor according to the server storage address. Therefore, by means of the storage address of the image in the server, the rich text object of the image type or the rich text object of the image-text mixed type can be directly copied into the rich text editor, the situations of image errors, image losses and the like are avoided, and the user experience is improved.
Example six
The present embodiment provides a computer storage medium having stored thereon a computer program which, when executed by a processor, implements the editing method of a rich text object as described above.
The computer storage medium of this embodiment obtains content to be edited of a rich text object from a local paste board, obtains content in a web format corresponding to the rich text object from the content to be edited, and obtains the image included in the rich text object; uploading the acquired image to a server, and acquiring a server storage address of the image from the server; updating the image address in the webpage format content according to the server storage address, and copying the updated webpage format content to a rich text editor; or updating the image address in the webpage format content copied into the rich text editor according to the server storage address. Therefore, by means of the storage address of the image in the server, the rich text object of the image type or the rich text object of the image-text mixed type can be directly copied into the rich text editor, the situations of image errors, image losses and the like are avoided, and the user experience is improved.
It should be noted that, according to implementation requirements, each component/step described in the embodiments of the present invention may be split into more components/steps, or two or more components/steps or part of operations of the components/steps may be combined into new components/steps, so as to achieve the objects of the embodiments of the present invention.
The above-described methods according to embodiments of the present invention may be implemented in hardware, firmware, or as software or computer code storable in a recording medium such as a CD ROM, RAM, floppy disk, hard disk, or magneto-optical disk, or as computer code originally stored in a remote recording medium or a non-transitory machine-readable medium and to be stored in a local recording medium downloaded through a network, so that the methods described herein may be stored on such software processes on a recording medium using a general purpose computer, special purpose processor, or programmable or special purpose hardware such as an ASIC or FPGA. It is understood that a computer, processor, microprocessor controller, or programmable hardware includes a storage component (e.g., RAM, ROM, flash memory, etc.) that can store or receive software or computer code that, when accessed and executed by the computer, processor, or hardware, implements the methods of editing the rich text objects described herein. Further, when the general-purpose computer accesses code for implementing the editing method of the rich text object shown herein, execution of the code converts the general-purpose computer into a special-purpose computer for executing the editing method of the rich text object shown herein.
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 embodiments of the present invention.
The above embodiments are only for illustrating the embodiments of the present invention, but not for limiting the embodiments of the present invention, and various changes and modifications may be made by one skilled in the relevant art without departing from the spirit and scope of the embodiments of the present invention, so that all equivalent technical solutions also fall within the scope of the embodiments of the present invention, and the scope of the embodiments of the present invention should be defined by the claims.

Claims (16)

1. A method for editing a rich text object, wherein the rich text object includes an image, the method comprising:
obtaining content to be edited of a rich text object from a local paste board, obtaining webpage format content corresponding to the rich text object from the content to be edited, and obtaining the image contained in the rich text object, wherein the webpage format content comprises an image address corresponding to the image;
Uploading the acquired image to a server, and acquiring a server storage address of the image from the server;
updating the image address in the webpage format content according to the server storage address, and copying the updated webpage format content to a rich text editor; or updating the image address in the webpage format content copied into the rich text editor according to the server storage address.
2. The method of claim 1, wherein the acquiring the image contained in the rich text object comprises:
acquiring multi-information text format RTF content corresponding to the rich text object from the content to be edited;
and acquiring the image contained in the rich text object from the RTF content.
3. The method according to claim 2, wherein after acquiring the image contained in the rich text object, before uploading the acquired image to a server, further comprising:
converting the format of the image acquired from the RTF content into a format matched with the rich text editor;
determining a local resource address of the image after format conversion;
And updating the image address in the webpage format content to the local resource address.
4. The method of claim 2, wherein uploading the acquired image to a server and acquiring a server storage address of the image from the server comprises:
uploading the image acquired from the RTF content to a server, and converting the format of the image into a format matched with the rich text editor through the server;
and acquiring the server storage address of the image after the format conversion from the server.
5. The method of claim 2, wherein obtaining the image contained in the rich text object from the RTF content comprises:
acquiring the image contained in the rich text object from the RTF content in a regular matching mode;
or acquiring the image contained in the rich text object from the RTF content through a segmentation function;
alternatively, the RTF content is traversed to extract therefrom the image contained by the rich text object.
6. The method of any of claims 1-5, wherein the uploading the acquired image to a server comprises:
Signing the obtained image through a USB-KEY to obtain the image comprising a digital signature, wherein the USB-KEY stores user information of an editing user of a rich text object;
uploading the image comprising the digital signature and the user information to the server so that the server verifies the user information, storing the image comprising the digital signature after verification is passed, and establishing an association relationship between the stored image and the editing user.
7. The method according to any one of claims 1 to 5, wherein,
the acquiring the image contained in the rich text object comprises: acquiring image coding data and numbering data of the images contained in the rich text object from the content to be edited;
the updating the image address in the web page format content according to the server storage address comprises: determining the image address corresponding to the number data in the webpage format content, and updating the image address into the server storage address;
alternatively, said updating said image address in said web page format content copied into said rich text editor according to said server storage address comprises: and determining the image address corresponding to the number data in the webpage format content copied into the rich text editor, and updating the image address to the server storage address.
8. An editing apparatus for a rich text object, wherein the rich text object includes an image therein, the apparatus comprising:
the content to be edited obtaining module is used for obtaining the content to be edited of the rich text object from the local paste board;
the webpage format acquisition module is used for acquiring webpage format contents corresponding to the rich text object from the contents to be edited;
the image acquisition module is used for acquiring the image contained in the rich text object from the content to be edited, wherein the webpage format content comprises an image address corresponding to the image;
the uploading module is used for uploading the acquired image to a server and acquiring a server storage address of the image from the server;
the updating module is used for updating the image address in the webpage format content according to the server storage address and copying the updated webpage format content to a rich text editor; or updating the image address in the webpage format content copied into the rich text editor according to the server storage address.
9. The apparatus of claim 8, wherein the image acquisition module comprises:
The RTF acquisition module is used for acquiring multi-information text format RTF content corresponding to the rich text object from the content to be edited;
and the image acquisition sub-module is used for acquiring the image contained in the rich text object from the RTF content.
10. The apparatus as recited in claim 9, further comprising:
a local format conversion module, configured to convert a format of the image acquired from the RTF content into a format that matches the rich text editor;
the local resource address determining module is used for determining the local resource address of the image after format conversion;
and the local updating module is used for updating the image address in the webpage format content into the local resource address.
11. The apparatus of claim 9, wherein the upload module comprises:
an image uploading sub-module, configured to upload the image obtained from the RTF content to a server, and convert, by the server, a format of the image into a format that matches the rich text editor;
and the image address acquisition module is used for acquiring the server storage address of the image after the format conversion from the server.
12. The apparatus of claim 9, wherein the image acquisition sub-module comprises:
the regular matching module is used for acquiring the image contained in the rich text object from the RTF content in a regular matching mode;
or a segmentation function module, configured to obtain the image contained in the rich text object from the RTF content through a segmentation function;
or a traversing module, configured to traverse the RTF content to extract the image contained in the rich text object from the RTF content.
13. The apparatus according to any one of claims 8-12, wherein the uploading module comprises:
the signature module is used for signing the acquired image through a USB-KEY to obtain the image comprising the digital signature, wherein the USB-KEY stores user information of an editing user of the rich text object;
and the signature uploading module is used for uploading the image comprising the digital signature and the user information to the server so that the server can verify the user information, and storing the image comprising the digital signature after the verification is passed, so as to establish the association relationship between the stored image and the editing user.
14. The device according to any one of claims 8-12, wherein,
the image acquisition module includes: the code acquisition module is used for acquiring image code data and number data of the images contained in the rich text object from the content to be edited;
the updating module comprises: determining the image address corresponding to the number data in the webpage format content, and updating the image address into the server storage address;
alternatively, the update module includes: and determining the image address corresponding to the number data in the webpage format content copied into the rich text editor, and updating the image address to the server storage address.
15. A terminal device, comprising: the device comprises a processor, a memory, a communication interface and a communication bus, wherein the processor, the memory and the communication interface complete communication with each other through the communication bus;
the memory is configured to store at least one executable instruction, where the executable instruction causes the processor to perform operations corresponding to the method for editing a rich text object according to any one of claims 1 to 7.
16. A computer storage medium having stored thereon a computer program which when executed by a processor implements the method of editing a rich text object according to any of claims 1-7.
CN201811505240.1A 2018-12-10 2018-12-10 Editing method and device for rich text object, terminal equipment and computer storage medium Active CN111309312B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811505240.1A CN111309312B (en) 2018-12-10 2018-12-10 Editing method and device for rich text object, terminal equipment and computer storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811505240.1A CN111309312B (en) 2018-12-10 2018-12-10 Editing method and device for rich text object, terminal equipment and computer storage medium

Publications (2)

Publication Number Publication Date
CN111309312A CN111309312A (en) 2020-06-19
CN111309312B true CN111309312B (en) 2023-04-25

Family

ID=71156116

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811505240.1A Active CN111309312B (en) 2018-12-10 2018-12-10 Editing method and device for rich text object, terminal equipment and computer storage medium

Country Status (1)

Country Link
CN (1) CN111309312B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112183033A (en) * 2020-09-30 2021-01-05 广州爱浦路网络技术有限公司 Rich text editor and editing method
CN112417340B (en) * 2020-12-07 2022-07-15 常州微亿智造科技有限公司 Webpage picture processing method, computer equipment and storage medium
CN113626625A (en) * 2021-06-30 2021-11-09 济南浪潮数据技术有限公司 Management method, device and equipment for LOGO of virtualized product
CN113645315B (en) * 2021-10-13 2022-03-04 杭州乒乓智能技术有限公司 Method and system for automatically uploading static resources by code editor
CN114500505A (en) * 2022-01-19 2022-05-13 北京百度网讯科技有限公司 Text processing method and device and electronic equipment
CN117411847B (en) * 2023-12-14 2024-03-08 彩讯科技股份有限公司 Mail out-link picture transfer method, system and medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103809952A (en) * 2012-11-14 2014-05-21 腾讯科技(深圳)有限公司 Rich-text message displaying method and device of network platform
CN106095743A (en) * 2016-06-21 2016-11-09 武汉斗鱼网络科技有限公司 A kind of RichText Edition method and device
CN106911794A (en) * 2017-03-23 2017-06-30 福建天泉教育科技有限公司 The method and system that a kind of picture is stored automatically

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8694904B2 (en) * 2008-04-15 2014-04-08 Microsoft Corporation Cross-browser rich text editing via a hybrid client-side model
CN105306233B (en) * 2014-06-19 2021-01-22 中兴通讯股份有限公司 Terminal management method and system, server and terminal
US10223136B2 (en) * 2016-09-30 2019-03-05 Salesforce.Com, Inc. Generating content objects using an integrated development environment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103809952A (en) * 2012-11-14 2014-05-21 腾讯科技(深圳)有限公司 Rich-text message displaying method and device of network platform
WO2014075535A1 (en) * 2012-11-14 2014-05-22 腾讯科技(深圳)有限公司 Method and device for network platform to present rich text message, and computer storage medium
CN106095743A (en) * 2016-06-21 2016-11-09 武汉斗鱼网络科技有限公司 A kind of RichText Edition method and device
CN106911794A (en) * 2017-03-23 2017-06-30 福建天泉教育科技有限公司 The method and system that a kind of picture is stored automatically

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
李博等."调度信息在线交流平台的设计与应用".《广东电力》.2015,第28卷(第5期),第72-75页. *

Also Published As

Publication number Publication date
CN111309312A (en) 2020-06-19

Similar Documents

Publication Publication Date Title
CN111309312B (en) Editing method and device for rich text object, terminal equipment and computer storage medium
CN106845470B (en) Map data acquisition method and device
CN104660635B (en) Message synchronization method, device and system
WO2017101487A1 (en) Method and device for submitting transcoding attribute information
TW201445434A (en) Method and apparatus for displaying download information from network resources
CN103246830B (en) The cipher processing method of client script and device and decipher processing method and device
CN112073307B (en) Mail processing method, mail processing device, electronic equipment and computer readable medium
CN113382083B (en) Webpage screenshot method and device
CN113377653B (en) Method and device for generating test cases
CN111159099B (en) Online data generation method and device, electronic equipment and storage medium
CN111858376A (en) Request message generation method and interface test method
CN110780860A (en) Generation method and device of table building script, computer equipment and storage medium
CN103685209A (en) A source-tracing processing method of Internet media files, a server, and a communication system
CN104978325A (en) Webpage processing method and device, and user terminal
WO2015176443A1 (en) Method and device for processing enterprise internet application
CN106878145B (en) Display method, display device and display system of user-defined picture
CN102855602B (en) Picture processing method and picture processing device
CN111708680A (en) Error reporting information analysis method and device, electronic equipment and storage medium
US20140072223A1 (en) Embedding Media Content Within Image Files And Presenting Embedded Media In Conjunction With An Associated Image
CN103577723B (en) The control method of online page preview of electronic book
CN111221655A (en) Method and device for managing resources of OpenStack platform
CN108234620A (en) Cross-platform data transmission method, apparatus and system
US9633228B1 (en) Verifiable media system and method
Cisco ViewRunner for HP OpenView to Cisco DSL Manager Migration Utility Notes
CN113515213A (en) Cursor shape synchronization method, remote browsing system, equipment and storage medium

Legal Events

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