CN108052648B - Website picture deleting method and device and electronic equipment - Google Patents

Website picture deleting method and device and electronic equipment Download PDF

Info

Publication number
CN108052648B
CN108052648B CN201711430752.1A CN201711430752A CN108052648B CN 108052648 B CN108052648 B CN 108052648B CN 201711430752 A CN201711430752 A CN 201711430752A CN 108052648 B CN108052648 B CN 108052648B
Authority
CN
China
Prior art keywords
picture
deleted
website
list
target
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
CN201711430752.1A
Other languages
Chinese (zh)
Other versions
CN108052648A (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.)
Fujian Cnfol Information Technology Co Ltd
Original Assignee
Fujian Cnfol 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 Fujian Cnfol Information Technology Co Ltd filed Critical Fujian Cnfol Information Technology Co Ltd
Priority to CN201711430752.1A priority Critical patent/CN108052648B/en
Publication of CN108052648A publication Critical patent/CN108052648A/en
Application granted granted Critical
Publication of CN108052648B publication Critical patent/CN108052648B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • G06F16/162Delete operations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/986Document structures and storage, e.g. HTML extensions

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the invention provides a method and a device for deleting website pictures, electronic equipment and a storage medium, wherein the method comprises the following steps: determining pictures to be deleted in a website; acquiring a list of target webpages containing the pictures to be deleted, and copying the list to a storage directory corresponding to a first script; calling the first script to execute duplicate removal processing on the list based on the network path of each target webpage to obtain a duplicate removal processed target list; replacing the network path of each target webpage contained in the target list with a corresponding local path; based on the local path, calling a second script to filter each target webpage contained in the target list to obtain each link corresponding to each picture to be deleted; and calling an mv command to delete each picture to be deleted based on each link corresponding to each picture to be deleted. The embodiment of the invention can automatically delete the website pictures and improve the efficiency of cleaning the website pictures.

Description

Website picture deleting method and device and electronic equipment
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for deleting a website picture and electronic equipment.
Background
With the development of internet technology, networks are more and more popular, and users can obtain news information through information websites. In order to make users know news information more intuitively and conveniently, websites generally add pictures and the like to their web pages.
In general, in order to save network resources, it is necessary to delete the expired pictures of a website, or in order to avoid infringement, it is necessary to delete the same pictures in the website as other websites. Currently, the website pictures are generally deleted by manual deletion. For example, the website administrator manually deletes the picture in the web page of the website in the previous day in the background, or the website administrator manually determines whether the same picture as that of another website exists in the website in the background.
Obviously, the operation of manually deleting the website pictures at present is inconvenient, and the picture cleaning efficiency is low.
Disclosure of Invention
The embodiment of the invention aims to provide a method and a device for deleting a website picture and electronic equipment, so as to improve the efficiency of cleaning the website picture. The specific technical scheme is as follows:
in order to achieve the above object, in a first aspect, an embodiment of the present invention discloses a method for deleting a website picture, including:
determining pictures to be deleted in a website;
acquiring a list of target webpages containing the pictures to be deleted, and copying the list to a storage directory corresponding to a first script; wherein, the list comprises the network path of each target webpage;
calling the first script to execute duplicate removal processing on the list based on the network path of each target webpage to obtain a duplicate removal processed target list; replacing the network path of each target webpage contained in the target list with a corresponding local path;
based on the local path, calling a second script to filter each target webpage contained in the target list to obtain each link corresponding to each picture to be deleted;
and calling an mv command to delete each picture to be deleted based on each link corresponding to each picture to be deleted.
Optionally, the determining the to-be-deleted picture in the website includes:
and judging whether the storage time length of the picture exceeds a preset time threshold value or not for each picture in the current website, and if so, determining the picture as the picture to be deleted in the website.
Optionally, the determining the to-be-deleted picture in the website includes:
and judging whether the picture information of the picture exists in a preset picture library or not aiming at each picture in the current website, and if so, determining the picture as the picture to be deleted in the website.
Optionally, the first script is a shell script based on a Linux operating system or a Unix operating system; the second script is a Python script.
In a second aspect, an embodiment of the present invention discloses a website image deleting device, including:
the determining module is used for determining the pictures to be deleted in the website;
the acquisition module is used for acquiring a list of target webpages containing the pictures to be deleted and copying the list to a storage directory corresponding to a first script; wherein, the list comprises the network path of each target webpage;
the duplicate removal module is used for calling the first script to execute duplicate removal processing on the list based on the network path of each target webpage to obtain a duplicate removal processed target list; replacing the network path of each target webpage contained in the target list with a corresponding local path;
the filtering module is used for calling a second script to filter each target webpage contained in the target list based on the local path to obtain each link corresponding to each picture to be deleted;
and the deleting module is used for calling mv commands to delete the pictures to be deleted based on the links corresponding to the pictures to be deleted.
Optionally, the determining module is specifically configured to, for each picture in the current website, determine whether a storage duration of the picture exceeds a preset time threshold, and if so, determine the picture as a picture to be deleted in the website.
Optionally, the determining module is specifically configured to determine, for each picture in the current website, whether picture information of the picture exists in a preset picture library, and if so, determine the picture as a picture to be deleted in the website.
Optionally, the first script is a shell script based on a Linux operating system or a Unix operating system; the second script is a Python script.
In a third aspect, an embodiment of the present invention provides an electronic device, including a processor, a communication interface, a memory, and a communication bus, where the processor and the communication interface complete communication between the memory and the processor through the communication bus;
a memory for storing a computer program;
and the processor is used for realizing the method steps for deleting the website pictures in the first aspect when the program stored in the memory is executed.
In a fourth aspect, the embodiments of the present invention further provide a computer-readable storage medium, where instructions are stored, and when the instructions are executed on a computer, the computer is caused to execute the method steps for deleting the website pictures according to the first aspect.
According to the method, the device, the electronic equipment and the storage medium for deleting the website pictures, the pictures to be deleted in the website are determined; acquiring a list of target webpages containing the pictures to be deleted, and copying the list to a storage directory corresponding to a first script; then, based on the network path of each target webpage, calling the first script to execute duplicate removal processing on the list to obtain a duplicate removal processed target list; replacing the network path of each target webpage contained in the target list with a corresponding local path; based on the local path, calling a second script to filter each target webpage contained in the target list to obtain each link corresponding to each picture to be deleted; and finally, calling an mv command to delete each picture to be deleted based on each link corresponding to each picture to be deleted. The embodiment of the invention can automatically delete the website pictures and improve the efficiency of cleaning the website pictures.
Of course, it is not necessary for any product or method of practicing the invention to achieve all of the above-described advantages at the same time.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below.
Fig. 1 is a schematic flowchart of a method for deleting a website picture according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a website image deleting device according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a schematic flow chart of a method for deleting a website picture according to an embodiment of the present invention, where the method includes the following steps:
s101, determining pictures to be deleted in the website.
When the manager of the website needs to delete the picture of the website, the scheme can be executed. Specifically, the manager of the website can execute the scheme through the website management terminal. The website management terminal may be: desktop computers, portable computers, intelligent mobile terminals, etc., and may store picture information of pictures in the website, such as picture names, picture sizes, picture formats, etc.
In an implementation manner of this embodiment, determining the to-be-deleted picture in the website may include:
and judging whether the storage time length of the picture exceeds a preset time threshold value or not for each picture in the current website, and if so, determining the picture as a picture to be deleted in the website.
The preset time threshold can be set according to needs, such as: a day, a week, etc. Further, corresponding preset time thresholds can be set for different categories of pictures in the website. If the preset time threshold set for the pictures of the news category in the website is one day, and the preset time threshold set for the pictures of the advertisement category in the website is one week.
In a specific embodiment, since the pictures in the website are stored in the server, the initial storage time of the pictures can be read from the server, and the storage duration of the pictures in the server is further determined according to the initial storage time and the current time of the pictures.
In another implementation manner of this embodiment, determining the to-be-deleted picture in the website includes:
and judging whether the picture information of the picture exists in a preset picture library or not aiming at each picture in the current website, and if so, determining the picture as the picture to be deleted in the website.
The preset picture library may be a picture library that is established in the server or the website management terminal and includes picture information of preset category pictures in the preset website. The preset website may be a website with a category similar to that of the website, for example, the website is a news website, and the preset website may also be a news website. The preset category picture of the preset website may be a picture similar to the category of the picture in the website, for example, the picture in the website is a sports picture, and the preset category picture in the preset website is also a sports picture.
The picture information of the preset category picture may include: picture name, picture size, picture format, etc.
If the website management terminal stores the preset picture library, the website management terminal can directly locally judge whether the picture information of the picture exists in the preset picture library or not aiming at each picture in the current website. For example, the website management terminal may directly locally determine whether the picture name of the picture a exists in the preset picture library.
If the server stores a preset picture library, the website management terminal can read the picture information in the preset picture library from the server for each picture in the current website, and judge whether the preset picture library in the server has the picture information of the picture.
S102, obtaining a list of target webpages containing all pictures to be deleted, and copying the list to a storage directory corresponding to a first script; wherein, the list includes the network path of each target webpage.
It will be appreciated that the picture in the web site is typically added as an element to the web page. Therefore, in order to delete each picture to be deleted in the website, a list of target webpages containing each picture to be deleted may be acquired first. The list may further include: a Uniform Resource Locator (URL) of a picture contained in the target webpage, and the like.
In this embodiment, the server may generate the list in advance according to a list generation instruction including the identifier of each to-be-deleted picture sent by the website management terminal, and send the generated list to the website management terminal.
The first script may be a shell script based on a Linux operating system or a Unix operating system. The storage directory corresponding to the first script is specifically: and executing the corresponding storage directory in the shell script based on the operating system of the website management terminal.
The network path of each target web page may be: the web address of each target web page.
S103, calling a first script to execute duplicate removal processing on the list based on the network path of each target webpage to obtain a duplicate removal processed target list; and replacing the network path of each target webpage contained in the target list with a corresponding local path.
It is understood that a picture in a web site as an element may be added to a number of different web pages. When all the target webpages in the list in step S102 contain the same to-be-deleted picture, the list needs to be deduplicated, so that only one target webpage containing the to-be-deleted picture is reserved for the to-be-deleted picture.
In this embodiment, a shell script may be specifically called to perform deduplication processing on the list, so that only one target webpage including the picture to be deleted is reserved for each picture to be deleted.
The local path of each target web page included in the target list may be: and the local path address corresponding to each target webpage.
And S104, calling a second script to filter each target webpage contained in the target list based on the local path to obtain each link corresponding to each picture to be deleted.
The second script may be a Python script. Specifically, each picture to be deleted is included in a certain target webpage in the target list, so that the link corresponding to each picture to be deleted can be obtained by filtering by calling a Python script based on the local path of each target webpage included in the target list. And the link corresponding to each picture to be deleted is the storage address of each picture to be deleted in the server.
And S105, calling an mv command to delete each picture to be deleted based on each link corresponding to each picture to be deleted.
Specifically, the mv command under the linux operating system may be called to delete each to-be-deleted picture stored in the server according to the storage address of each to-be-deleted picture in the server.
The website picture deleting method provided by the embodiment of the invention comprises the steps of firstly determining pictures to be deleted in a website; acquiring a list of target webpages containing pictures to be deleted, and copying the list to a storage directory corresponding to a first script; then, based on the network path of each target webpage, calling a first script to execute duplicate removal processing on the list to obtain a duplicate removal processed target list; replacing the network path of each target webpage contained in the target list with a corresponding local path; based on the local path, calling a second script to filter each target webpage contained in the target list to obtain each link corresponding to each picture to be deleted; and finally, calling an mv command to delete each picture to be deleted based on each link corresponding to each picture to be deleted. The embodiment of the invention can automatically delete the website pictures and improve the efficiency of cleaning the website pictures.
Fig. 2 is a schematic structural diagram of a website image deleting device according to an embodiment of the present invention, where the device includes:
a determining module 201, configured to determine a picture to be deleted in a website;
the acquisition module 202 is configured to acquire a list of target webpages including each picture to be deleted, and copy the list to a storage directory corresponding to the first script; wherein, the list comprises the network path of each target webpage;
the duplicate removal module 203 is configured to invoke a first script to perform duplicate removal processing on the list based on the network path of each target webpage, so as to obtain a duplicate-removed target list; replacing the network path of each target webpage contained in the target list with a corresponding local path;
the filtering module 204 is configured to call a second script to filter each target webpage included in the target list based on the local path to obtain each link corresponding to each to-be-deleted picture;
a deleting module 205, configured to invoke an mv command to delete each to-be-deleted picture based on each link corresponding to each to-be-deleted picture.
The website picture deleting device provided by the embodiment of the invention firstly determines the picture to be deleted in the website; acquiring a list of target webpages containing pictures to be deleted, and copying the list to a storage directory corresponding to a first script; then, based on the network path of each target webpage, calling a first script to execute duplicate removal processing on the list to obtain a duplicate removal processed target list; replacing the network path of each target webpage contained in the target list with a corresponding local path; based on the local path, calling a second script to filter each target webpage contained in the target list to obtain each link corresponding to each picture to be deleted; and finally, calling an mv command to delete each picture to be deleted based on each link corresponding to each picture to be deleted. The embodiment of the invention can automatically delete the website pictures and improve the efficiency of cleaning the website pictures.
In one implementation, the determining module 201 is specifically configured to determine, for each picture in the current website, whether a storage duration of the picture exceeds a preset time threshold, and if so, determine the picture as a picture to be deleted in the website.
In an implementation manner, the determining module 201 is specifically configured to determine, for each picture in a current website, whether picture information of the picture exists in a preset picture library, and if so, determine the picture as a picture to be deleted in the website.
In one implementation, the first script is a shell script based on a Linux operating system or a Unix operating system; the second script is a Python script.
The embodiment of the present invention further provides an electronic device, as shown in fig. 3, which includes a processor 301, a communication interface 302, a memory 303, and a communication bus 304, where the processor 301, the communication interface 302, and the memory 303 complete mutual communication through the communication bus 304,
a memory 303 for storing a computer program;
the processor 301, when executing the program stored in the memory 303, implements the following steps:
determining pictures to be deleted in a website;
acquiring a list of target webpages containing pictures to be deleted, and copying the list to a storage directory corresponding to a first script; wherein, the list comprises the network path of each target webpage;
calling a first script to execute duplicate removal processing on the list based on the network path of each target webpage to obtain a duplicate removal processed target list; replacing the network path of each target webpage contained in the target list with a corresponding local path;
based on the local path, calling a second script to filter each target webpage contained in the target list to obtain each link corresponding to each picture to be deleted;
and calling an mv command to delete each picture to be deleted based on each link corresponding to each picture to be deleted.
According to the electronic device provided by the embodiment of the invention, when the processor executes the program stored in the memory, the picture to be deleted in the website is determined; acquiring a list of target webpages containing pictures to be deleted, and copying the list to a storage directory corresponding to a first script; then, based on the network path of each target webpage, calling a first script to execute duplicate removal processing on the list to obtain a duplicate removal processed target list; replacing the network path of each target webpage contained in the target list with a corresponding local path; based on the local path, calling a second script to filter each target webpage contained in the target list to obtain each link corresponding to each picture to be deleted; and finally, calling an mv command to delete each picture to be deleted based on each link corresponding to each picture to be deleted. The embodiment of the invention can automatically delete the website pictures and improve the efficiency of cleaning the website pictures.
The communication bus mentioned in the electronic device may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The communication bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown in FIG. 3, but this does not mean only one bus or one type of bus.
The communication interface is used for communication between the electronic equipment and other equipment.
The Memory may include a Random Access Memory (RAM) or a non-volatile Memory (non-volatile Memory), such as at least one disk Memory. Optionally, the memory may also be at least one memory device located remotely from the processor.
The Processor may be a general-purpose Processor, and includes a Central Processing Unit (CPU), a Network Processor (NP), and the like; the device can also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, a discrete Gate or transistor logic device, or a discrete hardware component.
In another embodiment of the present invention, a computer-readable storage medium is further provided, where instructions are stored in the computer-readable storage medium, and when the instructions are executed on a computer, the computer is caused to execute the website picture deleting method in any one of the above embodiments.
When the instruction stored in the computer-readable storage medium provided by the embodiment of the invention runs on a computer, firstly, the image to be deleted in the website is determined; acquiring a list of target webpages containing pictures to be deleted, and copying the list to a storage directory corresponding to a first script; then, based on the network path of each target webpage, calling a first script to execute duplicate removal processing on the list to obtain a duplicate removal processed target list; replacing the network path of each target webpage contained in the target list with a corresponding local path; based on the local path, calling a second script to filter each target webpage contained in the target list to obtain each link corresponding to each picture to be deleted; and finally, calling an mv command to delete each picture to be deleted based on each link corresponding to each picture to be deleted. The embodiment of the invention can automatically delete the website pictures and improve the efficiency of cleaning the website pictures.
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When loaded and executed on a computer, cause the processes or functions described in accordance with the embodiments of the invention to occur, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored in a computer readable storage medium or transmitted from one computer readable storage medium to another, for example, from one website site, computer, server, or data center to another website site, computer, server, or data center via wired (e.g., coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.). The computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device, such as a server, a data center, etc., that incorporates one or more of the available media. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., Solid State Disk (SSD)), among others.
All the embodiments in the present specification are described in a related manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, as for the apparatus/electronic device/storage medium embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant points can be referred to the partial description of the method embodiment.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. The term "comprising", without further limitation, means that the element so defined is not excluded from the group consisting of additional identical elements in the process, method, article, or apparatus that comprises the element.
The above description is only for the preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention shall fall within the protection scope of the present invention.

Claims (10)

1. A website picture deleting method is characterized by comprising the following steps:
determining pictures to be deleted in a website;
acquiring a list of target webpages containing the pictures to be deleted, and copying the list to a storage directory corresponding to a first script; wherein, the list comprises the network path of each target webpage;
calling the first script to execute duplicate removal processing on the list based on the network path of each target webpage to obtain a duplicate removal processed target list; replacing the network path of each target webpage contained in the target list with a corresponding local path; in the target list, for each picture to be deleted, the number of target web pages containing the deleted picture is one;
based on the local path, calling a second script to filter each target webpage contained in the target list to obtain each link corresponding to each picture to be deleted;
and calling an mv command to delete each picture to be deleted based on each link corresponding to each picture to be deleted.
2. The method of claim 1, wherein the determining the picture to be deleted in the website comprises:
and judging whether the storage time length of the picture exceeds a preset time threshold value or not for each picture in the current website, and if so, determining the picture as the picture to be deleted in the website.
3. The method of claim 1, wherein the determining the picture to be deleted in the website comprises:
and judging whether the picture information of the picture exists in a preset picture library or not aiming at each picture in the current website, and if so, determining the picture as the picture to be deleted in the website.
4. The method of claim 1,
the first script is a shell script based on a Linux operating system or a Unix operating system; the second script is a Python script.
5. A website picture deleting device, comprising:
the determining module is used for determining the pictures to be deleted in the website;
the acquisition module is used for acquiring a list of target webpages containing the pictures to be deleted and copying the list to a storage directory corresponding to a first script; wherein, the list comprises the network path of each target webpage;
the duplicate removal module is used for calling the first script to execute duplicate removal processing on the list based on the network path of each target webpage to obtain a duplicate removal processed target list; replacing the network path of each target webpage contained in the target list with a corresponding local path; in the target list, for each picture to be deleted, the number of target web pages containing the deleted picture is one;
the filtering module is used for calling a second script to filter each target webpage contained in the target list based on the local path to obtain each link corresponding to each picture to be deleted;
and the deleting module is used for calling mv commands to delete the pictures to be deleted based on the links corresponding to the pictures to be deleted.
6. The apparatus according to claim 5, wherein the determining module is specifically configured to determine, for each picture in the current website, whether a storage duration of the picture exceeds a preset time threshold, and if so, determine the picture as a to-be-deleted picture in the website.
7. The apparatus according to claim 5, wherein the determining module is specifically configured to determine, for each picture in the current website, whether picture information of the picture exists in a preset picture library, and if so, determine the picture as a to-be-deleted picture in the website.
8. The apparatus of claim 5,
the first script is a shell script based on a Linux operating system or a Unix operating system; the second script is a Python script.
9. An electronic device is characterized by comprising a processor, a communication interface, a memory and a communication bus, wherein the processor and the communication interface are used for realizing mutual communication by the memory through the communication bus;
a memory for storing a computer program;
a processor for implementing the method steps of any of claims 1 to 4 when executing a program stored in the memory.
10. A computer-readable storage medium, characterized in that a computer program is stored in the computer-readable storage medium, which computer program, when being executed by a processor, carries out the method steps of any one of claims 1-4.
CN201711430752.1A 2017-12-26 2017-12-26 Website picture deleting method and device and electronic equipment Active CN108052648B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711430752.1A CN108052648B (en) 2017-12-26 2017-12-26 Website picture deleting method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711430752.1A CN108052648B (en) 2017-12-26 2017-12-26 Website picture deleting method and device and electronic equipment

Publications (2)

Publication Number Publication Date
CN108052648A CN108052648A (en) 2018-05-18
CN108052648B true CN108052648B (en) 2020-08-21

Family

ID=62131922

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711430752.1A Active CN108052648B (en) 2017-12-26 2017-12-26 Website picture deleting method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN108052648B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101520790A (en) * 2008-08-29 2009-09-02 南京新华科技发展有限公司 System and method for a computer information retrieval based on network
CN103927370A (en) * 2014-04-23 2014-07-16 焦点科技股份有限公司 Network information batch acquisition method of combined text and picture information
CN105808677A (en) * 2016-03-01 2016-07-27 北京金山安全软件有限公司 Picture deleting method and device and electronic equipment
CN107016088A (en) * 2017-04-05 2017-08-04 福建中金在线信息科技有限公司 The method and device of picture processing in a kind of webpage article

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7379664B2 (en) * 2005-07-26 2008-05-27 Tinkers & Chance Remote view and controller for a camera

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101520790A (en) * 2008-08-29 2009-09-02 南京新华科技发展有限公司 System and method for a computer information retrieval based on network
CN103927370A (en) * 2014-04-23 2014-07-16 焦点科技股份有限公司 Network information batch acquisition method of combined text and picture information
CN105808677A (en) * 2016-03-01 2016-07-27 北京金山安全软件有限公司 Picture deleting method and device and electronic equipment
CN107016088A (en) * 2017-04-05 2017-08-04 福建中金在线信息科技有限公司 The method and device of picture processing in a kind of webpage article

Also Published As

Publication number Publication date
CN108052648A (en) 2018-05-18

Similar Documents

Publication Publication Date Title
CN109391673B (en) Method, system and terminal equipment for managing update file
US20140365451A1 (en) Method and system for cleaning up files on a device
CN107315825B (en) Index updating system, method and device
CN110012217B (en) Method and device for determining acquisition resolution and electronic equipment
CN108063818B (en) Data downloading method, device, terminal and computer readable storage medium
CN107644075B (en) Method and device for collecting page information
US20170199889A1 (en) Method and device for identifying junk picture files
CN110688353A (en) File management method, device and computer readable medium
US10938773B2 (en) Method and apparatus for synchronizing contact information and medium
CN111782728A (en) Data synchronization method, device, electronic equipment and medium
CN109446445B (en) Resource acquisition method and device
CN111563199A (en) Data processing method and device
CN112788090B (en) Network resource transmission method, device and system
CN112653736A (en) Parallel source returning method and device and electronic equipment
CN108052648B (en) Website picture deleting method and device and electronic equipment
CN109086220B (en) Method and device for recycling storage space
CN108038233B (en) Method and device for collecting articles, electronic equipment and storage medium
CN113360348B (en) Abnormal request processing method and device, electronic equipment and storage medium
CN112860720B (en) Storage capacity updating method and device
CN111479140B (en) Data acquisition method, data acquisition device, computer device and storage medium
CN112306791B (en) Performance monitoring method and device
CN108763395B (en) Document processing method and related product
CN109446462B (en) Page-based data monitoring processing method, device, equipment and storage medium
CN111444451B (en) Document acquisition method and device, electronic equipment and readable storage medium
CN108804195B (en) Page display method and device, server and client

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